llmjre-rag-eval / metadata /benchmark_schema.json
tswj's picture
Upload folder using huggingface_hub
a483dfb verified
Raw
History Blame Contribute Delete
485 Bytes
{
"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"
]
}
}