Entity Linking

14
Entity Linking Ethan Zhou

Transcript of Entity Linking

Page 1: Entity Linking

Entity LinkingEthan Zhou

Page 2: Entity Linking

Knowledge Base

Page 3: Entity Linking

Entity Relationship Model

https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model#/media/File:ER_Diagram_MMORPG.png

Chen et al., 1997

Page 4: Entity Linking

NER (Named Entity Recognition)

http://brat.nlplab.org/img/examples/train.txt-doc-109-small.png(Example of NP chunker output)

Page 5: Entity Linking

Entity Linking

http://vyhledavani.sblog.cz/wp-content/uploads/2014/07/entities-expected1.png

http://vyhledavani.sblog.cz/wp-content/uploads/2014/07/entities-possible1.png

Page 6: Entity Linking

Brute Force Tactics

“faster system leverage linking features” (Lin et al.) String/context matching

Rao et al. Exact matches Partial matches Abbreviations Aliases Similarity

Page 7: Entity Linking

http://granitegrok.com/wp-content/uploads/2013/07/Question-Mark.jpg

Page 8: Entity Linking

Brute Force Tactics cont’d.- Improvements Hashing vs. Linear Passes Similarity Calculations

Dice Scoring

Page 9: Entity Linking

When force doesn’t work…

http://www.webdesigndev.com/wp-content/uploads/2015/03/121.jpg

Page 10: Entity Linking

Better Tactics?

Page 11: Entity Linking

Vinculum (Ling et al.)

Page 12: Entity Linking

More Improvements

Candidate Listing Collective Contexts (Lin et al.) WikiGraph Statistics ranking (Rao et al.)

Page 13: Entity Linking

Edge Case(s)

Unlinkable Entities Use Google Books N-grams corpus for differentiation

Page 14: Entity Linking

Works Cited

Peter Pin-Shan Chen. English, Chinese and ER Diagrams, Data and Knowledge Eng. 23 (1997) 5-16.

Thomas Lin, Mausam, Oren Etzioni. Entity Linking at Web Scale. Delip Rao, Paul McNamee, Mark Dredze. Entity Linking: Finding

Extracted Entities in a Knowledge Base. Xiao Ling, Sameer Singh, Daniel S. Weld. Design Challenges for

Entity Linking.