acl-org / reviewer-paper-matching

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

Tuning accuracy of matching algorithm #15

Closed neubig closed 4 years ago

neubig commented 4 years ago

The matching algorithm has been tuned somewhat, but it's not been tuned very much. It would be nice if we could further test/improve its accuracy. Some ideas include:

  1. Adjusting the hyper-parameters of the matching model.
  2. Implementing other matching algorithms, such as TF-IDF-based cosine similarity.
neubig commented 4 years ago

Fixed by https://github.com/acl-org/reviewer-paper-matching/pull/16