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

[QA] C2KB sub experiment takes all Meaning instances into account, including properties #455

Open
1 task
MichaelRoeder opened this issue Aug 16, 2024 · 0 comments

Comments

@MichaelRoeder
Copy link
Member

Problem

The GERBIL QA paper describes the C2KB task to take all resources into account. The running example clarifies, that it only takes entities into account. However, in the code, properties are taken into account as well.

The problem stems from the class hierarchy. C2KB looks for instances of Meaning. However, a question has Annotation instances for entities and Property instances for properties. The latter are a subclass of the Annotation.

Solution

  • The filtering process for C2KB as sub task of QA has to remove all instances of Property from the list of markings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant