openreview-expertise
openreview-expertise copied to clipboard
Expertise modeling for the OpenReview matching system
Exceptions raised in the expertise container don't get propagated to the server. Either we can find a way to read the logs stored per job, or we can write the...
We have some template code to build and push an image to the repository. We need to: 1. Parameterize the action to allow for fields for input 2. Enable compiling...
We currently have a way to save re-initializations of the Service class in the `routes.py` class, but we should move that functionality into `expertise/service/expertise.py`
We previously cached embeddings in an addon module for Redis but ran into some issues with it failing to fetch. Now that we are executing the model serverless, we need...