Skip to content
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

Unclear Error Message #8

Open
rktilia opened this issue Oct 23, 2017 · 2 comments
Open

Unclear Error Message #8

rktilia opened this issue Oct 23, 2017 · 2 comments
Assignees

Comments

@rktilia
Copy link

rktilia commented Oct 23, 2017

When I run evaluate_2016.sh, the script crashes and I am getting the following error message:

java.lang.RuntimeException: The set of linked responses should exactly equal the set of non-generic argument responses. However,
The following are in the linking only:
 NYT_ENG_20130630.0084-Contact.Contact-Entity([1549:1551]=He[1549-1551]; Generic; [1657-1671]; [])
NYT_ENG_20130630.0084-Contact.Contact-Entity([1565:1571]=people[1565-1571]; Generic; [1657-1671]; [])
NYT_ENG_20130630.0084-Contact.Contact-Entity([1651:1656]=their[1651-1656]; Generic; [1657-1671]; [])
NYT_ENG_20130630.0084-Contact.Broadcast-Audience([2699:2701]=It[2699-2701]; Generic; [2714-2721]; [])
NYT_ENG_20130630.0084-Contact.Broadcast-Audience([2714:2721]=release[2714-2721]; Generic; [2714-2721]; [])
	at com.bbn.kbp.events2014.bin.ValidateSystemOutput.checkLinkingValidity(ValidateSystemOutput.java:339)
	at com.bbn.kbp.events2014.bin.ValidateSystemOutput.validate(ValidateSystemOutput.java:227)
	at com.bbn.kbp.events2014.bin.ValidateSystemOutput.validateOnly(ValidateSystemOutput.java:121)
	at com.bbn.kbp.events2014.bin.ValidateSystemOutput2016.trueMain(ValidateSystemOutput2016.java:97)
	at com.bbn.kbp.events2014.bin.ValidateSystemOutput2016.main(ValidateSystemOutput2016.java:37)

I cannot seem to figure out what exactly it means and what is going wrong. I would be good to get some advice on this.

Thanks a lot!

@jayded jayded self-assigned this Oct 23, 2017
@jayded
Copy link
Contributor

jayded commented Oct 23, 2017

The error means what it says - you can't link generic responses together, so having them in your linking store is an error. See the 2016 guidelines at https://tac.nist.gov//2016/KBP/Event/Argument/guidelines.html

@rktilia
Copy link
Author

rktilia commented Oct 24, 2017

Ok thanks! I managed to solve this issue. In my opinion it is really missleading that it says The following are in the linking only. This seems to imply that they are expected to also appear somewhere else which is not the case. It might make sense to change that error message to something like "The following should not occur in the linking" to make it a bit more understandable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants