paper-with-me

홈 › Papers

Think before you act: A simple baseline for compositional generalization

2020-09-29 · Christina Heinze-Deml, Diane Bouchacourt

Contrarily to humans who have the ability to recombine familiar expressions to create novel ones, modern neural networks struggle to do so. This has been emphasized recently with the introduction of the benchmark dataset "gSCAN" (Ruis et al. 2020), aiming to evaluate models' performance at compositional generalization in grounded language understanding. In this work, we challenge the gSCAN benchmark by proposing a simple model that achieves surprisingly good performance on two of the gSCAN test splits. Our model is based on the observation that, to succeed on gSCAN tasks, the agent must (i) identify the target object (think) before (ii) navigating to it successfully (act). Concretely, we propose an attention-inspired modification of the baseline model from (Ruis et al. 2020), together with an auxiliary loss, that takes into account the sequential nature of steps (i) and (ii). While two compositional tasks are trivially solved with our approach, we also find that the other tasks remain unsolved, validating the relevance of gSCAN as a benchmark for evaluating models' compositional abilities.

📄 PDF Abstract BibTeX arXiv:2009.13962

Code (1)

LauraRuis/groundedSCAN 공식 구현

Similar Papers 제목 키워드 기반

Compositional Generalization in Unsupervised Compositional Representation Learning: A Study on Disentanglement and Emergent Language

2022-10-02 · Zhenlin Xu, Marc Niethammer, Colin Raffel

Deep learning models struggle with compositional generalization, i.e. the ability to recognize or generate novel combinations of observed elementary concepts. In hopes of enabling compositional generalization, various un…

DisentanglementRepresentation Learning

Unveiling the Compositional Ability Gap in Vision-Language Reasoning Model

2025-05-26 · Tianle Li, Jihai Zhang, Yongming Rao, Yu Cheng

While large language models (LLMs) demonstrate strong reasoning capabilities utilizing reinforcement learning (RL) with verifiable reward, whether large vision-language models (VLMs) can directly inherit such capabilitie…

DiagnosticReinforcement Learning (RL)Visual Grounding

Disentangling Reasoning Capabilities from Language Models with Compositional Reasoning Transformers

2022-10-20 · Wanjun Zhong, Tingting Ma, Jiahai Wang, Jian Yin 외

This paper presents ReasonFormer, a unified reasoning framework for mirroring the modular and compositional reasoning process of humans in complex decision-making. Inspired by dual-process theory in cognitive science, th…

Decision Making

Detecting Compositionally Out-of-Distribution Examples in Semantic Parsing

2021-11-01 · Findings (EMNLP) 2021 11 · Denis Lukovnikov, Sina Daubener, Asja Fischer

While neural networks are ubiquitous in state-of-the-art semantic parsers, it has been shown that most standard models suffer from dramatic performance losses when faced with compositionally out-of-distribution (OOD) dat…

Out of Distribution (OOD) DetectionSemantic Parsing

Compositional Generalization for Natural Language Interfaces to Web APIs

2021-12-09 · Saghar Hosseini, Ahmed Hassan Awadallah, Yu Su

This paper presents Okapi, a new dataset for Natural Language to executable web Application Programming Interfaces (NL2API). This dataset is in English and contains 22,508 questions and 9,019 unique API calls, covering t…

Semantic Parsing