Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -54,6 +54,7 @@ We organize the reviews corresponding to 19,926 papers into a dictionary keyed b
|
|
54 |
#### Review Data Format
|
55 |
|
56 |
The format of the review data is below.
|
|
|
57 |
- `paper_id` refers to the unique identifier of the paper on OpenReview
|
58 |
- `initial_score` is the score before the rebuttal
|
59 |
- `final_score` is the final score after the rebuttal
|
@@ -162,6 +163,7 @@ As for the rebuttal, we model the rebuttal and discussion data as a multi-turn c
|
|
162 |
#### Rebuttal Data Format
|
163 |
|
164 |
The format of the review data is below.
|
|
|
165 |
- `paper_id` refers to the unique identifier of the paper on OpenReview
|
166 |
- `messages` is formatted as a multi-turn conversation
|
167 |
- `final_score` is the final score after the rebuttal
|
|
|
54 |
#### Review Data Format
|
55 |
|
56 |
The format of the review data is below.
|
57 |
+
|
58 |
- `paper_id` refers to the unique identifier of the paper on OpenReview
|
59 |
- `initial_score` is the score before the rebuttal
|
60 |
- `final_score` is the final score after the rebuttal
|
|
|
163 |
#### Rebuttal Data Format
|
164 |
|
165 |
The format of the review data is below.
|
166 |
+
|
167 |
- `paper_id` refers to the unique identifier of the paper on OpenReview
|
168 |
- `messages` is formatted as a multi-turn conversation
|
169 |
- `final_score` is the final score after the rebuttal
|