paper-with-me

홈 › Papers

Benchmarking Complex Instruction-Following with Multiple Constraints Composition

2024-07-04 · Bosi Wen, Pei Ke, Xiaotao Gu, Lindong Wu, Hao Huang, Jinfeng Zhou, Wenchuang Li, Binxin Hu, Wendy Gao, Jiaxin Xu, Yiming Liu, Jie Tang, Hongning Wang, Minlie Huang

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 real-world scenarios. Therefore, how to evaluate the ability of complex instruction-following of LLMs has become a critical research problem. Existing benchmarks mainly focus on modeling different types of constraints in human instructions while neglecting the composition of different constraints, which is an indispensable constituent in complex instructions. To this end, we propose ComplexBench, a benchmark for comprehensively evaluating the ability of LLMs to follow complex instructions composed of multiple constraints. We propose a hierarchical taxonomy for complex instructions, including 4 constraint types, 19 constraint dimensions, and 4 composition types, and manually collect a high-quality dataset accordingly. To make the evaluation reliable, we augment LLM-based evaluators with rules to effectively verify whether generated texts can satisfy each constraint and composition. Furthermore, we obtain the final evaluation score based on the dependency structure determined by different composition types. ComplexBench identifies significant deficiencies in existing LLMs when dealing with complex instructions with multiple constraints composition.

📄 PDF Abstract BibTeX arXiv:2407.03978

Code (1)

thu-coai/complexbench 공식 구현

Tasks

BenchmarkingInstruction Following

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

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

2025-11-20 · Sarik Ghazarian, Abhinav Gullapalli, Swair Shah, Anurag Beniwal 외 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 …

From Complex to Simple: Enhancing Multi-Constraint Complex Instruction Following Ability of Large Language Models

2024-04-24 · Qianyu He, Jie Zeng, Qianxi He, Jiaqing Liang 외

It is imperative for Large language models (LLMs) to follow instructions with elaborate requirements (i.e. Complex Instructions Following). Yet, it remains under-explored how to enhance the ability of LLMs to follow comp…

Instruction Following

Constraint Back-translation Improves Complex Instruction Following of Large Language Models

2024-10-31 · Yunjia Qi, Hao Peng, Xiaozhi Wang, Bin Xu 외

Large language models (LLMs) struggle to follow instructions with complex constraints in format, length, etc. Following the conventional instruction-tuning practice, previous works conduct post-training on complex instru…

Instruction FollowingTranslation

AGENTIF: Benchmarking Instruction Following of Large Language Models in Agentic Scenarios

2025-05-22 · Yunjia Qi, Hao Peng, Xiaozhi Wang, Amy Xin 외

Large Language Models (LLMs) have demonstrated advanced capabilities in real-world agentic applications. Growing research efforts aim to develop LLM-based agents to address practical demands, introducing a new challenge:…

BenchmarkingInstruction Following