This repository contains the downloading and parsing code for the ICLR 2024 OpenReview data. The data is downloaded from the ICLR 2024 OpenReview website with the OpenReview API.
raw_paperlist.json
: The raw data of the ICLR 2024 paper list.raw_paper_reviews.jsonl
: The raw data of the ICLR 2024 paper reviews.iclr2024_papers.csv
: The parsed ICLR 2024 CSV data containsid
,title
,abstract
,primary_area
,keywords
, andtldr
. Note: You can use ChatGPT code interpreter to analyze this file.iclr2024_reviews_20231110.csv
: The parsed ICLR 2024 reviews CSV data contains ID, Title, Average Score, Standard Deviation, and Individual Scores. The list is sorted by the average score and the standard deviation.
Rating Table[Link]
Gradio Demo: https://huggingface.co/spaces/ranpox/iclr2024-submissions
Interactive Visualization [Link]
You can use the interactive visualization to explore the ICLR 2024 submissions. The visualization is powered by Nomic Atlas.