acl-org / reviewer-paper-matching

Reviewer-paper matching for ACL
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

NAACL 2021 trying to run COI/reviewer assignments #23

Open arumshisky opened 3 years ago

arumshisky commented 3 years ago

Trying to run this code for NAACL 2021, got some questions:

trevorcohn commented 3 years ago

The "Track" field was used to record the track assignment of the paper. Subject Area was the author's choice of track, while Track was our choice, after looking at COIs, and having a back-and-forth with SACs about topical fit. I don't recall if we used the Secondary Subject Area, definitely not automatically, but I suspect we would have when manually moving papers.

The Moving-To-COI-Track hack was to allow each COI paper to be assigned a AC in its home track, then reviewers in its home track. The AC would double check the reviewer assignment. Then we move it to COI track, and it gets a new AC, but carries the reviewers with it. This seemed to work fairly smoothly, but did require this hack.

The file looks like this:

Submission ID,Move To,COI with Heng Ji,R1,R2,R3 12345,Multidisciplinary and AC COI,#N/A,Name (username),Name (username),Name (username) where Heng Ji was the sole SAC for the COI track, and this entry would have a number when there was a COI. I think this is not relevant for assignment.

You will need to be granted access to https://github.com/acl-org/reviewer-coi-detection, as this is where the COI detection is done.

I think the author field was a historical thing, and there is some redundancy carrying over from Graham et al's original code.

And yes, requirements is probably missing a few things, sorry!