A Structured Self-attentive Sentence Embedding
Zhouhan Lin, Minwei Feng, Cicero Nogueira dos Santos, Mo Yu, Bing, Xiang, Bowen Zhou, Yoshua Bengio

TL;DR
This paper introduces a self-attentive sentence embedding model that produces interpretable 2-D matrix representations, improving performance across multiple NLP tasks and enabling visualization of sentence components.
Contribution
The paper presents a novel self-attention based model that generates interpretable 2-D sentence embeddings with a regularization technique for better visualization.
Findings
Significant performance improvements on author profiling, sentiment analysis, and textual entailment.
Embeddings are interpretable and allow visualization of sentence parts.
Model outperforms existing sentence embedding methods.
Abstract
This paper proposes a new model for extracting an interpretable sentence embedding by introducing self-attention. Instead of using a vector, we use a 2-D matrix to represent the embedding, with each row of the matrix attending on a different part of the sentence. We also propose a self-attention mechanism and a special regularization term for the model. As a side effect, the embedding comes with an easy way of visualizing what specific parts of the sentence are encoded into the embedding. We evaluate our model on 3 different tasks: author profiling, sentiment classification, and textual entailment. Results show that our model yields a significant performance gain compared to other sentence embedding methods in all of the 3 tasks.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Sentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques
