MARE: Multi-Aspect Rationale Extractor on Unsupervised Rationale Extraction
Han Jiang, Junwen Duan, Zhe Qu, Jianxin Wang

TL;DR
This paper introduces MARE, a novel unsupervised multi-aspect rationale extractor that leverages internal correlations between aspects using multi-head attention and multi-task training, achieving state-of-the-art results.
Contribution
The paper proposes MARE, a multi-aspect rationale extraction model that encodes multiple text chunks simultaneously and uses special tokens for each aspect, improving upon previous independent encoding methods.
Findings
Achieves state-of-the-art performance on two benchmarks.
Effectively captures internal correlations between multiple aspects.
Demonstrates the benefits of multi-task training and special tokens.
Abstract
Unsupervised rationale extraction aims to extract text snippets to support model predictions without explicit rationale annotation. Researchers have made many efforts to solve this task. Previous works often encode each aspect independently, which may limit their ability to capture meaningful internal correlations between aspects. While there has been significant work on mitigating spurious correlations, our approach focuses on leveraging the beneficial internal correlations to improve multi-aspect rationale extraction. In this paper, we propose a Multi-Aspect Rationale Extractor (MARE) to explain and predict multiple aspects simultaneously. Concretely, we propose a Multi-Aspect Multi-Head Attention (MAMHA) mechanism based on hard deletion to encode multiple text chunks simultaneously. Furthermore, multiple special tokens are prepended in front of the text with each corresponding to one…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsRough Sets and Fuzzy Logic · Advanced Computational Techniques and Applications · Fuzzy Logic and Control Systems
MethodsLinear Layer · Attention Is All You Need · Softmax · Multi-Head Attention
