paper-with-me

홈 › Papers

Instruction Tuning Chronologically Consistent Language Models

2025-10-13 · Songrun He, Linying Lv, Asaf Manela, Jimmy Wu arxiv

We introduce a family of chronologically consistent, instruction-tuned large language models to eliminate lookahead bias. Each model is trained only on data available before a clearly defined knowledge-cutoff date, ensuring strict temporal separation from any post-cutoff data. The resulting framework offers (i) a simple, conversational chat interface, (ii) fully open, fixed model weights that guarantee replicability, and (iii) a conservative lower bound on forecast accuracy, isolating the share of predictability that survives once training leakage is removed. Together, these features provide researchers with an easy-to-use generative AI tool useful for a wide range of prediction tasks that is free of lookahead bias.

📄 PDF Abstract BibTeX arXiv:2510.11677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chronologically Consistent Large Language Models

2025-02-28 · Songrun He, Linying Lv, Asaf Manela, Jimmy Wu

Large language models are increasingly used in social sciences, but their training data can introduce lookahead bias and training leakage. A good chronologically consistent language model requires efficient use of traini…

Language ModelingLanguage Modelling

Building Instruction-Tuning Datasets from Human-Written Instructions with Open-Weight Large Language Models

2025-03-31 · Youmi Ma, Sakae Mizuki, Kazuki Fujii, Taishi Nakamura 외

Instruction tuning is crucial for enabling Large Language Models (LLMs) to solve real-world tasks. Prior work has shown the effectiveness of instruction-tuning data synthesized solely from LLMs, raising a fundamental que…

Does Instruction Tuning Make LLMs More Consistent?

2024-04-23 · Constanza Fierro, Jiaang Li, Anders Søgaard

The purpose of instruction tuning is enabling zero-shot performance, but instruction tuning has also been shown to improve chain-of-thought reasoning and value alignment (Si et al., 2023). Here we consider the impact on …

Sensitivity

Contrastive Instruction Tuning

2024-02-17 · Tianyi Lorena Yan, Fei Wang, James Y. Huang, Wenxuan Zhou 외

Instruction tuning has been used as a promising approach to improve the performance of large language models (LLMs) on unseen tasks. However, current LLMs exhibit limited robustness to unseen instructions, generating inc…

Sentence

Chain-of-Instructions: Compositional Instruction Tuning on Large Language Models

2024-02-18 · Shirley Anugrah Hayati, Taehee Jung, Tristan Bodding-Long, Sudipta Kar 외

Fine-tuning large language models (LLMs) with a collection of large and diverse instructions has improved the model's generalization to different tasks, even for unseen tasks. However, most existing instruction datasets …