Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Collective Entity Disambiguation with Structured Gradient Tree Boosting

About

We present a gradient-tree-boosting-based structured learning model for jointly disambiguating named entities in a document. Gradient tree boosting is a widely used machine learning algorithm that underlies many top-performing natural language processing systems. Surprisingly, most works limit the use of gradient tree boosting as a tool for regular classification or regression problems, despite the structured nature of language. To the best of our knowledge, our work is the first one that employs the structured gradient tree boosting (SGTB) algorithm for collective entity disambiguation. By defining global features over previous disambiguation decisions and jointly modeling them with local features, our system is able to produce globally optimized entity assignments for mentions in a document. Exact inference is prohibitively expensive for our globally normalized model. To solve this problem, we propose Bidirectional Beam Search with Gold path (BiBSG), an approximate inference algorithm that is a variant of the standard beam search algorithm. BiBSG makes use of global information from both past and future to perform better local search. Experiments on standard benchmark datasets show that SGTB significantly improves upon published results. Specifically, SGTB outperforms the previous state-of-the-art neural system by near 1\% absolute accuracy on the popular AIDA-CoNLL dataset.

Yi Yang, Ozan Irsoy, Kazi Shefaet Rahman• 2018

Related benchmarks

TaskDatasetResultRank
Entity DisambiguationAIDA CoNLL (test)
In-KB Accuracy95.9
36
Entity LinkingCWEB (test)
Micro F181.8
26
Named Entity DisambiguationAIDA (test)
Micro InKB F195.9
25
Entity DisambiguationWiki (test)
Micro F179.2
24
Entity DisambiguationAQUAINT (AQ) (test)
Micro F189.9
20
Entity DisambiguationACE 2004 (test)
Micro F190.1
20
Named Entity DisambiguationMSNBC out-of-domain (test)
Micro F1 (InKB)92.6
18
Entity DisambiguationStandard Entity Disambiguation Datasets (AIDA, MSNBC, AQUAINT, ACE2004, CWEB, WIKI) InKB (test)
AIDA Score93
15
Named Entity DisambiguationCWEB out-of-domain (test)
Micro F1 (InKB)81.8
13
Named Entity DisambiguationAQUAINT out-of-domain (test)
Micro F1 (InKB)89.9
13
Showing 10 of 14 rows

Other info

Follow for update