openreview / openreview-py

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

Suboptimal sorting when sorting by status #2415

Open manuelhaussmann opened 2 weeks ago

manuelhaussmann commented 2 weeks ago

Hi,

I've observed this in the TMLR action editor console, but it probably generalizes to other setups as well. Sorting papers by status gives me the order:

Withdrawn -> Under Review -> (Desk) Rejected -> Accepted

A more natural order in my opinion would be to put Under Review on top, i.e.,

Under Review -> Withdrawn -> (Desk) Rejected -> Accepted

to have all papers that are currently in the review process. Otherwise they will be hidden among the three "finished" categories.