Top Banner
KBP2014 Entity Linking Scorer Xiaoman Pan, Qi Li and Heng Ji {panx2,liq7,jih}rpi.edu
18

KBP2014 Entity Linking Scorer

Feb 22, 2016

Download

Documents

Lydia

KBP2014 Entity Linking Scorer. Xiaoman Pan, Qi Li and Heng Ji {panx2,liq7,jih}rpi.edu. Overview. We apply two steps to evaluate the KBP2014 Entity Discovery and Linking results. 1. Existing Entity Linking ( Wikification ) F-score 2. NIL Clustering score. Overview. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: KBP2014 Entity Linking Scorer

KBP2014 Entity Linking Scorer

Xiaoman Pan, Qi Li and Heng Ji{panx2,liq7,jih}rpi.edu

Page 2: KBP2014 Entity Linking Scorer

Overview We apply two steps to evaluate the KBP2014

Entity Discovery and Linking results.

1. Existing Entity Linking (Wikification) F-score

2. NIL Clustering score

Page 3: KBP2014 Entity Linking Scorer

Overview We use a tuple

doc-id, start, end, entity-type, kb-id⟨ ⟩to represent each entity mention, where a special type of kb-id is NIL.

Let s be an entity mention in the system output, g be an corresponding gold-standard. An output mention s matches a reference mention g iff:

1. s.doc-id = g.doc-id,2. s.start = g.start, s.end = g.end, 3. s.entity-type = g.entity-type,4. and s.kb-id = g.kb-id.

Page 4: KBP2014 Entity Linking Scorer
Page 5: KBP2014 Entity Linking Scorer

NIL Clustering score

We will apply three metrics to evaluate the NIL clustering score B-Cubed metric CEAF metric Graph Edit Distance (G-Edit)

Page 6: KBP2014 Entity Linking Scorer

B-Cubed

Page 7: KBP2014 Entity Linking Scorer

B-Cubed

Page 8: KBP2014 Entity Linking Scorer
Page 9: KBP2014 Entity Linking Scorer
Page 10: KBP2014 Entity Linking Scorer

CEAF CEAF (Luo 2005)

Idea: a mention or entity should not be credited more than once

Formulated as a bipartite matching problem A special ILP problem efficient algorithm: Kuhn-Munkres

Page 11: KBP2014 Entity Linking Scorer

CEAF (Luo, 2005)

Page 12: KBP2014 Entity Linking Scorer
Page 13: KBP2014 Entity Linking Scorer
Page 14: KBP2014 Entity Linking Scorer

G-Edit First step, evaluate the name mention tagging F-

measure

Second step, evaluate the overlapped mentions by using graph-based edit distnace

Page 15: KBP2014 Entity Linking Scorer
Page 16: KBP2014 Entity Linking Scorer
Page 17: KBP2014 Entity Linking Scorer
Page 18: KBP2014 Entity Linking Scorer