openreview-expertise
openreview-expertise copied to clipboard
Expertise modeling for the OpenReview matching system
Adds support to retrieve assignments from Edges and Notes as well as the Expertise in the Profile.
Currently we get bids from users that make bids. However, sometimes these users get removed from the Reviewers/Area Chairs group for various reasons. We should not get their bids in...
`-mtime` might not be behaving properly and is causing some failure with the Cronjob.
This PR moves more shared functions into the Predictor class, avoids moving the embeddings from GPU to CPU each batch (speeds up each iteration), uses PyTorch's `.save()` and `.load()` to...
Resolves - #166 - #156 This PR contains the following changes: - Switches the `/delete` endpoint to POST - Adds a new status `Revoked` to the JobConfig - Fixes a...
This PR adds a Dockerfile to build an image that containerizes the repository and makes the necessary changes needed to the API to deploy at scale
I think the disk shouldn't occupy more than 50%. Let's add an alert when it is reaching the 80% so we can prevent the error "no space left on device"
We are having several errors because the instance is running out of space. Currently there are more than 5k job folders occupying a lot of gigabytes. I suggest to remove...
Start using releases to deploy new changes. Deploy openreview-py using pip instead pulling the code from master.
Expertise API: don't let create a new job is there one already running with the same configuration
I think we should protect our API and don't let PCs to compute the scores for the same group more than once at the same time. Sometimes they compute the...