Papers › SWARM: A Multilingual Human-Annotated Dataset for Russian Propaganda Detection in...

SWARM: A Multilingual Human-Annotated Dataset for Russian Propaganda Detection in Search Engine Results

11 Sep 2026arXiv:2609.12653added by Syntology

Manuel Tonneau, Abhinav Dubey, Farhan Shaikh, Ilaria Vitulano, Martha Stolze, Hale Dedeoglu, Clara Riechert, Ella Kuka, Maryna Sydorova, Mykola Makhortykh, Elizaveta Kuznetsova

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Russian state propaganda spreads across many languages and online spaces. Yet, most computational work examines only one such space, usually social media, in one or two languages, and analyses sources rather than content. We introduce SWARM (Search-Web documents Annotated for Russian propaganda, Multilingual), a dataset of 2,183 search engine results across nine languages and diverse web domains (e.g., news, blogs, government sites), each annotated by trained coders for whether it supports a recurring Russian propaganda narrative. We benchmark a source-based blocklist, supervised classifiers, and zero-shot LLMs against these labels. The blocklist misses most propaganda-supporting documents, because such content is not confined to flagged "propaganda" outlets but also appears on mainstream ones. Content-level analysis helps, though how much depends on the model: the strongest LLM reaches a positive-class F1 of 0.73, whereas the supervised classifiers reach only about 0.5, with the smaller LLMs over-predicting support, mistaking topical relevance for endorsement. Detecting search-borne propaganda thus requires per-language, content-level evaluation, which we hope SWARM and our evaluation code enable.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.12653")

Code

Syntology Ran 0 of 26 code samples harvested from 1 repository linked to this paper; 26 have no recorded run.

By repository: found in paper text by Syntology: 26 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

manueltonneau/swarm found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 0 ran; 0 honoured the contract we drafted; 26 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

26unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from manueltonneau/swarm. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

api_call_with_retry manueltonneau/swarm/swarm/batch_utils.py found in paper text by Syntology unverified MIT (permissive) · e2e65789eaa180d8 · report
boot_ci manueltonneau/swarm/swarm/merge_results.py found in paper text by Syntology unverified MIT (permissive) · fadac26e748d1560 · report
content_hash manueltonneau/swarm/swarm/build_eval_9lang.py found in paper text by Syntology unverified MIT (permissive) · 815c86272550ffe1 · report
content_hash manueltonneau/swarm/swarm/prepare_from_hf.py found in paper text by Syntology unverified MIT (permissive) · 4988bcffc3b2d2a9 · report
domains_from_csv manueltonneau/swarm/swarm/build_domain_blocklist.py found in paper text by Syntology unverified MIT (permissive) · 4f1be0f3f0d860a9 · report
domains_from_txt manueltonneau/swarm/swarm/build_domain_blocklist.py found in paper text by Syntology unverified MIT (permissive) · d9c39d69f267f6fc · report
f2 manueltonneau/swarm/swarm/build_result_tables.py found in paper text by Syntology unverified MIT (permissive) · 3231aa148daa512a · report
flagged_domains manueltonneau/swarm/swarm/blocklist_metrics.py found in paper text by Syntology unverified MIT (permissive) · a150c294f307b2a3 · report
krippendorff_alpha_nominal manueltonneau/swarm/swarm/final_stats.py found in paper text by Syntology unverified MIT (permissive) · 96ebf04bef09761f · report
load manueltonneau/swarm/swarm/prepare_from_hf.py found in paper text by Syntology unverified MIT (permissive) · a53472422cd68156 · report
load_export manueltonneau/swarm/swarm/build_eval_9lang.py found in paper text by Syntology unverified MIT (permissive) · a7ccef223981ccf7 · report
load_reuse manueltonneau/swarm/swarm/run_closed_llm.py found in paper text by Syntology unverified MIT (permissive) · b0300204a213b08f · report
majority manueltonneau/swarm/swarm/build_eval_9lang.py found in paper text by Syntology unverified MIT (permissive) · 40c7f3ce3df6af70 · report
make_prompt manueltonneau/swarm/swarm/common.py found in paper text by Syntology unverified MIT (permissive) · 0e6a0cd98d63ca44 · report
markers manueltonneau/swarm/swarm/retrieval_bias.py found in paper text by Syntology unverified MIT (permissive) · dd8a9d230b8f0856 · report
metrics_row manueltonneau/swarm/swarm/merge_results.py found in paper text by Syntology unverified MIT (permissive) · fb1c5b9403b40d0c · report
metrics_table manueltonneau/swarm/swarm/common.py found in paper text by Syntology unverified MIT (permissive) · d5ec9671fc9ce337 · report
per_lang manueltonneau/swarm/swarm/build_result_tables.py found in paper text by Syntology unverified MIT (permissive) · 409d425b97e5430c · report
poll_batch manueltonneau/swarm/swarm/batch_utils.py found in paper text by Syntology unverified MIT (permissive) · b3f18e7884accb9c · report
posf1 manueltonneau/swarm/swarm/merge_results.py found in paper text by Syntology unverified MIT (permissive) · 60155778c76b4447 · report
recall_by_language manueltonneau/swarm/swarm/blocklist_metrics.py found in paper text by Syntology unverified MIT (permissive) · c5d5be70668b8eef · report
reg_domain manueltonneau/swarm/swarm/build_domain_blocklist.py found in paper text by Syntology unverified MIT (permissive) · bbc94639a23fe1b2 · report
report manueltonneau/swarm/swarm/blocklist_metrics.py found in paper text by Syntology unverified MIT (permissive) · f29cc9f24a9eb995 · report
submit_batch manueltonneau/swarm/swarm/batch_utils.py found in paper text by Syntology unverified MIT (permissive) · a75f0c9e553a5087 · report
to_eval_frame manueltonneau/swarm/swarm/prepare_from_hf.py found in paper text by Syntology unverified MIT (permissive) · 0a0c1cb1a66fd5f6 · report
to_label manueltonneau/swarm/swarm/common.py found in paper text by Syntology unverified MIT (permissive) · c6683bd1c93b7851 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.12653, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections