openreview / openreview-py

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

Different domains from the same institution should be considered during conflict detection #1059

Closed carlosmondra closed 2 years ago

carlosmondra commented 2 years ago

We should probably have a list of domains that belong to the same institutions so that they are considered in the conficts.

This is from an email from Andrew: google.com and deepmind.com should be considered a conflict

A researcher at DeepMind mentioned this to me, saying that this is a new problem, because deepmind.com just started to come into separate use in August 2021.

The researcher is a reviewer (or AC?) for ICLR, and said the lack of conflict detection is already causing problems.

melisabok commented 2 years ago

There is another case "ox.ac.uk" should be the same as "oxford.ac.uk".

melisabok commented 2 years ago

"fb.com" and "facebook.com" should be also the same.

melisabok commented 2 years ago

assigning this to @purujitgoyal , maybe you can find a list of institutions and their synonyms. Or we can build it from scratch.