From e9df4976bb7fd8aba045006c8008f431297bf60d Mon Sep 17 00:00:00 2001 From: Manos Kaparos <> Date: Thu, 3 Sep 2026 13:40:08 +0300 Subject: [PATCH] readme: BibTeX citation Co-Authored-By: Claude Fable 5 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index c731431..99cc336 100644 --- a/README.md +++ b/README.md @@ -714,3 +714,22 @@ data/eval/instances.json the 30 cases with human labels results trajectories// one .jsonl + rendered .md per instance REPRODUCE.md ``` +--- + +## Citation + +If you use fairtask — the screening pipeline, the evaluation set, or the audit findings — please cite: + +```bibtex +@software{kaparos2026fairtask, + author = {Kaparos, Manos}, + title = {fairtask: evidence-verified fairness screening for SWE-bench-style coding tasks}, + year = {2026}, + month = aug, + version = {0.1.1}, + url = {https://github.com/mnkprs/fairtask}, + note = {Agent pipeline with a deterministic evidence verifier, evaluated against OpenAI's + SWE-bench Verified human annotations. micro1 Agentic Workflows Hackathon submission.} +} +``` +