paper-with-me

Papers

Mitigating Temporal Misalignment by Discarding Outdated Facts

2023-05-24 · Michael J. Q. Zhang, Eunsol Choi

While large language models are able to retain vast amounts of world knowledge seen during pretraining, such knowledge is prone to going out of date and is nontrivial to update. Furthermore, these models are often used under temporal misalignment, tasked with answering questions about the present, despite having only been trained on data collected in the past. To mitigate the effects of temporal misalignment, we propose fact duration prediction: the task of predicting how long a given fact will remain true. In our experiments, we demonstrate that identifying which facts are prone to rapid change can help models avoid reciting outdated information and determine which predictions require seeking out up-to-date knowledge sources. We also show how modeling fact duration improves calibration for knowledge-intensive tasks, such as open-retrieval question answering, under temporal misalignment, by discarding volatile facts. Our data and code are released publicly at https://github.com/mikejqzhang/mitigating_misalignment.

📄 PDF Abstract BibTeX arXiv:2305.14824

Code (1)

mikejqzhang/mitigating_misalignment 공식 구현

Tasks

Question AnsweringRetrievalWorld Knowledge

Similar Papers 제목 키워드 기반

HALO: Half Life-Based Outdated Fact Filtering in Temporal Knowledge Graphs

2025-05-12 · Feng Ding, Tingting Wang, Yupeng Gao, Shuo Yu 외

Outdated facts in temporal knowledge graphs (TKGs) result from exceeding the expiration date of facts, which negatively impact reasoning performance on TKGs. However, existing reasoning methods primarily focus on positiv…

Knowledge Graphs

When Benchmarks Age: Temporal Misalignment through Large Language Model Factuality Evaluation

2025-10-08 · Xunyi Jiang, Dingyi Chang, Julian McAuley, Xin Xu arxiv

The rapid evolution of large language models (LLMs) and the real world has outpaced the static nature of widely used evaluation benchmarks, raising concerns about their reliability for evaluating LLM factuality. While su…

Right Knowledge, Wrong Answer: Test-Time Steering for Temporal Fact Conflicts in Open-Weight Language Models

2026-06-18 · Elias Hossain, Sourav Saha, Umesh Chandra Biswas, Sanjeda Sara Jennifer arxiv

Large language models can store both outdated facts and newer superseding facts in their parameters, but standard prompting may still elicit the outdated answer. We formalize this problem as Parametric Temporal Conflict …

DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models

2024-07-24 · Sara Vera Marjanović, Haeun Yu, Pepa Atanasova, Maria Maistro 외

Knowledge-intensive language understanding tasks require Language Models (LMs) to integrate relevant context, mitigating their inherent weaknesses, such as incomplete or outdated knowledge. However, conflicting knowledge…

Retrieval-augmented GenerationWorld Knowledge

HoH: A Dynamic Benchmark for Evaluating the Impact of Outdated Information on Retrieval-Augmented Generation

2025-03-03 · Jie Ouyang, Tingyue Pan, Mingyue Cheng, Ruiran Yan 외

While Retrieval-Augmented Generation (RAG) has emerged as an effective approach for addressing the knowledge outdating problem in Large Language Models (LLMs), it faces a critical challenge: the prevalence of outdated in…

RAGRetrievalRetrieval-augmented Generation