<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://mariomorvan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mariomorvan.org/" rel="alternate" type="text/html" /><updated>2026-06-20T16:42:59+00:00</updated><id>https://mariomorvan.org/feed.xml</id><title type="html">Mario Morvan</title><subtitle>Mario Morvan&apos;s website</subtitle><author><name>{&quot;bio&quot;=&gt;&quot;Researcher&lt;br&gt; Analyst&lt;br&gt; Communicator&quot;, &quot;github&quot;=&gt;&quot;mrmvn&quot;, &quot;email&quot;=&gt;&quot;contact-mario-morvan@pm.me&quot;, &quot;orcid&quot;=&gt;&quot;test&quot;, &quot;links&quot;=&gt;[{&quot;label&quot;=&gt;&quot;ORCiD&quot;, &quot;icon&quot;=&gt;&quot;fa-brands fa-orcid&quot;, &quot;url&quot;=&gt;&quot;https://orcid.org/0000-0001-8587-2112&quot;}]}</name><email>contact-mario-morvan@pm.me</email></author><entry><title type="html">A Knowledge Graph of AI models &amp;amp; training data</title><link href="https://mariomorvan.org/kg-public-ai-data/" rel="alternate" type="text/html" title="A Knowledge Graph of AI models &amp;amp; training data" /><published>2026-06-03T00:00:00+00:00</published><updated>2026-06-03T00:00:00+00:00</updated><id>https://mariomorvan.org/kg-public-ai-data</id><content type="html" xml:base="https://mariomorvan.org/kg-public-ai-data/"><![CDATA[<p>What information is publicly available about AI models?
Do we know what data they’ve used for training, their training strategy…?</p>

<p>While this information is currently only sparsely available from the main LLM service providers, this might be about to change under new EU regulation.
The EU’s <a href="https://ai-act-service-desk.ec.europa.eu/en/ai-act/article-53">AI Act Article 53(1)(d)</a>, released in July 2025 and set to be <a href="https://digital-strategy.ec.europa.eu/en/policies/guidelines-gpai-providers">enforced from 2nd August 2026</a>, requires AI providers to disclose some minimal information regarding the training content that they use. This includes data size, modalities, languages, names of public datasets, and more.</p>

<p>Transparency over training data should foster good practices for model providers, giving the public oversight of and insight into the models, their biases and possible copyright infringements.</p>

<p>The visualisation below shows a few models that have published a GPAI notice, along with their training data sources. You can also display more models, see whether they used data for pre or post-training in some cases, and hover/click on them for more information.</p>

<iframe src="https://mrmvn.github.io/public-ai-data-viz/" width="100%" height="640" style="border:0" loading="lazy" title="Public AI Data Sources Viz"></iframe>

<blockquote>
  <p>If you can’t see a model on there, it’s probably because its training data sources have not been disclosed.</p>
</blockquote>

<p>This static graph viz was compiled using information disclosed by a few model providers, either in a GPAI notice, in a technical article, or a model card (e.g., on Hugging Face).</p>

<p>Starting from models that had disclosed their training datasets, I created a knowledge graph hosted at <a href="https://public-ai-data-sources.wikibase.cloud/">https://public-ai-data-sources.wikibase.cloud/</a>. Hosting on <a href="https://www.wikibase.cloud/">wikibase.cloud</a> has several advantages: it’s free, it’s public (to the point that anyone can contribute to it after logging in), and it can interoperate with Wikidata. While Wikidata has <a href="https://www.wikidata.org/wiki/Wikidata:WikiProject_Artificial_Intelligence">a project on AI</a>, it doesn’t have the ideal properties for this project yet (<em>trained on</em>, <em>pre-trained on</em>, <em>GPAI notice</em>…), so I decided to create a new wikibase to experiment freely with a dedicated ontology and database.</p>

<p>Please feel free to edit or improve the knowledge graph directly on the wikibase. I’ll keep updating the visualisation regularly. And if you have any other feedback or questions, please contact me at <a href="mailto:contact-mario-morvan@pm.me">contact-mario-morvan at pm.me</a>.</p>]]></content><author><name>{&quot;bio&quot;=&gt;&quot;Researcher&lt;br&gt; Analyst&lt;br&gt; Communicator&quot;, &quot;github&quot;=&gt;&quot;mrmvn&quot;, &quot;email&quot;=&gt;&quot;contact-mario-morvan@pm.me&quot;, &quot;orcid&quot;=&gt;&quot;test&quot;, &quot;links&quot;=&gt;[{&quot;label&quot;=&gt;&quot;ORCiD&quot;, &quot;icon&quot;=&gt;&quot;fa-brands fa-orcid&quot;, &quot;url&quot;=&gt;&quot;https://orcid.org/0000-0001-8587-2112&quot;}]}</name><email>contact-mario-morvan@pm.me</email></author><category term="Open" /><category term="Viz" /><category term="Open Data" /><category term="Public AI" /><category term="Knowledge Graph" /><category term="Linked Data" /><summary type="html"><![CDATA[Introducing a wikibase and HTML viz of AI models and their training data]]></summary></entry><entry><title type="html">Three Ways to Collaborate on Knowledge Graphs</title><link href="https://mariomorvan.org/collaborative-knowledge-graphs/" rel="alternate" type="text/html" title="Three Ways to Collaborate on Knowledge Graphs" /><published>2026-05-30T00:00:00+00:00</published><updated>2026-06-04T00:00:00+00:00</updated><id>https://mariomorvan.org/collaborative-knowledge-graphs</id><content type="html" xml:base="https://mariomorvan.org/collaborative-knowledge-graphs/"><![CDATA[<!-- Main goal: establish a typology of CKGs, show existing success, their promise and untapped potential -->
<p>Open, collaborative curation of knowledge graphs (KGs) has already contributed to making the internet more structured and trustworthy, and shows promise for continuing to do so in the coming decades.
I use the term <strong>collaborative knowledge graph</strong> (CKG) for KGs that are collaboratively curated by a group of people.
Below is a review of different examples of CKGs, identifying three main types of collaboration.
The aim is to broadly cover the panorama of CKGs, but certainly not of all open KGs.</p>

<h2 id="why-knowledge-graphs">Why Knowledge Graphs?</h2>

<p>Graphs are most suitable to encode and represent interconnections in data, as edges between nodes. Knowledge graphs add a semantic layer to graphs, whereby nodes become typed entities linked through typed relations or statements. This combined relational and semantic structure is particularly well suited for tracing, verifying, querying information. It can foster not only trust, but also interoperability between different KG databases, using shared standards or principles such as <a href="https://en.wikipedia.org/wiki/Linked_data">linked data</a>.</p>

<p>In a web whose traffic is increasingly mediated by bots, and where information access is to be mediated largely through search engines and LLMs, structuring data becomes even more important and valuable. As LLM training —and to some extent, inference— break the link between original information sources and output statements, human-curated KGs provide deterministically queriable, verifiable, and answerable knowledge. This structured, high-trust data can then be used in other collaborative projects or to improve the reliability of LLMs through training<sup id="fnref:guu"><a href="#fn:guu" class="footnote" rel="footnote" role="doc-noteref">1</a></sup> or inference <sup id="fnref:lewis"><a href="#fn:lewis" class="footnote" rel="footnote" role="doc-noteref">2</a></sup><sup id="fnref:pan"><a href="#fn:pan" class="footnote" rel="footnote" role="doc-noteref">3</a></sup><sup id="fnref:frog"><a href="#fn:frog" class="footnote" rel="footnote" role="doc-noteref">4</a></sup><sup id="fnref:lavrinovics"><a href="#fn:lavrinovics" class="footnote" rel="footnote" role="doc-noteref">5</a></sup>.</p>

<h2 id="examples-of-ckgs">Examples of CKGs</h2>

<p>We’ll be using these examples throughout:</p>
<ul>
  <li><a href="https://www.wikidata.org/">Wikidata</a><sup id="fnref:vrandecic"><a href="#fn:vrandecic" class="footnote" rel="footnote" role="doc-noteref">6</a></sup>, the central knowledge graph of encyclopedic knowledge, used across Wikimedia projects and the most studied KG, collaborative at various layers,</li>
  <li><a href="https://wikibase-metadata.wmcloud.org/">Wikibase ecosystem</a><sup id="fnref:diefenbach"><a href="#fn:diefenbach" class="footnote" rel="footnote" role="doc-noteref">7</a></sup>, the interoperable pool of KGs built on Wikidata’s software, each with its own community and governance,</li>
  <li><a href="https://www.dbpedia.org/">DBpedia</a><sup id="fnref:lehmann"><a href="#fn:lehmann" class="footnote" rel="footnote" role="doc-noteref">8</a></sup>, structured knowledge extracted from Wikipedia and a founding hub of the Linked Open Data cloud, where collaboration sits in the extraction framework and ontology mappings rather than data entry,</li>
  <li><a href="https://orkg.org/">ORKG</a><sup id="fnref:auer"><a href="#fn:auer" class="footnote" rel="footnote" role="doc-noteref">9</a></sup><sup id="fnref:jaradeh"><a href="#fn:jaradeh" class="footnote" rel="footnote" role="doc-noteref">10</a></sup>, a graph of machine-actionable scholarly knowledge,
<!-- - [ConceptNet](https://conceptnet.io/)[^speer], a crowdsourced multilingual graph of commonsense knowledge, grown from the Open Mind Common Sense project, --></li>
  <li><a href="https://schema.org/">schema.org</a><sup id="fnref:guha"><a href="#fn:guha" class="footnote" rel="footnote" role="doc-noteref">11</a></sup>, a shared vocabulary/ontology for marking up structured data on web pages,</li>
  <li><a href="https://obofoundry.org/">OBO foundry</a><sup id="fnref:smith"><a href="#fn:smith" class="footnote" rel="footnote" role="doc-noteref">12</a></sup>, a federation of interoperable biomedical ontologies coordinated under explicit shared design principles.</li>
</ul>

<h2 id="a-typology-of-collaboration-in-kgs">A typology of collaboration in KGs</h2>

<p>Collaboration can happen at different levels, namely data entry, ontology or algorithmic curation. These are more continuous dimensions to think of collaboration than separate buckets: a KG can have more or less of each type.</p>

<h3 id="collaborative-data-entry">Collaborative data entry</h3>

<p>A first way to collaborate on knowledge graphs is to let a group of humans create and edit graph data itself.
The resulting KGs are sometimes called crowdsourced KGs.</p>

<p>Wikidata allows anyone —logged in or not— to edit the KG by creating or editing items and statements. It currently has about 44,000 <a href="https://www.wikidata.org/wiki/Special:ActiveUsers">active users</a> monthly, a total of 122 million items, and more than 2 billion edits (labels, references, statements…). Each item carries multilingual labels, and is publicly licensed under CC0, explaining why Wikidata has become a reuse hub across many projects.</p>

<p>Beyond Wikidata, there are hundreds of ‘Wikibases’, i.e. other KGs based on the Wikibase software. These projects are generally managed by different communities, with their own rules and objectives. Among prominent Wikibases featuring collaborative data entry, we find: 
FactGrid (historical research; ~700 users, passed 1M items Oct 2024, CC0, run by the Gotha Research Centre / NFDI4Memory), Rhizome ArtBase (born-digital art), Lingua Libre (audio), the EU Knowledge Graph,<sup id="fnref:diefenbach:1"><a href="#fn:diefenbach" class="footnote" rel="footnote" role="doc-noteref">7</a></sup> MaRDI (mathematics, ~7M items), and PersonalData.io. The Wikibase Registry is itself a CKG of KGs. Note however, that many Wikibases are expert-curated communities, not open to anyone like Wikidata.</p>

<p>ORKG invites contributions from logged-in users to add or edit various elements of the KG: not only reviews or metadata about individual papers, but crucially, comparisons between papers that get a DOI each. The resulting scholarly KG is thus crowdsourcing contributions mainly from the researcher community rather than the general public. Contributions such as comparisons, visualisations, reviews and lists can be accessed directly on the website, or via the ORKG Ask platform which uses a LLM with vector-search layer to provide natural language access into the graph.</p>

<h3 id="collaborative-ontologies">Collaborative Ontologies</h3>

<p>An ontology is the schema layer of a KG: the vocabulary of entity types (classes) and relation types (properties), together with the constraints governing how they legitimately combine. Below I outline three ways in which ontologies can be collaboratively defined:  schema emerging from data entry, schema as the product itself, and schema embodied in explicit extraction mappings.</p>

<p><a href="https://www.wikidata.org/wiki/Wikidata:WikiProject_Ontology">Wikidata’s ontology</a> is itself collaboratively maintained. While anyone can create classes (items, with Q-IDs), proposing properties (with P-IDs) requires community discussion and consensus.
This process helps keep the ontology consistent, but can also slow schema evolution and requires active community moderation. In practice, only a small fraction of Wikidata users shape its ontology, suggesting that its collaborative aspect happens more at the data entry level.<sup id="fnref:piscopo2"><a href="#fn:piscopo2" class="footnote" rel="footnote" role="doc-noteref">13</a></sup></p>

<p>Other wikibase-like CKGs manage their ontologies differently. For example, FactGrid which tolerates competing ontologies in one pool.
A selling point of wikibases is their support for mapping items with Wikidata or other wikibases, enabling interoperability between wikibases when parts of their ontologies map.
However, independently-built ontologies don’t easily map onto Wikibase ontologies, limiting the potential for interoperability<sup id="fnref:dobriy"><a href="#fn:dobriy" class="footnote" rel="footnote" role="doc-noteref">14</a></sup><sup id="fnref:shimizu"><a href="#fn:shimizu" class="footnote" rel="footnote" role="doc-noteref">15</a></sup>.</p>

<p>Other CKG projects aim at producing a schema as their main product, not as a byproduct of their knowledge building practice. That’s the case of OBO foundry, which federates more than one hundred biomedical ontologies under explicit shared principles, and is open to any interested individuals. We could also mention schema.org, a shared vocabulary for web markup, developed through the W3C Schema.org Community Group but launched and still steered by the major search engines (Google, Microsoft, Yahoo, Yandex). Although its curation <a href="https://schema.org/docs/howwework.html">process</a> is open and collaborative in principle, it remains tied to corporations and governed by a small number of actors.</p>

<p>DBpedia features yet another collaborative way to curate its <a href="https://mappings.dbpedia.org/index.php/How_to_edit_the_DBpedia_Ontology">ontology</a>. Indeed, it is derived from infobox-to-ontology mappings that are collaboratively maintained through the public mapping wiki. This leads us to our last collaborative dimension, making use of algorithms to curate KGs.</p>

<h3 id="collaborative-algorithmic-curation">Collaborative algorithmic curation</h3>

<p>Several KGs involve the use of algorithms, bots and tools to automate tasks and support humans in the data curation process. When there is a collaborative process to govern the use of these algorithms, we will include this as another dimension of collaboration in KG curation.</p>

<p>DBpedia offers a striking example of collaborative algorithmic KG curation. Indeed, its construction relies solely on an extraction framework and mappings wiki, both collaboratively maintained.</p>

<p>On Wikidata, <a href="https://www.wikidata.org/wiki/Wikidata:Bots">bots</a> currently account for <a href="https://wikidata.wikiscan.org/">more than half</a> of the edits, sharing the load with humans. They must follow certain requirements and be approved by the community to perform specific tasks. Although integral to the growth and success of Wikidata, this human-bot collaboration has also created some new challenges.<sup id="fnref:koutsiana"><a href="#fn:koutsiana" class="footnote" rel="footnote" role="doc-noteref">16</a></sup><sup id="fnref:piscopo3"><a href="#fn:piscopo3" class="footnote" rel="footnote" role="doc-noteref">17</a></sup><sup id="fnref:muller"><a href="#fn:muller" class="footnote" rel="footnote" role="doc-noteref">18</a></sup> Beyond bot edits, Wikidata also makes use vandalism-detection models such as those underlying <a href="https://www.wikidata.org/wiki/Wikidata:ORES">ORES</a><sup id="fnref:sarabadani"><a href="#fn:sarabadani" class="footnote" rel="footnote" role="doc-noteref">19</a></sup>, making use of ML models trained on data labelled by volunteers to help volunteers flag vandalism.<sup id="fnref:heindorf"><a href="#fn:heindorf" class="footnote" rel="footnote" role="doc-noteref">20</a></sup> There also are prospects for “significantly improving” the accuracy of these systems,<sup id="fnref:trokhymovych"><a href="#fn:trokhymovych" class="footnote" rel="footnote" role="doc-noteref">21</a></sup> which would sharpen, rather than remove, the question of algorithmic governance on Wikidata.</p>

<h2 id="final-points">Final points</h2>

<p>Although we outlined three general categories of collaboration, every project has its own focus community and governance structure. Collaboration varies quantitatively and qualitatively in each case, crossing over different modes with a mix that may vary in time.</p>

<p>Even when there exist collaborative processes, data, ontology or algorithmic curation is often reserved to a small group of skilled developers or domain experts, in some cases with strong ties with major big tech companies (e.g., schema.org). This creates biases and results in power asymmetries affecting most CKG projects.<sup id="fnref:gianluca"><a href="#fn:gianluca" class="footnote" rel="footnote" role="doc-noteref">22</a></sup> 
Improving the accessibility of editing interfaces and processes would already alleviate some of these issues, but this will likely remain a persisting challenge for these and future CKGs.</p>

<p>In the coming years, we can expect to see CKGs being used for new and varied applications such as fact-checking, impact assessment, value alignment; providing a shared, verifiable substrate for an agent-mediated web, or ground for new forms of human and human-machine collaboration.</p>

<h2 id="references">References</h2>

<!-- [^piscopo1]: Piscopo, Alessandro, Chris Phethean, and Elena Simperl. ‘What Makes a Good Collaborative Knowledge Graph: Group Composition and Quality in Wikidata’. In Social Informatics, edited by Giovanni Luca Ciampaglia, Afra Mashhadi, and Taha Yasseri. Springer International Publishing, 2017. https://doi.org/10.1007/978-3-319-67217-5_19. -->
<!-- [^farber]: Färber, Michael, Basil Ell, Carsten Menne, and Achim Rettinger. A Comparative Survey of DBpedia, Freebase, OpenCyc, Wikidata, and YAGO. n.d. -->
<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:guu">
      <p>Guu, Kelvin, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. REALM: Retrieval-Augmented Language Model Pre-Training. n.d. <a href="#fnref:guu" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:lewis">
      <p>Lewis, Patrick, Ethan Perez, Aleksandra Piktus, et al. ‘Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks’. arXiv:2005.11401. Preprint, arXiv, 12 April 2021. https://doi.org/10.48550/arXiv.2005.11401. <a href="#fnref:lewis" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:pan">
      <p>Pan, Shirui, Linhao Luo, Yufei Wang, Chen Chen, Jiapu Wang, and Xindong Wu. ‘Unifying Large Language Models and Knowledge Graphs: A Roadmap’. IEEE Transactions on Knowledge and Data Engineering 36, no. 7 (2024): 3580–99. https://doi.org/10.1109/TKDE.2024.3352100. <a href="#fnref:pan" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:frog">
      <p>https://diff.wikimedia.org/2025/07/23/making-question-answering-systems-smarter-with-knowledge-graphs-using-frog-a-wikidata-research-fund-2024-highlight/ <a href="#fnref:frog" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:lavrinovics">
      <p>Lavrinovics, Ernests, Russa Biswas, Johannes Bjerva, and Katja Hose. ‘Knowledge Graphs, Large Language Models, and Hallucinations: An NLP Perspective’. Journal of Web Semantics 85 (May 2025): 100844. https://doi.org/10.1016/j.websem.2024.100844. <a href="#fnref:lavrinovics" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:vrandecic">
      <p>Vrandečić, Denny, and Markus Krötzsch. ‘Wikidata: A Free Collaborative Knowledgebase’. Commun. ACM 57, no. 10 (2014): 78–85. https://doi.org/10.1145/2629489. <a href="#fnref:vrandecic" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:diefenbach">
      <p>Diefenbach, Dennis, Max De Wilde, and Samantha Alipio. ‘Wikibase as an Infrastructure for Knowledge Graphs: The EU Knowledge Graph’. In The Semantic Web – ISWC 2021, vol. 12922, edited by Andreas Hotho, Eva Blomqvist, Stefan Dietze, et al. Lecture Notes in Computer Science. Springer International Publishing, 2021. https://doi.org/10.1007/978-3-030-88361-4_37. <a href="#fnref:diefenbach" class="reversefootnote" role="doc-backlink">&#8617;</a> <a href="#fnref:diefenbach:1" class="reversefootnote" role="doc-backlink">&#8617;<sup>2</sup></a></p>
    </li>
    <li id="fn:lehmann">
      <p>Lehmann, Jens, Robert Isele, Max Jakob, et al. ‘DBpedia – A Large-Scale, Multilingual Knowledge Base Extracted from Wikipedia’. Semantic Web 6, no. 2 (2015): 167–95. https://doi.org/10.3233/SW-140134. <a href="#fnref:lehmann" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:auer">
      <p>Auer, Sören, Viktor Kovtun, Manuel Prinz, Anna Kasprzik, Markus Stocker, and Maria Esther Vidal. ‘Towards a Knowledge Graph for Science’. Proceedings of the 8th International Conference on Web Intelligence, Mining and Semantics (New York, NY, USA), WIMS ’18, 25 June 2018, 1–6. https://doi.org/10.1145/3227609.3227689. <a href="#fnref:auer" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:jaradeh">
      <p>Jaradeh, Mohamad Yaser, Allard Oelen, Kheir Eddine Farfar, et al. ‘Open Research Knowledge Graph: Next Generation Infrastructure for Semantic Scholarly Knowledge’. Proceedings of the 10th International Conference on Knowledge Capture (New York, NY, USA), K-CAP ’19, 23 September 2019, 243–46. https://doi.org/10.1145/3360901.3364435. <a href="#fnref:jaradeh" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:guha">
      <p>Guha, R. V., Dan Brickley, and Steve Macbeth. ‘Schema.Org: Evolution of Structured Data on the Web’. Communications of the ACM 59, no. 2 (2016): 44–51. https://doi.org/10.1145/2844544. <a href="#fnref:guha" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:smith">
      <p>Smith, Barry, Michael Ashburner, Cornelius Rosse, et al. ‘The OBO Foundry: Coordinated Evolution of Ontologies to Support Biomedical Data Integration’. Nature Biotechnology 25, no. 11 (2007): 1251–55. https://doi.org/10.1038/nbt1346. <a href="#fnref:smith" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:piscopo2">
      <p>Piscopo, Alessandro, and Elena Simperl. ‘Who Models the World? Collaborative Ontology Creation and User Roles in Wikidata’. Proc. ACM Hum.-Comput. Interact. 2, no. CSCW (2018): 141:1-141:18. https://doi.org/10.1145/3274410. <a href="#fnref:piscopo2" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:dobriy">
      <p>Dobriy, Daniil, and Axel Polleres. Analysing and Promoting Ontology Interoperability in Wikibase. n.d. <a href="#fnref:dobriy" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:shimizu">
      <p>Shimizu, Cogan, Andrew Eells, Seila Gonzalez, et al. ‘Ontology Design Facilitating Wikibase Integration – and a Worked Example for Historical Data’. arXiv:2205.14032. Preprint, arXiv, 27 May 2022. https://doi.org/10.48550/arXiv.2205.14032. <a href="#fnref:shimizu" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:koutsiana">
      <p>Koutsiana, Elisavet, Gabriel Maia Rocha Amaral, Neal Reeves, Albert Meroño-Peñuela, and Elena Simperl. ‘An Analysis of Discussions in Collaborative Knowledge Engineering through the Lens of Wikidata’. Journal of Web Semantics 78 (October 2023): 100799. https://doi.org/10.1016/j.websem.2023.100799. <a href="#fnref:koutsiana" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:piscopo3">
      <p>Piscopo, Alessandro. ‘Wikidata: A New Paradigm of Human-Bot Collaboration?’ arXiv:1810.00931. Preprint, arXiv, 1 October 2018. https://doi.org/10.48550/arXiv.1810.00931. <a href="#fnref:piscopo3" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:muller">
      <p>Müller-Birn, Claudia, Benjamin Karran, Janette Lehmann, and Markus Luczak-Rösch. ‘Peer-Production System or Collaborative Ontology Engineering Effort: What Is Wikidata?’ Proceedings of the 11th International Symposium on Open Collaboration (New York, NY, USA), OpenSym ’15, 19 August 2015, 1–10. https://doi.org/10.1145/2788993.2789836. <a href="#fnref:muller" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:sarabadani">
      <p>Sarabadani, Amir, Aaron Halfaker, and Dario Taraborelli. ‘Building Automated Vandalism Detection Tools for Wikidata’. Proceedings of the 26th International Conference on World Wide Web Companion - WWW ’17 Companion, 2017, 1647–54. https://doi.org/10.1145/3041021.3053366. <a href="#fnref:sarabadani" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:heindorf">
      <p>Heindorf, Stefan, Martin Potthast, Benno Stein, and Gregor Engels. ‘Vandalism Detection in Wikidata’. Proceedings of the 25th ACM International on Conference on Information and Knowledge Management (New York, NY, USA), CIKM ’16, 24 October 2016, 327–36. https://doi.org/10.1145/2983323.2983740. <a href="#fnref:heindorf" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:trokhymovych">
      <p>Trokhymovych, Mykola, and Lydia Pintscher. Graph-Linguistic Fusion: Using Language Models for Wikidata Vandalism Detection. n.d. <a href="#fnref:trokhymovych" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:gianluca">
      <p>Demartini, Gianluca. ‘Implicit Bias in Crowdsourced Knowledge Graphs’. Companion Proceedings of The 2019 World Wide Web Conference (New York, NY, USA), WWW ’19, 13 May 2019, 624–30. https://doi.org/10.1145/3308560.3317307. <a href="#fnref:gianluca" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name>{&quot;bio&quot;=&gt;&quot;Researcher&lt;br&gt; Analyst&lt;br&gt; Communicator&quot;, &quot;github&quot;=&gt;&quot;mrmvn&quot;, &quot;email&quot;=&gt;&quot;contact-mario-morvan@pm.me&quot;, &quot;orcid&quot;=&gt;&quot;test&quot;, &quot;links&quot;=&gt;[{&quot;label&quot;=&gt;&quot;ORCiD&quot;, &quot;icon&quot;=&gt;&quot;fa-brands fa-orcid&quot;, &quot;url&quot;=&gt;&quot;https://orcid.org/0000-0001-8587-2112&quot;}]}</name><email>contact-mario-morvan@pm.me</email></author><category term="Blog" /><category term="Knowledge Graph" /><category term="Co-production" /><summary type="html"><![CDATA[Examples of Collaborative Knowledge Graphs seen at 3 collaboration layers]]></summary></entry><entry><title type="html">A Case for Opening Projects</title><link href="https://mariomorvan.org/opening-projects/" rel="alternate" type="text/html" title="A Case for Opening Projects" /><published>2026-05-27T00:00:00+00:00</published><updated>2026-05-27T00:00:00+00:00</updated><id>https://mariomorvan.org/opening-projects</id><content type="html" xml:base="https://mariomorvan.org/opening-projects/"><![CDATA[<p>I probably won’t have time, skills or resources to do all the projects I would like to do.
In other words, I’m a dreamer: I like imagining things whether or not they’ll realise. However, I’m dreaming not of other worlds, but of slightly evolved versions of this one.
Some of these variants strive towards socially more just and thriving worlds, some aim to grow our shared understanding, while others might respond to other quirks and motives.</p>

<p>Often, I wonder who else might be thinking about similar questions, problems, projects, possibly from different perspectives. And, more generally: what do other people need or would want to know? I’m grateful for the efforts that have enabled those questions to be answered, but I feel that we currently still fundamentally lack the appropriate means, whatever they are, to give full justice to these questions.</p>

<p>This post is not an attempt to dictate how exactly projects should be collectivised—though it does touch on the how question throughout—but rather to offer some reasons and examples to make a case for the opening, dare I say commoning, of projects.</p>

<h2 id="project-vision">Project vision</h2>
<p>Explicitly or not, a project makes a claim about what it aims to achieve.
A project is thus the vehicle for a sociotechnical vision, whether expressed explicitly or not. This vision may relate to a broader sociotechnical imaginary—inspired from it or actively entertaining it.</p>

<p>Without wanting to restrict, formalise or fixate too much what a project’s motives should be, or even how they could be expressed (semantically, informatively, artistically…), the question of its sought objectives and potential impact is essential.</p>

<h2 id="project-evolution">Project evolution</h2>
<p>If a project’s objectives are publicly outlined early on, along with ways to evaluate its real-world impact, then its method can be iteratively adapted to fit its objective better, and other people can provide feedback, join the project or develop alternative solutions to it.</p>

<p>Furthermore, it will help the honest evaluation of a project, perhaps alleviating the publication bias towards positive results affecting sciences. 
Now, the world itself is moving, and so might a project’s objectives and potential impact over time. It thus sounds reasonable to consider that the different components of a project co-evolve together and with the rest of the world dialectically.</p>

<h2 id="opening-research-projects">Opening research projects</h2>
<p>In terms of research, if the overarching objective is indeed to progress common knowledge and not secure personal profit or intellectual property, then surely the research project would benefit from being publicised early on. Would it matter if someone “stole” the idea? In fact, we should also consider what would be an ecology or economy of projects that is collectively managed, which we’ll discuss below. 
How and at what stage do researchers share their intents?</p>

<p>The suspicion here is that many projects are really shared only when they are well under way, when their final or intermediate products are published. What’s more, they are shared in ways that prevent others from easily contributing to them.
Still, there are existing tools and platforms that foster openness throughout the research lifecycle (e.g., <a href="https://www.cos.io/tools">https://www.cos.io/tools</a>, <a href="https://openreview.net">https://openreview.net</a>, <a href="https://experiment.com/">https://experiment.com/</a>, <a href="https://www.researchhub.com">https://www.researchhub.com</a>), as well as other tools that help maximise accessibility of research outputs (e.g., <a href="https://orkg.org/">https://orkg.org/</a>, <a href="https://openalex.org/">https://openalex.org/</a>, <a href="https://figshare.com/">https://figshare.com/</a>).</p>

<h2 id="a-collectively-managed-ecology-of-projects">A collectively managed ecology of projects</h2>
<p>Consider a large pool of project ideas collected from everyone, and a group trying to prioritise between them. It would be ambitious to try and consider all projects in equal measure (what would this even mean?), and pretentious for anyone to claim that their ideas are worth more consideration than any others. What’s more, it would be silly not to consider the similarities and synergies between projects, past, present and future (through their potential impact), when it comes to planning.</p>

<p>It is a complex problem, highly dependent on group decisions and values at the meta-level, and without a single best “method”, unless a trivial metric is optimised for. Also, rather than referring to a mere economy of projects, I prefer to imagine an ecology of projects, recognising their codependencies and links with the real world.
However, even before being able to compare and relate projects in a project space, a shared vocabulary or medium needs to be agreed upon to format and structure projects throughout their lifecycles. For examples, if ‘objectives’, ‘impact’, or some other other aspect are deemed important enough to feature as projects’ properties, it would then be sensible to carefully decide on these shared notions, their definitions (e.g. through a glossary), and relations (through an ontology).</p>

<p>This shared vocabulary, data structure, standards and design form the technical meta-layer of governance on open platforms, and play an instrumental role in shaping how projects are to be conducted and opened. Given their importance, a collectively managed ecology of projects may want to inquire and claim some agency in setting these technical rules.</p>]]></content><author><name>{&quot;bio&quot;=&gt;&quot;Researcher&lt;br&gt; Analyst&lt;br&gt; Communicator&quot;, &quot;github&quot;=&gt;&quot;mrmvn&quot;, &quot;email&quot;=&gt;&quot;contact-mario-morvan@pm.me&quot;, &quot;orcid&quot;=&gt;&quot;test&quot;, &quot;links&quot;=&gt;[{&quot;label&quot;=&gt;&quot;ORCiD&quot;, &quot;icon&quot;=&gt;&quot;fa-brands fa-orcid&quot;, &quot;url&quot;=&gt;&quot;https://orcid.org/0000-0001-8587-2112&quot;}]}</name><email>contact-mario-morvan@pm.me</email></author><category term="Blog" /><category term="Open" /><category term="Projects" /><category term="Research" /><summary type="html"><![CDATA[Towards a collectively managed ecology of projects]]></summary></entry><entry><title type="html">Citation Location Needed</title><link href="https://mariomorvan.org/citation-location-needed/" rel="alternate" type="text/html" title="Citation Location Needed" /><published>2026-05-17T00:00:00+00:00</published><updated>2026-05-20T00:00:00+00:00</updated><id>https://mariomorvan.org/citation-location-needed</id><content type="html" xml:base="https://mariomorvan.org/citation-location-needed/"><![CDATA[<p><a href="https://en.wikipedia.org/wiki/WP:V">Verifiability</a> is at the very core of Wikipedia’s philosophy.
It requires that any non obvious claim be directly backed up by a <a href="https://en.wikipedia.org/wiki/WP:RS">reliable source</a>.
The best way of enabling this is to <a href="https://en.wikipedia.org/wiki/Wikipedia:Inline_citation">place citations directly in the text</a>, often right after the claims they support.</p>

<p>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.</p>

<!-- ## Intro -->
<!-- ## Problem -->

<h3 id="problematic-citations">Problematic citations</h3>
<p>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:
<a href="https://en.wikipedia.org/wiki/Template:Failed_verification">{{failed verification}}</a>,
<a href="https://en.wikipedia.org/wiki/Template:Citation_not_found">{{citation not found}}</a>,
<a href="https://en.wikipedia.org/wiki/Template:Irrelevant_citation">{{irrelevant citation}}</a>,
<a href="https://en.wikipedia.org/wiki/Template:Verify_source">{{verify source}}</a>,
<a href="https://en.wikipedia.org/wiki/Template:AI-generated_source">{{AI-generated source?}}</a>,
<a href="https://en.wikipedia.org/wiki/Template:AI-retrieved_source">{{AI-retrieved source}}</a>…</p>

<p>Even a correctly formatted citation to a reputable source can be misleading, if the citing statement can’t actually be <em>entailed</em> (i.e. derived) from the cited source(s).
<!-- While no estimate on the rate of claims unsupported by their sources exist on Wikipedia as a whole -->
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:</p>
<ul>
  <li>Petroni et al. 2023<sup id="fnref:petroni_2023"><a href="#fn:petroni_2023" class="footnote" rel="footnote" role="doc-noteref">1</a></sup> estimate that “more than 40% of the time, no evidence can be found in the reference to verify a claim”,</li>
  <li>Kamoi et al. 2023<sup id="fnref:kamoi_2023"><a href="#fn:kamoi_2023" class="footnote" rel="footnote" role="doc-noteref">2</a></sup> 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.</li>
</ul>

<p>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.</p>

<!--Overall, problematic citations pose a risk to Wikipedia's verifiability knowledge integrity, we ought to -->

<h3 id="verifying-is-hard">Verifying is hard</h3>

<!-- [^fetahu_2016][^redi_2019][^chou_2020][^przybyla_2022] are more about identifying need for sources and finding possible ones -->

<p>Verifying citation entailment meets several hurdles in practice. 
First, it requires access to the source document, which can be <a href="https://en.wikipedia.org/wiki/Wikipedia:Reliable_sources/Cost">restricted by location, time, cost, language, etc</a>. In a 2018 blog post<sup id="fnref:redi_2018"><a href="#fn:redi_2018" class="footnote" rel="footnote" role="doc-noteref">3</a></sup>, Redi et al. estimated that “<em>less than half</em> of the official versions of scholarly publications cited with an identifier in Wikipedia are freely available on the web”.</p>

<p>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 SIDE<sup id="fnref:petroni_2023:1"><a href="#fn:petroni_2023" class="footnote" rel="footnote" role="doc-noteref">1</a></sup> and WiCE<sup id="fnref:kamoi_2023:1"><a href="#fn:kamoi_2023" class="footnote" rel="footnote" role="doc-noteref">2</a></sup> datasets.</p>

<p>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 subclaims<sup id="fnref:kamoi_2023:2"><a href="#fn:kamoi_2023" class="footnote" rel="footnote" role="doc-noteref">2</a></sup>, or in predicting the citation span <sup id="fnref:fetahu_2017"><a href="#fn:fetahu_2017" class="footnote" rel="footnote" role="doc-noteref">4</a></sup>.</p>

<p>Regardless of whether it is done by humans or automatic systems, verifying citations is a difficult task with associated costs.</p>

<h3 id="ever-more-citations">Ever more citations</h3>

<p>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 “&lt;ref&gt;” tags as well as other citation templates: <a href="https://en.wikipedia.org/wiki/Template:Sfn">{{sfn}}</a>, <a href="https://en.wikipedia.org/wiki/Template:Sfnp">{{sfnp}}</a>, <a href="https://en.wikipedia.org/wiki/Template:r">{{r}}</a>.</p>

<p><img src="/assets/images/trend_total_citations.png" alt="Trend of total number of citations on the English Wikipedia between 2014 and 2026" /></p>

<p>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?</p>

<p>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.</p>

<!-- ### The total cost of verification -->

<!-- ## Analysis -->

<h3 id="where-in-the-source"><em>Where</em> in the source?</h3>

<p>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.  <!-- maybe a note on audio/video too -->
Wikipedia’s guidelines on citing sources encourages this practice especially for lenghty sources:</p>

<blockquote>
  <p><a href="https://en.wikipedia.org/wiki/Wikipedia:Citing_sources#Identifying_parts_of_a_source">“When citing lengthy sources, you should identify which part of a source is being cited.”</a>
<!-- [^wikipedia_citing_sources_1] --></p>
</blockquote>

<blockquote>
  <p><a href="https://en.wikipedia.org/wiki/Wikipedia:Citing_sources#Additional_annotation">“A footnote may also contain a relevant quotation from the source. This is especially helpful when the cited text is long or dense. A quotation allows readers to immediately identify the applicable portion of the reference. Quotes are also useful if the source is not easily accessible. However, caution should be exercised, as always, to avoid copyright violations.”</a>
<!-- [^wikipedia_citing_sources_2] --></p>
</blockquote>

<p>The “references and page numbers” how-to-guide goes on to suggest that:</p>

<blockquote>
  <p><a href="https://en.wikipedia.org/wiki/Help:References_and_page_numbers">“It helps to give a page number or page range—or a section, chapter, or  other division of the source—because then the reader does not have to  carefully review the whole cited source to find the relevant supporting evidence, which promotes efficient source checking.”</a>
<!-- [^wikipedia_help_ref_pages] --></p>
</blockquote>

<p>These mentions of in-source location can be made directly in unstructured references, or preferably using dedicated parameters in citation templates, such as <code class="language-plaintext highlighter-rouge">p</code> or <code class="language-plaintext highlighter-rouge">page</code> for a single page, <code class="language-plaintext highlighter-rouge">pages</code> or <code class="language-plaintext highlighter-rouge">pp</code> for a range of pages.
Lesser used parameters include free-format keyword <code class="language-plaintext highlighter-rouge">at</code>, keywords related to chapters (<code class="language-plaintext highlighter-rouge">chapter</code>, <code class="language-plaintext highlighter-rouge">contribution</code>, <code class="language-plaintext highlighter-rouge">entry</code>, <code class="language-plaintext highlighter-rouge">article</code>, <code class="language-plaintext highlighter-rouge">section</code>), quotes (<code class="language-plaintext highlighter-rouge">quote</code>, <code class="language-plaintext highlighter-rouge">q</code>, <code class="language-plaintext highlighter-rouge">quotation</code>, <code class="language-plaintext highlighter-rouge">quotepage</code>, <code class="language-plaintext highlighter-rouge">qp</code>, <code class="language-plaintext highlighter-rouge">quotation-page</code>, <code class="language-plaintext highlighter-rouge">quotepages</code>, <code class="language-plaintext highlighter-rouge">qpp</code>, <code class="language-plaintext highlighter-rouge">quotation-pages</code>, <code class="language-plaintext highlighter-rouge">quote-location</code>, <code class="language-plaintext highlighter-rouge">quote-loc</code>, <code class="language-plaintext highlighter-rouge">quotation-location</code>, <code class="language-plaintext highlighter-rouge">quote-at</code>), court cases  (<code class="language-plaintext highlighter-rouge">panel</code>, <code class="language-plaintext highlighter-rouge">pinpoint</code>, <code class="language-plaintext highlighter-rouge">opinion</code>), video games (<code class="language-plaintext highlighter-rouge">level</code>, <code class="language-plaintext highlighter-rouge">scene</code>), video/audio (<code class="language-plaintext highlighter-rouge">episode</code>,<code class="language-plaintext highlighter-rouge">time</code>,<code class="language-plaintext highlighter-rouge">minute</code>). In the below analysis, all these additional parameters are grouped in the ‘other’ category.</p>

<p>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.</p>

<p><img src="/assets/images/trend_total_citations_with_locators.png" alt="Evolution of total number of citations and use of in-source locators on the English Wikipedia between 2014 and 2026" /></p>

<p>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 <code class="language-plaintext highlighter-rouge">page</code>/<code class="language-plaintext highlighter-rouge">p</code> in particular.</p>

<p>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.
<img src="/assets/images/barplot_located_citations_2026-01-01.png" alt="Number of citation and in-source locators per main template for 20000 random articles on 1st Jan 2026" /></p>

<p>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.</p>

<h3 id="recommendations">Recommendations</h3>

<ul>
  <li>encourage the use of page indications for books, articles, and other page-based sources.</li>
  <li>encourage the use of quotations, especially where pages are ambiguous, or sources hard to access (with caution not to violate copyright law).</li>
</ul>

<p>Wikipedia’s guidelines and the design of its editing mode could be adjusted to support editors.</p>

<p>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.</p>

<p>Finally, we suggest the possible use of a platform that would indicate the verification status of citations, with annotations from humans or machines.</p>

<h3 id="method-code-caveats">Method, Code, Caveats</h3>

<p>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.</p>

<p>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.</p>

<p>A few caveats:</p>
<ul>
  <li>some citations may include quotes directly in the text, and these are not counted in the in-source locators,</li>
  <li>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,</li>
</ul>

<h2 id="references">References</h2>

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:petroni_2023">
      <p>Petroni, F. et al. Improving Wikipedia verifiability with AI. Nat Mach Intell 5, 1142–1148 (2023). <a href="https://www.nature.com/articles/s42256-023-00726-1">nature.com</a> <a href="#fnref:petroni_2023" class="reversefootnote" role="doc-backlink">&#8617;</a> <a href="#fnref:petroni_2023:1" class="reversefootnote" role="doc-backlink">&#8617;<sup>2</sup></a></p>
    </li>
    <li id="fn:kamoi_2023">
      <p>Kamoi, R., Goyal, T., Rodriguez, J. &amp; 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). <a href="https://aclanthology.org/2023.emnlp-main.470/">aclanthology.org</a> <a href="#fnref:kamoi_2023" class="reversefootnote" role="doc-backlink">&#8617;</a> <a href="#fnref:kamoi_2023:1" class="reversefootnote" role="doc-backlink">&#8617;<sup>2</sup></a> <a href="#fnref:kamoi_2023:2" class="reversefootnote" role="doc-backlink">&#8617;<sup>3</sup></a></p>
    </li>
    <li id="fn:redi_2018">
      <p>Redi, M., Taraborelli, D. &amp; 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). <a href="https://wikimediafoundation.org/news/2018/08/20/how-many-wikipedia-references-are-available-to-read/">wikimediafoundation.org</a> <a href="#fnref:redi_2018" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
    <li id="fn:fetahu_2017">
      <p>Fetahu, B., Markert, K. &amp; Anand, A. Fine Grained Citation Span for References in Wikipedia. (2017) <a href="https://doi.org/10.48550/arXiv.1707.07278">arxiv.org</a> <a href="#fnref:fetahu_2017" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name>{&quot;bio&quot;=&gt;&quot;Researcher&lt;br&gt; Analyst&lt;br&gt; Communicator&quot;, &quot;github&quot;=&gt;&quot;mrmvn&quot;, &quot;email&quot;=&gt;&quot;contact-mario-morvan@pm.me&quot;, &quot;orcid&quot;=&gt;&quot;test&quot;, &quot;links&quot;=&gt;[{&quot;label&quot;=&gt;&quot;ORCiD&quot;, &quot;icon&quot;=&gt;&quot;fa-brands fa-orcid&quot;, &quot;url&quot;=&gt;&quot;https://orcid.org/0000-0001-8587-2112&quot;}]}</name><email>contact-mario-morvan@pm.me</email></author><category term="Research" /><category term="Blog" /><category term="Wikipedia" /><category term="citations" /><summary type="html"><![CDATA[How specifying in-source location can help fight misinformation on Wikipedia]]></summary></entry></feed>