openreview / openreview-expertise

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

Running an expertise request from a venue of API 1 is returning "baseurl_v2" in the job status result #96

Closed melisabok closed 2 years ago

melisabok commented 2 years ago

This is confusing, remove this property from the status response, and I suggested earlier don't return the configuration to the user.

melisabok commented 2 years ago

I suggest the following format:

{
id: "NFRQ3",
status: "Complete",
cdate: 1646621073072,
edate: 1646621214189 //use end date instead of mdate, so we can compute how long the job took to finish.
request: {
{
     name: "ICLR 2021 Reviewers",
    "entityA": {
           type: "Group",
            'memberOf': "MIDL.io/2021/Conference/Area_Chairs" ,
           expertise: {
                exclusion: { invitation: "MIDL.io/2021/Conference/-/Expertise_Selection" }
           }
     },
    "entityB": {
           type: "Group",
            'memberOf': "MIDL.io/2021/Conference/Senior_Area_Chairs" ,
           expertise: {
                exclusion: { invitation: "MIDL.io/2021/Conference/-/Expertise_Selection" }
           }
     },
    "model": {
            "name": "specter+mfr",
            "sparseValue": 300
    }
}

}

}