| { |
| "paper_id": "Y16-2025", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:47:30.876205Z" |
| }, |
| "title": "A Pipeline Japanese Entity Linking System with Embedding Features", |
| "authors": [ |
| { |
| "first": "Shuangshuang", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": { |
| "addrLine": "6-6 Aramaki Aza Aoba", |
| "postCode": "980-8579", |
| "settlement": "Aobaku, Sendai", |
| "region": "Miyagi", |
| "country": "Japan" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Koji", |
| "middle": [], |
| "last": "Matsuda", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": { |
| "addrLine": "6-6 Aramaki Aza Aoba", |
| "postCode": "980-8579", |
| "settlement": "Aobaku, Sendai", |
| "region": "Miyagi", |
| "country": "Japan" |
| } |
| }, |
| "email": "matsuda@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Ran", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": { |
| "addrLine": "6-6 Aramaki Aza Aoba", |
| "postCode": "980-8579", |
| "settlement": "Aobaku, Sendai", |
| "region": "Miyagi", |
| "country": "Japan" |
| } |
| }, |
| "email": "tianran@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": { |
| "addrLine": "6-6 Aramaki Aza Aoba", |
| "postCode": "980-8579", |
| "settlement": "Aobaku, Sendai", |
| "region": "Miyagi", |
| "country": "Japan" |
| } |
| }, |
| "email": "okazaki@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": { |
| "addrLine": "6-6 Aramaki Aza Aoba", |
| "postCode": "980-8579", |
| "settlement": "Aobaku, Sendai", |
| "region": "Miyagi", |
| "country": "Japan" |
| } |
| }, |
| "email": "inui@ecei.tohoku.ac.jp" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Entity linking (EL) is the task of connecting mentions in texts to entities in a large-scale knowledge base such as Wikipedia. In this paper, we present a pipeline system for Japanese EL which consists of two standard components, namely candidate generation and candidate ranking. We investigate several techniques for each component, using a recently developed Japanese EL corpus. For candidate generation, we find that a concept dictionary using anchor texts of Wikipedia is more effective than methods based on surface similarity. For candidate ranking, we verify that a set of features used in English EL is effective in Japanese EL as well. In addition, by using a corpus that links Japanese mentions to Japanese Wikipedia entries, we are able to get rich context information from Japanese Wikipedia articles and benefit mention disambiguation. It was not directly possible with previous EL corpora, which associate mentions to English Wikipedia entities. We take this advantage by exploring several embedding models that encode context information of Wikipedia entities, and show that they improve candidate ranking. As a whole, our system achieves 82.27% accuracy, significantly outperforming previous work.", |
| "pdf_parse": { |
| "paper_id": "Y16-2025", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Entity linking (EL) is the task of connecting mentions in texts to entities in a large-scale knowledge base such as Wikipedia. In this paper, we present a pipeline system for Japanese EL which consists of two standard components, namely candidate generation and candidate ranking. We investigate several techniques for each component, using a recently developed Japanese EL corpus. For candidate generation, we find that a concept dictionary using anchor texts of Wikipedia is more effective than methods based on surface similarity. For candidate ranking, we verify that a set of features used in English EL is effective in Japanese EL as well. In addition, by using a corpus that links Japanese mentions to Japanese Wikipedia entries, we are able to get rich context information from Japanese Wikipedia articles and benefit mention disambiguation. It was not directly possible with previous EL corpora, which associate mentions to English Wikipedia entities. We take this advantage by exploring several embedding models that encode context information of Wikipedia entities, and show that they improve candidate ranking. As a whole, our system achieves 82.27% accuracy, significantly outperforming previous work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Entity Linking (EL), also known as wikification or named entity disambiguation, is the task of linking mentions in texts to entities in a large-scale knowledge base such as Wikipedia 1 . EL is useful in many NLP tasks such as information retrieval (Blanco et al., 2015) , question answering (Khalid et al., 2008) , searching digital libraries (Han et al., 2005) , semantic search, 2 coreference resolution (Durrett and Klein, 2014; Hajishirzi et al., 2013) , named entity recognition (Durrett and Klein, 2014) and knowledge base population (Suchanek and Weikum, 2013; Dredze et al., 2010) .", |
| "cite_spans": [ |
| { |
| "start": 248, |
| "end": 269, |
| "text": "(Blanco et al., 2015)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 291, |
| "end": 312, |
| "text": "(Khalid et al., 2008)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 343, |
| "end": 361, |
| "text": "(Han et al., 2005)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 406, |
| "end": 431, |
| "text": "(Durrett and Klein, 2014;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 432, |
| "end": 456, |
| "text": "Hajishirzi et al., 2013)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 484, |
| "end": 509, |
| "text": "(Durrett and Klein, 2014)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 540, |
| "end": 567, |
| "text": "(Suchanek and Weikum, 2013;", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 568, |
| "end": 588, |
| "text": "Dredze et al., 2010)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "However, development of Japanese EL has been slow, partly due to the lack of a publicly available Japanese EL corpus. Most previous Japanese EL systems link mentions to English Wikipedia (Furakawa et al., 2014; Nakamura et al., 2015; Hayashi et al., 2014) , which might be less informative because there are about 0.44 million articles in Japanese Wikipedia that do not have correspondence in English. Recently, Jargalsaikhan et al. (2016) released a Japanese EL corpus in which mentions are linked to Japanese Wikipedia entries. In this paper, we investigate several techniques for developing a Japanese EL system, and evaluate on this newly released corpus.", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 210, |
| "text": "(Furakawa et al., 2014;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 211, |
| "end": 233, |
| "text": "Nakamura et al., 2015;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 234, |
| "end": 255, |
| "text": "Hayashi et al., 2014)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 412, |
| "end": 439, |
| "text": "Jargalsaikhan et al. (2016)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "An EL system first performs Named Entity Recognition to detect and classify spans of texts which are mentions to certain types of entities. Then, the system links the mentions to entries in Wikipedia. A major challenge here is the mention ambiguity; for example, given the sentence \"The I.B.M. is the world's largest organization dedicated to the art of magic.\", an EL system should associate \"I.B.M\" with the organization \"International Brotherhood of Magicians\", rather than the American technology and consulting company. An or- thodox approach to address this issue is a pipeline of two components, the candidate generation component which generates a candidate list of possible entities for each mention, and the candidate ranking component which ranks candidates according to multiple features ( Figure 1 ). For candidate generation, another challenge is the variety of mentions. For example, both \"Big Blue\" and \"I.B.M.\" could refer to \"International Business Machines Corporation\".", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 802, |
| "end": 810, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We investigate several techniques from each component. For candidate generation, string matching between mentions and entity titles has been the main approach, but we find the recall of string matching not satisfactory; instead, a cross-lingual dictionary turns out to be effective in finding correct candidates (Section 3.1, Section 5.3). For candidate ranking, we explore a set of features used in English EL, and find it effective in Japanese EL as well (Section 3.2, Section 5.4). In addition, we apply several embedding models to encode context information of entities in Wikipedia articles, and show that the embeddings are useful features for disambiguating mentions in texts (Section 4, Section 5.4). This technique would not be directly possible in previous Japanese EL systems which link mentions in Japanese texts to English Wikipedia entries, because the embedding models should be trained on articles written in the same language as texts. As a whole, our system achieves 82.27% accuracy and signifi-cantly outperforms previous work (Section 5.5).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "English EL is a widely studied topic. There are several public corpora for English EL (Cucerzan, 2007; , and the TAC-KBP workshop has provided systematical evaluation on EL task in recent years (Ji et al., 2014) .", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 102, |
| "text": "(Cucerzan, 2007;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 194, |
| "end": 211, |
| "text": "(Ji et al., 2014)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To address mention ambiguity, previous works have explored advanced linguistic features (Bunescu and Pasca, 2006; Dredze et al., 2010; Zhang et al., 2011; Graus et al., 2012; Zhou et al., 2014 ) and linkbased features (Milne and Witten, 2008; Han and Zhao, 2009; Kulkarni et al., 2009; Guo et al., 2011; Ratinov et al., 2011; .", |
| "cite_spans": [ |
| { |
| "start": 88, |
| "end": 113, |
| "text": "(Bunescu and Pasca, 2006;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 114, |
| "end": 134, |
| "text": "Dredze et al., 2010;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 135, |
| "end": 154, |
| "text": "Zhang et al., 2011;", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 155, |
| "end": 174, |
| "text": "Graus et al., 2012;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 175, |
| "end": 192, |
| "text": "Zhou et al., 2014", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 218, |
| "end": 242, |
| "text": "(Milne and Witten, 2008;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 243, |
| "end": 262, |
| "text": "Han and Zhao, 2009;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 263, |
| "end": 285, |
| "text": "Kulkarni et al., 2009;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 286, |
| "end": 303, |
| "text": "Guo et al., 2011;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 304, |
| "end": 325, |
| "text": "Ratinov et al., 2011;", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Embedding features have been actively used as well. For example, He et al. (2013) use neural networks to compute representations for entities and mentions directly from knowledge base; similarly, propose to model an entity by combining the sum of surface word vectors and the sum of category word vectors; Blanco et al. (2015) propose mapping entities into word embeddings by using entity descriptions; Hu et al. (2015) build entity hierarchy embedding by learning distance metric of category nodes in Wikipedia; Yang et al. (2014) and encode relational information by low-dimensional representations.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 81, |
| "text": "He et al. (2013)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 306, |
| "end": 326, |
| "text": "Blanco et al. (2015)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 403, |
| "end": 419, |
| "text": "Hu et al. (2015)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 513, |
| "end": 531, |
| "text": "Yang et al. (2014)", |
| "ref_id": "BIBREF41" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To counter the variety of mentions, previous English EL systems generate entity candidates by search engine (Dredze et al., 2010; Zhou et al., 2014; Graus et al., 2012) , and/or utilize various resources such as Wikipedia disambiguation, Wikipedia redirection, Geonames, etc. (Dredze et al., 2010; Zhou et al., 2014) .", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 129, |
| "text": "(Dredze et al., 2010;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 130, |
| "end": 148, |
| "text": "Zhou et al., 2014;", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 149, |
| "end": 168, |
| "text": "Graus et al., 2012)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 276, |
| "end": 297, |
| "text": "(Dredze et al., 2010;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 298, |
| "end": 316, |
| "text": "Zhou et al., 2014)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "On the other hand, research on Japanese EL has received less attention. Furakawa et al. (2014) focus on entity linking in academic fields, and link technical terms to English Wikipedia. Nakamura et al. (2015) link keywords in twitter texts to English Wikipedia, aiming at constructing a cross-language topic recognition system. Hayashi et al. (2014) study EL on both English and Japanese texts. In addition, there are several works on linking geopolitical entities in local news articles (Osada et al., 2015; Inoue et al., 2016; Seiya et al., 2015) . For candidate generation, most previous Japanese EL systems sim-ply use surface string matching (Osada et al., 2015; Inoue et al., 2016; Seiya et al., 2015) .", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 94, |
| "text": "Furakawa et al. (2014)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 186, |
| "end": 208, |
| "text": "Nakamura et al. (2015)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 328, |
| "end": 349, |
| "text": "Hayashi et al. (2014)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 488, |
| "end": 508, |
| "text": "(Osada et al., 2015;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 509, |
| "end": 528, |
| "text": "Inoue et al., 2016;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 529, |
| "end": 548, |
| "text": "Seiya et al., 2015)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 647, |
| "end": 667, |
| "text": "(Osada et al., 2015;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 668, |
| "end": 687, |
| "text": "Inoue et al., 2016;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 688, |
| "end": 707, |
| "text": "Seiya et al., 2015)", |
| "ref_id": "BIBREF33" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section, we present our pipeline system for Japanese EL. The system takes Named Entity Recognition (NER) as input, and links the named entity mentions to Wikipedia articles as output. For NER, we simply use golden annotations in corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "System Architecture", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our system consists of two standard components: candidate generation and candidate ranking (Figure 1) . In the candidate generation phase, our system generates a list of Wikipedia articles for each mention in text. For example, given a mention \"IOC\", the candidates which the mention can be linked to include Wikipedia articles titled \"\u56fd\u969b\u9ce5\u985e\u5b66\u4f1a\u8b70 (International Ornithological Congress)\", \"\u56fd\u969b\u30aa \u30ea\u30f3\u30d4\u30c3\u30af\u59d4\u54e1\u4f1a (International Olympic Committee)\", etc. Then, in the candidate ranking phase, each Wikipedia article in the candidate list obtains a ranking score from a scoring function, which is constructed via supervised learning on a set of features. We pick the top-1 candidate from the ranking result as system output. For example, in Figure 1 , \"\u56fd\u969b\u30aa \u30ea\u30f3\u30d4\u30c3\u30af\u59d4\u54e1\u4f1a (International Olympic Committee)\" is output as the referent of \"IOC\". Details of the two components are described below.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 91, |
| "end": 101, |
| "text": "(Figure 1)", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 726, |
| "end": 734, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "System Architecture", |
| "sec_num": "3" |
| }, |
| { |
| "text": "If an EL system cannot include correct Wikipedia articles on lists in candidate generation, the next candidate ranking process will be in vain. Previous English EL systems usually generate a candidate list as long as possible. String matching between metion and article titles is a common method for candidate generation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In this work, we use the simple and efficient Simstring 3 tool for calculating similarity and searching similar strings. The tool implements two similarity measures, the cosine similarity and overlap coefficient. We extract all Japanese Wikipedia titles into a database, and use Simstring to find all titles with similarity scores larger than a threshold for each mention.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Another approach to candidate generation is the concept dictionary (Spitkovsky and Chang, 2012).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "This approach gathers hyper-links that jump to each Wikipedia article, and regard the surface texts of hyper-links as possible mentions to the article. We call the surface texts of hyper-links anchor texts. For example, there are hyper-links in Wikipedia with surface texts \"IOC\", \"I.O.C\" and \"the Olympic Committee\", all jump to the article \"\u56fd\u969b\u30aa\u30ea\u30f3 \u30d4 \u30c3 \u30af \u59d4 \u54e1 \u4f1a (International Olympic Committee)\". Thus, \"I.O.C\" is an anchor text of the article. A concept dictionary is a collection of anchor texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We formulate the candidate ranking problem similar to Bunescu and Pasca (2006) and McNamee et al. (2009) . Namely, we construct a scoring function f (m, e) based on features extracted from mention m and candidate Wikipedia article e. We select candidate from a candidate list E, according to the ranking score:", |
| "cite_spans": [ |
| { |
| "start": 54, |
| "end": 78, |
| "text": "Bunescu and Pasca (2006)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 83, |
| "end": 104, |
| "text": "McNamee et al. (2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Ranking", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "e = arg max e\u2208E f (m, e).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Ranking", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Therefore, the scoring function f (m, e) should be trained such that the correct Wikipedia article e is linked to the mention m. We use SVM rank (Joachims, 2006) with linear kernel for training.", |
| "cite_spans": [ |
| { |
| "start": 145, |
| "end": 161, |
| "text": "(Joachims, 2006)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Ranking", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In this section, we describe the features we use to construct the scoring function. These are powerful features used by state-of-the-art English EL systems, combined with several new embedding features. Table 1 shows a complete list. As a running example, we consider the following text snippet (translated from Japanese) surrounding a mention \"IOC\":", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Sets", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "\uff29 \uff29 \uff29\uff2f \uff2f \uff2f\uff23 \uff23 \uff23\u306f\u65b0\u4e16\u7d00\u521d\u3081\u306b\u3001\u4e2d\u56fd\u5e02\u5834\u3068 \u3044 \u3046 \u4e0d \u5b89 \u5b9a \u8981 \u7d20 \u3092 \u62b1 \u3048 \u308b \u3053 \u3068 \u306b \u306a \u308b\u3002\u30a2\u30b8\u30a2\u306e\u5927\u56fd\u3067\u306e\u4e94\u8f2a\u306f\u3001\u653f\u6cbb \u7684\u5074\u9762\u3082\u7121\u8996\u3067\u304d\u306a\u3044\u3002", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Sets", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "The IOC is facing the elements of instability from the market of China from the beginning of this new century. The Olympics at major Asian nations can never ignore this kind of political aspects.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Sets", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "In which, underlined words are annotated named entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Sets", |
| "sec_num": "3.2.1" |
| }, |
| { |
| "text": "String Similarity (S) string similarity between mention and entity title the Levenshtein edit-distance between \"IOC\" and \"International Olympic Committee\" is 11 Entity Popularity (P) distribution of anchor texts in Wikipedia 68% of mention \"IOC\" in Japanese Wikipedia is linked to article \"International Olympic Committee\" Bag-of-Word (Bw) BoW similarity between text and Wikipedia article words {\"face\", \"market\", . . . } from text and {\"modern\", \"Olympic\", . Wikipedia article \"International Olympic Committee\" belongs to categories \"Olympic movement\", \"Committees\" Entity Class (Class) overlap of Sekine's entity class mention \"IOC\" in text and Wikipedia entry \"International Olympic Committee\" both labeled Organization Correspondingly, we show a snippet of the Wikipedia article \"\u56fd\u969b\u30aa\u30ea\u30f3\u30d4\u30c3\u30af\u59d4\u54e1\u4f1a (International Olympic Committee)\":", |
| "cite_spans": [ |
| { |
| "start": 7, |
| "end": 21, |
| "text": "Similarity (S)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "\u56fd \u969b \u30aa \u30ea \u30f3 \u30d4 \u30c3 \u30af \u59d4 \u54e1 \u4f1a \u306f \u3001\u8fd1\u4ee3\u30aa\u30ea\u30f3\u30d4\u30c3\u30af\u3092 \u4e3b \u50ac \u3059 \u308b \u56e3\u4f53\u3067\u3042\u308a\u3001\u307e\u305f\u30aa\u30ea\u30f3\u30d4\u30c3\u30af\u306b\u53c2 \u52a0\u3059\u308b\u5404\u7a2e\u56fd\u969b\u30b9\u30dd\u30fc\u30c4\u7d71\u62ec\u56e3\u4f53\u3092 \u7d71\u62ec\u3059\u308b\u7d44\u7e54\u3067\u3042\u308b\u30022009\u5e74\u306b\u56fd\u969b \u9023\u5408\u7dcf\u4f1a\u30aa\u30d6\u30b6\u30fc\u30d0\u30fc\u8cc7\u683c\u3092\u5f97\u305f\u305f \u3081\u56fd\u969b\u6a5f\u95a2\u306e\u4e00\u3064\u3068\u601d\u308f\u308c\u3066\u3044\u308b\u3002 International", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "Olympic Committee is an organization sponsored by the modern Olympics, also is an organization that oversees the various international sports governing body to participate in the Olympic Games. It is believed to be one of the order to give the General Assembly of the United Nations observer status international organizations in 2009. In which, underlined words are anchor texts (i.e. hyper-links).", |
| "cite_spans": [ |
| { |
| "start": 330, |
| "end": 335, |
| "text": "2009.", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "We consider the following features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "String Similarity This type of features measures the string similarity between mentions and the titles of Wikipedia articles. We use several similarity measures explored in previous work (Graus et al., 2012; Dietz and Dalton, 2012) , such as the Levenshtein edit distance and Jaccard coefficient score.", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 207, |
| "text": "(Graus et al., 2012;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 208, |
| "end": 231, |
| "text": "Dietz and Dalton, 2012)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "Entity Popularity This is the probability p(e|m) of an anchor text m linking to a Wikipedia article e. The probability is estimated as: p(e|m) = # times of m jumping to e # occurrence of anchor text m .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "As discussed in Milne and Witten (2008) , this probability reflects the \"commonness\" or \"popularity\" of a Wikipedia article.", |
| "cite_spans": [ |
| { |
| "start": 16, |
| "end": 39, |
| "text": "Milne and Witten (2008)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "This feature measures the similarity between texts surrounding the mention and the contents of the Wikipedia article. For example, we assess the similarity between the set of words {\"face\", \"market\", . . . } taken from text, and the set of words {\"modern\", \"Olympic\", . . . } taken from Wikipedia article. We consider several similarity measures such as cosine similarity of TF-IDF weights (Zheng et al., 2010) and Jaccard coefficient (Dietz and Dalton, 2012) .", |
| "cite_spans": [ |
| { |
| "start": 390, |
| "end": 410, |
| "text": "(Zheng et al., 2010)", |
| "ref_id": "BIBREF44" |
| }, |
| { |
| "start": 435, |
| "end": 459, |
| "text": "(Dietz and Dalton, 2012)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bag-of-Word Similarity", |
| "sec_num": null |
| }, |
| { |
| "text": "Bag-of-Entity Similarity This is similar to Bagof-Word Similarity, except that we only take named entities from text and anchor texts from Wikipedia articles. For example, we assess the similarity between the set of entities {\"China\", \"Olympic\", . . . } taken from text, and the set of anchor texts {\"Olympic Games\", . . . } taken from Wikipedia article.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bag-of-Word Similarity", |
| "sec_num": null |
| }, |
| { |
| "text": "We construct vectors for texts and Wikipedia articles, and assess cosine similarity between the vectors. This feature also measures the similarity between texts and Wikipedia contents. We consider three types of vectors, namely the word vector (WV), entity vector (EV), and paragraph vector (PV). Details of the embedding models are described in Section 4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Embedding Similarity", |
| "sec_num": null |
| }, |
| { |
| "text": "This feature counts how many words in category names of a Wikipedia article also appear in text. For example, the Wikipedia article \"International Olympic Committee\" belongs to categories \"Olympic movement\", \"Committees\", etc., and some words in the category names, such as \"Olympic\", also appear in text. This feature reflects such overlaps.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entity Category", |
| "sec_num": null |
| }, |
| { |
| "text": "The corpus (Jargalsaikhan et al., 2016) we use in this work has annotated each named entity with a fine-grained entity class label, called Sekine's entity class (Sekine et al., 2002) . On the other hand, Suzuki et al. (2016) released a system which automatically label Wikipedia articles with Sekine's entity classes. We use this system and assess overlap between the two entity class labels. For example, the Wikipedia article \"International Olympic Committee\" is assigned the class label \"Sports Organization Other\", whereas the mention\"IOC\" is annotated as \"International Organization\"; both of them are organizations. It has been shown that finer-grained entity class is useful for English EL (Ling and Weld, 2012; Ling et al., 2015) .", |
| "cite_spans": [ |
| { |
| "start": 161, |
| "end": 182, |
| "text": "(Sekine et al., 2002)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 697, |
| "end": 718, |
| "text": "(Ling and Weld, 2012;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 719, |
| "end": 737, |
| "text": "Ling et al., 2015)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Entity Class", |
| "sec_num": null |
| }, |
| { |
| "text": "In this section, we describe the embedding models we use to construct vectors for texts and Wikipedia articles. Figure 2 : Training entity vectors from anchor texts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 112, |
| "end": 120, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Embedding Models", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We apply the word2vec 4 tool to Japanese Wikipedia for training word vectors. Then, we take sums of the word vectors to obtain document vectors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Word Vector", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The Skip-gram model (Mikolov et al., 2013b) implemented by word2vec learns vectors by predicting context words from targets. We use this model to train vectors for Wikipedia articles, by regarding each anchor text as a target of the referent article, and words surrounding the anchor text as context. For example, in Figure 2 we replace all anchor texts with their referent articles (e.g. converting the hyper-link \"Mac OS X\" to OS X , representing the Wikipedia article \"OS X\"), and train vectors for the referent articles according to the converted document.", |
| "cite_spans": [ |
| { |
| "start": 20, |
| "end": 43, |
| "text": "(Mikolov et al., 2013b)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 317, |
| "end": 325, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Entity Vector", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The paragraph vector (Le and Mikolov, 2014) is a powerful unsupervised method of learning representations of arbitrary lengths of texts and has the advantages of simplicity and versatility. We use the Distributed Memory Model of Paragraph Vectors model to train paragraph vectors of texts and Wikipedia articles. The model is an extension of the CBoW model (Mikolov et al., 2013a) implemented in word2vec.", |
| "cite_spans": [ |
| { |
| "start": 357, |
| "end": 380, |
| "text": "(Mikolov et al., 2013a)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Paragraph Vector", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "In this section, we first introduce the evaluation data set. Then we evaluate the performance of candidate generation and the performance of each feature set on candidate ranking. Finally, we compare our system with the previous work (Jargalsaikhan et al., 2016) .", |
| "cite_spans": [ |
| { |
| "start": 234, |
| "end": 262, |
| "text": "(Jargalsaikhan et al., 2016)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We use a new released Japanese Wikification corpus (Jargalsaikhan et al., 2016) , which consists of 340 newspaper articles from Balanced Corpus of Contemporary Written Japanese (BCCWJ). 5 Mentions in each document are annotated with finegrained named entity class labels that are defined by Sekine Extended Named Entity Hierarchy (Sekine et al., 2002) . 6 In this corpus, 19,121 mentions are linked to Wikipedia while 6,554 mentions do not reference Wikipedia articles. 7,118 distinct mentions were linked to 6,008 distinct entities totally. Because the corpus was built with recognized named entities, we omit the step of mention detection. Since mentions are scattered in texts of the original corpus, in order to facilitate the system processing, we generate a single document that contains the composite of all mentions. Our new data set contains all information of mentions of which the format refers to the TAC-KBP data set. An example is shown in Figure 3 . We obtain the information of a mention including mention ID, document ID, mention name, begin offset, end offset, entity class, entity linking mark, unique Wikipedia ID and unique Wikipedia title.", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 79, |
| "text": "(Jargalsaikhan et al., 2016)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 330, |
| "end": 351, |
| "text": "(Sekine et al., 2002)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 354, |
| "end": 355, |
| "text": "6", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 954, |
| "end": 962, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data set", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We utilize 2016.3.5 Japanese Wikipedia dump as the referent Knowledge base. We tokenize and remove punctuations in documents by using a Japapense part-of-speech and morphological analyzer, Mecab. 7 We learn word embeddings, entity embeddings and paragraph vectors on this processed corpus. The word and entity vectors are learned by setting the dimensions d to 200, the size of context window c to 10 and the negative samples to 5. Meanwhile, the paragraph vectors are learned by setting the dimensions d to 400, the size of context window c to 5 and the negative samples to 5.", |
| "cite_spans": [ |
| { |
| "start": 196, |
| "end": 197, |
| "text": "7", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "\"#($# #\" ($ ($ #\" $ $ # # #((* !''&'$# #((* !'' #((* !# # \"& #((* !# # \"& ) % ) % ) % ((! ($ ($ ) % ((! \"#($#", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We evaluate our candidate generation methods on all mentions in the corpus (Jargalsaikhan et al., 2016) . We normalize mention surfaces to eliminate the effect of half-width characters or full-width characters in the preprocessing step. We compare cosine similarity and overlap coefficient with threshold of 0.7 and 0.9 respectively. We look up the concept dictionary with the mention and we can obtain Wikipedia articles from the results of entries. Table 2 shows the results of recall and average length of candidate lists. Here, recall means the percentage of mentions that have the gold entity in the candidate list. Moreover, we also compare the candidate list length because the more counts of candidates we have, the more time will be spend on candidate ranking.", |
| "cite_spans": [ |
| { |
| "start": 75, |
| "end": 103, |
| "text": "(Jargalsaikhan et al., 2016)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 451, |
| "end": 458, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of Candidate Generation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "According to the results in Table 2 , we find that our concept dictionary based on anchor texts is suitable for the need of high-recall (91.98%) and short length (17.58). Moreover, we extend family names or given names of person to full names before searching on the concept dictionary, which will enhance the correct rate. After this extending step, we achieved the recall of 94.14% and the average number of candidates per list is 17.79.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 28, |
| "end": 35, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of Candidate Generation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "AveLen cosine(Threshold=0.9) 74.49% 1.58 overlap(Threshold=0.9) 66.68% 736.4 cosine Threshod=0.787.47% 27.12 overlap Threshold=0.768.01% 1750 anchor texts 91.98% 17.58 anchor texts (+extended) 94.14%", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recall", |
| "sec_num": null |
| }, |
| { |
| "text": "17.79 ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recall", |
| "sec_num": null |
| }, |
| { |
| "text": "We conducted the feature study on each feature set by a 5-fold cross validation. We applied experiments on NonNILs, entities that exist in the Wikipedia. We begin with the string similarity feature set, added various features to it incrementally and reported their impact on performance. From the results of Table 3 , we found that our system obtained the performance with approximately 3 percents higher than previous work by only using string similarity features. Adding popularity features slightly further improved the performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 308, |
| "end": 315, |
| "text": "Table 3", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Feature Study", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "We observed significant improvement when adding Bag-of-words features. However, only adding Bag-of-entities features led the performance to drop by about 9 percents. Adding both Bag-ofwords and Bag-of-entities together, the system performance is improved to 84.88%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Study", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "Moreover, adding the features of fine-grained entity class is better than adding the category features. Therefore, we remove the category feature in the remaining experiments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Study", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "In addition, our system had slightly improved by adding entity embedding features. Here, features of entity vectors (EV) is more effective than features of word vectors (WV) by the accuracy of 0.64%. We also found that only using features of entity vectors (EV) is better using both word vectors (WV) and entity vectors (EV). The best performance of our system reached to 86.68% after adding features of paragraph vectors (PV).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Study", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "We made a 5-fold cross validation and calculated the average accuracy of each fold. Although we get the top-1 Wikipedia article from the ranking results, we need to determine that the mention in the text is a NonNIL or a NIL. NonNILs are entities that exist in the KB (Wikipedia) while NILs are entities that do not exist in the KB (Wikipedia).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "System Performance", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "In NIL labeling, we use two rules to make decisions. First, the mention will be labeled with NIL when there is no Wikipedia article for it. Second, the mention will be labeled with NIL when the ranking score of the top 1 candidate of the mention is below a threshold (heuristically set to 2.9). Table 4 shows the accuracy of our system as well as a unsupervised method (Jargalsaikhan et al., 2016) . Their method relies on the popularity of entities in the anchor texts of the mention, which is the same with our Entity Popularity feature. They also estimate probability distributions conditioned on a mention and its fine-grained semantic classes. We compared system performance of NILs and Non-NILs while there is no comparison in the previous work (Jargalsaikhan et al., 2016) . Our proposed system achieved a 82.27% accuracy across the 5-folds and outperform the previous unsupervised method by significant margins.", |
| "cite_spans": [ |
| { |
| "start": 369, |
| "end": 397, |
| "text": "(Jargalsaikhan et al., 2016)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 751, |
| "end": 779, |
| "text": "(Jargalsaikhan et al., 2016)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 295, |
| "end": 302, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "System Performance", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "For our candidate generation method, we found that some failure cases are caused by transliterating katakana from other languages. Since the abbreviation rules of Japanese are different from English, some failure cases are caused by lacking of resources to obtain specific abbreviations of Japanese characters.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "5.6" |
| }, |
| { |
| "text": "Moreover, we found that exactly surface matching and high popularity have strong bias effects on incorrect entities. For example, a mention \"Japan\" may refer to the entity \"Japan Television Network Corporation\" in the sentence \"There is a logo 'Old men can have beautiful life' in Beauty 7 (Japan 10:00PM)\". However, the incorrect entity \"Japan (Country)\" is linked because of the bias effects. Furthermore, lacking of description words in Wikipedia is also a problem for our context based method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "5.6" |
| }, |
| { |
| "text": "Finally, we utilized the simple rules for NIL labeling instead of learning the characters of NILs. Talbe 4 shows our system performance on NILs is far from that of NonNILs. The weak NILs performance slightly affected the whole system performance because the counts of NonNILs is three times of NILs counts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "5.6" |
| }, |
| { |
| "text": "In this paper, we constructed a pipeline Japanese EL system that consists of two standard components, candidate generation and candidate ranking. We build a concept dictionary to generate referent Wikipedia articles for Japanese mentions. Comparing with the methods based on surface similarity, the concept dictionary extracted from Wikipedia was verified more effective on generating candidate lists with high-recall and short length. Moreover, we verified that the effectiveness of several feature sets on Japanese EL that have been used in English EL . We jointly learned a new entity representation model and improved the system performance by adding features based on the learned entity embeddings. We verified that word embeddings and paragraph vectors also effectively improve the system performance. All in all, our system overcome the previous work on the same data set with significant margins.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In future work, we plan to use the cross-lingual in-formation retrieval technology to solve the transliteration problems between Japanese and English. We also consider developing methods to solve the problems of matching abbreviation mentions to Wikipedia articles on Japanese. Moreover, we intend to improve our system by leveraging advanced context embedding methods instead of using the sum of vectors, such as CNN (Convolutional Neural network), LTSM (Long Short Term Memory), etc. In addition, we will connect mention detection component to our current system and construct an end-to-end Japanese EL system. Finally, we expect the effectiveness of our Japanese EL system on other NLP task, e.g. knowledge base population, question answering, etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "https://en.wikipedia.org", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "30th Pacific Asia Conference on Language, Information and Computation (PACLIC 30)Seoul, Republic of Korea, October 28-30, 2016", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.chokkan.org/software/simstring/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://code.google.com/p/word2vec/ PACLIC 30 Proceedings", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://pj.ninjal.ac.jp/corpus center/bccwj 6 https://sites.google.com/site/extendednamedentityhierarchy/ 7 http://taku910.github.io/mecab/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Fast and space-efficient entity linking for queries", |
| "authors": [ |
| { |
| "first": "Roi", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| }, |
| { |
| "first": "Giuseppe", |
| "middle": [], |
| "last": "Ottaviano", |
| "suffix": "" |
| }, |
| { |
| "first": "Edgar", |
| "middle": [], |
| "last": "Meij", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the Eighth ACM International Conference on Web Search and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "179--188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roi Blanco, Giuseppe Ottaviano, and Edgar Meij. 2015. Fast and space-efficient entity linking for queries. In Proceedings of the Eighth ACM International Confer- ence on Web Search and Data Mining, pages 179-188. ACM.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Using encyclopedic knowledge for named entity disambiguation", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Razvan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marius", |
| "middle": [], |
| "last": "Bunescu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Pasca", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of EACL", |
| "volume": "6", |
| "issue": "", |
| "pages": "9--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Razvan C Bunescu and Marius Pasca. 2006. Using ency- clopedic knowledge for named entity disambiguation. In Proceedings of EACL, volume 6, pages 9-16.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Large-scale named entity disambiguation based on wikipedia data", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Silviu Cucerzan", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of EMNLP-CoNLL", |
| "volume": "7", |
| "issue": "", |
| "pages": "708--716", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Silviu Cucerzan. 2007. Large-scale named entity disam- biguation based on wikipedia data. In Proceedings of EMNLP-CoNLL, volume 7, pages 708-716.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A cross document neighborhood expansion: Umass at tac kbp 2012 entity linking", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Dietz", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeffrey", |
| "middle": [], |
| "last": "Dalton", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of Text Analysis Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Dietz and Jeffrey Dalton. 2012. A cross docu- ment neighborhood expansion: Umass at tac kbp 2012 entity linking. In Proceedings of Text Analysis Confer- ence (TAC).", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Entity disambiguation for knowledge base population", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Dredze", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Mcnamee", |
| "suffix": "" |
| }, |
| { |
| "first": "Delip", |
| "middle": [], |
| "last": "Rao", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Gerber", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Finin", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "277--285", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Dredze, Paul McNamee, Delip Rao, Adam Ger- ber, and Tim Finin. 2010. Entity disambiguation for knowledge base population. In Proceedings of the 23rd International Conference on Computational Lin- guistics, pages 277-285.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A joint model for entity analysis: Coreference, typing, and linking. Proceedings of TACL", |
| "authors": [ |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Durrett", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "477--490", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Greg Durrett and Dan Klein. 2014. A joint model for entity analysis: Coreference, typing, and linking. Pro- ceedings of TACL, 2:477-490.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Semantic disambiguation for cross-lingual entity linking (in japanese)", |
| "authors": [ |
| { |
| "first": "Tatsuya", |
| "middle": [], |
| "last": "Furakawa", |
| "suffix": "" |
| }, |
| { |
| "first": "Takeshi", |
| "middle": [], |
| "last": "Sagara", |
| "suffix": "" |
| }, |
| { |
| "first": "Akiko", |
| "middle": [], |
| "last": "Aizawa", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Journal of Japan society of Information and Knowledge", |
| "volume": "24", |
| "issue": "2", |
| "pages": "172--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tatsuya Furakawa, Takeshi Sagara, and Akiko Aizawa. 2014. Semantic disambiguation for cross-lingual en- tity linking (in japanese). Journal of Japan society of Information and Knowledge, 24(2):172-177.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Context-based entity linkinguniversity of amsterdam at tac", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Graus", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Kenter", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Bron", |
| "suffix": "" |
| }, |
| { |
| "first": "Edgar", |
| "middle": [], |
| "last": "Meij", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Rijke", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Graus, Tom Kenter, Marc Bron, Edgar Meij, M Rijke, et al. 2012. Context-based entity linking- university of amsterdam at tac 2012.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Hit approaches to entity linking at tac 2011", |
| "authors": [ |
| { |
| "first": "Yuhang", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Guohua", |
| "middle": [], |
| "last": "Tang", |
| "suffix": "" |
| }, |
| { |
| "first": "Wanxiang", |
| "middle": [], |
| "last": "Che", |
| "suffix": "" |
| }, |
| { |
| "first": "Ting", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Sheng", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Fourth Text Analysis Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuhang Guo, Guohua Tang, Wanxiang Che, Ting Liu, and Sheng Li. 2011. Hit approaches to entity linking at tac 2011. In Proceedings of the Fourth Text Analysis Conference (TAC 2011). Citeseer.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Joint coreference resolution and named-entity linking with multi-pass sieves", |
| "authors": [ |
| { |
| "first": "Hannaneh", |
| "middle": [], |
| "last": "Hajishirzi", |
| "suffix": "" |
| }, |
| { |
| "first": "Leila", |
| "middle": [], |
| "last": "Zilles", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [ |
| "S" |
| ], |
| "last": "Weld", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Zettlemoyer", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "289--299", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hannaneh Hajishirzi, Leila Zilles, Daniel S Weld, and Luke S Zettlemoyer. 2013. Joint coreference resolu- tion and named-entity linking with multi-pass sieves. In Proceedings of EMNLP, pages 289-299.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Named entity disambiguation by leveraging wikipedia semantic knowledge", |
| "authors": [ |
| { |
| "first": "Xianpei", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 18th ACM conference on Information and knowledge management", |
| "volume": "", |
| "issue": "", |
| "pages": "215--224", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xianpei Han and Jun Zhao. 2009. Named entity dis- ambiguation by leveraging wikipedia semantic knowl- edge. In Proceedings of the 18th ACM conference on Information and knowledge management, pages 215- 224. ACM.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Name disambiguation in author citations using a k-way spectral clustering method", |
| "authors": [ |
| { |
| "first": "Hui", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "Hongyuan", |
| "middle": [], |
| "last": "Zha", |
| "suffix": "" |
| }, |
| { |
| "first": "C Lee", |
| "middle": [], |
| "last": "Giles", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 5th", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hui Han, Hongyuan Zha, and C Lee Giles. 2005. Name disambiguation in author citations using a k-way spec- tral clustering method. In Proceedings of the 5th", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "ACM/IEEE-CS Joint Conference on", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "334--343", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "ACM/IEEE-CS Joint Conference on, pages 334-343. IEEE.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Improving wikification of bitexts by completing cross-lingual information", |
| "authors": [ |
| { |
| "first": "Yoshihiko", |
| "middle": [], |
| "last": "Hayashi", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Yamakuchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Masaaki", |
| "middle": [], |
| "last": "Nagata", |
| "suffix": "" |
| }, |
| { |
| "first": "Takaaki", |
| "middle": [], |
| "last": "Tanaka", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of The 28th Annual Conference of the Japanese Society for Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "1--2", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoshihiko Hayashi, Kenji Yamakuchi, Masaaki Nagata, and Takaaki Tanaka. 2014. Improving wikification of bitexts by completing cross-lingual information (in japanese). In Proceedings of The 28th Annual Confer- ence of the Japanese Society for Artificial Intelligence, pages 1A2-2.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Learning entity representation for entity disambiguation", |
| "authors": [ |
| { |
| "first": "Zhengyan", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Shujie", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Mu", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Longkai", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Houfeng", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "30--34", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhengyan He, Shujie Liu, Mu Li, Ming Zhou, Longkai Zhang, and Houfeng Wang. 2013. Learning entity representation for entity disambiguation. In Proceed- ings of ACL, pages 30-34.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Robust disambiguation of named entities in text", |
| "authors": [ |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "Hoffart", |
| "suffix": "" |
| }, |
| { |
| "first": "Mohamed", |
| "middle": [ |
| "Amir" |
| ], |
| "last": "Yosef", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilaria", |
| "middle": [], |
| "last": "Bordino", |
| "suffix": "" |
| }, |
| { |
| "first": "Hagen", |
| "middle": [], |
| "last": "F\u00fcrstenau", |
| "suffix": "" |
| }, |
| { |
| "first": "Manfred", |
| "middle": [], |
| "last": "Pinkal", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Spaniol", |
| "suffix": "" |
| }, |
| { |
| "first": "Bilyana", |
| "middle": [], |
| "last": "Taneva", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Thater", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "782--792", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johannes Hoffart, Mohamed Amir Yosef, Ilaria Bordino, Hagen F\u00fcrstenau, Manfred Pinkal, Marc Spaniol, Bilyana Taneva, Stefan Thater, and Gerhard Weikum. 2011. Robust disambiguation of named entities in text. In Proceedings of EMNLP, pages 782-792.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Entity hierarchy embedding", |
| "authors": [ |
| { |
| "first": "Zhiting", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| }, |
| { |
| "first": "Poyao", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuntian", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "Yingkai", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [ |
| "P" |
| ], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of ACL-IJCNLP", |
| "volume": "1", |
| "issue": "", |
| "pages": "1292--1300", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhiting Hu, Poyao Huang, Yuntian Deng, Yingkai Gao, and Eric P Xing. 2015. Entity hierarchy embed- ding. In Proceedings of ACL-IJCNLP, volume 1, pages 1292-1300.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Tagging geopolitical information on news article by using entity linking (in japanese)", |
| "authors": [ |
| { |
| "first": "Tatsukuni", |
| "middle": [], |
| "last": "Inoue", |
| "suffix": "" |
| }, |
| { |
| "first": "Keigo", |
| "middle": [], |
| "last": "Suenaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Nagata", |
| "middle": [], |
| "last": "Seiya", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Tateishi", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the Twenty-second Annual Meeting of the Association for Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tatsukuni Inoue, Keigo Suenaga, Nagata Seiya, and Kenji Tateishi. 2016. Tagging geopolitical infor- mation on news article by using entity linking (in japanese). In Proceedings of the Twenty-second An- nual Meeting of the Association for Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Building a corpus for japanese wikificaiton with fine-grained entity classes", |
| "authors": [ |
| { |
| "first": "Davaajav", |
| "middle": [], |
| "last": "Jargalsaikhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Koji", |
| "middle": [], |
| "last": "Matsuda", |
| "suffix": "" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "ACL student research workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Davaajav Jargalsaikhan, Naoaki Okazaki, Koji Matsuda, and Kentaro Inui. 2016. Building a corpus for japanese wikificaiton with fine-grained entity classes. In ACL student research workshop. to appear.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Overview of tac-kbp2014 entity discovery and linking tasks", |
| "authors": [ |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Nothman", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Hachey", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of Text Analysis Conference (TAC2014)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heng Ji, Joel Nothman, and Ben Hachey. 2014. Overview of tac-kbp2014 entity discovery and link- ing tasks. In Proceedings of Text Analysis Conference (TAC2014).", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Training linear svms in linear time", |
| "authors": [ |
| { |
| "first": "Thorsten", |
| "middle": [], |
| "last": "Joachims", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining", |
| "volume": "", |
| "issue": "", |
| "pages": "217--226", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thorsten Joachims. 2006. Training linear svms in linear time. In Proceedings of the 12th ACM SIGKDD inter- national conference on Knowledge discovery and data mining, pages 217-226. ACM.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "The impact of named entity normalization on information retrieval for question answering", |
| "authors": [ |
| { |
| "first": "Valentin", |
| "middle": [], |
| "last": "Mahboob Alam Khalid", |
| "suffix": "" |
| }, |
| { |
| "first": "Maarten", |
| "middle": [], |
| "last": "Jijkoun", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "De Rijke", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of Advances in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "705--710", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mahboob Alam Khalid, Valentin Jijkoun, and Maarten De Rijke. 2008. The impact of named entity normal- ization on information retrieval for question answer- ing. In Proceedings of Advances in Information Re- trieval, pages 705-710. Springer.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Collective annotation of wikipedia entities in web text", |
| "authors": [ |
| { |
| "first": "Sayali", |
| "middle": [], |
| "last": "Kulkarni", |
| "suffix": "" |
| }, |
| { |
| "first": "Amit", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Ganesh", |
| "middle": [], |
| "last": "Ramakrishnan", |
| "suffix": "" |
| }, |
| { |
| "first": "Soumen", |
| "middle": [], |
| "last": "Chakrabarti", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining", |
| "volume": "", |
| "issue": "", |
| "pages": "457--466", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sayali Kulkarni, Amit Singh, Ganesh Ramakrishnan, and Soumen Chakrabarti. 2009. Collective annotation of wikipedia entities in web text. In Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining, pages 457- 466. ACM.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Distributed representations of sentences and documents", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Quoc", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1405.4053" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Quoc V Le and Tomas Mikolov. 2014. Distributed repre- sentations of sentences and documents. arXiv preprint arXiv:1405.4053.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Learning entity and relation embeddings for knowledge graph completion", |
| "authors": [ |
| { |
| "first": "Yankai", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhiyuan", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Maosong", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Yang", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Xuan", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "2181--2187", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yankai Lin, Zhiyuan Liu, Maosong Sun, Yang Liu, and Xuan Zhu. 2015. Learning entity and relation embed- dings for knowledge graph completion. In Proceed- ings of AAAI, pages 2181-2187.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Fine-grained entity recognition", |
| "authors": [ |
| { |
| "first": "Xiao", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Daniel S Weld", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiao Ling and Daniel S Weld. 2012. Fine-grained entity recognition. In Proceedings of AAAI.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Design challenges for entity linking", |
| "authors": [ |
| { |
| "first": "Xiao", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [ |
| "S" |
| ], |
| "last": "Weld", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of TACL", |
| "volume": "3", |
| "issue": "", |
| "pages": "315--328", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiao Ling, Sameer Singh, and Daniel S Weld. 2015. Design challenges for entity linking. Proceedings of TACL, 3:315-328.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Hltcoe approaches to knowledge base population at tac", |
| "authors": [], |
| "year": 2009, |
| "venue": "Proceedings of Text Analysis Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hltcoe approaches to knowledge base popula- tion at tac 2009. In Proceedings of Text Analysis Con- ference (TAC).", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Efficient estimation of word representations in vector space", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Corrado", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeffrey", |
| "middle": [], |
| "last": "Dean", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1301.3781" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. 2013a. Efficient estimation of word representa- tions in vector space. arXiv preprint arXiv:1301.3781.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Distributed representations of words and phrases and their compositionality", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilya", |
| "middle": [], |
| "last": "Sutskever", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [ |
| "S" |
| ], |
| "last": "Corrado", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Dean", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "3111--3119", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Cor- rado, and Jeff Dean. 2013b. Distributed representa- tions of words and phrases and their compositionality. In Proceedings of Advances in neural information pro- cessing systems, pages 3111-3119.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Learning to link with wikipedia", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Milne", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Ian", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Witten", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 17th ACM conference on Information and knowledge management", |
| "volume": "", |
| "issue": "", |
| "pages": "509--518", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Milne and Ian H Witten. 2008. Learning to link with wikipedia. In Proceedings of the 17th ACM con- ference on Information and knowledge management, pages 509-518. ACM.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "An entity linking method for closs-lingual topic extraction from social media (in japanese)", |
| "authors": [ |
| { |
| "first": "Tatsuya", |
| "middle": [], |
| "last": "Nakamura", |
| "suffix": "" |
| }, |
| { |
| "first": "Masumi", |
| "middle": [], |
| "last": "Shirakawa", |
| "suffix": "" |
| }, |
| { |
| "first": "Takahiro", |
| "middle": [], |
| "last": "Hara", |
| "suffix": "" |
| }, |
| { |
| "first": "Shojiro", |
| "middle": [], |
| "last": "Nishio", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of DEIM Forum", |
| "volume": "", |
| "issue": "", |
| "pages": "3--4", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tatsuya Nakamura, Masumi Shirakawa, Takahiro Hara, and Shojiro Nishio. 2015. An entity linking method for closs-lingual topic extraction from social media (in japanese). In Proceedings of DEIM Forum 2015, pages A3-1.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Assigning geographical point 559 information for document via entity linking (in japanese)", |
| "authors": [ |
| { |
| "first": "Seiya", |
| "middle": [], |
| "last": "Osada", |
| "suffix": "" |
| }, |
| { |
| "first": "Keigo", |
| "middle": [], |
| "last": "Suenaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshizumi", |
| "middle": [], |
| "last": "Shogo", |
| "suffix": "" |
| }, |
| { |
| "first": "Kazumasa", |
| "middle": [], |
| "last": "Shoji", |
| "suffix": "" |
| }, |
| { |
| "first": "Tsuneharu", |
| "middle": [], |
| "last": "Yoshida", |
| "suffix": "" |
| }, |
| { |
| "first": "Yasuaki", |
| "middle": [], |
| "last": "Hashimoto", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the Twenty-first Annual Meeting of the Association for Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "4--4", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Seiya Osada, Keigo Suenaga, Yoshizumi Shogo, Kazumasa Shoji, Tsuneharu Yoshida, and Yasuaki Hashimoto. 2015. Assigning geographical point 559 information for document via entity linking (in japanese). In Proceedings of the Twenty-first Annual Meeting of the Association for Natural Language Pro- cessing, pages A4-4.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Local and global algorithms for disambiguation to wikipedia", |
| "authors": [ |
| { |
| "first": "Lev", |
| "middle": [], |
| "last": "Ratinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| }, |
| { |
| "first": "Doug", |
| "middle": [], |
| "last": "Downey", |
| "suffix": "" |
| }, |
| { |
| "first": "Mike", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "1375--1384", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lev Ratinov, Dan Roth, Doug Downey, and Mike Ander- son. 2011. Local and global algorithms for disam- biguation to wikipedia. In Proceedings of ACL, pages 1375-1384. Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Application of geopolitical entity linking on documents", |
| "authors": [ |
| { |
| "first": "Nagata", |
| "middle": [], |
| "last": "Seiya", |
| "suffix": "" |
| }, |
| { |
| "first": "Keigo", |
| "middle": [], |
| "last": "Suenaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshizumi", |
| "middle": [], |
| "last": "Shogo", |
| "suffix": "" |
| }, |
| { |
| "first": "Kazumasa", |
| "middle": [], |
| "last": "Shoji", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshida", |
| "middle": [], |
| "last": "Toruharu", |
| "suffix": "" |
| }, |
| { |
| "first": "Hashimoto", |
| "middle": [], |
| "last": "Kyoakira", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the Twenty-first Annual Meeting of the Association for Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nagata Seiya, Keigo Suenaga, Yoshizumi Shogo, Kazu- masa Shoji, Yoshida ToruHaru, and Hashimoto KyoAkira. 2015. Application of geopolitical entity linking on documents (in japanese). In Proceedings of the Twenty-first Annual Meeting of the Association for Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Extended named entity hierarchy", |
| "authors": [ |
| { |
| "first": "Satoshi", |
| "middle": [], |
| "last": "Sekine", |
| "suffix": "" |
| }, |
| { |
| "first": "Kiyoshi", |
| "middle": [], |
| "last": "Sudo", |
| "suffix": "" |
| }, |
| { |
| "first": "Chikashi", |
| "middle": [], |
| "last": "Nobata", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Satoshi Sekine, Kiyoshi Sudo, and Chikashi Nobata. 2002. Extended named entity hierarchy. In Proceed- ings of LREC.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "A cross-lingual dictionary for english wikipedia concepts", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Valentin", |
| "suffix": "" |
| }, |
| { |
| "first": "Angel X", |
| "middle": [], |
| "last": "Spitkovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "3168--3175", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Valentin I Spitkovsky and Angel X Chang. 2012. A cross-lingual dictionary for english wikipedia con- cepts. In Proceedings of LREC, pages 3168-3175.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Knowledge harvesting from text and web sources", |
| "authors": [ |
| { |
| "first": "Fabian", |
| "middle": [], |
| "last": "Suchanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of Data Engineering (ICDE)", |
| "volume": "", |
| "issue": "", |
| "pages": "1250--1253", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fabian Suchanek and Gerhard Weikum. 2013. Knowl- edge harvesting from text and web sources. In Pro- ceedings of Data Engineering (ICDE), pages 1250- 1253. IEEE.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Modeling mention, context and entity with neural networks for entity disambiguation", |
| "authors": [ |
| { |
| "first": "Yaming", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Duyu", |
| "middle": [], |
| "last": "Tang", |
| "suffix": "" |
| }, |
| { |
| "first": "Nan", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhenzhou", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaolong", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of IJCAI", |
| "volume": "", |
| "issue": "", |
| "pages": "1333--1339", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yaming Sun, Lei Lin, Duyu Tang, Nan Yang, Zhenzhou Ji, and Xiaolong Wang. 2015. Modeling mention, context and entity with neural networks for entity dis- ambiguation. In Proceedings of IJCAI, pages 1333- 1339.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Multi-label classification of wikipedia articles into fine-grained named entity types (in japanese)", |
| "authors": [ |
| { |
| "first": "Masatoshi", |
| "middle": [], |
| "last": "Suzuki", |
| "suffix": "" |
| }, |
| { |
| "first": "Koji", |
| "middle": [], |
| "last": "Matsuda", |
| "suffix": "" |
| }, |
| { |
| "first": "Satoshi", |
| "middle": [], |
| "last": "Sekine", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the Twenty-second Annual Meeting of the Association for Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masatoshi Suzuki, Koji Matsuda, Satoshi Sekine, Naoaki Okazaki, and Kentaro Inui. 2016. Multi-label classi- fication of wikipedia articles into fine-grained named entity types (in japanese). In Proceedings of the Twenty-second Annual Meeting of the Association for Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Embedding entities and relations for learning and inference in knowledge bases", |
| "authors": [ |
| { |
| "first": "Bishan", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Wen-Tau", |
| "middle": [], |
| "last": "Yih", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1412.6575" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bishan Yang, Wen-tau Yih, Xiaodong He, Jianfeng Gao, and Li Deng. 2014. Embedding entities and relations for learning and inference in knowledge bases. arXiv preprint arXiv:1412.6575.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Aida: An online tool for accurate disambiguation of named entities in text and tables", |
| "authors": [ |
| { |
| "first": "Mohamed", |
| "middle": [], |
| "last": "Amir Yosef", |
| "suffix": "" |
| }, |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "Hoffart", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilaria", |
| "middle": [], |
| "last": "Bordino", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Spaniol", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the VLDB Endowment", |
| "volume": "4", |
| "issue": "", |
| "pages": "1450--1453", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohamed Amir Yosef, Johannes Hoffart, Ilaria Bordino, Marc Spaniol, and Gerhard Weikum. 2011. Aida: An online tool for accurate disambiguation of named en- tities in text and tables. Proceedings of the VLDB En- dowment, 4(12):1450-1453.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Entity linking with effective acronym expansion, instance selection, and topic modeling", |
| "authors": [ |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yan", |
| "middle": [ |
| "Chuan" |
| ], |
| "last": "Sim", |
| "suffix": "" |
| }, |
| { |
| "first": "Jian", |
| "middle": [], |
| "last": "Su", |
| "suffix": "" |
| }, |
| { |
| "first": "Chew Lim", |
| "middle": [], |
| "last": "Tan", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of IJCAI", |
| "volume": "2011", |
| "issue": "", |
| "pages": "1909--1914", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wei Zhang, Yan Chuan Sim, Jian Su, and Chew Lim Tan. 2011. Entity linking with effective acronym expan- sion, instance selection, and topic modeling. In Pro- ceedings of IJCAI, volume 2011, pages 1909-1914.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Learning to link entities with knowledge base", |
| "authors": [ |
| { |
| "first": "Zhicheng", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Fangtao", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Minlie", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaoyan", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "483--491", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhicheng Zheng, Fangtao Li, Minlie Huang, and Xiaoyan Zhu. 2010. Learning to link entities with knowledge base. In Proceedings of NAACL, pages 483-491. As- sociation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Exploring linguistic features for named entity disambiguation", |
| "authors": [ |
| { |
| "first": "Shuangshuang", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Canasai", |
| "middle": [], |
| "last": "Kruengkrai", |
| "suffix": "" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "International Journal of Computational Linguistics and Applications", |
| "volume": "5", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shuangshuang Zhou, Canasai Kruengkrai, Naoaki Okazaki, and Kentaro Inui. 2014. Exploring linguis- tic features for named entity disambiguation. Interna- tional Journal of Computational Linguistics and Ap- plications, 5(2):49.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "2 https://stics.mpi-inf.mpg.de/ An Entity Linking system generates and ranks a list of candidate entities for the mention \"IOC\".", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "text": "", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": "A mention snippet in data set.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td/><td>. . } from Wikipedia article</td></tr><tr><td colspan=\"3\">Bag-of-Entity (Be) entities {\"China\", Word Vector BoE similarity between text and Wikipedia article (WV) cosine similarity between sums of word vectors cosine similarity between vector w Entity Vector (EV) cosine similarity between sums of entity vectors cosine similarity between e Paragraph cosine similarity between cosine similarity between paragraph vector for text and</td></tr><tr><td>Vector (PV)</td><td>paragraph vectors</td><td>paragraph vector for Wikipedia article</td></tr><tr><td>Entity Cate-</td><td>word in text is category of</td><td/></tr><tr><td>gory (Cate)</td><td>Wikipedia article</td><td/></tr></table>", |
| "type_str": "table", |
| "text": "\"Olympic\", . . . } in text and {\"Olympic Games\", . . . } in Wikipedia article face + w market + . . . for text and vector w modern +w Olympic +. . . for Wikipedia article China + e Olympic + . . . and e Olympic Games + . . ." |
| }, |
| "TABREF1": { |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "text": "Features for candidate ranking." |
| }, |
| "TABREF2": { |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Original Wikipedia Article</td><td>Article for Training Entity Vectors</td></tr><tr><td/><td>Apple Inc.</td></tr><tr><td>From Wikipedia, the free encyclopedia</td><td>From Wikipedia, the free encyclopedia</td></tr><tr><td>Apple Inc. is an American multinational</td><td><<Apple Inc.>> is an American</td></tr><tr><td>technology company headquartered in</td><td><<Multinational_corporation>><<Technology</td></tr><tr><td>Cupertino, California, that designs, develops,</td><td>_company>> headquartered in</td></tr><tr><td>and sells consumer electronics, computer</td><td><<Cupertino,_California>>, <<California>>,</td></tr><tr><td>software, and online services. Apple was</td><td>that designs, develops, and sells</td></tr><tr><td>founded by Steve Jobs, Steve Wozniak, and</td><td><<consumer electronics>>, <<computer</td></tr><tr><td>Ronald Wayne on April 1, 1976, to develop</td><td>software>>, and online services. <<Apple</td></tr><tr><td>and sell personal computers.</td><td>Inc.>> was founded by <<Steve_Jobs>>,</td></tr><tr><td>\u2026</td><td><<Steve_Wozniak>>, and <<Ronald_</td></tr><tr><td>Mac OS X, based on NeXT's OPENSTEP</td><td>Wayne>> on April 1, 1976, to develop and</td></tr><tr><td>and BSD Unix, was released on March 24,</td><td>sell personal computers.</td></tr><tr><td>2001 after several years of development.</td><td>\u2026</td></tr><tr><td>Aimed at consumers and professionals alike,</td><td><<OS_X>>, based on NeXT's</td></tr><tr><td>Mac OS X aimed to combine the stability,</td><td><<OpenStep>> and</td></tr><tr><td>reliability and security of Unix with the ease of</td><td><<Berkeley_Software_Distribution>>, was</td></tr><tr><td>use afforded by an overhauled user interface.</td><td>released on March 24, 2001 after several</td></tr><tr><td>\u2026</td><td>years of development. Aimed at consumers</td></tr><tr><td/><td>and professionals alike, <<OS_X>>aimed to</td></tr><tr><td/><td>combine the stability, reliability and security of</td></tr><tr><td/><td>Unix with the ease of use afforded by an</td></tr><tr><td/><td>overhauled user interface.</td></tr><tr><td/><td>\u2026</td></tr></table>", |
| "type_str": "table", |
| "text": "Inc." |
| }, |
| "TABREF3": { |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "text": "Performance of candidate generation approaches on NonNIL mentions." |
| }, |
| "TABREF5": { |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Methods</td><td colspan=\"3\">Acc(NonNILs) Acc(NILs) Acc(All)</td></tr><tr><td>Our system</td><td>86.95%</td><td>68.80%</td><td>82.27%</td></tr><tr><td>Jargalsaikhan et al. (2016) Popularity</td><td>-</td><td>-</td><td>53.31%</td></tr><tr><td colspan=\"2\">Jargalsaikhan et al. (2016) Popularity + Class -</td><td>-</td><td>53.26%</td></tr></table>", |
| "type_str": "table", |
| "text": "Performance on NonNILs by incremental feature study." |
| }, |
| "TABREF6": { |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "text": "Comparing the system performance of the proposed method with an unsupervised method." |
| } |
| } |
| } |
| } |