yolo1213811/research-ideation-arena-dataset
收藏Hugging Face2026-04-11 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/yolo1213811/research-ideation-arena-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
task_categories:
- text-generation
- text-classification
language:
- en
pretty_name: Research Ideation
size_categories:
- 1M<n<10M
---
# Research Ideation
This repository contains the public data payload for the Research Ideation benchmark.
## Files
- `final_ideation_results_with_response.json`
- Final pairwise ideation evaluation records with released responses.
- `queries.json`
- Query definitions used by the benchmark.
## `final_ideation_results_with_response.json`
Each item contains:
- `query_text`: serialized query context used for ideation
- `agent_a_name`: display name of response A
- `agent_b_name`: display name of response B
- `response_a`: released text for response A
- `response_b`: released text for response B
- `dimension_results`: pairwise judgments for benchmark dimensions
Example structure:
```json
{
"query_text": "...",
"agent_a_name": "...",
"agent_b_name": "...",
"response_a": "...",
"response_b": "...",
"dimension_results": {
"D0": "A",
"D1": "Tie",
"D2": "B",
"D3": "A",
"D4": "Tie"
}
}
```
## `queries.json`
Each item contains:
- `query_id`
- `query`
Example structure:
```json
{
"query_id": "research_ideation_1",
"query": "..."
}
```
## Notes
- This release is a sanitized public version.
- The released final results file does not include internal metadata fields from the original evaluation pipeline.
- `dimension_results` stores pairwise labels for benchmark dimensions. Labels use `A`, `B`, `Tie`, and in some settings may include `BothBad`.
## License
This dataset is released under CC BY 4.0.
提供机构:
yolo1213811



