Update README.md with citation and arXiv link
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ tags:
|
|
| 84 |
# AgentSLR: Priority Pathogens Dataset
|
| 85 |
|
| 86 |
<p align="left">
|
| 87 |
-
<a href="https://arxiv.org" style="display:inline-flex;vertical-align:top;align-items:center;gap:6px;height:38px;box-sizing:border-box;padding:0 12px;margin:0 8px 8px 0;border:1px solid #d4d4d8;border-radius:6px;text-decoration:none;color:inherit;background:#ffffff;">
|
| 88 |
<span style="display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;line-height:1;flex:0 0 16px;">
|
| 89 |
<img src="assets/arxiv.svg" alt="Paper" width="15" style="display:block;">
|
| 90 |
</span>
|
|
@@ -202,10 +202,14 @@ This release provides metadata and structured outputs only. Downstream redistrib
|
|
| 202 |
If you use the paper, dataset or codebase, please cite our paper:
|
| 203 |
|
| 204 |
```bibtex
|
| 205 |
-
@
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
}
|
| 210 |
```
|
| 211 |
|
|
|
|
| 84 |
# AgentSLR: Priority Pathogens Dataset
|
| 85 |
|
| 86 |
<p align="left">
|
| 87 |
+
<a href="https://arxiv.org/abs/2603.22327" style="display:inline-flex;vertical-align:top;align-items:center;gap:6px;height:38px;box-sizing:border-box;padding:0 12px;margin:0 8px 8px 0;border:1px solid #d4d4d8;border-radius:6px;text-decoration:none;color:inherit;background:#ffffff;">
|
| 88 |
<span style="display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;line-height:1;flex:0 0 16px;">
|
| 89 |
<img src="assets/arxiv.svg" alt="Paper" width="15" style="display:block;">
|
| 90 |
</span>
|
|
|
|
| 202 |
If you use the paper, dataset or codebase, please cite our paper:
|
| 203 |
|
| 204 |
```bibtex
|
| 205 |
+
@misc{padarha2026agentslr,
|
| 206 |
+
title={AgentSLR: Automating Systematic Literature Reviews in Epidemiology with Agentic AI},
|
| 207 |
+
author={Shreyansh Padarha and Ryan Othniel Kearns and Tristan Naidoo and Lingyi Yang and Łukasz Borchmann and Piotr BŁaszczyk and Christian Morgenstern and Ruth McCabe and Sangeeta Bhatia and Philip H. Torr and Jakob Foerster and Scott A. Hale and Thomas Rawson and Anne Cori and Elizaveta Semenova and Adam Mahdi},
|
| 208 |
+
year={2026},
|
| 209 |
+
eprint={2603.22327},
|
| 210 |
+
archivePrefix={arXiv},
|
| 211 |
+
primaryClass={cs.IR},
|
| 212 |
+
url={https://arxiv.org/abs/2603.22327},
|
| 213 |
}
|
| 214 |
```
|
| 215 |
|