pranftw / openreview_scraper

Scrape papers from OpenReview using OpenReview API
17 stars 5 forks source link

Add reviewer comments and author response #4

Open pariskang opened 3 months ago

pariskang commented 3 months ago

This repo is really nice. I would like to add reviewer comments, rating score, confidence and author response to analysize it. How can I do for it. Thank you.

simra-shahid commented 2 months ago

It's present in the extracted papers dictionary which is saved in the "example.py" file. If you iterate through this dictionary of papers, there is a "content" key for paper abstracts, authors, etc. There is another key, "details," which contains reviewer comments, ratings, and confidence. I don't think the author's responses are present.