Do Transformer Networks Improve the Discovery of Rules from Text? (2022.lrec-1)

Copied to clipboard

Challenge: Existing rules that model binary relations such as X treat Y are based on the distributional hypothesis of Harris (1954).
Approach: They propose to implement the distributional hypothesis using contextualized embeddings provided by a transformer-network-based language model to measure the similarity between slots instead of lexical overlap.
Outcome: The proposed approach outperforms the original DIRT algorithm in the question answering-based evaluation.

Similar Papers

The Devil is in the Details: Evaluating Limitations of Transformer-based Methods for Granular Tasks (2020.coling-main)

Copied to clipboard

Challenge: Contextual embeddings have shown state-of-the-art performance for various tasks such as question answering, sentiment analysis, and textual similarity.
Approach: They propose to integrate transformer-based neural language models into their models to achieve relative improvements of up to 36% on granular tasks.
Outcome: The proposed model outperforms baselines for more granular tasks while outperforming TF-IDF for more complex tasks.
Can Transformers Reason in Fragments of Natural Language? (2022.emnlp-main)

Copied to clipboard

Challenge: Recent work on natural language inference has identified two strands of research .
Approach: They investigate whether neural networks have acquired logical principles from natural language . they use transformer-based models to detect valid inferences in controlled fragments of natural language.
Outcome: The proposed model overfits to superficial patterns in the data rather than acquiring the logical principles governing reasoning in natural language fragments.
How to Dissect a Muppet: The Structure of Transformer Embedding Spaces (2022.tacl-1)

Copied to clipboard

Challenge: Pretrained embeddings based on the Transformer architecture have taken the NLP community by storm . a novel decomposition of Transformer output embeddables is demonstrated .
Approach: They propose to decompose Transformer output embeddings into a sum of vector factors . they show multi-head attentions and feed-forwards are not equally useful in downstream applications .
Outcome: The proposed method outperforms recurrent architectures on a wide variety of tasks.
Sneaking Syntax into Transformer Language Models with Tree Regularization (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for incorporating syntactic inductive biases into transformers are limited . we introduce auxiliary loss function that converts bracketing decisions into differentiable orthogonality constraints on vector hidden states.
Approach: They propose to introduce syntactic inductive biases into transformer circuits through a structured regularizer.
Outcome: The proposed approach could unlock more robust and data-efficient learning in transformer language models . it integrates seamlessly with the standard LM objective, requiring no architectural changes.
Quantifying Compositionality of Classic and State-of-the-Art Embeddings (2025.findings-emnlp)

Copied to clipboard

Challenge: Static word embeddings make strong claims about compositionality, but the SOTA generative models go too far in the other direction.
Approach: a new study evaluates the compositionality of word embeddings by canonical correlation analysis . strong compositional signals are observed in later training stages across data modalities .
Outcome: a new evaluation of compositional models shows that they exploit access meanings when justified . strong compositional signals are observed in later training stages and in deeper layers of the transformer-based model before a decline at the top layer.
Inspecting Unification of Encoding and Matching with Transformer: A Case Study of Machine Reading Comprehension (D19-58)

Copied to clipboard

Challenge: Experimental results show that unified model outperforms other models that treat encoding and matching separately.
Approach: They evaluate a unified model with Transformer layers for machine reading comprehension . they find that the model learns different modeling strategies compared with previous models .
Outcome: The unified model outperforms models with Transformer layers on the machine reading comprehension task.
Too Much in Common: Shifting of Embeddings in Transformer Language Models and its Implications (2021.naacl-main)

Copied to clipboard

Challenge: Existing studies have shown that word embeddings do not occupy a narrow cone, but rather drift in common directions.
Approach: They show that anisotropy can be restored using a simple transformation of word embeddings.
Outcome: The proposed model can restore anisotropy using a simple transformation.
Do Transformer Modifications Transfer Across Implementations and Applications? (2021.emnlp-main)

Copied to clipboard

Challenge: Currently, the Transformer is the de facto architecture of choice for processing sequential data.
Approach: They evaluate the Transformer architecture and its modifications in a shared experimental setting . they conjecture that performance improvements may strongly depend on implementation details .
Outcome: The proposed improvements do not significantly improve performance, the authors find . the proposed improvements are either developed in the same codebase or are minor changes .
Unravelling the Logic: Investigating the Generalisation of Transformers in Numerical Satisfiability Problems (2025.acl-long)

Copied to clipboard

Challenge: Transformer models exhibit minimal scale and noise invariance, along with limited vocabulary and number invariancy.
Approach: They probe the generalisation prowess of Transformer models with respect to the hitherto unexplored domain of numerical satisfiability problems.
Outcome: The proposed models exhibit minimal scale and noise invariance, along with limited vocabulary and number invariancy.
When Can Transformers Ground and Compose: Insights from Compositional Generalization Benchmarks (2022.emnlp-main)

Copied to clipboard

Challenge: Recent benchmarks like ReaSCAN use navigation tasks grounded in a grid world to assess whether neural models exhibit compositional behaviour.
Approach: They propose a transformer-based model that outperforms specialized architectures on ReaSCAN and a modified version of gSCAN to test their performance.
Outcome: The proposed model outperforms specialized architectures on ReaSCAN and gSCAN on a grid world and can generalize to deeper input structures.

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