Open neubig opened 3 years ago
OK, I found the issue! I was currently running assignment for ACs in the same directory in which I ran reviewer assignment. However, the user dictionary from the reviewer assignment was still cached in the mfr
directory, and the model was reading in the reviewer names instead of the AC names. Deleting the mfr
directory fixed the issue.
It might be nice to add a sanity check to the code to make sure that all the reviewers are actually found in the user dictionary and throw a comprehensible error (e.g. suggesting deleting the mfr directory or something else) if not.
Good catch. I always create a different directory per group id. Let's keep the issue open and add the sanity check.
Hello,
I was able to successfully use reviewer assignment with specter+MFR last time I ran it, but now I'm getting the following error where it seems that all data is being filtered out ("Remove 2099 empty items with no label"), causing the software to die due to the empty dataset. Notably this doesn't happen when I use ELMo. Here are the JSON config files for reference:
I'll also try to debug this myself, but I was wondering if you could give any guidance?