acl-org / reviewer-paper-matching

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

Vectorize aggregate reviewer score matching #7

Open neubig opened 4 years ago

neubig commented 4 years ago

Currently aggregate score calculation is done on a paper-by-paper basis, but it'd be faster to do it all in a single matrix manipulation. It'd be even better to do it all on GPU