paper-with-me

Papers

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, ZongYu Wang, Xuezhi Cao, Xunliang Cai

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 requirements in a single attempt. In practice, users typically provide iterative feedback until the LLM generates a response that meets all requirements. However, existing instruction-following benchmarks are either single-turn or introduce new requirements in each turn without allowing self-correction. To address this gap, we propose Meeseeks. Meeseeks simulates realistic human-LLM interactions through an iterative feedback framework, which enables models to self-correct based on specific requirement failures in each turn, better reflecting real-world user-end usage patterns. Meanwhile, the benchmark implements a comprehensive evaluation system with 38 capability tags organized across three dimensions: Intent Recognition, Granular Content Validation, and Output Structure Validation. Through rigorous evaluation across LLMs, Meeseeks provides valuable insights into LLMs' instruction-following capabilities in multi-turn scenarios.

📄 PDF Abstract BibTeX arXiv:2504.21625

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingIntent Recognition

Similar Papers 제목 키워드 기반

AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?

2026-06-03 · Zhangchen Xu, Junda Chen, Yue Huang, Dongfu Jiang 외 arxiv

Scientific and engineering progress is fundamentally a long-horizon iterative process: proposing changes, running experiments, measuring outcomes, and continuously refining artifacts. Yet existing benchmarks for frontier…

Recursive Chain-of-Feedback Prevents Performance Degradation from Redundant Prompting

2024-02-05 · Jinwoo Ahn, Kyuseung Shin

Large Language Models (LLMs) frequently struggle with complex reasoning tasks, failing to construct logically sound steps towards the solution. In response to this behavior, users often try prompting the LLMs repeatedly …

Closed-Loop Verbal Reinforcement Learning for Task-Level Robotic Planning

2026-03-23 · Dmitrii Plotnikov, Iaroslav Kolomiets, Dmitrii Maliukov, Dmitrij Kosenkov 외 arxiv

We propose a new Verbal Reinforcement Learning (VRL) framework for interpretable task-level planning in mobile robotic systems operating under execution uncertainty. The framework follows a closed-loop architecture that …

Reinforcement Learning

A-ProS: Towards Reliable Autonomous Programming Through Multi-Model Feedback

2026-05-18 · Anika Tabassum, Md Sifat Hossain, Md. Fahim Arefin, Tariqul Islam 외 arxiv

Large Language Models (LLMs) demonstrate strong potential for automated code generation, yet their ability to iteratively refine solutions using execution feedback remains underexplored. Competitive programming offers an…

Program SynthesisCode Generation

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

2026-07-02 · Zhilin Wang, Han Song, Runzhe Zhan, Jusen Du 외 arxiv

Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering pro…