paper-with-me

Papers

StructFlowBench: A Structured Flow Benchmark for Multi-turn Instruction Following

2025-02-20 · Jinnan Li, Jinzhe Li, Yue Wang, Yi Chang, Yuan Wu

Multi-turn instruction following capability constitutes a core competency of large language models (LLMs) in real-world applications. Existing evaluation benchmarks predominantly focus on fine-grained constraint satisfaction and domain-specific capability assessment, yet overlook the crucial structural dependency between dialogue turns that distinguishes multi-turn from single-turn interactions. This structural dependency not only reflects user intent but also establishes a second dimension for instruction following evaluation beyond constraint satisfaction. To address this gap, we propose StructFlowBench, a multi-turn instruction following benchmark with structural flow modeling. The benchmark innovatively defines a structural flow framework comprising six fundamental inter-turn relationships, which not only introduces novel structural constraints for model evaluation but also serves as generation parameters for creating customized dialogue flows tailored to specific scenarios. Adopting established LLM-based automatic evaluation methodologies, we conduct systematic evaluations of 13 leading open-source and closed-source LLMs. Experimental results reveal significant deficiencies in current models' comprehension of multi-turn dialogue structures. The code is available at \url{https://github.com/MLGroupJLU/StructFlowBench}.

📄 PDF Abstract BibTeX arXiv:2502.14494

Code (1)

mlgroupjlu/structflowbench 공식 구현 pytorch

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

DevNous: An LLM-Based Multi-Agent System for Grounding IT Project Management in Unstructured Conversation

2025-08-12 · Stavros Doropoulos, Stavros Vologiannidis, Ioannis Magnisalis arxiv

The manual translation of unstructured team dialogue into the structured artifacts required for Information Technology (IT) project governance is a critical bottleneck in modern information systems management. We introdu…

ToolWeave: Structured Synthesis of Complex Multi-Turn Tool-Calling Dialogues

2026-04-03 · Dinesh Khandelwal, Gnana Prakash Punnavajhala, GPS Bhargav, Gaurav Pandey 외 arxiv

Multi-turn tool calling is essential for LLMs to function as autonomous agents, yet synthesizing the training data required for these capabilities remains a fundamental challenge. Existing synthetic data generation pipel…

Synthetic Data Generation

Case-Aware LLM-as-a-Judge Evaluation for Enterprise-Scale RAG Systems

2026-02-23 · Mukul Chhabra, Luigi Medrano, Arush Verma arxiv

Enterprise Retrieval-Augmented Generation (RAG) assistants operate in multi-turn, case-based workflows such as technical support and IT operations, where evaluation must reflect operational constraints, structured identi…

Agent Banana: High-Fidelity Image Editing with Agentic Thinking and Tooling

2026-02-09 · Ruijie Ye, Jiayi Zhang, Zhuoxin Liu, Zihao Zhu 외 arxiv

We study instruction-based image editing under professional workflows and identify three persistent challenges: (i) editors often over-edit, modifying content beyond the user's intent; (ii) existing models are largely si…

Instruction FollowingImage Editing

Kimi-Dev: Agentless Training as Skill Prior for SWE-Agents

2025-09-27 · Zonghan Yang, Shengjie Wang, Kelin Fu, Wenyang He 외 arxiv

Large Language Models (LLMs) are increasingly applied to software engineering (SWE), with SWE-bench as a key benchmark. Solutions are split into SWE-Agent frameworks with multi-turn interactions and workflow-based Agentl…