答案多久会变?问答系统中时效性需求的估计 / How often do Answers Change? Estimating Recency Requirements in Question Answering
1️⃣ 一句话总结
这篇论文提出了一个名为RecencyQA的新数据集和一套分类体系,用来衡量和分类问答问题答案的更新频率及其对上下文依赖的敏感性,揭示了现有大语言模型在处理时效性敏感问题时的核心挑战。
Large language models (LLMs) often rely on outdated knowledge when answering time-sensitive questions, leading to confident yet incorrect responses. Without explicit signals indicating whether up-to-date information is required, models struggle to decide when to retrieve external evidence, how to reason about stale facts, and how to rank answers by their validity. Existing benchmarks either periodically refresh answers or rely on fixed templates, but they do not reflect on how frequently answers change or whether a question inherently requires up-to-date information. To address this gap, we introduce a recency-stationarity taxonomy that categorizes questions by how often their answers change and whether this change frequency is time-invariant or context-dependent. Building on this taxonomy, we present RecencyQA, a dataset of 4,031 open-domain questions annotated with recency and stationarity labels. Through human evaluation and empirical analysis, we show that non-stationary questions, i.e., those where context changes the recency requirement, are significantly more challenging for LLMs, with difficulty increasing as update frequency rises. By explicitly modeling recency and context dependence, RecencyQA enables fine-grained benchmarking and analysis of temporal reasoning beyond binary notions of freshness, and provides a foundation for developing recency-aware and context-sensitive question answering systems.
答案多久会变?问答系统中时效性需求的估计 / How often do Answers Change? Estimating Recency Requirements in Question Answering
这篇论文提出了一个名为RecencyQA的新数据集和一套分类体系,用来衡量和分类问答问题答案的更新频率及其对上下文依赖的敏感性,揭示了现有大语言模型在处理时效性敏感问题时的核心挑战。
源自 arXiv: 2603.16544