Datasets:
Commit ·
ae04cdd
0
Parent(s):
Duplicate from zhengyang6666/AISE-Bench
Browse filesCo-authored-by: 王正阳 <zhengyang6666@users.noreply.huggingface.co>
- .gitattributes +70 -0
- README.md +160 -0
- assets/bench.png +3 -0
- double-review-remain.json +3 -0
- single-review.json +3 -0
- test.json +3 -0
- v1/README.md +3 -0
- v1/double-review-remain.json +3 -0
- v1/single-review.json +3 -0
- v1/test.json +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
test.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
train.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
single-review.json filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
gold_answer500.json filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
question673-train.json filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
v2/single-review-v2.json filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
v2/test-v2.json filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
v2/double-review-v2.json filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
double-review-remain.json filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
v1/double-review-remain.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: AISE-Bench
|
| 4 |
+
task_categories:
|
| 5 |
+
- question-answering
|
| 6 |
+
language:
|
| 7 |
+
- zh
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- academic-search
|
| 11 |
+
- knowledge-graph
|
| 12 |
+
- tool-use
|
| 13 |
+
- llm-agent
|
| 14 |
+
- benchmark
|
| 15 |
+
- question-answering
|
| 16 |
+
- information-seeking
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
default: true
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path: test.json
|
| 23 |
+
size_categories:
|
| 24 |
+
- n<1K
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
<div align="center">
|
| 28 |
+
|
| 29 |
+
# AISE-Bench: A Full-Cycle Curated Benchmark for Information Seeking on Academic Knowledge Graphs
|
| 30 |
+
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
<p align="center">
|
| 34 |
+
🌐 <a href="https://aise-bench.github.io/" target="_blank">Project Page</a> •
|
| 35 |
+
💻 <a href="https://github.com/zai-org/AISE-Bench" target="_blank">GitHub</a> •
|
| 36 |
+
📖 <a href="https://arxiv.org/abs/2607.20498" target="_blank">KDD 2026 Paper</a>
|
| 37 |
+
</p>
|
| 38 |
+
|
| 39 |
+
<div align="center">
|
| 40 |
+
<img src="assets/bench.png" width="100%" />
|
| 41 |
+
</div>
|
| 42 |
+
|
| 43 |
+
AISE-Bench is a real-world benchmark for information seeking on academic knowledge graphs. It is built from authentic AMiner user search queries and provides human-verified academic question-answering data with executable multi-step API trajectories, standardized tool inputs, API execution outputs, and source-grounded final answers.
|
| 44 |
+
|
| 45 |
+
The benchmark is designed for evaluating LLM-based tool agents throughout the full information-seeking cycle: understanding user intent, planning API calls, filling parameters, executing multi-step academic KG queries, and producing final answers grounded in canonical references.
|
| 46 |
+
|
| 47 |
+
## Dataset Files
|
| 48 |
+
|
| 49 |
+
The current version places the latest data files at the dataset root. The previous version is archived under `v1/`.
|
| 50 |
+
|
| 51 |
+
```text
|
| 52 |
+
AISE-Bench/
|
| 53 |
+
|-- README.md
|
| 54 |
+
|-- double-review-remain.json
|
| 55 |
+
|-- single-review.json
|
| 56 |
+
|-- test.json
|
| 57 |
+
`-- v1/
|
| 58 |
+
|-- README.md
|
| 59 |
+
|-- double-review-remain.json
|
| 60 |
+
|-- single-review.json
|
| 61 |
+
`-- test.json
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
### Current Version
|
| 65 |
+
|
| 66 |
+
| File | Examples | Description |
|
| 67 |
+
| --- | ---: | --- |
|
| 68 |
+
| `single-review.json` | 673 | Examples annotated under the single-review setting. |
|
| 69 |
+
| `test.json` | 500 | Benchmark test set from the double-review collection. |
|
| 70 |
+
| `double-review-remain.json` | 195 | Remaining double-review examples that are not included in `test.json`. |
|
| 71 |
+
|
| 72 |
+
The double-review collection is distributed as two non-overlapping files: `test.json` and `double-review-remain.json`. The combined `double-review.json` is intentionally omitted to avoid duplicating the same examples.
|
| 73 |
+
|
| 74 |
+
The default Hugging Face dataset configuration exposes only the root-level `test.json` as the `test` split. Consequently, the Dataset Viewer displays exactly 500 rows; the other files remain available for direct download.
|
| 75 |
+
|
| 76 |
+
### Previous Version
|
| 77 |
+
|
| 78 |
+
The `v1/` directory contains the earlier release and is excluded from the default Dataset Viewer configuration.
|
| 79 |
+
|
| 80 |
+
| File | Examples | Description |
|
| 81 |
+
| --- | ---: | --- |
|
| 82 |
+
| `v1/single-review.json` | 1,096 | Earlier single-review data. |
|
| 83 |
+
| `v1/test.json` | 177 | Earlier test data. |
|
| 84 |
+
| `v1/double-review-remain.json` | 77 | Earlier double-review examples whose normalized question text does not occur in `v1/test.json`. |
|
| 85 |
+
|
| 86 |
+
The combined `v1/double-review.json` is also intentionally omitted. The archived test and remaining double-review files are kept separately.
|
| 87 |
+
|
| 88 |
+
## Data Format
|
| 89 |
+
|
| 90 |
+
Each JSON file contains a list of examples. Every example follows the same high-level schema.
|
| 91 |
+
|
| 92 |
+
The `index` field is a one-based sequential position within each individual JSON file. Numbering
|
| 93 |
+
restarts from `1` in every file and does not replace the stable question identifier in `qid`.
|
| 94 |
+
|
| 95 |
+
Field descriptions:
|
| 96 |
+
|
| 97 |
+
- `index`: One-based sequential position of the example within the current file.
|
| 98 |
+
- `qid`: Unique question identifier.
|
| 99 |
+
- `question`: Original academic information-seeking query.
|
| 100 |
+
- `planning_text`: Gold multi-step API plan, including tool names, dependency relations, execution order, and parameters.
|
| 101 |
+
- `api_input`: Standardized API input parameters used for execution.
|
| 102 |
+
- `api_output`: Returned results from the academic knowledge graph APIs.
|
| 103 |
+
- `result_edit`: Human-edited final answer grounded with reference links.
|
| 104 |
+
|
| 105 |
+
## Practical Uses
|
| 106 |
+
|
| 107 |
+
AISE-Bench can be used to evaluate and analyze academic-search agents and tool-using LLM systems.
|
| 108 |
+
|
| 109 |
+
- Tool-use planning: evaluate whether an agent can decompose an academic query into executable API calls.
|
| 110 |
+
- Parameter filling: test whether the agent can identify entities, constraints, keywords, institutions, authors, venues, and other required search parameters.
|
| 111 |
+
- Multi-step execution: evaluate dependency-aware reasoning across chained academic KG calls.
|
| 112 |
+
- Answer synthesis: test whether the model can generate final answers grounded in API outputs and reference links.
|
| 113 |
+
- Agent framework comparison: compare different LLM agent workflows on the same academic information-seeking tasks.
|
| 114 |
+
|
| 115 |
+
## Loading the Dataset
|
| 116 |
+
|
| 117 |
+
Load the default 500-example test split with `datasets`:
|
| 118 |
+
|
| 119 |
+
```bash
|
| 120 |
+
pip install -U datasets
|
| 121 |
+
```
|
| 122 |
+
|
| 123 |
+
```python
|
| 124 |
+
from datasets import load_dataset
|
| 125 |
+
|
| 126 |
+
test_data = load_dataset("zhengyang6666/AISE-Bench", split="test")
|
| 127 |
+
print(len(test_data)) # 500
|
| 128 |
+
```
|
| 129 |
+
|
| 130 |
+
To download all current and archived JSON files, use `huggingface_hub`:
|
| 131 |
+
|
| 132 |
+
```bash
|
| 133 |
+
pip install -U huggingface_hub
|
| 134 |
+
hf download zhengyang6666/AISE-Bench --repo-type dataset --local-dir ./AISE-Bench
|
| 135 |
+
```
|
| 136 |
+
|
| 137 |
+
Individual JSON files can then be loaded directly:
|
| 138 |
+
|
| 139 |
+
```python
|
| 140 |
+
import json
|
| 141 |
+
|
| 142 |
+
with open("AISE-Bench/test.json", "r", encoding="utf-8") as f:
|
| 143 |
+
data = json.load(f)
|
| 144 |
+
|
| 145 |
+
print(len(data))
|
| 146 |
+
print(data[0].keys())
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
+
## Citation
|
| 150 |
+
|
| 151 |
+
If you use AISE-Bench in your research, please cite the paper:
|
| 152 |
+
|
| 153 |
+
```bibtex
|
| 154 |
+
@article{aisebench2026,
|
| 155 |
+
author={Zhang, Fanjin and Wang, Zhengyang and Huang, Ruixuan and Zhang, Kefan and Xin, Amy and Wang, Yuanchun and Zhao, Shu and Kharlamov, Evgeny and Tang, Jie and Li, Juanzi},
|
| 156 |
+
title={AISE-Bench: A Full-Cycle Curated Benchmark for Information Seeking on Academic Knowledge Graphs},
|
| 157 |
+
journal={arXiv preprint arXiv:2607.20498},
|
| 158 |
+
year={2026}
|
| 159 |
+
}
|
| 160 |
+
```
|
assets/bench.png
ADDED
|
Git LFS Details
|
double-review-remain.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dc9268d05104d20c54f0ce332864abd591c4479ac35ce992969731d77b82f73
|
| 3 |
+
size 10395551
|
single-review.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ef25be5b45c02e97191cc048c090042186004a0c3bc63bda32aa731a7576ab1
|
| 3 |
+
size 83816543
|
test.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f901216f209a6faba30e26508527191867796378ef11267a6968f6c48945cf8
|
| 3 |
+
size 46599316
|
v1/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
v1/double-review-remain.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b06fa407ab9af03be258fdef91abe3fcf74bb6ed7267e0b6d84239ba01f1654d
|
| 3 |
+
size 6454598
|
v1/single-review.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a6b8c1e69d17d0854f69d06501b9fb0596546f45c49a925ce5bffc8eda82905
|
| 3 |
+
size 125121992
|
v1/test.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:249eeb98de4425880df62957c71d44e36b2c50e34703321acead37bd23815211
|
| 3 |
+
size 10669190
|