paper-with-me

Papers

Composition, Attention, or Both?

2022-10-24 · Ryo Yoshida, Yohei Oseki

In this paper, we propose a novel architecture called Composition Attention Grammars (CAGs) that recursively compose subtrees into a single vector representation with a composition function, and selectively attend to previous structural information with a self-attention mechanism. We investigate whether these components -- the composition function and the self-attention mechanism -- can both induce human-like syntactic generalization. Specifically, we train language models (LMs) with and without these two components with the model sizes carefully controlled, and evaluate their syntactic generalization performance against six test circuits on the SyntaxGym benchmark. The results demonstrated that the composition function and the self-attention mechanism both play an important role to make LMs more human-like, and closer inspection of linguistic phenomenon implied that the composition function allowed syntactic features, but not semantic features, to percolate into subtree representations.

📄 PDF Abstract BibTeX arXiv:2210.12958

Code (1)

osekilab/cag 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

MoCA: Mixture-of-Components Attention for Scalable Compositional 3D Generation

2025-12-08 · Zhiqi Li, Wenhuan Li, Tengfei Wang, Zhenwei Wang 외 arxiv

Compositionality is critical for 3D object and scene generation, but existing part-aware 3D generation methods suffer from poor scalability due to quadratic global attention costs when increasing the number of components…

Scene Generation3D Generation

Learning Attention as Disentangler for Compositional Zero-shot Learning

2023-03-27 · CVPR 2023 1 · Shaozhe Hao, Kai Han, Kwan-Yee K. Wong

Compositional zero-shot learning (CZSL) aims at learning visual concepts (i.e., attributes and objects) from seen compositions and combining concept knowledge into unseen compositions. The key to CZSL is learning the dis…

AttributeCompositional Zero-Shot LearningDisentanglementZero-Shot Learning

Zero-Shot Compositional Concept Learning

2021-07-12 · ACL (MetaNLP) 2021 8 · Guangyue Xu, Parisa Kordjamshidi, Joyce Y. Chai

In this paper, we study the problem of recognizing compositional attribute-object concepts within the zero-shot learning (ZSL) framework. We propose an episode-based cross-attention (EpiCA) network which combines merits …

AttributeZero-Shot Learning

Tree Decomposition Attention for AMR-to-Text Generation

2021-08-27 · Lisa Jin, Daniel Gildea

Text generation from AMR requires mapping a semantic graph to a string that it annotates. Transformer-based graph encoders, however, poorly capture vertex dependencies that may benefit sequence prediction. To impose orde…

AMR-to-Text GenerationText Generation

Compositional De-Attention Networks

2019-12-01 · NeurIPS 2019 12 · Yi Tay, Anh Tuan Luu, Aston Zhang, Shuohang Wang 외

Attentional models are distinctly characterized by their ability to learn relative importance, i.e., assigning a different weight to input values. This paper proposes a new quasi-attention that is compositional in nature…

Machine TranslationNatural Language InferenceOpen-Domain Question AnsweringQuestion Answering+3