paper-with-me

홈 › Papers

Rewriting History: A Recipe for Interventional Analyses to Study Data Effects on Model Behavior

2025-10-16 · Rahul Nadkarni, Yanai Elazar, Hila Gonen, Noah A. Smith arxiv

We present an experimental recipe for studying the relationship between training data and language model (LM) behavior. We outline steps for intervening on data batches -- i.e., ``rewriting history'' -- and then retraining model checkpoints over that data to test hypotheses relating data to behavior. Our recipe breaks down such an intervention into stages that include selecting evaluation items from a benchmark that measures model behavior, matching relevant documents to those items, and modifying those documents before retraining and measuring the effects. We demonstrate the utility of our recipe through case studies on factual knowledge acquisition in LMs, using both cooccurrence statistics and information retrieval methods to identify documents that might contribute to knowledge learning. Our results supplement past observational analyses that link cooccurrence to model behavior, while demonstrating that extant methods for identifying relevant training documents do not fully explain an LM's ability to correctly answer knowledge questions. Overall, we outline a recipe that researchers can follow to test further hypotheses about how training data affects model behavior. Our code is made publicly available to promote future work.

📄 PDF Abstract BibTeX arXiv:2510.14261

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

CHIQ: Contextual History Enhancement for Improving Query Rewriting in Conversational Search

2024-06-07 · Fengran Mo, Abbas Ghaddar, Kelong Mao, Mehdi Rezagholizadeh 외

In this paper, we study how open-source large language models (LLMs) can be effectively deployed for improving query rewriting in conversational search, especially for ambiguous queries. We introduce CHIQ, a two-step met…

Conversational Search

From Instance Selection to Fixed-Pool Data Recipe Search for Supervised Fine-Tuning

2026-05-13 · Haodong Wu, Jiahao Zhang, Lijie Hu, Yongqi Zhang arxiv

Supervised fine-tuning (SFT) data selection is commonly formulated as instance ranking: score each example and retain a top-$k$ subset. However, effective SFT training subsets are often produced through ordered curation …

Substance over Style: Document-Level Targeted Content Transfer

2020-10-16 · EMNLP 2020 11 · Allison Hegel, Sudha Rao, Asli Celikyilmaz, Bill Dolan

Existing language models excel at writing from scratch, but many real-world scenarios require rewriting an existing document to fit a set of constraints. Although sentence-level rewriting has been fairly well-studied, li…

Language ModelingLanguage ModellingSentenceText Generation

ALTER: Auxiliary Text Rewriting Tool for Natural Language Generation

2019-09-14 · IJCNLP 2019 11 · Qiongkai Xu, Chenchen Xu, Lizhen Qu

In this paper, we describe ALTER, an auxiliary text rewriting tool that facilitates the rewriting process for natural language generation tasks, such as paraphrasing, text simplification, fairness-aware text rewriting, a…

FairnessStyle TransferText GenerationText Simplification+1

A Comparison of Question Rewriting Methods for Conversational Passage Retrieval

2021-01-19 · Svitlana Vakulenko, Nikos Voskarides, Zhucheng Tu, Shayne Longpre

Conversational passage retrieval relies on question rewriting to modify the original question so that it no longer depends on the conversation history. Several methods for question rewriting have recently been proposed, …

Passage RetrievalQuestion RewritingRetrieval