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 adit jain
parent 2b528358a7
commit 3281eff755

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 │
│ │ │ ▼ │
│ │ │ ┌────────────────────────────────────────────────────┐ │
@ -423,3 +423,14 @@ Common failure patterns across all bankrupt runs:
]
}
```
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}
}
```