Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,4 @@ peersum_validation = load_dataset("oaimli/PeerSum", split="validation")
|
|
19 |
peersum_test = load_dataset("oaimli/PeerSum", split="test")
|
20 |
```
|
21 |
|
22 |
-
You can also download the raw data
|
|
|
19 |
peersum_test = load_dataset("oaimli/PeerSum", split="test")
|
20 |
```
|
21 |
|
22 |
+
You can also download the raw data from [Google Drive](https://drive.google.com/drive/folders/1SGYvxY1vOZF2MpDn3B-apdWHCIfpN2uB?usp=sharing). The raw data comprises more information and it can be used for other analysis for peer reviews.
|