-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are no tags in the system response for the column... #8
Comments
Hello @creat89, Thanks for your report. Yet, I cannot reproduce the error. What do you mean by "stopping"? Do you get an error? The following test seems to work as expected: I replaced the
Then I run the scorer with:
The scorer correctly complains about the missing column in this case:
However, it runs through when you just provide an empty column with all the required fieldnames (e.g. 'NE-FINE-LIT'). Please provide more information if you think something is wrong. |
For instance, I have the following file:
where my system only predicted labels for the column NE-COARSE-LIT but not for NE-COARSE-METO. In other words, for NE-COARSE-METO I just printed O. If I run the script:
The script tells me:
And does not produce any output. However, in this case, it should indicate that for
Thus, that this means that instead of having O in the second column I just need to put it empty? |
Thanks for clarifying. With b8bdbf8, the behavior is changed. As of now, the scorer logs missing tags only without quitting the evaluation. |
Hello,
Currently I'm having an issue doing some internal evaluations when my system only predicts a type of NER. The scorer stops when I do not provide labels for all the types of columns. In my opinion, if the user do not provide labels for a specific column it should return zero in the evaluation of that column rather than stopping it.
The text was updated successfully, but these errors were encountered: