paper-with-me

Papers

ConInstruct: Evaluating Large Language Models on Conflict Detection and Resolution in Instructions

2025-11-18 · Xingwei He, Qianru Zhang, Pengfei Chen, Guanhua Chen, Linlin Yu, Yuan Yuan, Siu-Ming Yiu arxiv

Instruction-following is a critical capability of Large Language Models (LLMs). While existing works primarily focus on assessing how well LLMs adhere to user instructions, they often overlook scenarios where instructions contain conflicting constraints-a common occurrence in complex prompts. The behavior of LLMs under such conditions remains under-explored. To bridge this gap, we introduce ConInstruct, a benchmark specifically designed to assess LLMs' ability to detect and resolve conflicts within user instructions. Using this dataset, we evaluate LLMs' conflict detection performance and analyze their conflict resolution behavior. Our experiments reveal two key findings: (1) Most proprietary LLMs exhibit strong conflict detection capabilities, whereas among open-source models, only DeepSeek-R1 demonstrates similarly strong performance. DeepSeek-R1 and Claude-4.5-Sonnet achieve the highest average F1-scores at 91.5% and 87.3%, respectively, ranking first and second overall. (2) Despite their strong conflict detection abilities, LLMs rarely explicitly notify users about the conflicts or request clarification when faced with conflicting constraints. These results underscore a critical shortcoming in current LLMs and highlight an important area for future improvement when designing instruction-following LLMs.

📄 PDF Abstract BibTeX arXiv:2511.14342

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SegSub: Evaluating Robustness to Knowledge Conflicts and Hallucinations in Vision-Language Models

2025-02-19 · Peter Carragher, Nikitha Rao, Abhinand Jha, R Raghav 외

Vision language models (VLM) demonstrate sophisticated multimodal reasoning yet are prone to hallucination when confronted with knowledge conflicts, impeding their deployment in information-sensitive contexts. While exis…

counterfactualHallucinationMultimodal Reasoning

PRIME: Evaluating Prompt Resolution Under Incompatible Instructions in LLMs

2026-06-21 · Tehreem Javed, Shumaim Fatimah, Masooma Bakhtiari, Gibrail Islam 외 arxiv

Large language models (LLMs) often encounter conflicting prompts, although current instruction following benchmarks assess those meta-instructions in isolation, limiting the insights about how models process conflicting …

Instruction Following

ConflictBench: Evaluating Human-AI Conflict via Interactive and Visually Grounded Environments

2026-03-09 · Weixiang Zhao, Haozhen Li, Yanyan Zhao, xuda zhi 외 arxiv

As large language models (LLMs) evolve into autonomous agents capable of acting in open-ended environments, ensuring behavioral alignment with human values becomes a critical safety concern. Existing benchmarks, focused …

SIGNPOST-Bench: Benchmarking Text-Vision Conflict Resolution in Multimodal Large Language Models

2026-08-04 · Sirun Li, Minghao Liu, Ling Dai, Yong Li 외 hf

Multimodal large language models (MLLMs) make grounded predictions in real-world scenes by combining visual and textual cues, yet existing benchmarks rarely reveal how they arbitrate between these evidence sources when t…

CONGRA: Benchmarking Automatic Conflict Resolution

2024-09-21 · Qingyu Zhang, Liangcai Su, Kai Ye, Chenxiong Qian

Resolving conflicts from merging different software versions is a challenging task. To reduce the overhead of manual merging, researchers develop various program analysis-based tools which only solve specific types of co…

Benchmarking