paper-with-me

홈 › Papers

Dated Data: Tracing Knowledge Cutoffs in Large Language Models

2024-03-19 · Jeffrey Cheng, Marc Marone, Orion Weller, Dawn Lawrie, Daniel Khashabi, Benjamin Van Durme

Released Large Language Models (LLMs) are often paired with a claimed knowledge cutoff date, or the dates at which training data was gathered. Such information is crucial for applications where the LLM must provide up to date information. However, this statement only scratches the surface: do all resources in the training data share the same knowledge cutoff date? Does the model's demonstrated knowledge for these subsets closely align to their cutoff dates? In this work, we define the notion of an effective cutoff. This is distinct from the LLM designer reported cutoff and applies separately to sub-resources and topics. We propose a simple approach to estimate effective cutoffs on the resource-level temporal alignment of an LLM by probing across versions of the data. Using this analysis, we find that effective cutoffs often differ from reported cutoffs. To understand the root cause of this observation, we conduct a direct large-scale analysis on open pre-training datasets. Our analysis reveals two reasons for these inconsistencies: (1) temporal biases of CommonCrawl data due to non-trivial amounts of old data in new dumps and (2) complications in LLM deduplication schemes involving semantic duplicates and lexical near-duplicates. Overall, our results show that knowledge cutoffs are not as simple as they have seemed and that care must be taken both by LLM dataset curators as well as practitioners who seek to use information from these models.

📄 PDF Abstract BibTeX arXiv:2403.12958

Code (1)

nexync/dated_data 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LLMLagBench: Identifying Temporal Training Boundaries in Large Language Models

2025-11-15 · Piotr Pęzik, Konrad Kaczyński, Maria Szymańska, Filip Żarnecki 외 arxiv

Large Language Models (LLMs) are pretrained on textual data up to a specific temporal cutoff. This creates a strict knowledge boundary beyond which models cannot provide accurate information without querying external sou…

General Knowledge

DatedGPT: Preventing Lookahead Bias in Large Language Models with Time-Aware Pretraining

2026-03-12 · Yutong Yan, Raphael Tang, Zhenyu Gao, Wenxi Jiang 외 arxiv

Large language models pretrained on internet-scale data risk lookahead bias in forecasting tasks, as they may have already seen the true outcome during training. To address this, we present DatedGPT, a family of twelve 1…

Question Difficulty Consistent Knowledge Tracing

2024-05-14 · Proceedings of the ACM Web Conference 2024 5 · Liu, Guimei and Zhan, Huijing and Kim, Jung-jae

Knowledge tracing aims to estimate knowledge states of students over a set of skills based on students' past learning activities. Deep learning based knowledge tracing models show superior performance to traditional know…

Knowledge Tracing

Can Prompts Rewind Time for LLMs? Evaluating the Effectiveness of Prompted Knowledge Cutoffs

2025-09-26 · Xin Gao, Ruiyi Zhang, Daniel Du, Saurabh Mahindre 외 arxiv

Large Language Models (LLMs) are widely used for temporal prediction, but their reliance on pretraining data raises contamination concerns, as accurate predictions on pre-cutoff test data may reflect memorization rather …

ExAnte: A Benchmark for Ex-Ante Inference in Large Language Models

2025-05-26 · Yachuan Liu, Xiaochun Wei, Lin Shi, Xinnuo Li 외

Large language models (LLMs) face significant challenges in ex-ante reasoning, where analysis, inference, or predictions must be made without access to information from future events. Even with explicit prompts enforcing…

PredictionQuestion AnsweringStock Prediction