Citation Location Needed
Verifiability is at the very core of Wikipedia’s philosophy. It requires that any non obvious claim be directly backed up by a reliable source. The best way of enabling this is to place citations directly in the text, often right after the claims they support.
But how verifiable is Wikipedia in practice? How to improve its effective verifiability? This blog post touches on these questions, and makes a case for accrued use of in-source locators in citations.
Problematic citations
Citations can be problematic in various ways, for example if they contain inaccurate or inauthentic metadata, or refer to dubious/unreliable source. On English Wikipedia, there are 95 different inline templates used to flag verifiability issues, often to do with problematic citations: {{failed verification}}, {{citation not found}}, {{irrelevant citation}}, {{verify source}}, {{AI-generated source?}}, {{AI-retrieved source}}…
Even a correctly formatted citation to a reputable source can be misleading, if the citing statement can’t actually be entailed (i.e. derived) from the cited source(s). While building datasets for automatic verification from Wikipedia by annotating claims with respect to their references, these two research papers point to possibly worrying levels of unsupported statements:
- Petroni et al. 20231 estimate that “more than 40% of the time, no evidence can be found in the reference to verify a claim”,
- Kamoi et al. 20232 find that 33% of claims (55.8% of subclaims) are fully supported, while 12.3% of claims (25.9% of subclaims) are not supported, and 54.7% of claims (18.2% of subclaims) are only partially supported.
While these studies cannot be extrapolated to the whole of Wikipedia because of how datasets are constructed and claims annotated, they sugggest that entailment rates might be much lower than expected on the collaborative encyclopedia. Problematic citations pose a risk to knowledge integrity, and thus should urge us to seriously consider the problem of effective claim verification on Wikipedia.
Verifying is hard
Verifying citation entailment meets several hurdles in practice. First, it requires access to the source document, which can be restricted by location, time, cost, language, etc. In a 2018 blog post3, Redi et al. estimated that “less than half of the official versions of scholarly publications cited with an identifier in Wikipedia are freely available on the web”.
Assuming that a citation’s source is accessible, the next step and core of the verification process is to peruse the source in order to identify sufficient evidence justifying the claim. This is what annotators did to label the SIDE1 and WiCE2 datasets.
Note that the verification task is ambiguously defined, since it might not be perfectly clear which part of the citing statement (paragraph, sentence, clause…) exactly is meant to be supported by the source. This led several works to decompose the claims in subclaims2, or in predicting the citation span 4.
Regardless of whether it is done by humans or automatic systems, verifying citations is a difficult task with associated costs.
Ever more citations
On the below Figure, we show the evolution of the number of citations on the English Wikipedia. We did so by randomly sampling 20000 articles from dumps at different dates, and counting the number of “<ref>” tags as well as other citation templates: {{sfn}}, {{sfnp}}, {{r}}.

Compared to the number of articles that has increased by 1.5x, the number of citations increased by 3.1x from Nov 2014 to Jan 2026. On the one hand, having more and more citations in total and per article is a good sign for verifiability of content. On the other hand, it increases the volume of citations to verify. Assuming that we’d want to verify all Wikipedia citations, this would mean more than 70 million of them in 2026, with a number that increases rapidly. Are we able to keep up with it? And beyond the mere volume, are new citations more or less likely to be problematic than old ones, and in what ways?
Though important, we won’t dig much further into these questions right now. Suffice it to highlight that if problematic citations indeed threaten Wikipedia’s knowledge integrity, then this threat is likely to keep growing because of the increasing number of citations, and not least, the increasing use of AI in editing articles.
Where in the source?
To make the job of verifying citations entailment easier, one can specify which part of the source supports the citing statement. This simple trick saves time to the verifier by limiting the text to be compared against. Wikipedia’s guidelines on citing sources encourages this practice especially for lenghty sources:
“When citing lengthy sources, you should identify which part of a source is being cited.”
The “references and page numbers” how-to-guide goes on to suggest that:
These mentions of in-source location can be made directly in unstructured references, or preferably using dedicated parameters in citation templates, such as p or page for a single page, pages or pp for a range of pages.
Lesser used parameters include free-format keyword at, keywords related to chapters (chapter, contribution, entry, article, section), quotes (quote, q, quotation, quotepage, qp, quotation-page, quotepages, qpp, quotation-pages, quote-location, quote-loc, quotation-location, quote-at), court cases (panel, pinpoint, opinion), video games (level, scene), video/audio (episode,time,minute). In the below analysis, all these additional parameters are grouped in the ‘other’ category.
On the Figure below, we show the evolution of the use of in-source locators, estimated by parsing the citations in our random samples at different dates.

Looking at the big picture, it is apparent that the use of locating parameters, even when considering the logical ‘OR’ of them in green, increase more slowly than the total number of citations.
Looking at the detail for the 5 most represented citation templates (web, news, book, article, or no template), this discrepancy originates largely from the sharp increase in web-based citations (affecting mainly the ‘cite web’ and to a certain extent ‘cite news’ and other templates too), which very scarcely make use of in-source locators. However, other templates such as book, or journal, also see diminishing fraction of citations using in-source locators in general and the page/p in particular.
In the below barplot, we show the shares of different locators per citation template at the beginning of the year, illustrating the intertemplate discrepancies in the use of in-source locators.

It is worth noting that the high proportion of page ranges specified with the ‘cite journal’ template mostly corresponds to the page range corresponding to full articles in their proceedings, providing no useful information to find information within articles themselves.
Recommendations
- encourage the use of page indications for books, articles, and other page-based sources.
- encourage the use of quotations, especially where pages are ambiguous, or sources hard to access (with caution not to violate copyright law).
Wikipedia’s guidelines and the design of its editing mode could be adjusted to support editors.
Furthermore, similarly with the tools deployed to detect the need for citations, the development and deployment of tools to check citations (authencitiy, accuracy, completeness, in-source precision, mutual span, entailment…) could empower editors to detect possible issues and improve existing citations.
Finally, we suggest the possible use of a platform that would indicate the verification status of citations, with annotations from humans or machines.
Method, Code, Caveats
The code used to produce this analysis and visualisations is available at … Should you have questions on the analysis method, please visit the codebase or contact me directly.
Error bars shown on the trend plots correspond to the 95% confidence intervals around the estimated totals. These are based on estimates of the numbers of citations per article in the 20000 random samples.
A few caveats:
- some citations may include quotes directly in the text, and these are not counted in the in-source locators,
- some citations may have incorrectly formatted location indicators that have not been parsed and thus counted in this analysis, We think that these only represent a small fraction of all citations, and do not change in any significant way the argument,
References
-
Petroni, F. et al. Improving Wikipedia verifiability with AI. Nat Mach Intell 5, 1142–1148 (2023). nature.com ↩ ↩2
-
Kamoi, R., Goyal, T., Rodriguez, J. & Durrett, G. WiCE: Real-World Entailment for Claims in Wikipedia. in Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing 7561–7583 (Association for Computational Linguistics, Singapore, 2023). aclanthology.org ↩ ↩2 ↩3
-
Redi, M., Taraborelli, D. & Orlowitz, J. How many Wikipedia references are available to read? We measured the proportion of open access sources across languages and topics. Wikimedia Foundation (2018). wikimediafoundation.org ↩
-
Fetahu, B., Markert, K. & Anand, A. Fine Grained Citation Span for References in Wikipedia. (2017) arxiv.org ↩