Update README with citation for YC-Bench

Added citation information for the YC-Bench project.
This commit is contained in:
Adit Jain 2026-02-26 00:26:03 +05:30 committed by GitHub
parent 78c86b35e0
commit 08f081d322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}
}
```