diff --git a/README.md b/README.md index 2498be2..2c807b3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The benchmark tests whether agents can manage compounding decisions: prestige sp │ │ ┌────────────────────────── │ progress flushes │ │ │ │ │ │ every sim-advance │ │ │ │ │ └──────────┬───────────┘ │ -│ │ │ ┌────────────────────────────────────┘ │ +│ │ │ ┌───────────────────────────────────┘ │ │ │ │ │ ETA solver fires TASK_COMPLETED event │ │ │ │ ▼ │ │ │ │ ┌────────────────────────────────────────────────────┐ │ @@ -360,3 +360,14 @@ _Run `challenge` preset (seed=1, 3yr horizon, 10 employees, 500-turn cap) to gen ] } ``` + +Please cite our work if you find it useful and interesting! +```bibtex +@misc{collinear-ai2025ycbench, + author = {{Collinear AI}}, + title = {{YC-Bench}: Your Company Bench — A Long-Horizon Coherence Benchmark for {LLM} Agents}, + year = {2025}, + howpublished = {\url{https://github.com/collinear-ai/yc-bench}}, + note = {Accessed: 2026-02-25} +} +```