From fd57efb543d25b4393f63a6b86d312e9213234de Mon Sep 17 00:00:00 2001 From: YoungKo Date: Mon, 24 Aug 2026 11:03:41 -0700 Subject: [PATCH] Latex citation added on README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb0cd3..8998ed8 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,16 @@ This repository does not vendor third-party source code. All runtime and develop ## Citation -Read the [ThinkingBox paper](https://arxiv.org/abs/2608.19741). +Read the [ThinkingBox paper](https://arxiv.org/abs/2608.19741). If you find this work useful, or if you use ThinkingBox or ThinkingBox-Data, please kindly cite: + +``` +@article{li2026one, + title={One Success Isn't Reliability: ThinkingBox, a Sandbox and Benchmark for Agents in Stateful Business Workflows}, + author={Li, Zhuochun and Ko, Youngmin and Keramati, Ali and Ferri, Nicola and Pelaez, Susana Palmaz Lopez and Tsai, Liang-Chun and Wang, Calvin and Milletari, Mirco and Kundu, Tuhin and Smolyakov, Vadim and others}, + journal={arXiv preprint arXiv:2608.19741}, + year={2026} +} +``` ## Acknowledgments