paper-with-me

Papers

Small edits, large models: How Wikipedia advocacy shapes LLM values

2026-04-30 · Jasmine Brazilek, Maria Navas, Alexa Gnauck arxiv

Can a small group of volunteers shape how AI systems discuss animal welfare, just by editing Wikipedia? We show that they can. Wikipedia appears in nearly every major language model training dataset and is weighted more heavily than web-crawled text. The Pro-Animal Wikipedians (PAW), a group of advocates who add sourced animal welfare content to relevant articles, have made 125 edits across 115 pages. Using gradient-based data attribution (Bergson; MAGIC), we traced how these edits influence language model behavior. TrackStar retrieval attribution on Llama 3.1 8B found that PAW-edited sections made up 68 percent of the highest-attributed documents for animal welfare queries (p < 0.0001) but only 52 percent for unrelated queries about the same companies (p = 0.53): the model links PAW content specifically to animal welfare topics, not to the entities in general. MAGIC counterfactual influence estimation on Llama-3.2-1B, run across five random training-order seeds, gave the same picture even more sharply: in every seed, the top-10 most influential documents on animal welfare queries were all PAW edits (10 of 10, 5 of 5 seeds), while on general queries the same top-10 sat at chance (4 to 6 of 10). Mean PAW influence exceeded mean control influence on animal welfare queries with p < 0.0001 in every seed, an effect 6 to 30 times larger than on general queries. Leave-subset-out validation gave Spearman rho = 1.00 for all 10 runs. When we fine-tuned separate models on PAW content versus control content, each model performed better specifically on the type of text it was trained on: the PAW-trained model cut perplexity on animal welfare text from 12.4 to 8.4, while the control-trained model cut perplexity on control text from 16.1 to 11.4. A small, coordinated Wikipedia editing campaign therefore measurably shapes how language models handle the topics those edits address.

📄 PDF Abstract BibTeX arXiv:2606.24890

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using Wikipedia Edits in Low Resource Grammatical Error Correction

2018-11-01 · WS 2018 11 · Adriane Boyd

We develop a grammatical error correction (GEC) system for German using a small gold GEC corpus augmented with edits extracted from Wikipedia revision history. We extend the automatic error annotation tool ERRANT (Bryant…

DecoderGrammatical Error CorrectionMachine Translation

Cross-language Wikipedia Editing of Okinawa, Japan

2015-01-04 · Scott A. Hale

This article analyzes users who edit Wikipedia articles about Okinawa, Japan, in English and Japanese. It finds these users are among the most active and dedicated users in their primary languages, where they make many l…

Articles

StRE: Self Attentive Edit Quality Prediction in Wikipedia

2019-06-11 · ACL 2019 7 · Soumya Sarkar, Bhanu Prakash Reddy, Sandipan Sikdar, Animesh Mukherjee

Wikipedia can easily be justified as a behemoth, considering the sheer volume of content that is added or removed every minute to its several projects. This creates an immense scope, in the field of natural language proc…

Prediction

Edisum: Summarizing and Explaining Wikipedia Edits at Scale

2024-04-04 · Marija Šakota, Isaac Johnson, Guosheng Feng, Robert West

An edit summary is a succinct comment written by a Wikipedia editor explaining the nature of, and reasons for, an edit to a Wikipedia page. Edit summaries are crucial for maintaining the encyclopedia: they are the first …

Language ModelingLanguage Modelling

Identifying Semantic Edit Intentions from Revisions in Wikipedia

2017-09-01 · EMNLP 2017 9 · Diyi Yang, Aaron Halfaker, Robert Kraut, Eduard Hovy

Most studies on human editing focus merely on syntactic revision operations, failing to capture the intentions behind revision changes, which are essential for facilitating the single and collaborative writing process. I…

ArticlesInformation RetrievalLexical SimplificationNatural Language Inference+1