stopslop
Measure a paper's prose against how a venue actually writes — before and after LLMs existed.
Two baselines, always both: fossil (published up to 2022, so it cannot have been machine-assisted) and current (the last full year plus this one). The fossil window is the target; the current window is context, never an excuse.
It measures and locates. It never edits your paper: a tool that strips tells on
the author's behalf produces text that passes a detector and still reads as
machine-written, so check reports where the prose sits and locate gives the
character offsets, and the writing stays yours.
Install
The wheel carries the baselines for all seven venues — 105 venue-years of measurements — so there is nothing to crawl and nothing to configure.
pip install stopslop # pypdf, BSD-3-Clause, no copyleft
pip install "stopslop[pymupdf]" # adds PyMuPDF (AGPL-3.0, opt-in)
pip install -e . # editable, for hacking on it
Then, from any directory, in any project:
stopslop check paper.pdf --venue tmlr --out report.md
No system tools required. Everything else is stdlib re and statistics.
Extractors
The extractor is part of the measurement. Across 24 papers the four
supported extractors agree to within ~1% on prose metrics — first person
18.1–18.3, -ly adverbs 13.2–13.4, passives 10.3–10.5 — and disagree sharply on
layout-sensitive ones: numerals runs 43.4 under pymupdf against 61.4
under pypdf. So measurements are stored per extractor and never mixed, and
stopslop check refuses rather than compare across them.
| extra | licence | speed | notes |
|---|---|---|---|
(default) pypdf |
BSD-3-Clause | 0.82 s/paper | pure Python, installs anywhere |
[pymupdf] |
AGPL-3.0 or commercial | 0.12 s/paper | best quality; opt-in, never a default |
[pypdfium2] |
BSD-3 / Apache-2.0 | 0.10 s/paper | fastest; platform binary wheels |
[pdfminer] |
MIT | 2.13 s/paper | slowest |
Baselines for all of them ship in the base wheel, so an extra only decides
what you can measure with, never what you can read. Pick one with
--extractor or $STOPSLOP_EXTRACTOR.
pip install stopslop carries no copyleft: PyMuPDF is AGPL and is opt-in, so
taking on that licence is always your deliberate choice.
Use
stopslop check paper.pdf --venue tmlr --out reports/paper.md # score one paper
stopslop trend tmlr --out reports/tmlr_trend.md # one venue's drift
stopslop crosstrend --out reports/total_trend_points.md # venues kept apart
stopslop pooltrend --out reports/total_trend.md # venues pooled
stopslop stats tmlr 2022 # one crawled year
stopslop crawl tmlr 2022 2025 2026 --limit 20 # fetch and measure
crawl is the only command that touches the network, and it needs no key or
account. Everything else is offline.
Where the baselines come from
Resolved at call time, most specific first:
--root DIRon any command$STOPSLOP_MEASUREMENTS./datain the working directory, if it exists- the measurements bundled in the package
So a project that measures its own papers into ./data uses them
automatically, and everyone else gets the shipped ones. PDFs are cached
separately, under --pdf-root / $STOPSLOP_PDFS / ./corpus.
Plots
--plot renders the trend figures and needs matplotlib, which is deliberately
not a dependency and not an extra: the measurement path has no use for it. If
you want figures, install it yourself.
Scope
Seven venues today — TMLR, NeurIPS, ICML, ICLR, ACL, EMNLP and JMLR — each
measured per year, with the fossil window reaching back to 2010 where the papers
exist. A venue is one entry in a registry, and stopslop crawl builds any of
them from scratch, so a corpus of your own is a command rather than a fork.
Every number is auditable. Each report prints the baseline it used, the
extractor, the date, and the n behind each window, and the same measurements sit
in plain JSON inside the package. locate gives the character offsets behind a
rate, so a claim about your prose can be checked against the sentence that
produced it.
It compares prose to a corpus. It does not classify authorship. A metric outside the fossil range is a question about a sentence, not a verdict about a writer — academic English is written well in many registers, and this tool measures distance from one venue's historical distribution, nothing more.
MIT licensed.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stopslop-0.1.1.tar.gz.
File metadata
- Download URL: stopslop-0.1.1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2e2c6f001afbfdabb782d25ac111b785647bea51df33a39490b9ab9ab2e6957
|
|
| MD5 |
2cada5b6c4cb6b9974e24a8f3687bba5
|
|
| BLAKE2b-256 |
ef9103217d5b864e331b99b1f43ab4c294be8b78c591ca63907959b49310c046
|
File details
Details for the file stopslop-0.1.1-py3-none-any.whl.
File metadata
- Download URL: stopslop-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b503a6a8b921863fa27fd4866c46452c89101321521a584774c1cf6f0001cfa0
|
|
| MD5 |
a9a751632f4b40a18d5fbab7b0c24243
|
|
| BLAKE2b-256 |
da67c58ce5657bfa5d892478a1243765624db43063b340c25012cce241e2a8ed
|