Pith. sign in

REVIEW 2 major objections 6 minor 57 references

WikiSTAR: A System for Shedding Light on the Hidden History of Scientific Wikipedia Articles

T0 review · 2 major / 6 minor · reviewed 2026-08-02 · deepseek-v4-flash

Pith's one-line read A new system reveals the scientific history hidden in Wikipedia edits.

desk verdict Worth engaging: a solid new task and benchmark for scientific edit classification on Wikipedia, with a real but fixable gap around section linking. read the letter →

arxiv 2607.12441 v2 pith:32WX33EC submitted 2026-07-14 cs.CL

classification cs.CL
keywords scientificeditclassificationWikipediarevisionhistoryknowledgeevolutionlargelanguagemodelmulti-labeltaxonomysection-leveleditsinteractivevisualizationbenchmarkdataset
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Wikipedia's revision history is a running record of how scientific knowledge is introduced, debated, refined, and stabilized in public, but the signal is buried beneath thousands of routine edits. WikiSTAR automatically labels each section-level edit with the kind of scientific change it makes—new information, removed claims, added technical terms, narrative shifts, and six other types—using an LLM-driven classifier. On a new human-annotated benchmark of 1,387 edits from biology, computer science, and neuroscience, the best classifier reaches macro-F1 0.82, approaching the human agreement ceiling. Interactive views let users move from multi-year trends down to individual edits, and a user study with three domain experts suggests this enables analyses that were previously impractical. The paper's contribution is to turn Wikipedia's hidden scientific edit history into an explorable, queryable record.

What carries the argument

The load-bearing component is the section edit pair: each edited Wikipedia section is matched to its previous version using title similarity (normalized Levenshtein) and content similarity (cosine over embeddings), and the pair is then classified by a large language model against a ten-label taxonomy of scientific edit types. The section level provides the context needed to judge scientific significance while localizing changes, and the taxonomy—spanning additions, removals, clarifications, technical terms, researcher names, narrative shifts, references, wikilinks, and quantitative information—drives both the classifier and the interactive visualizations. The classifier's refined prompt, whi

What would settle it

Take a random sample of the section edit pairs produced by WikiSTAR's linking step and have human annotators judge whether each pair truly represents the same section before and after the edit; if a substantial fraction are misaligned—say, over 10%—the classification labels no longer reliably describe what changed.

Watch

Extended reading notes

Core claim

The paper claims that scientifically meaningful changes in Wikipedia articles can be identified at the section level and separated from routine edits using a fixed taxonomy of ten scientific edit types, and that this classification makes the scientific history of an article accessible at a scale previously impossible. The claim is supported by WikiSTAR-BENCH, a human-annotated dataset of 1,387 section edit pairs, on which a carefully prompted LLM classifier reaches macro-F1 0.82, near the human agreement ceiling of 0.91. The paper further claims that the resulting interactive views—trends over time, per-section heatmaps, section evolution, and an edit table—all grounded in classified edits,

Load-bearing premise

The section-linking heuristic that pairs each edited section with its previous version is reported to 'work well in practice' but is never quantitatively evaluated, so misaligned pairs would silently corrupt every classification and view built on them.

Editorial extensions

If this is right

  • Researchers can trace when new findings enter a Wikipedia article, how sections are renamed or restructured, and where editorial attention concentrates, without manual reading of thousands of edits.
  • Comparisons across articles and fields become feasible, revealing how different scientific domains are represented and updated on Wikipedia.
  • The released benchmark gives the community a standard, human-annotated evaluation set for the new task of scientific edit classification.
  • Journalists and historians can ground claims about how public knowledge of science changes in concrete, dated edit evidence rather than anecdote.
  • The user study suggests the system can prompt new research questions across Wikipedia editing, science journalism, and the history and philosophy of science.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because the section-linking step is validated only informally, a systematic misalignment of sections across revisions would silently corrupt both the labels and all downstream views; a dedicated validation study of the matching heuristic is a natural next step.
  • The taxonomy is content-centric and does not label editorial disputes, reverts, or citation quality changes; extending it to capture controversies or references to retracted work could open new research directions.
  • Since the classifier is an LLM prompted in English and evaluated on English Wikipedia, its behavior on other language editions or on less-covered, niche topics is unknown; testing cross-lingual and low-resource transfer is a plausible extension.
  • If the approach were applied at the scale of all scientific Wikipedia articles rather than a few, it could produce a large-scale corpus of scientific knowledge evolution, enabling quantitative historiography of science.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. WikiSTAR is an end-to-end system for surfacing scientifically meaningful edits in the revision histories of scientific Wikipedia articles. The pipeline parses revisions into sections, links each edited section to its previous version, classifies each section-edit pair into a ten-label taxonomy of scientific edit types using an LLM, and provides interactive views (history overview, trends over time, per-section heatmap, section evolution, edit table). The paper introduces WIKISTAR-BENCH, a human-annotated benchmark of 1,387 section edits across biology, computer science, and neuroscience, and evaluates seven LLMs as classifiers, reporting best macro-F1 values of 0.82–0.83. A user study with three domain experts reports that the system surfaced new patterns and enabled previously impractical analyses. The paper claims that WikiSTAR makes the scientific edit history of Wikipedia accessible to researchers, journalists, and the public.

Significance. If the results hold, WikiSTAR is a timely and potentially valuable resource for studying how scientific knowledge evolves on Wikipedia. The benchmark is a concrete contribution: it is human-annotated with a high inter-annotator agreement (mean pairwise Cohen's κ = 0.89), per-label and per-domain results are reported, and the code, data, and demo are released. The multi-label evaluation across seven models is methodologically clean, and the prompt-refinement comparison is a useful practical result. The main uncertainty is whether the section-pair construction, which underlies both the benchmark and the deployed system, is accurate enough; this must be addressed before the headline performance numbers can be fully trusted. The user study is encouraging but anecdotal.

major comments (2)
  1. [Sec. 2.1 ('Matching section edit pairs')] The section-linking heuristic is load-bearing but unvalidated. The paper states that title/content similarity thresholds 'worked well in practice' and defers advanced matching, but gives no accuracy numbers and does not specify the threshold values. Every downstream artifact depends on this step: WIKISTAR-BENCH is built from these pairs, the macro-F1 in Table 1 is computed on them, and the interactive views inherit them. Sections are frequently renamed, split, merged, or moved, so this is not a trivial step. Please report a quantitative matching evaluation (e.g., precision/recall of recovered predecessors on a human-annotated sample stratified by section identity changes), report the thresholds, and analyze how matching errors affect the classification metrics.
  2. [Secs. 3.1–3.3 (LLM-generated summaries)] The generated History Overview and per-point summaries are a core part of the end-to-end 'accessible history' claim, but their accuracy is not evaluated. The system can return fluent but incorrect narratives; the user study quotes enthusiasm for these features, but no factuality or faithfulness check is reported. Add at least a small human evaluation of summary correctness, or clearly scope the claims to the labeled edit table.
minor comments (6)
  1. [Sec. 2.3 (Annotation process)] Please specify how many annotators labeled each non-shared example, how labels were aggregated (majority vote, consensus, adjudication), and whether the Non-Scientific Edit label was exclusive or could co-occur with scientific labels. Also clarify how the 104 shared examples were selected.
  2. [Sec. 2.4 / Table 1] The comparison of GPT-5.4's macro-F1 (computed on n=1,387) to the human agreement ceiling (computed on n=104) is not apples-to-apples. Report the human ceiling on the same benchmark split, or add a caveat that the two numbers are measured on different sets.
  3. [Table 5 (Appendix C)] The table layout with duplicated Precision/Recall blocks is difficult to read, and identical values across o3-mini, GPT-4o, and GPT-5.1 look suspicious. Please merge the columns and verify the rounding.
  4. [Sec. 4 (User Study)] The user study is a pilot with three participants, no comparison condition, and self-reported Likert ratings. This is acceptable as qualitative evidence, but please report the full nine-item questionnaire, the participant selection criteria, and any relationship between participants and the authors.
  5. [Sec. 3.1 and general system description] In the deployed system, generated summaries should be clearly marked as AI-generated in the UI, with links to the underlying source edits. The participants' desire to validate summaries (e.g., P2's comment) supports this design choice.
  6. [Appendix A, Table 3 note] Minor typo: 'released with our our code repository' should read 'released with our code repository'.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation chain; the benchmark and prompted-LLM evaluation are independent, and the only self-citations are motivational.

full rationale

WikiSTAR's pipeline is: parse revisions into sections, match section edit pairs (§2.1), classify against a 10-label taxonomy with an LLM (§2.2–2.4), and visualize. The performance claim (macro-F1 0.82) is measured against WIKISTAR-BENCH, a human-annotated gold standard (1,387 examples; mean pairwise κ=0.89, Section 2.3). The LLMs are prompted, not trained on the benchmark, so the classifier is not fit to the test set; no parameter is estimated from the labels it is later asked to predict. The taxonomy is author-designed, but the benchmark labels come from independent annotators applying that taxonomy, and the human agreement ceiling (F1 0.91) gives a check that the labeling task is not vacuous. The section-linking heuristic (§2.1) is unvalidated and load-bearing for the pipeline, but it is a data-construction step with external inputs (revision text, similarity measures), not an output derived from the classification; its lack of quantitative evaluation is a correctness/robustness concern, not a circularity. The self-citations to Benjakob et al. (2021, 2023) involve co-author Aviram but are used only to motivate the importance of Wikipedia revision history; they do not supply the classification result or the benchmark. Hence the central claim is self-contained against an external human benchmark, and no step reduces by construction to its own inputs. Score 2 reflects the minor, non-load-bearing self-citation, not substantive circularity.

Assumptions & free parameters 1 free parameters · 3 assumptions · 0 invented entities

No physical or mathematical entities are invented. The system's dependence is on the benchmark and taxonomy, which are self-constructed but independently human-annotated. The only fitted elements are heuristic thresholds in the section-matching step.

free parameters (1)
  • Section matching thresholds
    In §2.1, sections are matched if either title similarity (normalized Levenshtein) or content similarity (cosine of embeddings) exceeds an unspecified threshold. This is a hand-chosen parameter with no reported value and no quantitative sensitivity analysis.
assumptions (3)
  • domain assumption Wikipedia revision history retrieved via the MediaWiki API is a complete and faithful record of all edits.
    The entire pipeline depends on the raw wikitext revisions; the paper does not discuss missing revisions, reverted vandalism, or API limits that could break the historical record.
  • ad hoc to paper The expert-designed ten-label taxonomy captures what 'scientifically meaningful change' means, with Non-Scientific Edit covering everything else.
    The taxonomy is introduced by the authors and is not derived from an existing theory of scientific communication; the claim that the system reveals 'scientific history' assumes this closed set is the right lens.
  • domain assumption LLM classifiers, evaluated on Biology, Computer Science, and Neuroscience, generalize to other scientific articles beyond the benchmark domains.
    The demo and user study use articles on AI, Chaos Theory, Ising model, and Vaccine, none clearly represented in the benchmark; no cross-domain evaluation on physics or medicine is provided to support this transfer.

how reviews work

0 comments
Cite this review

Pith. "Pith review of WikiSTAR: A System for Shedding Light on the Hidden History of Scientific Wikipedia Articles." pith.science (2026). https://pith.science/paper/32WX33EC

@misc{pith2026260712441,
  author       = {Pith},
  title        = {Pith review of: WikiSTAR: A System for Shedding Light on the Hidden History of Scientific Wikipedia Articles},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/32WX33EC}},
  note         = {Machine review of arXiv:2607.12441}
}
read the original abstract

Wikipedia plays a key role in shaping public understanding of science, and its openly accessible revision history is a unique record of how scientific knowledge evolves over time. Yet scientifically meaningful revisions are obscured by the sheer volume of routine edits, leaving each article's scientific history hidden. We present WikiSTAR (Scientific Tracking of Article Revisions), an interactive system for exploring scientifically meaningful changes across an article's revision history. Using an LLM classifier with an expert-designed multi-label taxonomy, WikiSTAR first tags edit types such as the addition of technical terms, new research findings, and changes in scientific narrative. Then, through interactive views, an article's full revision history can be traced at any granularity - from aggregate trends that reveal when and in which sections scientific content was added or refined, down to individual edits - showing how scientific knowledge develops at a scale previously impossible. In a user study, experts from three domains found that WikiSTAR surfaced new patterns and research questions and enabled previously impractical analyses. We release our system, code and a human-annotated benchmark.

Figures

Figures reproduced from arXiv: 2607.12441 by the authors.

Figure 1
Figure 1. The WIKISTAR pipeline for tracking the history of scientific edits in a Wikipedia article. (1) Splitting each revision into sections and matching them across revisions to recover the previous version of each edited section. (2) Multi-label edit-type classification of each edit pair. (3) Exploring through interactive views, from aggregate patterns down to individual edits. developments in the scientific literature th… view at source ↗
Figure 2
Figure 2. Overview of the WIKISTAR system. (1) Extraction and classification: The system splits each Wikipedia revision into sections, matches each edited section to its previous version, and classifies each edit pair into scientific edit types. (2) Interactive exploration: Interactive views let users explore the classified history: The Over Time view shows temporal trends in edit types, and the Section Comparison view compar… view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

57 extracted references · 4 linked inside Pith

  1. [1]

    Omer Benjakob, Rona Aviram, and Jonathan Sobel. 2021. Citation needed? wikipedia and the covid-19 pandemic. BioRxiv

  2. [2]

    Omer Benjakob, Olha Guley, Jean-Marc Sevin, Leo Blondel, Ariane Augustoni, Matthieu Collet, Louise Jouveshomme, Roy Amit, Ariel Linder, and Rona Aviram. 2023. Wikipedia as a tool for contemporary history of science: A case study on crispr. PLoS One, 18(9):e0290827

  3. [3]

    Jacob Cohen. 1960. https://api.semanticscholar.org/CorpusID:15926286 A coefficient of agreement for nominal scales . Educational and Psychological Measurement, 20:37 -- 46

  4. [4]

    Johannes Daxenberger and Iryna Gurevych. 2012. https://api.semanticscholar.org/CorpusID:11053125 A corpus-based study of edit categories in featured and non-featured wikipedia articles . In International Conference on Computational Linguistics

  5. [5]

    Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, Arun Rao, Aston Zhang, and 510 others

    Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, Anirudh Goyal, Anthony S. Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, Arun Rao, Aston Zhang, and 510 others. 2024. https://api.semanticscholar.org/CorpusID:271571434 ...

  6. [6]

    Romy Fieblinger, Md Tanvirul Alam, and Nidhi Rastogi. 2024. Actionable cyber threat intelligence using knowledge graphs and large language models. In 2024 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW), pages 100--111. IEEE

  7. [7]

    Fabian Fl \"o ck and Maribel Acosta. 2014. https://doi.org/10.1145/2566486.2568026 WikiWho : Precise and efficient attribution of authorship of revisioned content . In Proceedings of the 23rd International Conference on World Wide Web (WWW), pages 843--854. ACM

  8. [8]

    Yuhan Guo, Qin Han, Yuke Lou, Yiming Wang, Can Liu, and Xiaoru Yuan. 2023. https://doi.org/10.1109/PacificVis56936.2023.00025 Edit-history vis: An interactive visual exploration and analysis on wikipedia edit history . In 2023 IEEE 16th Pacific Visualization Symposium (PacificVis), pages 157--166. IEEE

Show all 57 references
  1. [9]

    OpenAI Aaron Hurst, Adam Lerer, Adam P. Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, Aleksander Mkadry, Alex Baker-Whitcomb, Alex Beutel, Alex Borzunov, Alex Carney, Alex Chow, Alexander Kirillov, Alex Nichol, Alex P...

  2. [10]

    Jun Liu and Sudha Ram. 2011. https://api.semanticscholar.org/CorpusID:15299619 Who does what: Collaboration patterns in the wikipedia and their impact on article quality . ACM Trans. Manag. Inf. Syst., 2:11:1--11:23

  3. [11]

    OpenAI . 2025 a . https://openai.com/index/introducing-gpt-5/ Introducing gpt-5 . Accessed: 2026-06-02

  4. [12]

    OpenAI . 2025 b . https://cdn.openai.com/o3-mini-system-cardfeb10.pdf Openai o3-mini system card . Accessed: 2026-02-18

  5. [13]

    Dheeraj Rajagopal, Xuchao Zhang, Michael Gamon, Sujay Kumar Jauhar, Diyi Yang, and Eduard Hovy. 2022. One document, many revisions: a dataset for classification and description of edit intents. In Proceedings of the Thirteenth Language Resources and Evaluation Conference, page...

  6. [15]

    heroes of crispr

    Arno Simons, Wolfgang Kircheis, Marion Schmidt, Martin Potthast, and Benno Stein. 2024. https://api.semanticscholar.org/CorpusID:268060504 Who are the “heroes of crispr”? public science communication on wikipedia and the challenge of micro-notability . Public Understanding of ...

  7. [16]

    Misha Teplitskiy, Grace Lu, and Eamon Duede. 2015. https://api.semanticscholar.org/CorpusID:10220883 Amplifying the impact of open access: Wikipedia and the diffusion of science . Journal of the Association for Information Science and Technology, 68

  8. [17]

    Vi \'e gas, Martin Wattenberg, and Kushal Dave

    Fernanda B. Vi \'e gas, Martin Wattenberg, and Kushal Dave. 2004. https://doi.org/10.1145/985692.985765 Studying cooperation and conflict between authors with history flow visualizations . In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI), pag...

  9. [18]

    Wikimedia Foundation . 2025. MediaWiki Action API . https://www.mediawiki.org/wiki/API:Main_page. Accessed: 2026-07-08

  10. [19]

    An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, Huan Lin, Jialong Tang, and 41 others. 2025. https://api.semanticscholar.org/Cor...

  11. [20]

    Diyi Yang, Aaron Halfaker, Robert Kraut, and Eduard Hovy. 2017. Identifying semantic edit intentions from revisions in wikipedia. In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, pages 2000--2010

  12. [21]

    Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing , pages=

    Identifying semantic edit intentions from revisions in wikipedia , author=. Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing , pages=

  13. [22]

    arXiv preprint arXiv:2306.12587 , year=

    Aries: A corpus of scientific paper edits made in response to peer reviews , author=. arXiv preprint arXiv:2306.12587 , year=

  14. [23]

    arXiv preprint arXiv:2410.02028 , year=

    Are Large Language Models Good Classifiers? A Study on Edit Intent Classification in Scientific Document Revisions , author=. arXiv preprint arXiv:2410.02028 , year=

  15. [24]

    2023 IEEE 31st International Requirements Engineering Conference Workshops (REW) , year=

    Prompts Matter: Insights and Strategies for Prompt Engineering in Automated Software Traceability , author=. 2023 IEEE 31st International Requirements Engineering Conference Workshops (REW) , year=

  16. [25]

    psychometrika , volume=

    Coefficient alpha and the internal structure of tests , author=. psychometrika , volume=. 1951 , publisher=

  17. [26]

    PLoS One , volume=

    Wikipedia as a tool for contemporary history of science: A case study on CRISPR , author=. PLoS One , volume=. 2023 , publisher=

  18. [27]

    Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies , pages=

    Language of vandalism: Improving wikipedia vandalism detection via stylometric analysis , author=. Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies , pages=

  19. [28]

    Proceedings of the 51st annual meeting of the Association for Computational Linguistics (volume 1: long papers) , pages=

    Linguistic models for analyzing and detecting biased language , author=. Proceedings of the 51st annual meeting of the Association for Computational Linguistics (volume 1: long papers) , pages=

  20. [29]

    Proceedings of the Thirteenth Language Resources and Evaluation Conference , pages=

    One document, many revisions: a dataset for classification and description of edit intents , author=. Proceedings of the Thirteenth Language Resources and Evaluation Conference , pages=

  21. [30]

    arXiv preprint arXiv:2404.03428 , year=

    Edisum: Summarizing and Explaining Wikipedia Edits at Scale , author=. arXiv preprint arXiv:2404.03428 , year=

  22. [31]

    arXiv preprint arXiv:2203.03802 , year=

    Understanding iterative revision from human-written text , author=. arXiv preprint arXiv:2203.03802 , year=

  23. [32]

    Journal of biological rhythms , volume=

    A Clockwork Wikipedia: from a broad perspective to a case study , author=. Journal of biological rhythms , volume=. 2018 , publisher=

  24. [33]

    bioRxiv , pages=

    High Impact: Wikipedia sources and edit history document two decades of the climate change field , author=. bioRxiv , pages=. 2023 , publisher=

  25. [34]

    BioRxiv , year=

    Citation needed? Wikipedia and the COVID-19 pandemic , author=. BioRxiv , year=

  26. [35]

    Information & Culture , volume=

    Writing the Revolution: Wikipedia and the Survival of Facts in the Digital Age by Heather Ford , author=. Information & Culture , volume=. 2024 , publisher=

  27. [36]

    Quantitative science studies , volume=

    COVID-19 research in Wikipedia , author=. Quantitative science studies , volume=. 2020 , publisher=

  28. [37]

    arXiv preprint arXiv:2409.09010 , year=

    Contri (e) ve: Context+ Retrieve for Scholarly Question Answering , author=. arXiv preprint arXiv:2409.09010 , year=

  29. [38]

    2024 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=

    Actionable cyber threat intelligence using knowledge graphs and large language models , author=. 2024 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=. 2024 , organization=

  30. [39]

    ArXiv , year=

    How Does Knowledge Come By? , author=. ArXiv , year=

  31. [40]

    International Conference on Computational Linguistics , year=

    A Corpus-Based Study of Edit Categories in Featured and Non-Featured Wikipedia Articles , author=. International Conference on Computational Linguistics , year=

  32. [41]

    ACM Trans

    Who does what: Collaboration patterns in the wikipedia and their impact on article quality , author=. ACM Trans. Manag. Inf. Syst. , year=

  33. [42]

    Conference on Empirical Methods in Natural Language Processing , year=

    Automatically Classifying Edit Categories in Wikipedia Revisions , author=. Conference on Empirical Methods in Natural Language Processing , year=

  34. [43]

    ArXiv , year=

    Understanding Iterative Revision from Human-Written Text , author=. ArXiv , year=

  35. [44]

    Heroes of CRISPR

    Who are the “Heroes of CRISPR”? Public science communication on Wikipedia and the challenge of micro-notability , author=. Public Understanding of Science (Bristol, England) , year=

  36. [45]

    The World Wide Web Conference , year=

    Citation Needed: A Taxonomy and Algorithmic Assessment of Wikipedia's Verifiability , author=. The World Wide Web Conference , year=

  37. [46]

    Journal of the Association for Information Science and Technology , year=

    Amplifying the impact of open access: Wikipedia and the diffusion of science , author=. Journal of the Association for Information Science and Technology , year=

  38. [47]

    Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI) , pages =

    Studying Cooperation and Conflict between Authors with History Flow Visualizations , author =. Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI) , pages =. 2004 , publisher =

  39. [48]

    Proceedings of the 23rd International Conference on World Wide Web (WWW) , pages =

    Fl. Proceedings of the 23rd International Conference on World Wide Web (WWW) , pages =. 2014 , publisher =

  40. [49]

    2023 IEEE 16th Pacific Visualization Symposium (PacificVis) , pages =

    Edit-History Vis: An Interactive Visual Exploration and Analysis on Wikipedia Edit History , author =. 2023 IEEE 16th Pacific Visualization Symposium (PacificVis) , pages =. 2023 , publisher =

  41. [50]

    Proceedings of the International AAAI Conference on Web and Social Media (ICWSM) , volume =

    Towards Better Visual Tools for Exploring Wikipedia Article Development---The Use Case of ``Gamergate Controversy'' , author =. Proceedings of the International AAAI Conference on Web and Social Media (ICWSM) , volume =

  42. [51]

    2023 IEEE 16th Pacific Visualization Symposium (PacificVis) , year=

    Edit-History Vis: An Interactive Visual Exploration and Analysis on Wikipedia Edit History , author=. 2023 IEEE 16th Pacific Visualization Symposium (PacificVis) , year=

  43. [52]

    Educational and Psychological Measurement , year=

    A Coefficient of Agreement for Nominal Scales , author=. Educational and Psychological Measurement , year=

  44. [53]

    2025 , url=

    Qwen3 Technical Report , author=. 2025 , url=

  45. [54]

    2024 , url=

    The Llama 3 Herd of Models , author=. 2024 , url=

  46. [55]

    2024 , url=

    GPT-4o System Card , author=. 2024 , url=

  47. [56]

    OpenAI o3-mini System Card , year =

  48. [57]

    Introducing GPT-5 , year =

  49. [58]

    Scientometrics , year=

    A diachronic perspective on citation latency in Wikipedia articles on CRISPR/Cas-9: an exploratory case study , author=. Scientometrics , year=

Pith tools

Reviewed August 2, 2026 · model on record in the stance chip above.