Challenge: Existing approaches to encoding long documents using self-attention have been limited by quadratic computational complexities and limited application in long text processing.
Approach: They propose a long-document encoding model that allows the recurrent operation of self-attention.
Outcome: The proposed model extracts global semantics in token-level and document-level representations, making it inherently compatible with both sequential and sequential tasks.

Similar Papers

Recurrent Attention for Neural Machine Translation (2021.emnlp-main)

Copied to clipboard

Challenge: Recent research questions the importance of dot-product self-attention in Transformer models and shows that most attention heads learn simple positional patterns.
Approach: They propose a novel mechanism to replace dot-product self-attention with a recurrent atteNtion mechanism that directly learns attention weights without token-to-token interaction.
Outcome: The proposed model outperforms the Transformer model on translation tasks with fewer parameters and inference time.
HiPool: Modeling Long Documents Using Graph Neural Networks (2023.acl-short)

Copied to clipboard

Challenge: Recent work on pretraining languages have achieved satisfying results in many NLP tasks, but they are still restricted by a pre-defined maximum length.
Approach: They propose a graph-based method to model sentence-level information using a fixed length and graphs to model intra- and cross-sentence correlations.
Outcome: The proposed model outperforms baseline models by 2.6% in F1 score, and 4.8% on the longest sequence dataset.
Long Sequence Modeling with Attention Tensorization: From Sequence to Tensor Learning (2024.findings-emnlp)

Copied to clipboard

Challenge: a lack of attention-based models for long sequences poses challenges for long-sequence modeling . attention tensorization can be used to extend context lengths with improved efficiency . tenorization enables training of LLMs with context length longer than those trained on .
Approach: They propose to tensorize long input sequences into compact tenses followed by attention on each transformed dimension.
Outcome: The proposed model can be used as efficient transformer backbones to extend input context length with improved memory and time efficiency.
Why Self-Attention? A Targeted Evaluation of Neural Machine Translation Architectures (D18-1)

Copied to clipboard

Challenge: Recent studies show that non-recurrent architectures outperform RNNs in neural machine translation.
Approach: They hypothesize that CNNs and self-attentional networks could extract semantic features from source text.
Outcome: The proposed architectures outperform RNNs on two tasks: subject-verb agreement and word sense disambiguation.
A Lexicon-Based Supervised Attention Model for Neural Sentiment Analysis (C18-1)

Copied to clipboard

Challenge: Existing attention models do not take full advantage of sentiment lexicons, which provide rich sentiment information and play a critical role in sentiment analysis.
Approach: They propose a lexicon-based supervised attention model which allows a neural network to focus on the sentiment content, thus generating sentiment-informative representations.
Outcome: The proposed model outperforms existing models on three large-scale sentiment classification datasets.
Attention Entropy is a Key Factor: An Analysis of Parallel Context Encoding with Full-attention-based Pre-trained Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large language models have demonstrated remarkable performance across a wide range of language tasks due to their remarkable ability in context modeling.
Approach: They propose to use parallel context encoding to reduce attention entropy by incorporating attention sinks and selective mechanisms to reduce irregular attention . they also propose to incorporate attention sink mechanisms into the parallel encoded context to reduce the irregular attention.
Outcome: The proposed methods lower irregular attention entropy and narrow performance gaps.
A Lightweight Recurrent Network for Sequence Modeling (P19-1)

Copied to clipboard

Challenge: Recent studies show that recurrent networks suffer from severe computational inefficiency due to weak parallelization.
Approach: They propose a lightweight recurrent network (LRN) that uses input and forget gates to handle long-range dependencies and gradient vanishing and explosion.
Outcome: The proposed recurrent network yields the best running efficiency on six NLP tasks.
TAN-NTM: Topic Attention Networks for Neural Topic Modeling (2021.acl-long)

Copied to clipboard

Challenge: Topic models have been widely used to learn text representations and gain insight into document corpora.
Approach: They propose a framework which processes document as a sequence of tokens through a LSTM whose contextual outputs are attended in a topic-aware manner.
Outcome: The proposed model improves on two downstream tasks: document classification and topic guided keyphrase generation.
Multi-Level Structured Self-Attentions for Distantly Supervised Relation Extraction (D18-1)

Copied to clipboard

Challenge: Existing approaches to label large-scale data are inadequate for distantly supervised relation extraction (DS-RE).
Approach: They propose a multi-level structured (2-D matrix) self-attention mechanism for DS-RE using bidirectional recurrent neural networks.
Outcome: The proposed framework significantly outperforms baselines on two publicly available DS-RE datasets in terms of PR curves, P@N and F1 measures.
A Survey of Retentive Network (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies on the effectiveness of the Retentive Networks have not yet been conducted.
Approach: They propose a retention mechanism that integrates the inductive bias of recurrent neural networks with the parallelizable training advantages of attention-based models.
Outcome: The proposed retention mechanism combines the inductive bias of recurrent neural networks with the parallelizable training advantages of attention-based models.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations