yolo1213811/research-ideation-arena-dataset
Research Ideation This repository contains the public data payload for the Research Ideation benchmark, presented in the paper Ideation Arena: Evaluating LLM Generated Research Ideas with Battle-style Human Expert Assessment. The code is available at https://github.com/foss12138/Research-Ideation-Arena. Files final_ideation_results_with_response.json Final pairwise ideation evaluation records with released responses. queries.json Query definitions used by the… See the full description on the dataset page: https://huggingface.co/datasets/yolo1213811/research-ideation-arena-dataset.
Research Ideation
This repository contains the public data payload for the Research Ideation benchmark, presented in the paper Ideation Arena: Evaluating LLM Generated Research Ideas with Battle-style Human Expert Assessment. The code is available at https://github.com/foss12138/Research-Ideation-Arena.
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 ideationagent_a_name: display name of response Aagent_b_name: display name of response Bresponse_a: released text for response Aresponse_b: released text for response Bdimension_results: pairwise judgments for benchmark dimensions
Example structure:
{
"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_idquery
Example structure:
{
"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_resultsstores pairwise labels for benchmark dimensions. Labels useA,B,Tie, and in some settings may includeBothBad.
License
This dataset is released under CC BY-NC 4.0.
