openreview / openreview-py

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

ARR commitment: fix paper_link validation #2136

Closed melisabok closed 1 month ago

melisabok commented 2 months ago

Use a regex that check the link follow the format "https://openreview.net/forum?id=[note_id]"

No pdf link should be allowed and not extra parameters and no comma separated values.

https://github.com/openreview/openreview-py/blob/master/openreview/venue/process/submission_commitments_preprocess.py

Add a descriptive error message.