Challenge: Recent success of Recurrent Neural Networks (RNNs) in Machine Translation (MT) has prompted attention mechanisms to be used in machine translation.
Approach: They propose a tree-structured attention model on Tree Long Short-Term Memory Networks . they also experiment with three LSTM variants: bidirectional-LSTMs, Constituency Tree-LSTS, and Dependency Tree LSTS.
Outcome: The proposed model is based on tree-LSTMs, constituency trees, and dependencies trees.

Similar Papers

You Only Need Attention to Traverse Trees (P19-1)

Copied to clipboard

Challenge: Recent research has focused on sentence representations.
Approach: They propose a tree-based model that captures phrase-level syntax and word-level dependencies by doing recursive traversal with attention.
Outcome: a new model captures phrase-level syntax and word-level dependencies with attention.
Representations of Syntax [MASK] Useful: Effects of Constituency and Dependency Structure in Recursive LSTMs (2020.acl-main)

Copied to clipboard

Challenge: a constituency-based network generalizes more robustly than a dependency-based one . a sequential LSTM can learn the appropriate rules governing these dependencies .
Approach: They evaluate whether constituency-based networks introduce biases for syntactic structure . they find that constituency networks generalize more robustly than dependency networks .
Outcome: The proposed model generalizes more robustly than a dependency-based model, the study shows . it shows that data augmentation can improve the robustness of the model on small data sets.
Attention Can Reflect Syntactic Structure (If You Let It) (2021.eacl-main)

Copied to clipboard

Challenge: a recent study has attempted to decode linguistic structure from the Transformer . but, much of the work focused on English, a language with rigid word order and a lack of inflectional morphology.
Approach: They propose to fine-tune a feature encoder for BERT to learn linguistic structure from its multi-head attention mechanism.
Outcome: The proposed model can decode full trees above baseline accuracy from single attention heads across languages.
Exploring Attention Attractors in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing studies have suggested that attention attractors function as "summary tokens" while others speculate that tokens with weaker semantics attract high attention, they act as attention sinks that offload excessive attention.
Approach: They examine attention attractors, tokens that draw significantly high attention, in large language models.
Outcome: The proposed models are able to capture long-range dependencies within a given context.
If Attention Serves as a Cognitive Model of Human Memory Retrieval, What is the Plausible Memory Representation? (2025.acl-long)

Copied to clipboard

Challenge: Recent work in computational psycholinguistics has revealed intriguing parallels between attention mechanisms and human memory retrieval, focusing primarily on vanilla Transformers that operate on token-level representations.
Approach: They propose that the attention mechanism of Transformer Grammar (TG) can serve as a cognitive model of human memory retrieval using Normalized Attention Entropy (NAE) they propose that TG's attention can implement a human memory-retrieval theory known as cue-based retrieval .
Outcome: The attention mechanism of Transformer Grammar (TG) achieves superior predictive power for self-paced reading times compared to vanilla Transformer’s, with further analyses revealing independent contributions from both models.
Effective Attention Modeling for Aspect-Level Sentiment Classification (C18-1)

Copied to clipboard

Challenge: Aspect-level sentiment classification aims to determine sentiment polarity of review sentence towards opinion target . main challenge is to separate different opinion contexts for different targets .
Approach: They propose a method that captures the semantic meaning of the opinion target and a model that incorporates syntactic information into the attention mechanism.
Outcome: The proposed method captures the semantic meaning of the opinion target and incorporates syntactic information into the attention mechanism.
Exploiting Syntactic Structure for Better Language Modeling: A Syntactic Distance Approach (2020.acl-main)

Copied to clipboard

Challenge: incorporating syntactic structure into language models has been a challenge since the 1990s.
Approach: They propose to use syntactic information to integrate syntastic structure into neural language models by providing ground truth parse trees as additional training signals.
Outcome: The proposed model achieves lower perplexity and better quality when ground truth parse trees are provided as training signals.
Interpreting Recurrent and Attention-Based Neural Models: a Case Study on Natural Language Inference (D18-1)

Copied to clipboard

Challenge: In this paper, we examine the behavior of deep learning models in their intermediate layers . saliency determines what is critical for the final decision of a deep model .
Approach: They propose to interpret the intermediate layers of deep models by visualizing the saliency of attention and LSTM gating signals.
Outcome: The proposed methods reveal interesting insights and identify critical information contributing to the model decisions.
Tree Transformer: Integrating Tree Structures into Self-Attention (D19-1)

Copied to clipboard

Challenge: Existing work on hierarchical structure in neural networks has not captured human intuitions about hierarchic structures.
Approach: They propose to add an extra constraint to attention heads of the bidirectional Transformer encoder to encourage attention heads to follow tree structures.
Outcome: The proposed model improves language modeling and learning more explainable attention scores.
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.

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