Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 493 Bytes

File metadata and controls

17 lines (13 loc) · 493 Bytes

PeerRead processing

Merge the files from the papers in the PeerRead dataset into a single file. Note that only entries that have ratings in their reviews will be used.

Usage

  • Download the dataset from Google Drive.
$ uv run paper peerread download data/PeerRead
  • Preprocess the dataset.
$ uv run paper peerread preprocess data/PeerRead output/peerread_merged.json

The paths can be changed via CLI arguments. See peerread --help for more information.