Update README.md
Browse files
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)
|