synthetic-disagreement
Stress-test an inter-annotator agreement pipeline with deterministic synthetic reviewer labels.
synthetic-disagreement is for annotation leads, evaluation methodologists, and test engineers who want to exercise calibration code before collecting real labels. It provides uniform, biased, ordinal-slip, adversarial, and drift noise models, then feeds generated rating matrices into iaa-kit to show how agreement changes as noise increases.
Inspectable Output
- Python API:
generatereturns a deterministic mapping keyed by(item_id, rater_id). - Installed CLI
generate: a JSON report whoselabelsrows contain item id, rater id, generated label, noise model, seed, andsynthetic: true. - Installed CLI
stress-curve: a JSON report whosecurvepoints contain noise level and Fleiss kappa agreement, with an optional deterministic SVG.
The same inputs, seed, model, and levels produce the same output.
Runtime Boundary
Generation and stress curves run entirely in the local Python process with NumPy and iaa-kit. There are no network requests, model calls, reviewer services, telemetry hooks, or uploaded task data.
Install
Python library and CLI:
python -m pip install synthetic-disagreement==0.1.2
Python API Quickstart
python - <<'PY'
from synthetic_disagreement import UniformNoise, generate
labels = generate(
[{"item_id": "1", "label": 1}],
["r1", "r2"],
UniformNoise(rate=0.2, seed=7),
[0, 1],
)
print(labels)
PY
CLI Quickstart
synthetic-disagreement generate \
--items examples/synthetic_items.json \
--raters r1,r2,r3 \
--noise-model uniform \
--rate 0.2 \
--seed 7 \
--out synthetic-labels.json
synthetic-disagreement stress-curve \
--items examples/synthetic_items.json \
--raters r1,r2,r3 \
--noise-model uniform \
--levels 0,0.25,0.5 \
--seed 7 \
--out agreement-curve.json \
--svg-out agreement-curve.svg
See docs/methodology.md for noise-model and data-policy details.
Release Status
Registry and artifact status verified July 13, 2026: version 0.1.2 is published on PyPI and tagged v0.1.2 in the public repository. The wheel includes the Python API plus the JSON and SVG CLI. The project is alpha software. No reviewer-volume, quality, or adoption claim is made.
Limits
Synthetic noise is a test fixture, not a model of every real reviewer population. The generated curves do not replace pilot annotation, reviewer training, adjudication, or empirical agreement studies.
Next Action
Use the Python API or installed CLI to generate seeded labels or a stress curve, confirm the pipeline responds as expected, then compare the result with a real pilot annotation study.
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 synthetic_disagreement-0.1.2.tar.gz.
File metadata
- Download URL: synthetic_disagreement-0.1.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a4aa52dd1235cb4c178ecd7a0ab8a822b4ce4f2ebd037d328a2e29b480c8811
|
|
| MD5 |
846a7ad94b40466f1fca65d73b1f65da
|
|
| BLAKE2b-256 |
be2b71080e37f69fd48f6b023c0182f51f0614f6369d63e0bcd3e0791c36c282
|
Provenance
The following attestation bundles were made for synthetic_disagreement-0.1.2.tar.gz:
Publisher:
release-python.yml on auraoneai/synthetic-disagreement
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
synthetic_disagreement-0.1.2.tar.gz -
Subject digest:
4a4aa52dd1235cb4c178ecd7a0ab8a822b4ce4f2ebd037d328a2e29b480c8811 - Sigstore transparency entry: 2165376053
- Sigstore integration time:
-
Permalink:
auraoneai/synthetic-disagreement@f4a7c8a9dd8cd6c205215d068f2fd915a76ec5c6 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/auraoneai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-python.yml@f4a7c8a9dd8cd6c205215d068f2fd915a76ec5c6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file synthetic_disagreement-0.1.2-py3-none-any.whl.
File metadata
- Download URL: synthetic_disagreement-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7929908b32db361e686e0868a8e37c308a11a3bb17b2430afe77675b3a71800e
|
|
| MD5 |
5eb8f80626afe252f15d51cb1397968b
|
|
| BLAKE2b-256 |
32576cfea2ca7e3dd38595fb2b4cbd66c7a6ac2fd037fdc715a4eb302c6b5f65
|
Provenance
The following attestation bundles were made for synthetic_disagreement-0.1.2-py3-none-any.whl:
Publisher:
release-python.yml on auraoneai/synthetic-disagreement
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
synthetic_disagreement-0.1.2-py3-none-any.whl -
Subject digest:
7929908b32db361e686e0868a8e37c308a11a3bb17b2430afe77675b3a71800e - Sigstore transparency entry: 2165376061
- Sigstore integration time:
-
Permalink:
auraoneai/synthetic-disagreement@f4a7c8a9dd8cd6c205215d068f2fd915a76ec5c6 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/auraoneai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-python.yml@f4a7c8a9dd8cd6c205215d068f2fd915a76ec5c6 -
Trigger Event:
push
-
Statement type: