Improving BERT with Syntax-aware Local Attention (2021.findings-acl)

Copied to clipboard

Challenge: Recent studies show that attention-based models benefit from more focused attention over local regions.
Approach: They propose a syntax-aware local attention which restrains attention over syntactically relevant words.
Outcome: The proposed model performs better on all benchmark datasets, including sentence classification and sequence labeling tasks.

Similar Papers

Syntax-guided Localized Self-attention by Constituency Syntactic Distance (2022.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have shown that Transformers is implicitly learning syntactic information from data, albeit is highly dependent on the quality and scale of the training data.
Approach: They propose a syntax-guided localized self-attention model that allows directly incorporating grammar structures from an external constituency parser.
Outcome: The proposed model improves translation performance on a variety of datasets, from small to large datasets and with different source languages.
Syntax-Enhanced Pre-trained Model (2021.acl-long)

Copied to clipboard

Challenge: Existing methods that use syntax of text in pre-training and fine-tuning suffer from discrepancy between the two stages.
Approach: They propose a model that utilizes the syntactic structure of text in pre-training and fine-tuning stages.
Outcome: The proposed model achieves state-of-the-art on six public benchmark datasets.
Syntax-BERT: Improving Pre-trained Transformers with Syntax Trees (2021.eacl-main)

Copied to clipboard

Challenge: Pre-trained language models like BERT achieve superior performances in various NLP tasks without explicit consideration of syntactic information.
Approach: They propose a plug-and-play framework that incorporates syntax trees into pre-trained Transformers.
Outcome: The proposed framework improves on pre-trained models on natural language understanding datasets and shows that it can be used to train pre-structured neural networks.
Syntax Matters: Towards Spoken Language Understanding via Syntax-Aware Attention (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on SLU systems have focused on integrating syntactic information into language models.
Approach: They propose a model where attention scopes are constrained based on syntactic relationships.
Outcome: The proposed model improves on three datasets and can be integrated into other language models to further boost their performance.
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.
Symmetric Dot-Product Attention for Efficient Training of BERT Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Transformer-based models are stretched to enormous sizes, requiring increasingly larger training datasets and unsustainable amount of compute resources.
Approach: They propose an alternative compatibility function for the Transformer-based attention mechanism that exploits an overlap in the learned representation of the traditional scaled dot-product attention mechanism.
Outcome: The proposed model achieves 79.36 on the GLUE benchmark against 78.74 for the traditional implementation and reduces the number of trainable parameters by 6%.
Temporal Attention for Language Models (2022.findings-naacl)

Copied to clipboard

Challenge: Pretrained language models are trained on corpora derived from the web, but ignore this information.
Approach: They propose a time-aware self-attention mechanism that captures time-specific contextualized word representations and allows the transformer to capture this information.
Outcome: The proposed model achieves state-of-the-art on three datasets in different languages (English, German, and Latin) that vary in time, size, and genre.
Enhancing Machine Translation with Dependency-Aware Self-Attention (2020.acl-main)

Copied to clipboard

Challenge: Currently, most neural machine translation models rely on pairs of parallel sentences, assuming syntactic information is automatically learned by an attention mechanism.
Approach: They propose a parameter-free, dependency-aware self-attention mechanism that integrates syntactic knowledge into a Transformer model and propose 'a parameter free approach' they also propose - a novel mechanism that improves translation quality for long sentences and in low-resource scenarios.
Outcome: The proposed approach improves translation quality on English-German and English-Turkish translation tasks and in low-resource scenarios.
Attention Is (not) All You Need for Commonsense Reasoning (P19-1)

Copied to clipboard

Challenge: Recent language models such as word2vec have produced impressive results on various tasks such as question-answering and natural language inference.
Approach: They propose a simple re-implementation of BERT for commonsense reasoning . they propose to use attention-guided reasoning to solve the Pronoun Disambiguation Problem .
Outcome: The proposed model outperforms the state-of-the-art on several language understanding benchmarks while outperforming the existing models by a margin.
Document-Level Neural Machine Translation Using BERT as Context Encoder (2020.aacl-srw)

Copied to clipboard

Challenge: Large-scale pre-trained representations such as BERT have been widely used in many natural language understanding tasks.
Approach: They propose to use BERT as a context encoder to achieve document-level contextual information, which is then integrated into both the encoder and decoder.
Outcome: The proposed model outperforms strong document-level machine translation baselines on BLEU score and captures document- level context information to boost translation performance.

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