Update dataset card: real arXiv citation (2606.05557)
Browse files
README.md
CHANGED
|
@@ -64,9 +64,8 @@ of named locations. Each scene fixes a time of day, locations, and per-agent
|
|
| 64 |
public/private state so the benchmark tests cross-scene robustness rather than
|
| 65 |
memorisation of one configuration.
|
| 66 |
|
| 67 |
-
> **
|
| 68 |
-
>
|
| 69 |
-
> placeholder and will be de-anonymised on acceptance.
|
| 70 |
|
| 71 |
## Configs
|
| 72 |
|
|
@@ -135,11 +134,13 @@ redistributed here — obtain them from their original sources.
|
|
| 135 |
## Citation
|
| 136 |
|
| 137 |
```bibtex
|
| 138 |
-
@misc{
|
| 139 |
-
title
|
| 140 |
-
author
|
| 141 |
-
year
|
| 142 |
-
|
|
|
|
|
|
|
| 143 |
}
|
| 144 |
```
|
| 145 |
|
|
|
|
| 64 |
public/private state so the benchmark tests cross-scene robustness rather than
|
| 65 |
memorisation of one configuration.
|
| 66 |
|
| 67 |
+
> **Paper:** *AURA: Intent-Directed Probing for Implicit-Need Surfacing in Situated
|
| 68 |
+
> LLM Agents* — Li, Liu, Cai, Xu (2026). arXiv:[2606.05557](https://arxiv.org/abs/2606.05557).
|
|
|
|
| 69 |
|
| 70 |
## Configs
|
| 71 |
|
|
|
|
| 134 |
## Citation
|
| 135 |
|
| 136 |
```bibtex
|
| 137 |
+
@misc{li2026aura,
|
| 138 |
+
title = {AURA: Intent-Directed Probing for Implicit-Need Surfacing in Situated LLM Agents},
|
| 139 |
+
author = {Li, Yang and Liu, Jiaxiang and Cai, Jiang and Xu, Mingkun},
|
| 140 |
+
year = {2026},
|
| 141 |
+
eprint = {2606.05557},
|
| 142 |
+
archivePrefix = {arXiv},
|
| 143 |
+
url = {https://arxiv.org/abs/2606.05557}
|
| 144 |
}
|
| 145 |
```
|
| 146 |
|