Gilles Jacobs

Results 5 comments of Gilles Jacobs

I personally encountered this issue and here are my notes on possible solutions (and which one I ended up picking in my situation): > Problem: Discontiguous token spans: Sometimes a...

These are the steps on Ubuntu 20.04: 1. Install opencl dependencies: `apt-get install ocl-icd-opencl1 ocl-icd-opencl-dev opencl-headers` 2. Compile binary using Makefile: `cd ./profanity && make` 3. Make 'profanity.x64' executable: `chmod...

Thanks for the fast response @ipavlopoulos, invalid annotations not affecting test scores is good to hear! When you have more validation on this, perhaps this could be communicated via the...

The main risk competition-wise is that some teams will not correct errors assuming hand-made gold standard don't have annotation artifacts. This could lead to performance difference not attributable to their...

In short: Not distributing a fix is a duplication of effort for all participants, however easy it is to fix ourselves.