Honest scope

Limitations.

A system that checks citations for a living should be honest about where it breaks. These come directly from testing.

seven documented edges — click one to jump to it

01

Citations must be pasted in by hand

VeriScite checks whatever claim, inline marker, and bibliography entry are pasted into the demo. It does not currently accept a full paper, a PDF, or an arXiv link and extract every citation automatically. Auditing a full thesis today means pasting one citation at a time.

02

Verification only checks the abstract

Retrieved evidence comes from Semantic Scholar's indexed abstract for the cited paper. A citation can be entirely faithful to a claim made in the paper's methods or results section while the abstract never mentions it. VeriScite is likely to report "not enough information" in that case, a safe outcome but not a full-text check.

03

Retrieval can resolve to the wrong paper

Citation resolution works by turning a bibliography entry into a keyword search. There is no direct lookup by identifier. Common author names, similar titles, or sparse bibliography entries can cause the wrong paper to be retrieved with high confidence.

04

Abstract coverage is incomplete

Semantic Scholar can return a correct match for a citation with no abstract text indexed at all, most often for older or non-open-access papers. VeriScite marks this as an unresolved citation and declines to guess. Some real, valid citations cannot be checked at all right now.

05

Both verifiers can share the same blind spot

Testing found cases where the fine-tuned model and the independent language model verifier agreed on a support verdict that was not actually correct, both keyed off shared topical vocabulary and missing the claim's specific factual content. Agreement between the two methods raises confidence, but it doesn't guarantee correctness.

06

The agent's conclusions are not fully deterministic

On genuinely ambiguous claims, repeated runs of the same input have produced different final verdicts across separate sessions, even with model temperature set to zero. Each individual answer has been a defensible reading of the evidence. The system should not be treated as giving one fixed, repeatable answer to a borderline case.

07

Free-tier rate limits apply

Semantic Scholar's authenticated tier is limited to roughly one request per second and is throttled further during periods of heavy platform-wide use, independent of how the requests are paced. Groq's free tier for the models used here carries its own daily token limits. Both are handled with retries and graceful fallbacks, but a citation check can occasionally take longer than expected, or fail to resolve, because of limits outside this system's control.

Scope

Current scope

VeriScite is well suited to checking a specific, isolated claim against its cited source when both are available in text. It is not yet a drop-in tool for auditing an entire document unattended, and its verdicts on genuinely borderline claims should be read as one careful pass, useful but provisional. Further detail on each of these points, including the actual test runs that surfaced them, is available in the project repository's development log.

View the development log on GitHub