paper-with-me

Papers

GATEAU: Selecting Influential Samples for Long Context Alignment

2024-10-21 · Shuzheng Si, Haozhe Zhao, Gang Chen, Yunshui Li, Kangyang Luo, Chuancheng Lv, Kaikai An, Fanchao Qi, Baobao Chang, Maosong Sun

Aligning large language models to handle instructions with extremely long contexts has yet to be fully investigated. Previous studies have attempted to scale up the available data volume by synthesizing long instruction-following samples, as constructing such a dataset tends to be challenging for annotators. However, a lack of a well-defined strategy for ensuring data quality may introduce low-quality samples and restrict the model's performance. Thus, we propose GATEAU, a novel framework to address the unique challenge of long context alignment by identifying the influential samples enriched with long-range dependency relations. Specifically, GATEAU measures the long-range dependencies from two essential aspects: the difficulty of generating target responses due to the long-range dependencies, and the difficulty of understanding long inputs due to such dependencies. Comprehensive experiments indicate that GATEAU effectively identifies influential samples and the model trained on these selected samples exhibits better instruction-following and long-context understanding capabilities.

📄 PDF Abstract BibTeX arXiv:2410.15633

Code (1)

s1s-z/gateau 공식 구현 jax

Tasks

Instruction FollowingLong-Context Understanding

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

In-Context Learning Demonstration Selection via Influence Analysis

2024-02-19 · Vinay M. S., Minh-Hao Van, Xintao Wu

Large Language Models (LLMs) have showcased their In-Context Learning (ICL) capabilities, enabling few-shot learning without the need for gradient updates. Despite its advantages, the effectiveness of ICL heavily depends…

Few-Shot LearningIn-Context Learning

Data-Driven Influence Functions for Optimization-Based Causal Inference

2022-08-29 · Michael I. Jordan, Yixin Wang, Angela Zhou

We study a constructive algorithm that approximates Gateaux derivatives for statistical functionals by finite differencing, with a focus on functionals that arise in causal inference. We study the case where probability …

Causal Inference

Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue System

2024-05-16 · Chen Chen, Ruizhe Li, Yuchen Hu, YuanYuan Chen 외

Intelligent task-oriented dialogue systems (ToDs) are expected to continuously acquire new knowledge, also known as Continual Learning (CL), which is crucial to fit ever-changing user needs. However, catastrophic forgett…

Continual LearningTask-Oriented Dialogue Systems

Outlier Gradient Analysis: Efficiently Identifying Detrimental Training Samples for Deep Learning Models

2024-05-06 · Anshuman Chhabra, Bo Li, Jian Chen, Prasant Mohapatra 외

A core data-centric learning challenge is the identification of training samples that are detrimental to model performance. Influence functions serve as a prominent tool for this task and offer a robust framework for ass…

Exploring the Mystery of Influential Data for Mathematical Reasoning

2024-04-01 · Xinzhe Ni, Yeyun Gong, Zhibin Gou, Yelong Shen 외

Selecting influential data for fine-tuning on downstream tasks is a key factor for both performance and computation efficiency. Recent works have shown that training with only limited data can show a superior performance…

MathMathematical Reasoning