Lk123 commited on
Commit
74f4fab
·
verified ·
1 Parent(s): f591d97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -26,3 +26,18 @@ python3 decrypt_benchmark.py --input-file AutoResearchBench.jsonl.obf.json -
26
  ```
27
 
28
  Run inference and evaluation on the decrypted `AutoResearchBench.jsonl`, not on the `.obf.json` bundle directly.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ```
27
 
28
  Run inference and evaluation on the decrypted `AutoResearchBench.jsonl`, not on the `.obf.json` bundle directly.
29
+
30
+
31
+ ## ❤️ Citing Us
32
+ If you find this repository or our work useful, please consider giving a star ⭐ and or citing our work, which would be greatly appreciated:
33
+ ```bibtex
34
+ @misc{xiong2026autoresearchbenchbenchmarkingaiagents,
35
+ title={AutoResearchBench: Benchmarking AI Agents on Complex Scientific Literature Discovery},
36
+ author={Lei Xiong and Kun Luo and Ziyi Xia and Wenbo Zhang and Jin-Ge Yao and Zheng Liu and Jingying Shao and Jianlyu Chen and Hongjin Qian and Xi Yang and Qian Yu and Hao Li and Chen Yue and Xiaan Du and Yuyang Wang and Yesheng Liu and Haiyu Xu and Zhicheng Dou},
37
+ year={2026},
38
+ eprint={2604.25256},
39
+ archivePrefix={arXiv},
40
+ primaryClass={cs.AI},
41
+ url={https://arxiv.org/abs/2604.25256},
42
+ }
43
+ ```