paper-with-me

홈 › Papers

Data Selection for Multi-turn Dialogue Instruction Tuning

2026-04-09 · Bo Li, Shikun Zhang, Wei Ye arxiv

Instruction-tuned language models increasingly rely on large multi-turn dialogue corpora, but these datasets are often noisy and structurally inconsistent, with topic drift, repetitive chitchat, and mismatched answer formats across turns. We address this from a data selection perspective and propose \textbf{MDS} (Multi-turn Dialogue Selection), a dialogue-level framework that scores whole conversations rather than isolated turns. MDS combines a global coverage stage that performs bin-wise selection in the user-query trajectory space to retain representative yet non-redundant dialogues, with a local structural stage that evaluates within-dialogue reliability through entity-grounded topic grounding and information progress, together with query-answer form consistency for functional alignment. MDS outperforms strong single-turn selectors, dialogue-level LLM scorers, and heuristic baselines on three multi-turn benchmarks and an in-domain Banking test set, achieving the best overall rank across reference-free and reference-based metrics, and is more robust on long conversations under the same training budget. Code and resources are included in the supplementary materials.

📄 PDF Abstract BibTeX arXiv:2604.07892

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphIF: Enhancing Multi-Turn Instruction Following for Large Language Models with Relation Graph Prompt

2025-11-13 · Zhenhe Li, Can Lin, Ling Zheng, Wen-Da Wei 외 arxiv

Multi-turn instruction following is essential for building intelligent conversational systems that can consistently adhere to instructions across dialogue turns. However, existing approaches to enhancing multi-turn instr…

Instruction FollowingRelation ExtractionResponse Generation

Context-dependent Instruction Tuning for Dialogue Response Generation

2023-11-13 · Jin Myung Kwak, Minseon Kim, Sung Ju Hwang

Recent language models have achieved impressive performance in natural language tasks by incorporating instructions with task input during fine-tuning. Since all samples in the same natural language task can be explained…

Dialogue GenerationResponse Generation

Inductive-Deductive Strategy Reuse for Multi-Turn Instructional Dialogues

2024-04-17 · Jiao Ou, Jiayu Wu, Che Liu, Fuzheng Zhang 외

Aligning large language models (LLMs) with human expectations requires high-quality instructional dialogues, which usually require instructions that are diverse and in-depth. Existing methods leverage two LLMs to interac…

Raw Text is All you Need: Knowledge-intensive Multi-turn Instruction Tuning for Large Language Model

2024-07-03 · Xia Hou, QiFeng Li, Jian Yang, Tongliang Li 외

Instruction tuning as an effective technique aligns the outputs of large language models (LLMs) with human preference. But how to generate the seasonal multi-turn dialogues from raw documents for instruction tuning still…

AllLanguage ModelingLanguage ModellingLarge Language Model

ConsistentChat: Building Skeleton-Guided Consistent Dialogues for Large Language Models from Scratch

2025-06-04 · Jiawei Chen, Xinyan Guan, Qianhao Yuan, Guozhao Mo 외

Current instruction data synthesis methods primarily focus on single-turn instructions and often neglect cross-turn coherence, resulting in context drift and reduced task completion rates in extended conversations. To ad…

Dialogue Generation