openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
134 stars 18 forks source link

ARR: Change review form certification question to be a checkbox #2199

Closed jkkummerfeld closed 2 weeks ago

jkkummerfeld commented 3 weeks ago

At the moment, the ARR review form has a question where reviewers have to certify they have written the review themselves. This should be changed to be a checkbox, rather than requiring them to write anything.

I believe it just involves edits here:

https://github.com/openreview/openreview-py/blob/e4d06e94984866d47051dc90cdba410cca6d2aab/openreview/stages/arr_content.py#L1501

melisabok commented 3 weeks ago

I strongly agree about this, we will make the change ASAP.

Do you have a description for this checkbox? something like:

I certify that the review I entered accurately reflects my assessment of the work. If you used any type of automated tool to help you craft your review, I hereby certify that its use was restricted to improving grammar and style, and the substance of the review is either my own work or the work of an acknowledged secondary reviewer.

jkkummerfeld commented 3 weeks ago

That looks good, thanks!