paper-with-me

홈 › Papers

TOD-ProcBench: Benchmarking Complex Instruction-Following in Task-Oriented Dialogues

2025-11-20 · Sarik Ghazarian, Abhinav Gullapalli, Swair Shah, Anurag Beniwal, Nanyun Peng, Narayanan Sadagopan, Zhou Yu arxiv

In real-world task-oriented dialogue (TOD) settings, agents are required to strictly adhere to complex instructions while conducting multi-turn conversations with customers. These instructions are typically presented in natural language format and include general guidelines and step-by-step procedures with complex constraints. Existing TOD benchmarks often oversimplify the complex nature of these instructions by reducing them to simple schemas composed of intents, slots, and API call configurations. To address this gap and systematically benchmark LLMs' instruction-following capabilities, we propose TOD-ProcBench, a challenging benchmark featuring complex process instructions with intricate, fine-grained constraints that evaluates various LLMs' abilities to understand and follow instructions in multi-turn TODs. Our benchmark dataset comprises instruction documents derived from the high-quality ABCD dataset with corresponding conversations under human quality control. We formulate fine-grained constraints and action procedures as multi-level condition-action instruction statements. We design three tasks to comprehensively benchmark LLMs' complex instruction-following capabilities in multi-turn TODs. Task 1 evaluates how LLMs retrieve the most relevant statement from a complex instruction and predict the corresponding next action. In Task 2, we synthesize instruction-violating responses by injecting inconsistencies and manipulating the original instructions, and then we analyze how effectively LLMs can identify instruction-violating responses. Task 3 investigates LLMs' abilities in conditional generation of instruction-following responses based on the original complex instructions. Additionally, we conduct studies on the impact of multilingual settings and different instruction text formats on compliance performance. We release our benchmark under the Llama 3.3 Community License Agreement.

📄 PDF Abstract BibTeX arXiv:2511.15976

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProcBench: Benchmark for Multi-Step Reasoning and Following Procedure

2024-10-04 · Ippei Fujisawa, Sensho Nobe, Hiroki Seto, Rina Onda 외

Reasoning is central to a wide range of intellectual activities, and while the capabilities of large language models (LLMs) continue to advance, their performance in reasoning tasks remains limited. The processes and mec…

CodeAlignBench: Assessing Code Generation Models on Developer-Preferred Code Adjustments

2025-10-31 · Forough Mehralian, Ryan Shar, James R. Rae, Alireza Hashemi arxiv

As large language models become increasingly capable of generating code, evaluating their performance remains a complex and evolving challenge. Existing benchmarks primarily focus on functional correctness, overlooking t…

Instruction FollowingCode Generation

AdvancedIF: Rubric-Based Benchmarking and Reinforcement Learning for Advancing LLM Instruction Following

2025-11-13 · Yun He, Wenzhe Li, Hejia Zhang, Songlin Li 외 arxiv

Recent progress in large language models (LLMs) has led to impressive performance on a range of tasks, yet advanced instruction following (IF)-especially for complex, multi-turn, and system-prompted instructions-remains …

Reinforcement LearningInstruction Following

OctoBench: Benchmarking Scaffold-Aware Instruction Following in Repository-Grounded Agentic Coding

2026-01-15 · Deming Ding, Shichun Liu, Enhui Yang, Jiahang Lin 외 arxiv

Modern coding scaffolds turn LLMs into capable software agents, but their ability to follow scaffold-specified instructions remains under-examined, especially when constraints are heterogeneous and persist across interac…

Instruction Following

Benchmarking Complex Instruction-Following with Multiple Constraints Composition

2024-07-04 · Bosi Wen, Pei Ke, Xiaotao Gu, Lindong Wu 외

Instruction following is one of the fundamental capabilities of large language models (LLMs). As the ability of LLMs is constantly improving, they have been increasingly applied to deal with complex human instructions in…

BenchmarkingInstruction Following