paper-with-me

Papers

Evaluating Compositionality in Neural Models Using Arithmetic Expressions

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We introduce CobA, a dataset designed to evaluate the compositional properties of neural models. The dataset consists of simple arithmetic expressions combining natural integers with addition and multiplication operators. For example, $(5 + 4) \times 2$. We distinguish four aspects of compositionality: localism, substitutivity, productivity, and systematicity. We generate partitions of the dataset with specific in-domain and generalization sets, designed to evaluate the model's ability for each compositional aspect. By carefully selecting expressions from the in-domain and generalization sets, we introduce controlled differences between the two sets. We show that models achieve competitive performance on a random partition, for which there is no controlled difference. Yet, for partitions requiring compositional extrapolation, performances drastically decrease for most encoder architectures. We observe distinctions among architectures, in particular fixed-length context transformers, sequential or tree-structured LSTM.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Recursive Neural Networks with Bottlenecks Diagnose (Non-)Compositionality

2023-01-31 · Verna Dankers, Ivan Titov

A recent line of work in NLP focuses on the (dis)ability of models to generalise compositionally for artificial languages. However, when considering natural language tasks, the data involved is not strictly, or locally, …

Sentiment AnalysisSentiment Classification

A Hybrid System for Systematic Generalization in Simple Arithmetic Problems

2023-06-29 · Flavio Petruzzellis, Alberto Testolin, Alessandro Sperduti

Solving symbolic reasoning problems that require compositionality and systematicity is considered one of the key ingredients of human intelligence. However, symbolic reasoning is still a great challenge for deep learning…

Language ModelingLanguage ModellingLarge Language ModelSystematic Generalization

Do Deep Neural Networks Capture Compositionality in Arithmetic Reasoning?

2023-02-15 · Keito Kudo, Yoichi Aoki, Tatsuki Kuribayashi, Ana Brassard 외

Compositionality is a pivotal property of symbolic reasoning. However, how well recent neural models capture compositionality remains underexplored in the symbolic reasoning tasks. This study empirically addresses this q…

Arithmetic Reasoning

How well do Large Language Models perform in Arithmetic tasks?

2023-03-16 · Zheng Yuan, Hongyi Yuan, Chuanqi Tan, Wei Wang 외

Large language models have emerged abilities including chain-of-thought to answer math word problems step by step. Solving math word problems not only requires abilities to disassemble problems via chain-of-thought but a…

Math

Did you ever read about Frogs drinking Coffee? Investigating the Compositionality of Multi-Emoji Expressions

2017-09-01 · WS 2017 9 · Rebeca Padilla L{\'o}pez, Fabienne Cap

In this work, we present a first attempt to investigate multi-emoji expressions and whether they behave similarly to multiword expressions in terms of non-compositionality. We focus on the combination of the frog and the…

Sentiment Analysis