How to enable Reviewer Reassignment for Area Chairs
Last updated
Was this helpful?
If you would like for Area Chairs to be able to modify reviewer assignments, you can enable this by adding a variable in the Group Content for your venue:
Go to the main conference group, https://openreview.net/group/edit?id=<insert_your_venue_id>
Scroll down to "Group Content" and click 'show content'
In the editor, add the variable:
"enable_reviewers_reassignment": {
"value": true
}Update Content to save the changes
If you would like for Area Chairs to be able to modify reviewer assignments before they are deployed, you can enable this by adding a variable in the Group Content for your venue:
Go to the main conference group, https://openreview.net/group/edit?id=<insert_your_venue_id>
Scroll down to "Group Content" and click 'show content'
In the editor, add the variable:
"reviewers_proposed_assignment_title": {
"value": "matcher1"
}Replace "matcher1" with the title of the matching configuration.

Last updated
Was this helpful?
Was this helpful?