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

Annotation Issue (NewsEye) #16

Open
EmanuelaBoros opened this issue Nov 29, 2023 · 0 comments
Open

Annotation Issue (NewsEye) #16

EmanuelaBoros opened this issue Nov 29, 2023 · 0 comments

Comments

@EmanuelaBoros
Copy link

EmanuelaBoros commented Nov 29, 2023

Encountered issue while NEL data processing in file HIPE-2022-v2.1-newseye-dev-de.tsv:

lines 32928-32931

Haa¬	B-PER	_	O	_	_	B-ORG	Q1405350	_	NoSpaceAfter|EndOfLine
senstein	I-PER	_	O	_	_	I-ORG	Q56322697	_	_
&	O	_	O	_	_	I-ORG	Q56322697	_	_
Vogler	O	_	O	_	_	I-ORG	Q56322697	_	_

The Qid covers the correct entity of type ORG. "Haasenstein & Vogler" is considered to be nested entity, that has a person type included. From the definition of nested entities, the smaller entity should be the one nested, thus:

Haa¬	B-ORG	_	O	_	_	B-PER	Q1405350	_	NoSpaceAfter|EndOfLine
senstein	I-ORG	_	O	_	_	I-PER	Q56322697	_	_
&	I-ORG	_	O	_	_	O	Q56322697	_	_
Vogler	I-ORG	_	O	_	_	O	Q56322697	_	_

Later on, in the same file (lines 33541-33543), the correct annotation is used:

Haasenstein	B-ORG	_	O	_	_	B-PER	Q56322697	_	_
&	I-ORG	_	O	_	_	O	Q56322697	_	_
Vogler	I-ORG	_	O	_	_	O	Q56322697	_	_
@EmanuelaBoros EmanuelaBoros changed the title Annotation Issue (NewsEye) bug Annotation Issue (NewsEye) Nov 29, 2023
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

1 participant