WolfgangFahl / ProceedingsTitleParser

Shallow Semantic Parser to extract metadata from scientific proceedings titles
Apache License 2.0
3 stars 1 forks source link

CEUR-WS lookup and crosscheck #7

Open WolfgangFahl opened 4 years ago

WolfgangFahl commented 4 years ago

Lookup in CEUR-WS backend and add indicator for reliability/trust in having found the right lookup result

Acceptance Criterion: Situation: The proceedings title Proceedings of the 8th International Workshop on Bibliometric-enhanced Information Retrieval (BIR 2019) is used Action: Lookup in CEUR-WS and OpenResearch Expected Result {'enum': '8th', 'scope': 'International', 'event': 'Workshop', 'topic': 'Bibliometric-enhanced Information Retrieval', 'acronym': 'BIR 2019', 'publish': 'Proceedings', 'syntax': 'on', 'ordinal': 8}

Leads to lookup of

The "backfeeding" of the title information from OpenResearch: {'ordinal': 18, 'enum': '18th', 'scope': 'International', 'event': 'Conference', 'syntax': 'in', 'publish': 'Research'}

Leads to a doubt that the conferences are identical. While the year and scope is identical the event and ordinal is not.