openreview / openreview-expertise

Expertise modeling for the OpenReview matching system
MIT License
34 stars 4 forks source link

Expertise API: filter submission by content fields #159

Closed melisabok closed 1 year ago

melisabok commented 1 year ago

Support new keyword withContent that let reduce the set of submissions to compute affinity scores.

                    "entityB": { 
                        'type': "Note",
                        'withVenueid': "TMLR/Submitted",
                        'withContent': { 'human_subjects_reporting': 'Not applicable' }
                    }

The filter of submissions is being done locally, we don't call to the API to filter them by content because some fields might not be supported.