lainmn commited on
Commit
5b497e9
ยท
verified ยท
1 Parent(s): 0138e72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -35,6 +35,29 @@ Refer to the included `description.md` for:
35
 
36
  ---
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ๐Ÿ“– **More info & challenge details**: https://agentds.org/domains
39
  ๐Ÿ” **Get your API key**: https://agentds.org/dashboard
40
  ๐Ÿง  **Submit predictions via SDK**: `pip install agentds-bench` (see main AgentDS README for usage)
 
35
 
36
  ---
37
 
38
+
39
+
40
+ ## ๐Ÿ“‘ Citation
41
+
42
+ Please cite AgentDS if you use it in research:
43
+
44
+ ```bibtex
45
+ @misc{luo2026agentds,
46
+ 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},
47
+ title = {AgentDS Technical Report: Benchmarking the Future of Human-AI Collaboration in Domain-Specific Data Science},
48
+ year = {2026},
49
+ eprint = {2603.19005},
50
+ archivePrefix= {arXiv},
51
+ primaryClass = {cs.LG},
52
+ note = {arXiv:2603.19005},
53
+ url = {https://arxiv.org/abs/2603.19005}
54
+ }
55
+ ```
56
+
57
+ See arxiv.org/abs/2512.20959 for an example of how we create data for a challenge like this.
58
+
59
+ ---
60
+
61
  ๐Ÿ“– **More info & challenge details**: https://agentds.org/domains
62
  ๐Ÿ” **Get your API key**: https://agentds.org/dashboard
63
  ๐Ÿง  **Submit predictions via SDK**: `pip install agentds-bench` (see main AgentDS README for usage)