lainmn commited on
Commit
a709a39
·
verified ·
1 Parent(s): e0760b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -32,6 +32,29 @@ Refer to the included `description.md` for:
32
 
33
  ---
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  📖 **More info & challenge details**: https://agentds.org/domains
36
  🔐 **Get your API key**: https://agentds.org/dashboard
37
  🧠 **Submit predictions via SDK**: `pip install agentds-bench` (see main AgentDS README for usage)
 
32
 
33
  ---
34
 
35
+
36
+
37
+ ## 📑 Citation
38
+
39
+ Please cite AgentDS if you use it in research:
40
+
41
+ ```bibtex
42
+ @misc{luo2026agentds,
43
+ author = {An Luo and Jin Du and Xun Xian and Robert Specht and Fangqiao Tian and Ganghua Wang and Xuan Bi and Charles Fleming and Ashish Kundu and Jayanth Srinivasa and Mingyi Hong and Rui Zhang and Tianxi Li and Galin Jones and Jie Ding},
44
+ title = {AgentDS Technical Report: Benchmarking the Future of Human-AI Collaboration in Domain-Specific Data Science},
45
+ year = {2026},
46
+ eprint = {2603.19005},
47
+ archivePrefix= {arXiv},
48
+ primaryClass = {cs.LG},
49
+ note = {arXiv:2603.19005},
50
+ url = {https://arxiv.org/abs/2603.19005}
51
+ }
52
+ ```
53
+
54
+ See arxiv.org/abs/2512.20959 for an example of how we create data for a challenge like this.
55
+
56
+ ---
57
+
58
  📖 **More info & challenge details**: https://agentds.org/domains
59
  🔐 **Get your API key**: https://agentds.org/dashboard
60
  🧠 **Submit predictions via SDK**: `pip install agentds-bench` (see main AgentDS README for usage)