UKPLab/DARA-Agentbench
收藏Hugging Face2024-08-01 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/UKPLab/DARA-Agentbench
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
# Dataset Card for DARA-Agentbench
## Dataset Summary
This dataset contains 577 curated reasoning trajectories for KGQA LLM-based agents **in the Agentbench format**. (https://github.com/UKPLab/acl2024-DARA). It is sourced from GrailQA, WebQSP, and GraphQ.
The fields include:
- raw question: original question
- input: question with the linked entities.
- output: The step-by-step reasoning trajectory to construct the full logical form.
- variable list: The stepwise logical forms
## Uses
```python
from datasets import load_dataset
dataset = load_dataset("UKPLab/dara-agentbench")
```
## Additional Information
- **Repository**: https://github.com/UKPLab/acl2024-DARA
- **Paper**: https://arxiv.org/abs/2406.07080
提供机构:
UKPLab



