paper-with-me

Papers

RICo: Refined In-Context Contribution for Automatic Instruction-Tuning Data Selection

2025-05-08 · Yixin Yang, Qingxiu Dong, Linli Yao, Fangwei Zhu, Zhifang Sui

Data selection for instruction tuning is crucial for improving the performance of large language models (LLMs) while reducing training costs. In this paper, we propose Refined Contribution Measurement with In-Context Learning (RICo), a novel gradient-free method that quantifies the fine-grained contribution of individual samples to both task-level and global-level model performance. RICo enables more accurate identification of high-contribution data, leading to better instruction tuning. We further introduce a lightweight selection paradigm trained on RICo scores, enabling scalable data selection with a strictly linear inference complexity. Extensive experiments on three LLMs across 12 benchmarks and 5 pairwise evaluation sets demonstrate the effectiveness of RICo. Remarkably, on LLaMA3.1-8B, models trained on 15% of RICo-selected data outperform full datasets by 5.42% points and exceed the best performance of widely used selection methods by 2.06% points. We further analyze high-contribution samples selected by RICo, which show both diverse tasks and appropriate difficulty levels, rather than just the hardest ones.

📄 PDF Abstract BibTeX arXiv:2505.05327

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningInductive Bias

Similar Papers 제목 키워드 기반

LibriConvo: Simulating Conversations from Read Literature for ASR and Diarization

2025-10-27 · Máté Gedeon, Péter Mihajlik arxiv

We introduce LibriConvo, a synthetic conversational speech corpus for speaker diarization and automatic speech recognition (ASR), built by instantiating the previously proposed Speaker-Aware Simulated Conversation (SASC)…

Speaker DiarizationSpeech RecognitionActivity Detection

To See is Not to Master: Teaching LLMs to Use Private Libraries for Code Generation

2026-03-16 · Yitong Zhang, Chengze Li, Ruize Chen, Guowei Yang 외 arxiv

Large Language Models (LLMs) have shown strong potential for code generation, yet they remain limited in private-library-oriented code generation, where the goal is to generate code using APIs from private libraries. Exi…

Code Generation

VeriCoT: Neuro-symbolic Chain-of-Thought Validation via Logical Consistency Checks

2025-11-06 · Yu Feng, Nathaniel Weir, Kaj Bostrom, Sam Bayless 외 arxiv

LLMs can perform multi-step reasoning through Chain-of-Thought (CoT), but they cannot reliably verify their own logic. Even when they reach correct answers, the underlying reasoning may be flawed, undermining trust in hi…

Apricot variety classification using image processing and machine learning approaches

2019-12-27 · Seyed Vahid Mirnezami, Ali HamidiSepehr, Mahdi Ghaebi

Apricot which is a cultivated type of Zerdali (wild apricot) has an important place in human nutrition and its medical properties are essential for human health. The objective of this research was to obtain a model for a…

BIG-bench Machine LearningClassificationGeneral ClassificationNutrition

ShowHowTo: Generating Scene-Conditioned Step-by-Step Visual Instructions

2024-12-02 · CVPR 2025 1 · Tomáš Souček, Prajwal Gatti, Michael Wray, Ivan Laptev 외

The goal of this work is to generate step-by-step visual instructions in the form of a sequence of images, given an input image that provides the scene context and the sequence of textual instructions. This is a challeng…