Skip to content

openreview forms



{
"title": {
"value": {
"param": {
"type": "string",
"regex": ".{0,500}"
}
},
"order": 1,
"description": "Brief summary of your review."
},
"review": {
"value": {
"param": {
"type": "string",
"minLength": 1,
"maxLength": 20000,
"input": "textarea",
"markdown": true
}
},
"order": 2,
"description": "Please provide an evaluation of the quality, clarity, originality and significance of this work. List at least 3 strengths and 3 weaknesses (max 200000 characters). Add formatting using Markdown and formulas using LaTeX. For more information see https://openreview.net/faq"
},
"rating": {
"value": {
"param": {
"type": "integer",
"enum": [
{ "value": 2, "description": "2: Good paper, accept" },
{ "value": 1, "description": "1: Marginally above acceptance threshold" },
{ "value": -1, "description": "-1: Marginally below acceptance threshold" },
{ "value": -2, "description": "-2: Ok but not good enough - rejection" }
],
"input": "select"
}
},
"order": 3
},
"confidence": {
"value": {
"param": {
"type": "integer",
"enum": [
{ "value": 5, "description": "5: The reviewer is absolutely certain that the evaluation is correct and very familiar with the relevant literature" },
{ "value": 4, "description": "4: The reviewer is confident but not absolutely certain that the evaluation is correct" },
{ "value": 3, "description": "3: The reviewer is fairly confident that the evaluation is correct" },
{ "value": 2, "description": "2: The reviewer is willing to defend the evaluation, but it is quite likely that the reviewer did not understand central parts of the paper" },
{ "value": 1, "description": "1: The reviewer\'s evaluation is an educated guess" }
],
"input": "radio"
}
},
"order": 4
}
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.