Much of the evidence-quality discussion, including my own writing on this subject, has focused on whether a citation is real and whether a source actually supports what's claimed of it. Those questions matter, but they leave out a third one: does this claim still hold? A source can pass several common checks, including citation accuracy, corroboration, and source quality, while still describing a state of the world that no longer exists, because none of those checks ask about currency in the first place.

Why this is a different failure from the ones already covered

The fabrication problem is about whether the citation exists. The corroboration problem is about whether independent sources actually agree, rather than just repeating each other. This is a different axis entirely. A claim can be accurately sourced, independently corroborated by several credible outlets, and still expired, because credibility and currency are separate properties. A Tier 1 source from eighteen months ago is not automatically wrong, but its age is a fact that a citation check alone will not establish as relevant or irrelevant to the claim's current validity.

In many research workflows, freshness is represented at the document level rather than the individual claim. A report gets a "last updated" date, and downstream systems may treat that date as the freshness signal for every claim extracted from it. But a single report routinely contains a historical finding that is still true, a market figure that expired months ago, and a regulatory position that has since been superseded, all carrying the same timestamp. The validity period belongs to the claim, not the container it arrived in.

A practical taxonomy separating temporal form from evidence status

A workable taxonomy needs to keep two things apart: the temporal form of a claim, and the status of the evidence behind it.

Temporal form Defining property Example
Atemporal Truth isn't implicitly tied to "now" A mathematical theorem
Current-state Carries an implicit present tense "The product currently supports X"
Time-indexed Explicitly bound to a date or interval, open or closed "The policy applies during 2026"
Forecast Becomes assessable once a target window passes "Revenue will exceed X in 2027"

A time-indexed claim only turns into a fixed historical proposition once its interval closes; "the policy applied from 2022 to 2024" doesn't need ongoing checking, but "the policy applies during 2026" still does, since the window is still open.

Evidence status is a separate assessment, and it isn't binary: at an aggregate level, a claim may be supported, mixed or contested, inconclusive, or superseded by newer evidence. That's distinct from source status, which can be active, corrected, withdrawn, or retracted; a claim can stay supported after a supporting paper is withdrawn, if other evidence holds it up independently, and a source can be corrected without the claim it's cited for being affected. Atemporal claims aren't exempt. A claim about a stable quantity can lose evidential support when a more precise later measurement shows the earlier estimate was inaccurate, even though the quantity itself never changed; what moved was the evidence, not the world.

Retrieval doesn't settle this, and the result depends on how it's tested

The intuitive fix is retrieval: don't rely on a model's frozen training data, give it current information instead. Two closely related but methodologically distinct studies point different directions. DynamicQA found that facts with greater internal conflict were harder to update from external context; MULAN found mutable facts updated more readily than immutable ones. A reproducibility study unifying the two found the disagreement was dataset-dependent and asymmetric rather than a clean standoff: MULAN's findings generalized under both frameworks, while DynamicQA's evaluation applied to its own dataset produced mixed outcomes. The defensible conclusion isn't that retrieval reliably works or fails; it's that contextual updating is sensitive to what's tested and how.

A separate 2025 preprint, evolveQA, examines a related part of the problem without retrieval: whether a model can produce or recognize current information from its own parametric knowledge alone. Grounded in real, timestamped AWS, Azure, and WHO corpora, it found accuracy drops of up to 31% on questions where the correct answer had changed, compared to static-knowledge questions. Its more interesting result is what happened when the same knowledge was tested through cued recognition instead of unaided recall: in 32 to 45% of cases, a model gave an outdated answer to an open-ended question but selected the current, correct one when it was offered as a multiple-choice option. The authors read this as evidence that current knowledge may already be represented but poorly prioritized during open-ended generation, though the multiple-choice format is its own kind of cue, so the result distinguishes unaided recall from cued recognition more cleanly than it fully explains the gap. Either way, since evolveQA doesn't test retrieval, it cannot determine whether retrieved context would close that gap.

A related 2026 paper on WikiRecentChanges adds a mechanism for why the gap might persist even with retrieval: models often generate temporal reasoning for facts that changed, rarely for stable ones, but that reasoning rarely carries through to their final prediction. Prompting a model to consider whether a fact might be mutable increased mentions of temporal change without improving accuracy. Detecting that a claim is time-sensitive isn't the same as reliably acting on that detection.

What this comes down to

A citation relationship should be evaluated at a defined time, because support and currency are separate predicates: a source can support a claim without supporting it as of the date the answer is actually being used. That gives research verification three checks instead of two: does the source exist, does it actually support the claim, and does it support the claim as of the relevant date. The citation-verification approaches I have written about previously stop at the first two.

Tracking the third one needs more than a citation and a source-quality tier: a temporal-form label, a claim-support status, and three dates that aren't interchangeable, valid time (when the claim applies in the world), source time (when the source was published or updated), and verification time (when it was last actually checked). A claim like "Company X's CEO is Y" might carry a valid-from date, a source date, and a separate verification date, with no valid-until date until the claim actually changes. Capturing that metadata is a solvable data-modeling problem. Getting a model to reliably honor those boundaries once they're sitting right there in context is a separate, harder, and still-open one.

None of this argues that older sources should be discounted by default. An atemporal claim from a ten-year-old paper isn't automatically weaker for its age. The point is narrower: a research pipeline should be able to tell the difference between a claim that's old and irrelevant to its age, and a claim that's old in a way that changes whether it's still true.