Skip to content

Annotation errors for extraordinary names #178

Open
@Tooa

Description

@Tooa

Hi 👋 ,

please take a look at the examples provided below. The examples were processed with corenlp.run.

The POS-tagger and the Coref-annotator (mention detection) often fail for extraordinary names. Especially, the POS-tagger often fails in recognizing names as nouns - even if the sentence starts with a name.

I wonder, if this is related to the universal postags. It's maybe harder to assign the correct label for a smaller tag set. I haven't seen such pos-tagging errors with more fine grained tag sets in the past.

Sue was nervous about taking the driver's test. She likes apples.

Sue is classified as VB and not recognized as mention. Therefore Sue and She are not mapped to the same coreference chain.

Lira was so excited to meet her favorite rapper. She had backstage passes for after the concert.

Lira is correctly classified as NN, but not identified as mention.

Coy needed new sneakers. She went to the store and examined their selection.

Coy is classified as JJ and therefore also not identified as mention.

Sunny went with her family to a village. She likes apples.

Sunny is classified as JJ again and not identified as mention.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions