paper-with-me

Papers

Improving Compositional Generalization in Classification Tasks via Structure Annotations

2021-06-19 · ACL 2021 5 · Juyong Kim, Pradeep Ravikumar, Joshua Ainslie, Santiago Ontañón

Compositional generalization is the ability to generalize systematically to a new data distribution by combining known components. Although humans seem to have a great ability to generalize compositionally, state-of-the-art neural models struggle to do so. In this work, we study compositional generalization in classification tasks and present two main contributions. First, we study ways to convert a natural language sequence-to-sequence dataset to a classification dataset that also requires compositional generalization. Second, we show that providing structural hints (specifically, providing parse trees and entity links as attention masks for a Transformer model) helps compositional generalization.

📄 PDF Abstract BibTeX arXiv:2106.10434

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Compositional Generalization Requires Compositional Parsers

2021-10-16 · ACL ARR October 2021 10 · Anonymous

A growing body of research has focused on the task of \textit{compositional generalization}, the ability of a semantic parser to dynamically combine known linguistic elements in novel structures. We analyze the accuracy …

When does compositional structure yield compositional generalization? A kernel theory

2024-05-26 · Samuel Lippl, Kim Stachenfeld

Compositional generalization (the ability to respond correctly to novel combinations of familiar components) is thought to be a cornerstone of intelligent behavior. Compositionally structured (e.g. disentangled) represen…

MemorizationRepresentation Learning

Improving Compositional Generalization with Latent Structure and Data Augmentation

2021-12-14 · NAACL 2022 7 · Linlu Qiu, Peter Shaw, Panupong Pasupat, Paweł Krzysztof Nowak 외

Generic unstructured neural networks have been shown to struggle on out-of-distribution compositional generalization. Compositional data augmentation via example recombination has transferred some prior knowledge about c…

Data AugmentationDiagnosticSemantic Parsing

Compositional Generalization Requires Compositional Parsers

2022-02-24 · Pia Weißenhorn, Yuekun Yao, Lucia Donatelli, Alexander Koller

A rapidly growing body of research on compositional generalization investigates the ability of a semantic parser to dynamically recombine linguistic elements seen in training into unseen sequences. We present a systemati…

Improved Relation Extraction with Feature-Rich Compositional Embedding Models

2015-05-10 · EMNLP 2015 9 · Matthew R. Gormley, Mo Yu, Mark Dredze

Compositional embedding models build a representation (or embedding) for a linguistic structure based on its component word embeddings. We propose a Feature-rich Compositional Embedding Model (FCM) for relation extractio…

RelationRelation ClassificationRelation ExtractionSentence+1