paper-with-me

홈 › Papers

Improving Interactive In-Context Learning from Natural Language Feedback

2026-02-17 · Martin Klissarov, Jonathan Cook, Diego Antognini, Hao Sun, Jingling Li, Natasha Jaques, Claudiu Musat, Edward Grefenstette arxiv

Adapting one's thought process based on corrective feedback is an essential ability in human learning, particularly in collaborative settings. In contrast, the current large language model training paradigm relies heavily on modeling vast, static corpora. While effective for knowledge acquisition, it overlooks the interactive feedback loops essential for models to adapt dynamically to their context. In this work, we propose a framework that treats this interactive in-context learning ability not as an emergent property, but as a distinct, trainable skill. We introduce a scalable method that transforms single-turn verifiable tasks into multi-turn didactic interactions driven by information asymmetry. We first show that current flagship models struggle to integrate corrective feedback on hard reasoning tasks. We then demonstrate that models trained with our approach dramatically improve the ability to interactively learn from language feedback. More specifically, the multi-turn performance of a smaller model nearly reaches that of a model an order of magnitude larger. We also observe robust out-of-distribution generalization: interactive training on math problems transfers to diverse domains like coding, puzzles and maze navigation. Our qualitative analysis suggests that this improvement is due to an enhanced in-context plasticity. Finally, we show that this paradigm offers a unified path to self-improvement. By training the model to predict the teacher's critiques, effectively modeling the feedback environment, we convert this external signal into an internal capability, allowing the model to self-correct even without a teacher.

📄 PDF Abstract BibTeX arXiv:2602.16066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NL-EDIT: Correcting semantic parse errors through natural language interaction

2021-03-26 · NAACL 2021 4 · Ahmed Elgohary, Christopher Meek, Matthew Richardson, Adam Fourney 외

We study semantic parsing in an interactive setting in which users correct errors with natural language feedback. We present NL-EDIT, a model for interpreting natural language feedback in the interaction context to gener…

Semantic ParsingText to SQLText-To-SQL

Learning to Simulate Natural Language Feedback for Interactive Semantic Parsing

2023-05-14 · Hao Yan, Saurabh Srivastava, Yintao Tai, Sida I. Wang 외

Interactive semantic parsing based on natural language (NL) feedback, where users provide feedback to correct the parser mistakes, has emerged as a more practical scenario than the traditional one-shot semantic parsing. …

Semantic ParsingText to SQLText-To-SQL

Speak to your Parser: Interactive Text-to-SQL with Natural Language Feedback

2020-05-05 · ACL 2020 6 · Ahmed Elgohary, Saghar Hosseini, Ahmed Hassan Awadallah

We study the task of semantic parse correction with natural language feedback. Given a natural language utterance, most semantic parsing systems pose the problem as one-shot translation where the utterance is mapped to a…

FormSemantic ParsingText to SQLText-To-SQL+1

LLF-Bench: Benchmark for Interactive Learning from Language Feedback

2023-12-11 · Ching-An Cheng, Andrey Kolobov, Dipendra Misra, Allen Nie 외

We introduce a new benchmark, LLF-Bench (Learning from Language Feedback Benchmark; pronounced as "elf-bench"), to evaluate the ability of AI agents to interactively learn from natural language feedback and instructions.…

Information RetrievalOpenAI GymSequential Decision Making

Dialog-based Interactive Image Retrieval

2018-05-01 · NeurIPS 2018 12 · Xiaoxiao Guo, Hui Wu, Yu Cheng, Steven Rennie 외

Existing methods for interactive image retrieval have demonstrated the merit of integrating user feedback, improving retrieval results. However, most current systems rely on restricted forms of user feedback, such as bin…

Image Retrievalreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2