paper-with-me

홈 › Papers

Instruction Data Selection via Answer Divergence

2026-04-12 · Bo Li, Mingda Wang, Shikun Zhang, Wei Ye arxiv

Instruction tuning relies on large instruction-response corpora whose quality and composition strongly affect downstream performance. We propose Answer Divergence-Guided Selection (ADG), which selects instruction data based on the geometric structure of multi-sample outputs. ADG draws several high-temperature generations per instruction, maps responses into an embedding space, and computes an output divergence score that jointly encodes dispersion magnitude and shape anisotropy. High scores correspond to instructions whose answers are both far apart and multi-modal, rather than clustered paraphrases along a single direction. Across two backbones and three public instruction pools, fine-tuning on only 10K ADG-selected examples consistently outperforms strong selectors on six benchmarks spanning reasoning, knowledge, and coding. Analyses further show that both dispersion magnitude and shape anisotropy are necessary, supporting answer divergence as a practical signal for instruction data selection. Code and appendix are included in the supplementary materials.

📄 PDF Abstract BibTeX arXiv:2604.10448

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Style over Story: Measuring LLM Narrative Preferences via Structured Selection

2025-10-02 · Donghoon Jung, Jiwoo Choi, Songeun Chae, Seohyon Jung arxiv

We introduce a constraint-selection-based experiment design for measuring narrative preferences of Large Language Models (LLMs). This design offers an interpretable lens on LLMs' narrative selection behavior. We develope…

Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity

2026-08-13 · Irina Proskurina, Mayank Kumar, Oyindolapo O. Komolafe arxiv

Instruction-tuned language models achieve strong performance across a range of generation tasks, but have also recently been shown to exhibit verbalized overconfidence. In question answering, verbalized model overconfide…

Question AnsweringAnswer Selection

Where does an LLM begin computing an instruction?

2025-11-12 · Aditya Pola, Vineeth N. Balasubramanian arxiv

Following an instruction involves distinct sub-processes, such as reading content, reading the instruction, executing it, and producing an answer. We ask where, along the layer stack, instruction following begins, the po…

Instruction Following

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 for…

DPO Kernels: A Semantically-Aware, Kernel-Enhanced, and Divergence-Rich Paradigm for Direct Preference Optimization

2025-01-05 · Amitava Das, Suranjana Trivedy, Danush Khanna, Rajarshi Roy 외

The rapid rise of large language models (LLMs) has unlocked many applications but also underscores the challenge of aligning them with diverse values and preferences. Direct Preference Optimization (DPO) is central to al…

Instruction Following