| { |
| "paper_id": "D13-1042", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T16:41:31.285789Z" |
| }, |
| "title": "Joint Bootstrapping of Corpus Annotations and Entity Types", |
| "authors": [ |
| { |
| "first": "Hrushikesh", |
| "middle": [], |
| "last": "Mohapatra", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Siddhanth", |
| "middle": [], |
| "last": "Jain", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Iit", |
| "middle": [], |
| "last": "Bombay", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Soumen", |
| "middle": [], |
| "last": "Chakrabarti", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "soumen@cse.iitb.ac.in" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Web search can be enhanced in powerful ways if token spans in Web text are annotated with disambiguated entities from large catalogs like Freebase. Entity annotators need to be trained on sample mention snippets. Wikipedia entities and annotated pages offer high-quality labeled data for training and evaluation. Unfortunately, Wikipedia features only one-ninth the number of entities as Freebase, and these are a highly biased sample of well-connected, frequently mentioned \"head\" entities. To bring hope to \"tail\" entities, we broaden our goal to a second task: assigning types to entities in Freebase but not Wikipedia. The two tasks are synergistic: knowing the types of unfamiliar entities helps disambiguate mentions, and words in mention contexts help assign types to entities. We present TMI, a bipartite graphical model for joint type-mention inference. TMI attempts no schema integration or entity resolution, but exploits the above-mentioned synergy. In experiments involving 780,000 people in Wikipedia, 2.3 million people in Freebase, 700 million Web pages, and over 20 professional editors, TMI shows considerable annotation accuracy improvement (e.g., 70%) compared to baselines (e.g., 46%), especially for \"tail\" and emerging entities. We also compare with Google's recent annotations of the same corpus with Freebase entities, and report considerable improvements within the people domain.", |
| "pdf_parse": { |
| "paper_id": "D13-1042", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Web search can be enhanced in powerful ways if token spans in Web text are annotated with disambiguated entities from large catalogs like Freebase. Entity annotators need to be trained on sample mention snippets. Wikipedia entities and annotated pages offer high-quality labeled data for training and evaluation. Unfortunately, Wikipedia features only one-ninth the number of entities as Freebase, and these are a highly biased sample of well-connected, frequently mentioned \"head\" entities. To bring hope to \"tail\" entities, we broaden our goal to a second task: assigning types to entities in Freebase but not Wikipedia. The two tasks are synergistic: knowing the types of unfamiliar entities helps disambiguate mentions, and words in mention contexts help assign types to entities. We present TMI, a bipartite graphical model for joint type-mention inference. TMI attempts no schema integration or entity resolution, but exploits the above-mentioned synergy. In experiments involving 780,000 people in Wikipedia, 2.3 million people in Freebase, 700 million Web pages, and over 20 professional editors, TMI shows considerable annotation accuracy improvement (e.g., 70%) compared to baselines (e.g., 46%), especially for \"tail\" and emerging entities. We also compare with Google's recent annotations of the same corpus with Freebase entities, and report considerable improvements within the people domain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Thanks to automatic information extraction and semantic Web efforts, keyword search over unstructured Web text is rapidly evolving toward entityand type-oriented queries (Guo et al., 2009; Pantel et al., 2012) over semi-structured databases such as Wikipedia, Freebase, and other forms of Linked Data.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 188, |
| "text": "(Guo et al., 2009;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 189, |
| "end": 209, |
| "text": "Pantel et al., 2012)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "A key enabling component for such enhanced search capability is a type and entity catalog. This includes a directed acyclic graph of types under the subTypeOf relation between types, and entities attached to one or more types via instanceOf edges.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "YAGO (Suchanek et al., 2007) provides such a catalog by unifying Wikipedia and WordNet, followed by some cleanup.", |
| "cite_spans": [ |
| { |
| "start": 5, |
| "end": 28, |
| "text": "(Suchanek et al., 2007)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Another enabling component is an annotated corpus in which token spans (e.g., the word \"Albert\") are identified as a mention of an entity (e.g., the Physicist Einstein). Equipped with suitable indices, a catalog and an annotated corpus let us find \"scientists who played some musical instrument\", and answer many other powerful classes of queries (Li et al., 2010; Sawant and Chakrabarti, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 347, |
| "end": 364, |
| "text": "(Li et al., 2010;", |
| "ref_id": null |
| }, |
| { |
| "start": 365, |
| "end": 394, |
| "text": "Sawant and Chakrabarti, 2013)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Consequently, accurate corpus annotation has been intensely investigated (Mihalcea and Csomai, 2007; Cucerzan, 2007; Milne and Witten, 2008; Kulkarni et al., 2009; Han et al., 2011; Ratinov et al., 2011; Hoffart et al., 2011) . With two exceptions (Zheng et al., 2012; Gabrilovich et al., 2013) that we discuss later, public-domain corpus annotation work has almost exclusively used Wikipedia and derivatives, partly because Wikipedia provides not only a standardized space of entities, but also reliably labeled mention text within its own documents, which can be used to train machine learning algorithms for entity disambiguation.", |
| "cite_spans": [ |
| { |
| "start": 73, |
| "end": 100, |
| "text": "(Mihalcea and Csomai, 2007;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 101, |
| "end": 116, |
| "text": "Cucerzan, 2007;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 117, |
| "end": 140, |
| "text": "Milne and Witten, 2008;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 141, |
| "end": 163, |
| "text": "Kulkarni et al., 2009;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 164, |
| "end": 181, |
| "text": "Han et al., 2011;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 182, |
| "end": 203, |
| "text": "Ratinov et al., 2011;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 204, |
| "end": 225, |
| "text": "Hoffart et al., 2011)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 248, |
| "end": 268, |
| "text": "(Zheng et al., 2012;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 269, |
| "end": 294, |
| "text": "Gabrilovich et al., 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "However, the high quality of Wikipedia comes at the cost of low entity coverage (4.2 million) and bias toward often-mentioned, richly-connected \"head\" entities. Hereafter, Wikipedia entities are called W . Freebase has fewer editorial controls, but has at least nine times as many entities. This is particularly perceptible for people entities: one needs to be relatively famous to be featured on Wikipedia, but Freebase is less selective. Hereafter, Freebase entities are called F .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "As in any heavy-tailed distribution, even relatively obsecure entities from F \\ W are collectively mentioned a great many times on the Web, and including them in Web annotation is critical, if entityoriented search is to impact the vast number of tail queries submitted to Web search engines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Primary goal -corpus annotation: We have thus established a pressing need to bootstrap from a small entity catalog W (such as Wikipedia entities), and a small reference corpus C W (e.g., Wikipedia text) reliably annotated with entities from W , to a much larger catalog F (e.g., Freebase) , and an opendomain large payload corpus C (e.g., the Web).", |
| "cite_spans": [ |
| { |
| "start": 279, |
| "end": 288, |
| "text": "Freebase)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We can and will use entities in F \u2229 W 1 in the bootstrapping process, but the real challenge is to annotate C with mentions m of entities in F \\ W . Unlike for F \u2229 W , we have no training mentions for F \\ W . Therefore, the main disambiguation signal is from the immediate entity neighborhood N (e) of the candidate entity e in the Freebase graph. I.e., if m also reliably mentions some entity in N (e), then e becomes a stronger candidate. Unfortunately, for many \"tail\" entities e \u2208 F \\ W , N (e) is sparse. Is there hope for annotating the Web with tail entities? Here, we achieve enhanced accuracy for the primary annotation goal by extending it with a related secondary goal.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Secondary goal -entity typing: If we had available a suitable type catalog T with associated entities in W , which in turn have known textual mentions, we can build models of contexts referring to types like chemists, sports people and politicans. When faced with people called John Williams in F \\W , we may first try to associate them with types. This can then help disambiguate mentions to specific instances of John Williams in F \\ W . In principle, useful information may also flow in the reverse direction: words in mention contexts may help assign types to entities in F \\ W . For reasons to be made clear, we choose YAGO (Suchanek et al., 2007) as the type catalog T accompanying entities in W .", |
| "cite_spans": [ |
| { |
| "start": 629, |
| "end": 652, |
| "text": "(Suchanek et al., 2007)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our contributions: We present TMI, a bootstrapping system for solving the two tasks jointly. Apart from matches between the context of m and entity names in N (e), TMI combines and balances evidence from two other sources to decide if e is mentioned at token span m, and has type t:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 a language model for the context in which entities of type t are usually mentioned", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 correlations between t and certain path features generated from N (e).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "TMI uses a novel probabilistic graphical model formulation to integrate these signals. We give a detailed account of our design of node and edge potentials, and a natural reject option (recall/precision tradeoff). We report on extensive experiments using YAGO types, Wikipedia entities and text, Freebase entities, and text from ClueWeb12 2 , a 700-millionpage Web corpus. We focus on all people entities in Wikipedia and Freebase, and provide three kinds of evaluation. First, we evaluate TMI on over 1100 entities in F \u2229 W and 5500 snippets from Wikipedia text, where it visibly improves upon baselines and a recently proposed alternative method (Zheng et al., 2012) . Second, we resort to extensive manual evaluation of annotation on ClueWeb12 Web text with Freebase entities, by professional editors at a commercial search company. TMI again clearly outperforms strong baselines, doing particularly well for nascent or tail entities. TMI improves per-snippet accuracy, for some classes of entities, from 46% to 70%, and pooled F1 score from 66% to 73%. Third, we compare TMI annotations with Google's FACC1 (Gabrilovich et al., 2013) annotations restricted to people; TMI is significantly better. Our annotations and related data can be downloaded from http://www.cse.iit b.ac.in/\u02dcsoumen/doc/CSAW/. To our knowledge, this is among the first reports on extensive human evaluation of machine annotation for F \\ W on a large Web corpus.", |
| "cite_spans": [ |
| { |
| "start": 648, |
| "end": 668, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1111, |
| "end": 1137, |
| "text": "(Gabrilovich et al., 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The vast majority of entity annotation work (Mihalcea and Csomai, 2007; Cucerzan, 2007; Milne and Witten, 2008; Kulkarni et al., 2009; Han et al., 2011; Ratinov et al., 2011; Hoffart et al., 2011) use Wikipedia or derivative knowledge bases. (Ritter et al., 2011) and (Zheng et al., 2012) are notable exceptions. (Ritter et al., 2011) of emerging entities (related to our secondary goal). In concurrent work, (Nakashole et al., 2013) propose integer linear program formulations for inferring types of emerging entities from the way their mentions are embedded in curated relation-revealing phrases. earlier approached the problem using weight propagation in a bipartite graph connecting unknown to known entities via textual relation patterns. Both note that this can boost mention disambiguation accuracy.", |
| "cite_spans": [ |
| { |
| "start": 44, |
| "end": 71, |
| "text": "(Mihalcea and Csomai, 2007;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 72, |
| "end": 87, |
| "text": "Cucerzan, 2007;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 88, |
| "end": 111, |
| "text": "Milne and Witten, 2008;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 112, |
| "end": 134, |
| "text": "Kulkarni et al., 2009;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 135, |
| "end": 152, |
| "text": "Han et al., 2011;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 153, |
| "end": 174, |
| "text": "Ratinov et al., 2011;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 175, |
| "end": 196, |
| "text": "Hoffart et al., 2011)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 242, |
| "end": 263, |
| "text": "(Ritter et al., 2011)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 268, |
| "end": 288, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 313, |
| "end": 334, |
| "text": "(Ritter et al., 2011)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 409, |
| "end": 433, |
| "text": "(Nakashole et al., 2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The closest work to ours is by (Zheng et al., 2012) : they use semisupervised learning to annotate a corpus with Freebase entities. Like (Milne and Witten, 2008) , they depend on unambiguous entity-mention pairs to bootstrap a classifier, then apply it to unlabeled, ambiguous mentions, creating more training data. They use a per-type language model like us ( \u00a73.3), but this is used as a secondary cause for (word) feature generation, supplementing and smoothing entity-specific language models. In contrast, we use a rigorous graphical model to combine new signals, not depending on naturally unambiguous mentions. Finally, in the interest of fully automated evaluation, they limit their experiments to F \u2229 W and Wikipedia corpus, thus differing critically from our human evaluation on F and a Web corpus. (Gabrilovich et al., 2013) have recently released FACC1: annotations of ClueWeb09 and ClueWeb12 with Freebase entities. Their algorithm is not yet public. They report: \"Due to the sheer size of the data, it was not possible to verify all the automatic annotations manually. Based on a small-scale human evaluation, the precision . . . is believed to be around 80-85%. Estimating the recall is of course difficult; however, it is believed to be around 70-85%.\" In \u00a75, we will see that, for people entities, TMI greatly increases recall beyond FACC1, keeping precision unimpaired.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 51, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 137, |
| "end": 161, |
| "text": "(Milne and Witten, 2008)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 809, |
| "end": 835, |
| "text": "(Gabrilovich et al., 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "3 The three signals Fig. 1 shows three Freebase entities mentioned as \"John Williams\" in Web text, represented as nodes with Freebase \"MID\"s e = 0ggbn2k, 03nmvfz, and 0bhbqmm, embedded in their Freebase graph neighborhoods. Owing to larger size and higher flux, Freebase shows less editorial uniformity than Wikipedia. This shows up in missing or nonstandard relation edges. Unlike YAGO, where each entity is attached to one or more types, e = 0bhbqmm does not have a type link. Many people have a link labeled profession, which is a second kind of type link. Entities like e = 0bhbqmm also have small, uninformative graph neighborhoods.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 20, |
| "end": 26, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Also shown are three mention contexts, each represented by the snippet immediately surrounding the mention, and salient words from the documents containing each snippet. (Salient words may be extracted as words that contribute the largest components to the document represented as a TFIDF vector.) (a) shows a favorable but relatively rare case where e = 0ggbn2k has reliable type links. We cannot assume there will be a 1-to-1 correspondence between Freebase and YAGO types, but in \u00a73.2 we will describe how to learn associations between Freebase paths around entities and their YAGO types. The snippet and salient words show reasonable overlap with N (e). In \u00a73.4 we will describe features that characterize such overlap. In (b), e = 03nmvfz is reliably typed, but there is no direct match between N (e) and the snippet. Nevertheless, the snippet can be reliably annotated with 03nmvfz if we can learn associations between types American football player and Athlete (or their approximate YAGO target types) and several context/salient words (see \u00a73.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "3). In (c), e = 0bhbqmm is not reliably typed. However, there are matches between N (e) and context/salient words. Once the snippet-to-entity association is established, it is easier to assign 0bhbqmm to suitable types in YAGO. In this section we will first describe our design of the target type space, and then the tree signals that will be used in our joint inference.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "By typing two people called John Williams as actor and footballer, we may also disambiguate their mentions accurately. Therefore, we need a wellorganized type space where the types \u2022 collectively cover most entities of interest, \u2022 offer reasonable type prediction accuracy, and \u2022 can be selected algorithmically, for any domain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Designing the target type space", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Wikipedia and Freebase have many obscure types like \"people born in 1937\" or \"artists from Ontario\" which satisfy none of the above requirements. YAGO, on the other hand, has a clean hierarchy of over 200,000 types with broad coverage and fine differentiation. Most entities in F \\ W can be accu-if t has < N low = 5000 member entities then reject t from our type space return if t has > N high = 25000 member entities then for each immediate child t \u2282 t do call ChooseTypes(t ) else accept t into our type space (but do not recurse) rately attached to one or more YAGO types. YAGO lists around 37,000 subtypes of person. To satisfy the three requirements above, we called ChooseTypes(person) (Fig. 2) ; this resulted in 130 suitable types being selected. These directly covered 80% of Freebase people; the rest could mostly be attached to slightly over-generic types within our selection.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 693, |
| "end": 701, |
| "text": "(Fig. 2)", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Designing the target type space", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "There will generally not be a simple mapping between Freebase and target types. E.g., entity e may be known as a Mayor in Freebase, but the closest YAGO type may be Politician. Edge and node labels from the Freebase graph neighborhood N (e) can embed many clues for assigning e a target type. E.g., e = 03nmvfz may have an edge labeled playedFor to a node representing the Wikipedia entity Pittsburgh Steelers, which has a type link to NFL team. This two-hop link label sequence would repeat for a large number of players, and can be used as a feature in a classifier. Two further refinements are needed to make this work. First, we have to collect path labels around negative instances we well, and submit positive and negative path labels to a binary classifier to can-cel the effect of frequent but non-informative path types. Second, indiscriminate expansion around e is infeasible because the Freebase graph has very small diameter. Even after substantial pruning, paths of length 3 and 4 reach over 40% and 96% of all nodes (Fig. 3) . This increases computational burden and floods us with noisy and spurious paths. We remedy the problem using an idea from PathRank (Lao and Cohen, 2010) . Instead of trying to explore all paths originating (or terminating) at e, where e may or may not belong to a target type, we focus on paths between e and other known members of the target type.", |
| "cite_spans": [ |
| { |
| "start": 1172, |
| "end": 1193, |
| "text": "(Lao and Cohen, 2010)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1030, |
| "end": 1038, |
| "text": "(Fig. 3)", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Predicting types from entity neighborhood", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "To exploit the second signal, shown in Fig. 1(b) , we need to model the association between target YAGO types and the mention contexts of Wikipedia entities known to belong to those types. This model component is in the same spirit as (Zheng et al., 2012) .", |
| "cite_spans": [ |
| { |
| "start": 235, |
| "end": 255, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 39, |
| "end": 48, |
| "text": "Fig. 1(b)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type \"language model\"", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For each target YAGO type t, we sample positive entities e \u2208 F \u2229 W , and for each e, we collect, from Wikipedia annotated text, a corpus of snippets mentioning e. We remove the mention words and retain the rest. We also collect salient words from the entire Wikipedia document containing the snippet, as shown in Fig. 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 313, |
| "end": 319, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type \"language model\"", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "At this point each target type is associated with a \"corpus\" of contexts, each represented by snippet words. We compute the IDF of all words in this corpus 3 , and then represent each type as a TFIDF vector (Salton and McGill, 1983) . A test context is turned into a similar vector, and its score with respect to t is the cosine between these two vectors. This simple approach was found superior to building a more traditional smoothed multinomial unigram model (Zhai, 2008) for each type. Given the output of this component feeds into an outer discriminative inference mechanism, a strict probabilistic model is not necessary.", |
| "cite_spans": [ |
| { |
| "start": 207, |
| "end": 232, |
| "text": "(Salton and McGill, 1983)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 462, |
| "end": 474, |
| "text": "(Zhai, 2008)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Type \"language model\"", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The third signal is a staple of any disambiguation work: match the occurrence context against the neighborhood in the structured representation. In word sense disambiguation (WSD), support for assigning a word in context to a synset comes from 3 Generic IDF from Wiki text does not work. matches between, say, other words in the context and the WordNet neighborhood of the proposed synset. As in WSD, many approaches to Wikification measure some local consistency between a mention m and the neighborhood N (e) of a candidate entity e. N (e) is again limited by a maximum path length . From snippet m we extract all phrases P (m) excluding the mention words. For each phrase p \u2208 P (m), if p occurs at least once 4 in any node of N (e), then we accumulate a credit of |p| w\u2208p IDF(w), where w ranges over words in p, IDF(w) is its inverse document frequency (Salton and McGill, 1983) in Wikipedia, and |p| is the length of the phrase. This rewards exact phrase matches. Figure 4 abstracts out the signals shown in Figure 1 into a tripartite assignment problem. Each mention like m 1 has to choose at most one entity from among candidate aliasing entities like e and e . Each entity e \u2208 F \\ W has to choose one type (for simplicity we ignore zero or more than one types as possibilities) from candidates like t and t .", |
| "cite_spans": [ |
| { |
| "start": 244, |
| "end": 245, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 856, |
| "end": 881, |
| "text": "(Salton and McGill, 1983)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 968, |
| "end": 976, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 1012, |
| "end": 1020, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Entity neighborhood match with snippet", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "The configuration of thick (green) edges should be preferred to alternative dotted (red) edges under these considerations:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unified model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2022 There is high local affinity or compatibility between e and t, based on associations between t and N (e) as discussed in \u00a73.2. \u2022 There are better textual matches between N (e) and m 1 , as compared to N (e ) and m 1 . \u2022 In aggregate, the non-mention tokens in the context of m 1 , m 2 (shown as gray horizontal lines) match well the language model associated with mentions of entities of type t (rather than t ). We now present a unified model that combines the signals and solves the two proposed tasks jointly. We model two kinds of decision variables, which will be represented by nodes in a graphical model. Associated with each entity e \u2208 F \\ W there is a hidden type variable (node) T e , which can take on a value from (some subset of) the type catalog T . Associated with each mention m (along with its snippet context and all its observable features) there is a hidden entity variable E m , which can take on values from some subset of entities. (For simplicity, we assume that entities in F \u2229 W have already been annotated in the corpus, and no m of interest mentions such entities.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unified model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "0 \u2026 0 t 1 0 t 0 \u2026 t 2 \u03c6 (t 1 ) t 1 \u03c6 (t 0 ) t 0 \u2026 \u03c6 (e 1 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unified model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We will model the probability of a joint assignment of values to T e , E m as log Pr( t, e) = \u03b1 where node log potentials are called \u03c6 e , \u03c6 m , edge log potentials are called \u03c8 e,m , and \u03b1, \u03b2 are tuned constants. The log partition function, written \"const.\" above, will not be of interest in inference, where we will seek to choose t, e to maximize Pr( t, e). In this section, we will design the node and edge log potentials.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Unified model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Each node T e is associated with a node potential table, mapping from possible types in T e to nonnegative potentials. The potential values are supplied from \u00a73.2 as the classifier output scores.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Node log potentials", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Each node E m is associated with a node potential table, mapping from possible entities in E m to nonnegative potentials. The potential values are supplied from \u00a73.4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Node log potentials", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Suppose we assign E m = e, and T e = t. Then we would like the non-mention context words of m to be highly compatible with the type \"language model\" developed in \u00a73.3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Edge log potentials", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "If e is among the set of values E m that E m can take, then nodes T e and E m are joined by an edge. This edge is associated with an edge potential table \u03c8 e,m : T e \u00d7E m \u2192 R + . \u03c8 e,m (\u2022, e ) will be set to zero (cells shaded gray in Fig. 5 ) when e = e . \u03c8 e,m (t, e) is set to the cosine match score described in \u00a73.3.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 235, |
| "end": 241, |
| "text": "Fig. 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Edge log potentials", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "An algorithm may reject many snippets, i.e., refrain from annotating them. This could be because the snippet mentions an entity outside F (and outside W ), or the system wishes to ensure high precision at some cost to recall.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The reject (a.k.a. null, nil, NA, \u22a5) option", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Rejection is modeled by adding, for each snippet m, a pseudo or \"null\" entity \u22a5 m (also called \"no an-notation\" NA, null or nil in the TAC-KBP 5 community). For simplicity, we assume that \u22a5 m and \u22a5 m are incomparable or distinct for m = m . I.e., we do not offer to cluster mentions of unknown entities. These remain separate, unconnected nodes in the (augmented) Freebase graph.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The reject (a.k.a. null, nil, NA, \u22a5) option", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "If we choose E m = \u22a5 m , we get zero credit for matching non-mention text in m to N (\u22a5 m ), because N (\u22a5 m ) = \u2205 and \u00a73.4 has no information to contribute. I.e., we set \u03c6 m (\u22a5 m ) = 0. In general, \u03c6 m (\u2022) \u2265 0, so \u22a5 m gets the lowest possible credit (but this will be modified shortly).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The reject (a.k.a. null, nil, NA, \u22a5) option", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "There is also a type variable T \u22a5m . To what type should we assign \"entity\" \u22a5 m ? Because \u22a5 m has no connections in the Freebase graph, no hint can come from \u00a73.2. Put differently, \u03c6 \u22a5m (t) will be constant (say, zero) for all snippets m and types t.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The reject (a.k.a. null, nil, NA, \u22a5) option", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Even if we do not know the entity mentioned in m, the non-mention text in m will have differential affinity to different types, obtained from \u00a73.3. This means that, if E m = \u22a5 m is chosen, T \u22a5m will be arg max t \u03c8 \u22a5m,m (t, \u22a5 m ), which explains the nonmention words in m using the best available language model associated with some type. For a different entity E m = e 0 and type T e 0 = t assignment to win, \u03b1\u03c6 m (e 0 )+\u03b2\u03c6 e 0 (t)+\u03c8 e 0 ,m (t, e 0 ) must exceed the null score above. This provides a usable recall/precision handle: we modify \u03c6 m (\u22a5 m ) to a tuned number; making it smaller generally gives higher recall and lower precision.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The reject (a.k.a. null, nil, NA, \u22a5) option", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The goal of collective inference will be to assign a type value to each T e and an entity value to each E m . We seek the maximum a-posteriori (MAP) label, for which we use tree-reweighted message passing (TRW-S) (Kolmogorov, 2006) . Our graph has plenty of bipartite cycles, so inference is approximate. Given the sparsity of data, we preferred to delexicalize our objective (1), i.e., avoid word-level features and pre-aggregate their signals via timetested aggregators (such as TFIDF cosine). As a result we have only two free parameters \u03b1, \u03b2 in (1), which we tune via grid search. A more principled training regimen is left for future work.", |
| "cite_spans": [ |
| { |
| "start": 213, |
| "end": 231, |
| "text": "(Kolmogorov, 2006)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inference and training", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "We focus our experiments on one broad type of entities, people, that is more challenging for disambiguators than typical showcase examples of distinguishing (Steve) Jobs from employment and Apple Inc. from fruit.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We report on three sets of experiments. In \u00a75.1, we restrict to entities from F \u2229 W and Wikipedia text, for which ground truth annotation is available. In \u00a75.2, we evaluate TMI and baselines on ClueWeb12 and entities from Freebase, not limited to Wikipedia. In \u00a75.3, we compare TMI with Google's recently published FACC1 annotations (Gabrilovich et al., 2013 For these reasons, the few known systems for Freebase-based annotation (Zheng et al., 2012) are evaluated exclusively on F \u2229 W .", |
| "cite_spans": [ |
| { |
| "start": 333, |
| "end": 358, |
| "text": "(Gabrilovich et al., 2013", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 430, |
| "end": 450, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "People in F \u2229 W are known by one or more mention words/phrases. From these, we collect mention phrases along with the candidate entity set for each phrase. The number of candidates is the phrase's degree of ambiguity. We sort phrases by ambiguity and draw a sample over the ambiguity range. This gives us seed phrases with representative ambiguity. Then we collect all entities mentioned by these phrases. Overall we collect about 1100 entities and 5500 distinct mentions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Seeding and setup", |
| "sec_num": "5.1.1" |
| }, |
| { |
| "text": "Contrast this with (Zheng et al., 2012) , who sample entities from much fewer than 130, and largely well-separated types: professional athletes, academics, actors, films, books, hotels, and tourist attractions. If there were only two namesakes, an actor and a politician, the politician disappears, leaving a naturally unambiguous alias. I.e., (Zheng et al., 2012) did not \"complete\" their entity sets with aliased entities. For all these reasons, Z0 numbers here are not directly comparable to those in their paper.", |
| "cite_spans": [ |
| { |
| "start": 19, |
| "end": 39, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 344, |
| "end": 364, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Seeding and setup", |
| "sec_num": "5.1.1" |
| }, |
| { |
| "text": "The structure of TMI suggests two natural baselines to compare against it. TMI solves two tasks simultaneously: assign types to entities and entities to snippets. So the first baseline, T0, is one that solves the typing task separately, and the second, A0, does snippet annotation separately. A third baseline, Z0, from (Zheng et al., 2012) does only snippet annotation; they do not consider typing entities.", |
| "cite_spans": [ |
| { |
| "start": 320, |
| "end": 340, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tasks and baselines", |
| "sec_num": "5.1.2" |
| }, |
| { |
| "text": "While evaluating types output by TMI and T0 against ground truth, we may wish to assign partial credit for overlapping types, e.g., athlete vs. soccer player, because our types form an incomplete hierarchy. We use the standard \"M&W\" score of semantic similarity between types (Milne and Witten, 2008) for this.", |
| "cite_spans": [ |
| { |
| "start": 276, |
| "end": 300, |
| "text": "(Milne and Witten, 2008)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tasks and baselines", |
| "sec_num": "5.1.2" |
| }, |
| { |
| "text": "As regards snippet annotation, Z0 (Zheng et al., 2012) does not specify any mechanism for handling \u22a5. Therefore we run two sets of experiments. In one we eliminate all snippets with ground truth \u22a5. A0, and TMI are also debarred from returning \u22a5 for any snippet. In the other, snippets marked \u22a5 in ground truth are included. A0 and TMI are enabled to return \u22a5, but Z0 cannot. TMI A0 Z0 0/1 snippet accuracy 0.827 0.699 0.627 Fig. 6 shows snippet annotation accuracy (fraction of snippets labeled with the correct entity) when \u22a5 is not allowed as an entity. As two uninformed refernces, uniform random choice gives an accuracy of 0.423 and choosing the entity with the largest prior gives an accuracy of 0.767. TMI is considerably better than A0, which is better than Z0 and the uninformed references. This is despite training Z0's per-type topic models not only on unambiguous snippets, but also on a disjoint fraction of F \u2229W , as a surrogate for Wikipedia's containment in Freebase. Fig. 7 repeats the experiment while allowing \u22a5. Here, in 0/1 accuracy, \u22a5 is regarded as just another entity. Again, we see that TMI has a clear advantage. Z0's performance here is worse than in (Zheng et al., 2012) . This is explained by our much larger and difficult-to-separate type system.", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 54, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1178, |
| "end": 1198, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 424, |
| "end": 430, |
| "text": "Fig. 6", |
| "ref_id": null |
| }, |
| { |
| "start": 984, |
| "end": 990, |
| "text": "Fig. 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Tasks and baselines", |
| "sec_num": "5.1.2" |
| }, |
| { |
| "text": "We disaggregate the summary results into buckets, shown in Fig. 8 . Each bucket covers a range of degrees of entity nodes in Freebase, while roughly balacing the number of snippets in each bucket. TMI generally shows larger gains for low-degree buckets.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 65, |
| "text": "Fig. 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Snippet annotation results", |
| "sec_num": "5.1.3" |
| }, |
| { |
| "text": "We also compared the type inference accuracy of TMI and T0; (Zheng et al., 2012) do not infer types. The summary is in Fig. 9 . Two uninformed baselines are worth mentioning. Uniform random choice over 130 types gave only 2% accuracy. Chossing the type with largest prior probability gave 28.2% accuracy. TMI is much better, but offers no significant benefit (or degradation) compared to T0. We verified, partly by way of debugging, that there do exist entities e with small degree but a modest number of assigned snippets, for which snippet-to-N (e) matches angus mcdonald, chris robinson, christopher henry, elizabeth provide a boost to type prediction accuracy (about 50%), as compared to T0 (about 20% for these instances). Therefore, the flow of information between type and entity assignments is, in principle, bidirectional, in the regime of such entities.", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 80, |
| "text": "(Zheng et al., 2012)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 119, |
| "end": 125, |
| "text": "Fig. 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type prediction results", |
| "sec_num": "5.1.4" |
| }, |
| { |
| "text": "Recall our main goal is to annotate payload corpus C with entities in all of F . Experience with F \u2229 W and C W may not be representative of F and C. Entities in F \\ W may not come with reference mentions, and their type and entity neighborhoods may be sparse. Furthermore, compared to the closed world of F \u2229 W , evaluating TMI and baselines over C and F \\ W is challenging. Entities in F \\ W do not have ground truth types in the type catalog T (here, YAGO), nor snippets labeled by humans as mentioning them. Therefore, we need human editorial judgment, which is scarce. Even though TMI can be applied at Web scale, the scale if evaluation is limited by editorial input.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Payload corpus C with entities in F", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "There are about 2.3 million Freebase entities connected to /people/person via type links. Similar to \u00a75.1.1, we chose phrases (Fig. 10) with diverse degree of ambiguity (Fig. 11) , to seed confusion clusters. Then we completed the clusters by including aliased entities, as before, so as not to artifically reduce the degree of ambiguity. Note that entities in W can and do contend with entities in F \\ W . The cluster size distribution is shown in Fig. 12 . Limited by editorial budget, we finished with 634 entities, 238 distinct aliases and 4,500 snippets.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 126, |
| "end": 135, |
| "text": "(Fig. 10)", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 169, |
| "end": 178, |
| "text": "(Fig. 11)", |
| "ref_id": null |
| }, |
| { |
| "start": 449, |
| "end": 456, |
| "text": "Fig. 12", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Seeding and data setup", |
| "sec_num": "5.2.1" |
| }, |
| { |
| "text": "We used the 700-million-page ClueWeb12 Web corpus. All phrases in the expanded clusters are loaded into a trie used by a map-reduce job to extract documents, then snippets, from the corpus. Some phrases in Figs. 10 and 11 have overwhelming numbers of pages with matches. In production, we naturally want all of them to be annotated. But human editorial judgment being the bottleneck, we sampled 50% or 50,000 snippets, whichever was smaller. Starting with about 752,450 pages, we ran the Stanford NER (Finkel et al., 2005) to mark person spans. Pages with fewer than five non-person tokens per person were discarded; this effectively discarded long list pages without any informative text to disambiguate anyone, and left us with 574,135 pages. From these we collected 304,309 snippets where the mention phrase is marked by the NER as a person. Each seed phrase leads to one cluster on which TMI and A0 are run. Note that \u22a5 must be allowed on the open Web.", |
| "cite_spans": [ |
| { |
| "start": 501, |
| "end": 522, |
| "text": "(Finkel et al., 2005)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Seeding and data setup", |
| "sec_num": "5.2.1" |
| }, |
| { |
| "text": "Finally, for each algorithm, about 634 entity-type and about 4500 snippet-entity assignments are randomly sampled and sent to 20 editors in a commercial search engine company, who judged each assignment as correct or incorrect, without knowing which algorithm produced the annotation, to avoid bias. Because the editors are trained professionals (unlike Mechanical Turks), we increased our evaluation coverage by having each type or entity assignment reviewed by one editor. Pooling: Ideally, editors can be asked to find the best type or entity for each entity or snippet, but, given the size and diversity of Freebase, the cognitive burden would be unacceptable. In the Wikipedia corpus C W , a snippet marked \u22a5 (no entity) by an algorithm can be judged a loss of recall if Wikipedia ground truth annotates it with an entity. Unfortunately, this is no longer practical for Web corpus C, because 8,217 snippets marked \u22a5 would have to be manually inspected and compared with a large number of candidate entities in Freebase. Therefore, we adopt pooling as in TREC. (Although the pool is small, A0 has very high recall.) Recall is evaluated with respect to the union of snippets annoted with a non-\u22a5 entity by at least one competing algorithm, with agreement in case of more than one. 0/1 Type accuracy: Editors judged each proposed type as correct or not. Unlike in \u00a75.1, where the true and proposed types could be compared via M&W (Milne and Witten, 2008) , they could not be asked to objectively estimate relatedness between types. Therefore we present only their reported posthoc 0/1 accuracy for types: T0 and TMI have 0/1 type accuracy of 0.828 and 0.818.", |
| "cite_spans": [ |
| { |
| "start": 1432, |
| "end": 1456, |
| "text": "(Milne and Witten, 2008)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Editorial judgment", |
| "sec_num": "5.2.2" |
| }, |
| { |
| "text": "Given the large gap between TMI and Z0 in the easier setup in \u00a75.1, we no longer consider Z0, and instead focus on TMI vs. A0. The summary comparison of A0 vs. TMI is shown in Fig. 13 . Here TMI's absolute gains in 0/1 accuracy and F1 are even larger than in \u00a75.1. To understand TMI's performance across a diversity of Freebase entity nodes e, as a function of 1. the size and richness of N (e), and 2. the number of snippets claimed to mention e, we disaggregate the data of Fig. 13 consecutive degrees, roughly balancing the number of snippets per bucket, as shown in Fig. 14 . At the very low end of almost disconnected entity nodes, no algorithm does very well, because these entities are also hardly ever mentioned. When the entity is popular and well-connected, TMI's benefits are relatively modest. TMI's gains are best in the mid-range of degrees. The gap narrows for large-degree nodes, which is expected.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 176, |
| "end": 183, |
| "text": "Fig. 13", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 476, |
| "end": 483, |
| "text": "Fig. 13", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 570, |
| "end": 577, |
| "text": "Fig. 14", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Snippet annotation results", |
| "sec_num": "5.2.3" |
| }, |
| { |
| "text": "After collecting our pool of snippets as in \u00a75.2.2, we consulted FACC1 (Gabrilovich et al., 2013) , and passed on FACC1 annotations to our editors. As before, the identity of the algorithm was concealed.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 97, |
| "text": "(Gabrilovich et al., 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison with FACC1", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "Results are shown in Fig. 15 . In a large 40% of cases, TMI labels correctly while FACC1 backs off. The converse, where FACC1 backs off and TMI makes a mistake, is about half as frequent. These preliminary numbers suggest that TMI is able to push recall beyond FACC1 while also giving better precision.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 21, |
| "end": 28, |
| "text": "Fig. 15", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Comparison with FACC1", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "We presented a formal model for bootstrapping from YAGO types and entities annotated in Wikipedia to two tasks, 1. annotating Web snippets with Freebase entities, and 2. associating Freebase entities with YAGO types. We presented TMI, a system to solve the two tasks jointly. Experiments show that TMI's snippet annotation accuracy, especially for relatively weakly-connected Freebase entities, is superior to baselines. We aim to extend from people to all major Freebase categories, and larger Web crawls.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "With F =Freebase and W =Wikipedia, F \u2229W \u2248 W but not quite; W \\ F is small but non-empty.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://lemurproject.org/clueweb12/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Incorporating term frequency often polluted the score.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.nist.gov/tac/2013/KBP/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We are grateful to Shrikant Naidu, Muthusamy Chelliah, and the editors from Yahoo! for their generous support. Shashank Gupta helped process FACC1 data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgment:", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Large-scale named entity disambiguation based on Wikipedia data", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Cucerzan", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "EMNLP Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "708--716", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Cucerzan. 2007. Large-scale named entity disam- biguation based on Wikipedia data. In EMNLP Con- ference, pages 708-716.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Incorporating non-local information into information extraction systems by Gibbs sampling", |
| "authors": [ |
| { |
| "first": "Jenny", |
| "middle": [ |
| "Rose" |
| ], |
| "last": "Finkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Trond", |
| "middle": [], |
| "last": "Grenager", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "ACL Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "363--370", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jenny Rose Finkel, Trond Grenager, and Christopher Manning. 2005. Incorporating non-local informa- tion into information extraction systems by Gibbs sam- pling. In ACL Conference, pages 363-370.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "FACC1: Freebase annotation of ClueWeb corpora", |
| "authors": [ |
| { |
| "first": "Evgeniy", |
| "middle": [], |
| "last": "Gabrilovich", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Ringgaard", |
| "suffix": "" |
| }, |
| { |
| "first": "Amarnag", |
| "middle": [], |
| "last": "Subramanya", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Evgeniy Gabrilovich, Michael Ringgaard, and Amarnag Subramanya. 2013. FACC1: Freebase annotation of ClueWeb corpora. http://lemurproject.or g/clueweb12/, June. Version 1 (Release date 2013- 06-26, Format version 1, Correction level 0).", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Named entity recognition in query", |
| "authors": [ |
| { |
| "first": "Jiafeng", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Gu", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Xueqi", |
| "middle": [], |
| "last": "Cheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Hang", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "SIGIR Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "267--274", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jiafeng Guo, Gu Xu, Xueqi Cheng, and Hang Li. 2009. Named entity recognition in query. In SIGIR Confer- ence, pages 267-274. ACM.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Collective entity linking in Web text: A graph-based method", |
| "authors": [ |
| { |
| "first": "Xianpei", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "Le", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "SIGIR Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "765--774", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xianpei Han, Le Sun, and Jun Zhao. 2011. Collective entity linking in Web text: A graph-based method. In SIGIR Conference, pages 765-774.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "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": "EMNLP Conference", |
| "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 EMNLP Conference, pages 782-792, Edinburgh, Scotland, UK, July. SIGDAT.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Convergent treereweighted message passing for energy minimization", |
| "authors": [ |
| { |
| "first": "Vladimir", |
| "middle": [], |
| "last": "Kolmogorov", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "IEEE PAMI", |
| "volume": "28", |
| "issue": "10", |
| "pages": "1568--1583", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vladimir Kolmogorov. 2006. Convergent tree- reweighted message passing for energy minimization. IEEE PAMI, 28(10):1568-1583, October.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "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": "SIGKDD Conference", |
| "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 SIGKDD Confer- ence, pages 457-466.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Enti-tyEngine: Answering entity-relationship queries using shallow semantics", |
| "authors": [ |
| { |
| "first": "Ni", |
| "middle": [], |
| "last": "Lao", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "CIKM, October. (demo)", |
| "volume": "81", |
| "issue": "", |
| "pages": "53--67", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ni Lao and William W. Cohen. 2010. Relational re- trieval using a combination of path-constrained ran- dom walks. Machine Learning, 81(1):53-67, October. Xiaonan Li, Chengkai Li, and Cong Yu. 2010. Enti- tyEngine: Answering entity-relationship queries using shallow semantics. In CIKM, October. (demo).", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "No noun phrase left behind: detecting and typing unlinkable entities", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Mausam", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "EMNLP Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "893--903", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas Lin, Mausam, and Oren Etzioni. 2012. No noun phrase left behind: detecting and typing unlinkable en- tities. In EMNLP Conference, pages 893-903.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Wikify!: linking documents to encyclopedic knowledge", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Csomai", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "CIKM", |
| "volume": "", |
| "issue": "", |
| "pages": "233--242", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R Mihalcea and A Csomai. 2007. Wikify!: linking doc- uments to encyclopedic knowledge. In CIKM, pages 233-242.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "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": "CIKM", |
| "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 CIKM, pages 509-518.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Fine-grained semantic typing of emerging entities", |
| "authors": [ |
| { |
| "first": "Ndapandula", |
| "middle": [], |
| "last": "Nakashole", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomasz", |
| "middle": [], |
| "last": "Tylenda", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "ACL Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ndapandula Nakashole, Tomasz Tylenda, and Gerhard Weikum. 2013. Fine-grained semantic typing of emerging entities. In ACL Conference.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Mining entity types from query logs via user intent modeling", |
| "authors": [ |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Pantel", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Gamon", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "ACL Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "563--571", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Patrick Pantel, Thomas Lin, and Michael Gamon. 2012. Mining entity types from query logs via user intent modeling. In ACL Conference, pages 563-571, Jeju Island, Korea, July.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Local and global algorithms for disambiguation to Wikipedia", |
| "authors": [ |
| { |
| "first": "Lev", |
| "middle": [], |
| "last": "Ratinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "ACL Conference, ACL/HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "1375--1384", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lev Ratinov, Dan Roth, Doug Downey, and Mike An- derson. 2011. Local and global algorithms for disambiguation to Wikipedia. In ACL Conference, ACL/HLT, pages 1375-1384, Portland, Oregon.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Named entity recognition in tweets: an experimental study", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Sam", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "Mausam", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "EMNLP Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "1524--1534", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan Ritter, Sam Clark, Mausam, and Oren Etzioni. 2011. Named entity recognition in tweets: an exper- imental study. In EMNLP Conference, pages 1524- 1534, Edinburgh, UK. ACL.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Introduction to Modern Information Retrieval", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Salton", |
| "suffix": "" |
| }, |
| { |
| "first": "M J", |
| "middle": [], |
| "last": "Mcgill", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G Salton and M J McGill. 1983. Introduction to Modern Information Retrieval. McGraw-Hill.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Learning joint query interpretation and response ranking", |
| "authors": [ |
| { |
| "first": "Uma", |
| "middle": [], |
| "last": "Sawant", |
| "suffix": "" |
| }, |
| { |
| "first": "Soumen", |
| "middle": [], |
| "last": "Chakrabarti", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "WWW Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Uma Sawant and Soumen Chakrabarti. 2013. Learn- ing joint query interpretation and response ranking. In WWW Conference, Brazil.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "YAGO: A core of semantic knowledge unifying WordNet and Wikipedia", |
| "authors": [ |
| { |
| "first": "Fabian", |
| "middle": [ |
| "M" |
| ], |
| "last": "Suchanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Gjergji", |
| "middle": [], |
| "last": "Kasneci", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "WWW Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "697--706", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fabian M. Suchanek, Gjergji Kasneci, and Gerhard Weikum. 2007. YAGO: A core of semantic knowl- edge unifying WordNet and Wikipedia. In WWW Con- ference, pages 697-706. ACM Press.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Statistical language models for information retrieval: A critical review. Foundations and Trends in Information Retrieval", |
| "authors": [ |
| { |
| "first": "Chengxiang", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "137--213", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "ChengXiang Zhai. 2008. Statistical language models for information retrieval: A critical review. Founda- tions and Trends in Information Retrieval, 2(3):137- 213, March.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Entity disambiguation with Freebase", |
| "authors": [ |
| { |
| "first": "Zhicheng", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiance", |
| "middle": [], |
| "last": "Si", |
| "suffix": "" |
| }, |
| { |
| "first": "Fangtao", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Edward", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaoyan", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Web Intelligence Conference, WI-IAT '12", |
| "volume": "", |
| "issue": "", |
| "pages": "82--89", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhicheng Zheng, Xiance Si, Fangtao Li, Edward Y. Chang, and Xiaoyan Zhu. 2012. Entity disambigua- tion with Freebase. In Web Intelligence Conference, WI-IAT '12, pages 82-89.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "text": "Procedure ChooseTypes(t).", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "text": "Freebase has small diameter despite graph thinning. Prune1 removes paths from the whole Freebase graph that pass through nodes /user/root and /common/topic, Prune2 also removes node /people/person, and Prune3 removes several other high degree hubs.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": "Tripartite assignment problem.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "text": "Illustration of the proposed bipartite graphical model, with tables for node and edge potentials and synthetic \u22a5-entity nodes to implement the reject option.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "uris": null, |
| "text": "m (t e , e m ) \u2212 const.,(1)", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF6": { |
| "uris": null, |
| "text": "Snippet annotation on C W corpus, F \u2229W entities, \u22a5 not allowed. Snippet annotation on C W corpus, F \u2229W entities, \u22a5 allowed.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF7": { |
| "uris": null, |
| "text": "Bucketed comparison between TMI and baselines, F \u2229 W , \u22a5 allowed. Type inference, C W corpus, F \u2229 W entities.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF8": { |
| "uris": null, |
| "text": "Seed mentions for confusion clusters for Web corpus C and entities in F .", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF9": { |
| "uris": null, |
| "text": "Ambiguity distribution for Web corpus C. Unambiguous names are usually fully expanded and very rare, if at all present, in evaluated snippets. Confusion cluster size distribution for Web corpus C.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "content": "<table><tr><td>).</td></tr><tr><td>5.1</td></tr></table>", |
| "html": null, |
| "num": null, |
| "text": "Reference corpus C W with F \u2229 W entities Limited to people, |F | = 2323792, |W | = 807381, |F \\ W | = 1544942, and |F \u2229 W | = 778850. It is easiest to evaluate TMI and others on Wikipedia entities. They have known YAGO types. Wikipedia text has explicit (disambiguated) entity annotations.", |
| "type_str": "table" |
| } |
| } |
| } |
| } |