Context-aware sentence encoding and bidirectional document encoding improve HAN accuracy by up to 0.46 percentage points on three document classification benchmarks.
Context-Aware Self-Attention Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Self-attention model have shown its flexibility in parallel computation and the effectiveness on modeling both long- and short-term dependencies. However, it calculates the dependencies between representations without considering the contextual information, which have proven useful for modeling dependencies among neural representations in various natural language tasks. In this work, we focus on improving self-attention networks through capturing the richness of context. To maintain the simplicity and flexibility of the self-attention networks, we propose to contextualize the transformations of the query and key layers, which are used to calculates the relevance between elements. Specifically, we leverage the internal representations that embed both global and deep contexts, thus avoid relying on external resources. Experimental results on WMT14 English-German and WMT17 Chinese-English translation tasks demonstrate the effectiveness and universality of the proposed methods. Furthermore, we conducted extensive analyses to quantity how the context vectors participate in the self-attention model.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Bidirectional Context-Aware Hierarchical Attention Network for Document Understanding
Context-aware sentence encoding and bidirectional document encoding improve HAN accuracy by up to 0.46 percentage points on three document classification benchmarks.