paper-with-me

Papers

Self-play with Execution Feedback: Improving Instruction-following Capabilities of Large Language Models

2024-06-19 · Guanting Dong, Keming Lu, Chengpeng Li, Tingyu Xia, Bowen Yu, Chang Zhou, Jingren Zhou

One core capability of large language models (LLMs) is to follow natural language instructions. However, the issue of automatically constructing high-quality training data to enhance the complex instruction-following abilities of LLMs without manual annotation remains unresolved. In this paper, we introduce AutoIF, the first scalable and reliable method for automatically generating instruction-following training data. AutoIF transforms the validation of instruction-following data quality into code verification, requiring LLMs to generate instructions, the corresponding code to check the correctness of the instruction responses, and unit test samples to verify the code's correctness. Then, execution feedback-based rejection sampling can generate data for Supervised Fine-Tuning (SFT) and Reinforcement Learning from Human Feedback (RLHF) training. AutoIF achieves significant improvements across three training algorithms, SFT, Offline DPO, and Online DPO, when applied to the top open-source LLMs, Qwen2 and LLaMA3, in self-alignment and strong-to-weak distillation settings. Our code is publicly available at https://github.com/QwenLM/AutoIF.

📄 PDF Abstract BibTeX arXiv:2406.13542

Code (1)

QwenLM/AutoIF 공식 구현 pytorch

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Continual Learning for Instruction Following from Realtime Feedback

2022-12-19 · NeurIPS 2023 11 · Alane Suhr, Yoav Artzi

We propose and deploy an approach to continually train an instruction-following agent from feedback provided by users during collaborative interactions. During interaction, human users instruct an agent using natural lan…

Continual LearningInstruction Following

Hi Robot: Open-Ended Instruction Following with Hierarchical Vision-Language-Action Models

2025-02-26 · Lucy Xiaoyang Shi, Brian Ichter, Michael Equi, Liyiming Ke 외

Generalist robots that can perform a range of different tasks in open-world settings must be able to not only reason about the steps needed to accomplish their goals, but also process complex instructions, prompts, and e…

Instruction FollowingVision-Language-Action

Ask, Fail, Repeat: Meeseeks, an Iterative Feedback Benchmark for LLMs' Multi-turn Instruction-Following Ability

2025-04-30 · JiaMing Wang, Yunke Zhao, Peng Ding, Jun Kuang 외

The ability to follow instructions accurately is fundamental for Large Language Models (LLMs) to serve as reliable agents in real-world applications. For complex instructions, LLMs often struggle to fulfill all requireme…

Instruction FollowingIntent Recognition

Self-Guided Plan Extraction for Instruction-Following Tasks with Goal-Conditional Reinforcement Learning

2026-04-22 · Zoya Volovikova, Nikita Sorokin, Dmitriy Lukashevskiy, Aleksandr Panov 외 arxiv

We introduce SuperIgor, a framework for instruction-following tasks. Unlike prior methods that rely on predefined subtasks, SuperIgor enables a language model to generate and refine high-level plans through a self-learni…

Reinforcement Learning

Bridging Values and Behavior: A Hierarchical Framework for Proactive Embodied Agents

2026-04-30 · Chunhui Zhang, Yuxuan Wang, Aoyang Qin, Yi-Long Lu 외 arxiv

Current embodied agents are often limited to passive instruction-following or reactive need-satisfaction, lacking a stable, high-order value framework essential for long-term, self-directed behavior and resolving motivat…