metadata
license: mit
ICML 2025 Submissions Dataset
This dataset contains information about ICML 2025 paper submissions including:
- Paper titles
- Decision outcomes (Accept/Reject)
- Peer reviews
- Author rebuttals
Files
ICML_2025_submissions_huggingface.json: Main dataset file containing all submission data
Usage
import json
# Load the dataset
with open('ICML_2025_submissions_huggingface.json', 'r') as f:
data = json.load(f)
# Example: Print first paper title
print(data[0]['title'])
Data Structure
Each entry contains:
title: Paper titlepaper_decision: Decision outcomereview_1,review_2, etc.: Peer reviewsrebuttals_1,rebuttals_2, etc.: Author rebuttals
License
This dataset is released under the MIT License. Please ensure you have appropriate permissions to use this data and comply with ICML's terms of service.