Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -54,11 +54,11 @@ 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 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
|
| 63 |
|
| 64 |
```json
|
|
@@ -162,13 +162,13 @@ 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 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
|
| 173 |
```json
|
| 174 |
[
|
|
|
|
| 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
|
| 60 |
+
- Fields ending with `_unified` represent the scores after unification
|
| 61 |
+
- `review_initial_ratings_unified` and `review_final_ratings_unified` are the lists of all review scores before and after the rebuttal, respectively
|
| 62 |
|
| 63 |
|
| 64 |
```json
|
|
|
|
| 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
|
| 168 |
+
- When the `role` is set to system, it defines the overall context for the entire rebuttal multi-turn dialogue
|
| 169 |
+
- The first message with the `role` of user serves to trigger the review process, providing the model with the paper information and confirming its identity as a reviewer
|
| 170 |
+
- Subsequent messages with the `role` of user serve as the author's responses
|
| 171 |
+
- Messages with the `role` of assistant serve as the reviewer's comments or replies during the discussion
|
| 172 |
|
| 173 |
```json
|
| 174 |
[
|