Datasets:
| { | |
| "paper_id": { | |
| "type": "string", | |
| "description": "Unique paper identifier. Canonical identifier derived from the human review dataset." | |
| }, | |
| "paper_title": { | |
| "type": "string", | |
| "description": "Paper title." | |
| }, | |
| "human_review_text": { | |
| "type": "string", | |
| "description": "Concatenated human reviewer comments." | |
| }, | |
| "human_decision_normalized": { | |
| "type": "string", | |
| "allowed_values": [ | |
| "accept", | |
| "reject" | |
| ] | |
| } | |
| } | |