paper-with-me

Papers

Improved Compositional Generalization by Generating Demonstrations for Meta-Learning

2023-05-22 · Sam Spilsbury, Pekka Marttinen, Alexander Ilin

Meta-learning and few-shot prompting are viable methods to induce certain types of compositional behaviour. However, these methods can be very sensitive to the choice of support examples used. Choosing good supports from the training data for a given test query is already a difficult problem, but in some cases solving this may not even be enough. We consider a grounded language learning problem (gSCAN) where good support examples for certain test splits might not even exist in the training data, or would be infeasible to search for. We design an agent which instead generates possible supports which are relevant to the test query and current state of the world, then uses these supports via meta-learning to solve the test query. We show substantially improved performance on a previously unsolved compositional behaviour split without a loss of performance on other splits. Further experiments show that in this case, searching for relevant demonstrations even with an oracle function is not sufficient to attain good performance when using meta-learning.

📄 PDF Abstract BibTeX arXiv:2305.13092

Code (0)

등록된 구현이 없습니다.

Tasks

Grounded language learningMeta-Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Context Parametrization with Compositional Adapters

2025-09-26 · Josip Jukić, Martin Tutek, Jan Šnajder arxiv

Large language models (LLMs) often seamlessly adapt to new tasks through in-context learning (ICL) or supervised fine-tuning (SFT). However, ICL is inefficient when handling many demonstrations, and SFT incurs training o…

Question Answering

Diverse Demonstrations Improve In-context Compositional Generalization

2022-12-13 · Itay Levy, Ben Bogin, Jonathan Berant

In-context learning has shown great success in i.i.d semantic parsing splits, where the training and test sets are drawn from the same distribution. In this setup, models are typically prompted with demonstrations that a…

In-Context LearningSemantic Parsing

Discovering modular solutions that generalize compositionally

2023-12-22 · Simon Schug, Seijin Kobayashi, Yassir Akram, Maciej Wołczyk 외

Many complex tasks can be decomposed into simpler, independent parts. Discovering such underlying compositional structure has the potential to enable compositional generalization. Despite progress, our most powerful syst…

Meta-Learning

Leveraging Code to Improve In-context Learning for Semantic Parsing

2023-11-16 · Ben Bogin, Shivanshu Gupta, Peter Clark, Ashish Sabharwal

In-context learning (ICL) is an appealing approach for semantic parsing due to its few-shot nature and improved generalization. However, learning to parse to rare domain-specific languages (DSLs) from just a few demonstr…

In-Context LearningSemantic Parsing

Benchmarking and Improving Compositional Generalization of Multi-aspect Controllable Text Generation

2024-04-05 · Tianqi Zhong, Zhaoyi Li, Quan Wang, Linqi Song 외

Compositional generalization, representing the model's ability to generate text with new attribute combinations obtained by recombining single attributes from the training data, is a crucial property for multi-aspect con…

AttributeBenchmarkingMeta-LearningText Generation