| { |
| "paper_id": "2020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T06:35:08.329875Z" |
| }, |
| "title": "Tweeki: Linking Named Entities on Twitter to a Knowledge Graph", |
| "authors": [ |
| { |
| "first": "Bahareh", |
| "middle": [], |
| "last": "Harandizadeh", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of California Irvine", |
| "location": { |
| "postCode": "92617", |
| "region": "CA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of California Irvine", |
| "location": { |
| "postCode": "92617", |
| "region": "CA" |
| } |
| }, |
| "email": "sameer@uci.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "To identify what entities are being talked about in tweets, we need to automatically link named entities that appear in tweets to structured KBs like WikiData. Existing approaches often struggle with such short, noisy texts, or their complex design and reliance on supervision make them brittle, difficult to use and maintain, and lose significance over time. Further, there is a lack of a large, linked corpus of tweets to aid researchers, along with lack of gold dataset to evaluate the accuracy of entity linking. In this paper, we introduce (1) Tweeki, an unsupervised, modular entity linking system for Twitter, (2) Tweeki-Data, a large, automatically-annotated corpus of Tweets linked to entities in WikiData, and (3) TweekiGold, a gold dataset for entity linking evaluation. Through comprehensive analysis, we show that Tweeki is comparable to the performance of recent state-of-the-art entity linkers models, the dataset is of high quality, and a use case of how the dataset can be used to improve downstream tasks in social media analysis (geolocation prediction).", |
| "pdf_parse": { |
| "paper_id": "2020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "To identify what entities are being talked about in tweets, we need to automatically link named entities that appear in tweets to structured KBs like WikiData. Existing approaches often struggle with such short, noisy texts, or their complex design and reliance on supervision make them brittle, difficult to use and maintain, and lose significance over time. Further, there is a lack of a large, linked corpus of tweets to aid researchers, along with lack of gold dataset to evaluate the accuracy of entity linking. In this paper, we introduce (1) Tweeki, an unsupervised, modular entity linking system for Twitter, (2) Tweeki-Data, a large, automatically-annotated corpus of Tweets linked to entities in WikiData, and (3) TweekiGold, a gold dataset for entity linking evaluation. Through comprehensive analysis, we show that Tweeki is comparable to the performance of recent state-of-the-art entity linkers models, the dataset is of high quality, and a use case of how the dataset can be used to improve downstream tasks in social media analysis (geolocation prediction).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Popularity and steady increase in adoption of social media makes it a ripe domain for understanding and analyzing world events, with Twitter as one of the largest social media platforms. As a result, tweets now have become a rich source of information, and Twitter analysis has been widely applied for many applications such as trend detection (Lau et al., 2012) , opinion mining (Pak and Paroubek, 2010) , election politics (Conover et al., 2011) , and many others. However, short length of the text, casual and error-prone writing style, and evolving topics over time is extremely challenging for existing text analysis tools (Derczynski et al., 2015) .", |
| "cite_spans": [ |
| { |
| "start": 344, |
| "end": 362, |
| "text": "(Lau et al., 2012)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 380, |
| "end": 404, |
| "text": "(Pak and Paroubek, 2010)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 425, |
| "end": 447, |
| "text": "(Conover et al., 2011)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 628, |
| "end": 653, |
| "text": "(Derczynski et al., 2015)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One of the common approaches is to bridge the gap between unstructured text (e.g. a tweet) and let's go to california for the Disney internship structured, machine-readable knowledge bases (e.g. Wikidata) using entity linking (EL) that grounds named mentions to a unique, real-world entity, i.e., an entry in the knowledge base (see Figure 1 for an example). Entity linking has been widely applied in natural language processing (Ling et al., 2015; Gupta et al., 2017; Raiman and Raiman, 2018; Radhakrishnan et al., 2018) on domains including news, biographical text, movie/show plots, amongst others. Although entity linking has been used in social media applications as well (Miyazaki et al., 2018; Dai et al., 2018) , it is much less common.", |
| "cite_spans": [ |
| { |
| "start": 429, |
| "end": 448, |
| "text": "(Ling et al., 2015;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 449, |
| "end": 468, |
| "text": "Gupta et al., 2017;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 469, |
| "end": 493, |
| "text": "Raiman and Raiman, 2018;", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 494, |
| "end": 521, |
| "text": "Radhakrishnan et al., 2018)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 677, |
| "end": 700, |
| "text": "(Miyazaki et al., 2018;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 701, |
| "end": 718, |
| "text": "Dai et al., 2018)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 333, |
| "end": 341, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There are a number of reasons by existing entity linking systems are not commonly used for social media analysis. One of the primary concerns is that many of the existing entity linking systems are supervised (Yosef et al., 2011; Ganea and Hofmann, 2017) , which not only makes them suitable for the domains they are trained on (Meij et al., 2012) , but also makes them excessively reliant on context around the mention. For these reasons, supervised EL systems tend to be inaccurate on noisy and short text (Cornolti et al., 2013) . Even unsupervised systems are heavily-engineered and complex in nature (Kulkarni et al., 2009) , containing rules, obso-lete lexicons, low coverage KBs, heuristic scoring, etc., making them difficult to maintain, extend, and adapt. This is especially a problem for social media where relevant (and new) entities, writing styles, and vocabulary change completely and frequently. Finally, we currently lack linked datasets to use for social media analysis, such as manually annotated data to evaluate, compare, and benchmark these entity linking systems. These shortcomings need to be addressed before entity linking can be used widely for social media analysis.", |
| "cite_spans": [ |
| { |
| "start": 209, |
| "end": 229, |
| "text": "(Yosef et al., 2011;", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 230, |
| "end": 254, |
| "text": "Ganea and Hofmann, 2017)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 328, |
| "end": 347, |
| "text": "(Meij et al., 2012)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 508, |
| "end": 531, |
| "text": "(Cornolti et al., 2013)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 605, |
| "end": 628, |
| "text": "(Kulkarni et al., 2009)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we propose Tweeki, a system and resource for entity linking Twitter to WikiData, that addresses the above challenges. The Tweeki entity linking pipeline is unsupervised, simple, and modular, thus mitigating the problems arising from the supervised setup and complexity design. The pipeline components are chosen based on their performance on short, noisy texts, and can be easily extended with more/new entities and improved taggers. Further, we use WikiData 1 as the KB, benefiting from regular updates and higher coverage compared to Wikipedia and other KBs. We run the Tweeki system on a large collection of tweets to provide the first large, automatically-linked corpus of tweets, that we call TweekiData. Finally, we also manually annotate a small set of tweets to provide gold annotations for entity links to create the TweekiGold dataset, which can be used to evaluate and compare entity linking systems on social media text. The implementation of Tweeki, and the accompanying datasets (TweekiData and TweekiGold) are available publicly 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We provide a comprehensive evaluation of the pipeline, using the manually annotated TweekiGold data and other tweet-based datasets. We show that Tweeki performs comparably to leading sophisticated entity linking systems and proposed models for NEEL2016 challenge (Radovanovic et al., 2016) . Further, we carry out analysis on mention extraction and candidate generation for different types of mentions, and show the variety and diversity of mentions and entities that get linked. Finally, as a potential downstream application of Tweeki, we develop a preliminary model for geolocation prediction from tweet text, and show that leveraging Tweeki leads to increased the accuracy of such systems for social media analysis. ", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 289, |
| "text": "(Radovanovic et al., 2016)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this section we propose a simple, unsupervised entity linker called Tweeki that, as we will show later, performs similar to the state of the art. First, we introduce the task definition and some assumptions that we made to build Tweeki, then describe the pipeline components in more detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tweeki Entity Linking Pipeline", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Given a tweet T, the end-to-end linking task is to provide a set of segmented mentions with their associated entities:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Task and Pipeline Overview", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "T \u2192 {(m i , l i )}. A mention (m i )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Task and Pipeline Overview", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "refers to a span of tokens in the tweet that refers to an entity, and an entity (l i ) refers to an item of a knowledge base (here, Wikidata unique ID). We exclude the so-called NIL entities in our setup, i.e. mentions of entities that do not appear in the KB. The Tweeki pipeline consists of three modules, shown in Figure 2 . Starting from taking raw text of the tweet as input, Tweeki first extracts the mentions and assigns each an entity type. Then, for each identified mention, Tweeki generates a set of candidate entities (with corresponding scores based on prior probability). Finally, after type compatibility-based filtering, a candidate entity (remaining one with the maximum score) is selected as the predicted link. Since we are primarily interested in WikiData, we make certain assumptions that are only relevant for that KB, such as existence of aliases for most of the entities, being able to infer coarse-grained entity types for them (T NER = {PER, LOC, ORG, MISC}), and others that we mention in text.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 317, |
| "end": 325, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Task and Pipeline Overview", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Extracting mentions (contiguous spans of tokens) to be linked from the tweet is the first step of any entity linking pipeline. We focus on named entity linking in this work, and thus our mentions are similar to the standard task of named entity recognition (NER) in natural language processing. To support easy extensibility and deployment, we use an off-the-shelf NER systems released as part of Al-lenNLP library (Gardner et al., 2017) . We compare against other NER systems to make this decision, which we present in the results. Further, we were concerned about the accuracy of these newswire trained taggers on the short and noisy tweets, however, as we will see later, they were fairly accurate on the standard NER metrics. The mention extraction module thus returns a list of mentions with associated types, i.e. {(m i , t i )} where t i \u2208 T NER . Although we do not use contextual embeddings in the rest of the pipeline (which links each mention independently), the NER model uses contextual representation to identify the mentions and types, thus provides much of their benefit.", |
| "cite_spans": [ |
| { |
| "start": 415, |
| "end": 437, |
| "text": "(Gardner et al., 2017)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mention Extraction", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Given a mention m i , we use the KB itself to produce a set of candidate entities, with associated scores, that will allow us to estimate the conditional probability p(c|m i ). In current literature, there are primarily two ways to generate such candidates:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "(1) Crosswiki links, i.e. a web crawl that aggregates anchor links to Wikipedia entities (Ling et al., 2015) , and (2) Intrawiki links: i.e. doing the same within Wikipedia (Ratinov et al., 2011) . We use the latter approach since it is much easier to maintain and update over time. To adapt Intrawiki links to the WikiData KB, we use the existing links between Wikipedia and WikiData entities to gather all the entity aliases and number of time each alias is used in Wikipedia for the entity. The candidate generation module thus returns a set of scored candidates for each mention, i.e. {(m i , C i )} where ", |
| "cite_spans": [ |
| { |
| "start": 89, |
| "end": 108, |
| "text": "(Ling et al., 2015)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 173, |
| "end": 195, |
| "text": "(Ratinov et al., 2011)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "C i = {(c j , p(c j |m i )},", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "where c j are candidate entities to link the mentions. See Figure 2 for an example (we omit the probabilities for clarity). Note that candidate generation ignores the context (rest of the tweet), and thus is far from optimal. However, when combined with entity type filtering (next), the \"prior\" probabilities often produce the correct links, as we will show in the experiments.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 67, |
| "text": "Figure 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "As a motivating example, consider the following tweet: \"Syracuse and Pitt in the #ACC\". In general, \"Syracuse\" may refer to a name of a city, or a name of an American basketball team, with a lower prior probability for the latter. However, by applying contextual information( e.g \"#ACC\"), the basketball team seems more appropriate. As a result, an entity linking system should have a mechanism to promote more contextually consistent candidates, while lowering the score of the others. We incorporate this intuition by filtering the prior probability computed during candidate generation (p(c j |m i )), the notion of entity types of the candidates (t j \u2208 T NER , for every c j ), and the type of each mention (t i \u2208 T NER for each m i ). For extracting the entity type (t j ), we use the P31: Instance Of relation from the WikiData ontology to find unique entity types, and manually categorize all types that occure more than 100 times (2098 types) into the four types in T NER . We show the occurence frequency of the top-20 types in Figure 3 , along with the coarse-grained types they are assigned (e.g. Human's assigned type is PER, Film is MISC, River is LOC, and Business is ORG). For example Obama (Q76) is Instance Of (P31) Human and Human's assigned type is PER, so Q67 entity type is PER.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1037, |
| "end": 1045, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Incorporating Entity Types", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "Mathematically, we assume p(c j |m i , t i , T ) = p(c j |m i , t i ), where T denotes the tweet containing this mention, as we assume the candidate c j and the tweet context are conditionally independent if both the mention and the mention type are given. Then we assign zero probabilities to all candidate where t j t i 3 , and renormalize the probabilities of the remaining candidates to obtain the final probabilityp(c j |m i ). Although we pick the entity for each mention by picking the maximum score, l i = arg max c j \u2208C ip (c j |m i ), we still renormalize to produce a valid confidence in the link. Returning to the above example, if NER assigns LOC to Syracuse, then we filter candidates to only be LOC type (e.g Q128069-city name), and similarly restrict to MISC types if that is assigned by NER (e.g Q15718182-basketball team).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Incorporating Entity Types", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "In this section, we will describe TweekiData, a massive automatically-linked corpus created by running Tweeki on a number of source datasets (3.1). We also introduce TweekiGold, a small, manuallyannotated dataset for measuring the quality of the linker and the automatically linked dataset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TweekiData and TweekiGold", |
| "sec_num": "3" |
| }, |
| { |
| "text": "TweekiData is a large automatically-annotated dataset, which is linked to Wikidata using Tweeki. The linking of text and KG is a valuable resource for learning representations that enable better reasoning about entities and how they are expressed in text (tweets in this case), such as pretrained language models that use such resources for better contextual modeling . Having access to the full knowledge graph can also help models that perform entity analysis using hops in the knowledge graphs, i.e. location modeling by using relations such as livesIn or headquarteredIn of the linked entities, even if the location is not mention directly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TweekiData", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As the source of the tweets in TweekiData, we identify two prominent datasets that are commonly used in the community, in order to ensure the resulting dataset will be useful. (1) BTC, or \"Broad Twitter Corpus\" (Derczynski et al., 2016) , is seven sets of gold datasets of tweets collected over stratified times, places and social, and is widely used 3 if there are no such candidates, we ignore this filtering. for Named Entities Recognition. We use section A and H of this corpus, with the size of 1000 and 2000 tweets respectively, and (2) UT-GEO2011, a massive Twitter dataset mainly created for tweet geolocation prediction, but also used for other purposes (Roller et al., 2012) . The dataset is limited to US region and has two versions: UTGEO2011-Large containing 38M tweets belongs to almost 450K users, and UTGEO2011-Small contains 1.6M tweets with 10K users. We took a random subset of 5M tweets from UT-GEO2011, to build TweekiData.", |
| "cite_spans": [ |
| { |
| "start": 211, |
| "end": 236, |
| "text": "(Derczynski et al., 2016)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 663, |
| "end": 684, |
| "text": "(Roller et al., 2012)", |
| "ref_id": "BIBREF38" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TweekiData", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As there is no gold data available linking Twitter to Wikidata, we collect a gold dataset manually. We use mention extraction on tweets from UTGEO2011-small, and select 700 random tweets to annotate. An expert manually provides the following for each tweet: correct NER tags from T NER (in IOB2 format), a Wikidata entity ID for all applicable spans, and Wikipedia page-title for corresponding Wikidata entity. If the tweet is too ambiguous or erroneous, it is deleted by annotator. Finally 500 tweets remain as the final gold dataset that we call TweekiGold for future use.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TweekiGold", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We present statistics of both datasets in ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dataset Statistics", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In this section, we present experiments to address the following questions: (Section 4.1) what is the quality of each components in Tweeki pipeline? (Section 4.2) how does the performance of our simple Tweeki linker compare to other existing linkers? and finally, (Section 4.3) how can we use Tweeki for other use cases for NLP on Twitter?", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 76, |
| "end": 89, |
| "text": "(Section 4.1)", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Here we will investigate few of the individual modules and design choices of the Tweeki pipeline.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluating the Linker Components", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Mention Extraction To find the best NER-Tagger to use for mention extraction, we examined the accuracy of the three well-known, available NER taggers on TweekiGold and the both sections of BTC datasets. Table 2 shows precision and recall of StanfordNLP 4 , AllenNLP (Gardner et al., 2017) , and Spacy 5 . Based on the results, on TweekiGold, AllenNLP has 10% more precision compare to the second best (Stanford), while also superior on BTC-A (by 7%) and in BTC-B (by 30%). On average (last row), AllenNLP has around 16% more precision and 20% more recall compare to the second best option(Stanford). This consistent outstanding performance on different datasets shows AllenNLP can handle the casual and error-prone nature of tweets well, and thus is best to use for extracting mentions among popular alternatives.", |
| "cite_spans": [ |
| { |
| "start": 266, |
| "end": 288, |
| "text": "(Gardner et al., 2017)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 203, |
| "end": 210, |
| "text": "Table 2", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluating the Linker Components", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The primary way to evaluate the effectiveness of the candidate generation is its coverage, i.e. what fraction of the input mentions is it able to provide candidates for? We evaluate the coverage of Tweeki using the complete 5M tweets from the TweekiData described in Section 3.1. mainly happen due to overly specific information (e.g 2nd Street) or noisy writing style (using \"la\" instead of \"LA\" or \"Los Angeles\"). Also the low coverage of PER type is mostly related to the mentions started with '@', making them hard to match with any aliases in the KB. Although we use Twitter API 6 to substitute these mentions to their real name (e.g change \"@MittRomney\" to \"Mitt Romney\"), the source dataset was gathered in 2011, and many of these are not valid anymore.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": null |
| }, |
| { |
| "text": "Need for Entity Types Finally, to show how incorporating entity types can be helpful in linking process, Tweeki was tested on TweekiGold dataset, with and without considering the third module of the pipeline. As shown in Table 4 , using entity types can improves all metrics more than 2%, justifying its inclusion in the entity linking pipeline.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 221, |
| "end": 228, |
| "text": "Table 4", |
| "ref_id": "TABREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Candidate Generation", |
| "sec_num": null |
| }, |
| { |
| "text": "In this section, we analyze the overall performance of Tweeki by comparing it with other linkers on TweekiGold, NEEL2016 , and Derczynski datasets (Derczynski et al., 2015) . For the linkers to compare against, we include TagMe (Ferragina and Scaiella, 2010) as it is designed for short and noisy text. AIDA (Yosef et al., 2011) and Babelfly (Moro et al., 2014) both use graph building and dense subgraph algorithms to tackle entity linking and usually provide a good baseline for many previous studies. We also compare more recent EL models, End-to-End Neural Entity Linking (Kolitsas et al., 2018) and OpenTapioca (Delpeuch, 2019) . Table 5 compares these models on different datasets using precision/recall/F1 based on EL strong matching. TagMe has acceptable performance on all datasets and the best Recall for NEEL2016, while Babelfy performs the worst, specifically on NEEL2016. While End-to-End is not specifically designed for short, noisy text, it is the winner of all three datasets in terms of precision. OpenTapioca has average performance on all datasets, with low accuracy on NEEL2016. Our proposed system, Tweeki, has the best F1 on NEEL2016 and TweekiGold, while being quite close to the best on Derczynski. Tweeki also has provides a relative high precision on all datasets.", |
| "cite_spans": [ |
| { |
| "start": 147, |
| "end": 172, |
| "text": "(Derczynski et al., 2015)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 228, |
| "end": 258, |
| "text": "(Ferragina and Scaiella, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 303, |
| "end": 328, |
| "text": "AIDA (Yosef et al., 2011)", |
| "ref_id": null |
| }, |
| { |
| "start": 342, |
| "end": 361, |
| "text": "(Moro et al., 2014)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 576, |
| "end": 599, |
| "text": "(Kolitsas et al., 2018)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 616, |
| "end": 632, |
| "text": "(Delpeuch, 2019)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 635, |
| "end": 642, |
| "text": "Table 5", |
| "ref_id": "TABREF10" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Comparison to Existing Linkers", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We also compare Tweeki to the best submissions for the NEEL2016 challenge. Even though Tweeki is unsupervised and not specifically designed for this challenge (i.e. the prominent entities in that dataset), it would place third in the challenge, obtaining 24.8 F1 behind 39.6 F1 from Greenfield et al. (2016) and 50.1 F1 from KEA (Waitelonis and Sack, 2016)), both of which are supervised.", |
| "cite_spans": [ |
| { |
| "start": 283, |
| "end": 307, |
| "text": "Greenfield et al. (2016)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comparison to Existing Linkers", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Finally, to emphasize how selecting NER tagger effects the pipeline, we substitute AllenNLP with Stanford for Mention Extraction in Tweeki and tested it on Derczynski and TweekiGold. As shown in Table 6 , this choice has a significant effect. By using AllenNLP in mention extraction, not only desired spans are selected and passed to the next module properly, but also more accurate entity types improve the filtering of candidates. Table 7 : Span-based accuracy for each mention type on different datasets annotated with gold NER.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 195, |
| "end": 202, |
| "text": "Table 6", |
| "ref_id": "TABREF11" |
| }, |
| { |
| "start": 433, |
| "end": 440, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Comparison to Existing Linkers", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We can use the links of named mentions to a knowledge base for a number of interesting applications in social media analysis. Prediction the location of tweets, for instances, has been a popular task for understanding the geographic trends and behaviors (Cheng et al., 2010; Chang et al., 2012; Miura et al., 2017) , since users do not provide this information accurately (Chang et al., 2012) . Some recent models have even used KBs for geolocation (Miyazaki et al., 2018) . We will study a use case of Tweeki for geolocation prediction. Using UTGEO2011-small dataset (see Section 3.1 for more details), we want to predict the location of each tweet. Each tweet in the dataset has a true label (longitude, latitude), which is framed as a supervised classification problem of which US city (of 378 most popular ones) and state the tweet originated from. Our main intuition is to incorporate the locations mentioned in the tweet explicitly as part of the input to the classifier, since people likely talk about nearby locations.", |
| "cite_spans": [ |
| { |
| "start": 254, |
| "end": 274, |
| "text": "(Cheng et al., 2010;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 275, |
| "end": 294, |
| "text": "Chang et al., 2012;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 295, |
| "end": 314, |
| "text": "Miura et al., 2017)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 372, |
| "end": 392, |
| "text": "(Chang et al., 2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 449, |
| "end": 472, |
| "text": "(Miyazaki et al., 2018)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Use Case: Geolocating Tweets", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "As our focus is on LOC mentions, we analyze Al-lenNLP mention extraction capability on different mention types, and show, in Table 7 , that it achieves a 67% accuracy on average for LOC mentions, the best accuracy among other types. We also show how often these mentions are linked in Table 8 , indicating most of the LOC mentions actually get linked to entities in the KB. For all the linked mentions, we can extract the relevant data from the KB, in this case the actual geographical coordinates of each mentioned entity (using WikiData as the KG makes this much easier as it is structured, compared to linking to Wikipedia as is common). We convert these coordinates to their nearest US state and city, and append these locations to the tweet (a simple form of feature engineering). For example the tweet: \"Duran Duran Concert (@Nokia Theatre w/ others)\" will change to \"Duran Duran Concert (@Nokia Theater w/ others) Los Angeles, California\". We apply above to the whole dataset, and train a simple deep learning model (BiLSTM). Based on the results in Table 9 , using Tweeki and appending Wikidata information to tweets increases accuracy for the both tweet and user-level (for user-level prediction we aggregate output probabilities of all tweets from the user, then choose the most probable label). This demonstrates that even such a simple approach to incorporating KB information can provide improvements to existing problems, suggesting many applications of entity linking to tweets and other social media text.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 125, |
| "end": 132, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 285, |
| "end": 292, |
| "text": "Table 8", |
| "ref_id": "TABREF14" |
| }, |
| { |
| "start": 1057, |
| "end": 1064, |
| "text": "Table 9", |
| "ref_id": "TABREF15" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Use Case: Geolocating Tweets", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Entity Linking Systems Entity linking (EL) of tweets has attracted a lot of attention recently (Liu et al., 2013; Huang et al., 2014; Sikdar and Gamb\u00e4ck, 2016; Nie et al., 2018) . Similar to entity linking systems for general text, EL for tweets is primarily composed of two major steps: 1) the identification of the mentions, similar to tasks such as term expansion (Zou et al., 2014) , and 2) identifying the candidate entities to the identified mentions. For the latter step, roughly two types of features are used. Local features identify one mention at the time and disambiguate it separately such as using prior probability in Liu et al. (2013) or temporal relevance mention in Tran et al. (2015) . Global features take a more comprehensive view and consider the relations between the entity candidates for the different mentions of the tweet (Huang et al., 2014; Feng et al., 2018) . However, global approaches are more challenging in noisy domains like tweets, and unlikely to provide significant benefits for short texts. Some approaches use a graphbased representation to combine of local and global features (Huang et al., 2014) . Moreover, recently, neural network methods have been applied to entity linking to model the local contextual information, such as (Nie et al., 2018) that captures semantic information between the local context and the candidate entity via representation-based and interactionbased neural semantic matching models.", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 113, |
| "text": "(Liu et al., 2013;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 114, |
| "end": 133, |
| "text": "Huang et al., 2014;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 134, |
| "end": 159, |
| "text": "Sikdar and Gamb\u00e4ck, 2016;", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 160, |
| "end": 177, |
| "text": "Nie et al., 2018)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 367, |
| "end": 385, |
| "text": "(Zou et al., 2014)", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 633, |
| "end": 650, |
| "text": "Liu et al. (2013)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 684, |
| "end": 702, |
| "text": "Tran et al. (2015)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 849, |
| "end": 869, |
| "text": "(Huang et al., 2014;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 870, |
| "end": 888, |
| "text": "Feng et al., 2018)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1119, |
| "end": 1139, |
| "text": "(Huang et al., 2014)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1272, |
| "end": 1290, |
| "text": "(Nie et al., 2018)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Among all the proposed models, in this paper, we chose TagMe (Ferragina and Scaiella, 2010) that uses global features in an unsupervised manner, and Babelfy (Moro et al., 2014) that uses random walks and a densest subgraph algorithm for jointly disambiguating word senses and entity linking. Although Tag-Me is specifically designed for short text, Babelfy is a general purpose entity linker which also suitable for short and highly ambiguous text disambiguation (Moro et al., 2014) . We also consider other popular linking approaches from outside of social media such as AIDA (Hoffart et al., 2011b) , which uses Stanford NER Tagger and adopts the YAGO2 knowledge base (Hoffart et al., 2011a) . From recent state-of-the-art models, we select End-to-End Neural Entity Linking (Kolitsas et al., 2018) that uses context-aware compatibility score based on word and entity embeddings, coupled with a neural attention and a global voting mechanisms, and OpenTapioca (Delpeuch, 2019) as an end to end EL approach to Wikidata that relies on topic similarities and local entity context. Although these models are not specifically designed for noisy and short text, but they are sophisticated general purpose EL proposed recently and tested on different data types including Twitter.", |
| "cite_spans": [ |
| { |
| "start": 61, |
| "end": 91, |
| "text": "(Ferragina and Scaiella, 2010)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 157, |
| "end": 176, |
| "text": "(Moro et al., 2014)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 463, |
| "end": 482, |
| "text": "(Moro et al., 2014)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 577, |
| "end": 600, |
| "text": "(Hoffart et al., 2011b)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 670, |
| "end": 693, |
| "text": "(Hoffart et al., 2011a)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 776, |
| "end": 799, |
| "text": "(Kolitsas et al., 2018)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 961, |
| "end": 977, |
| "text": "(Delpeuch, 2019)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Twitter-related datasets Many Twitter-based datasets have been introduced for different research goals. Related to EL task, we can divide the datasets into two categories: named entity recognition (NER) datasets and named entity linking (NEL) datasets. NER datasets focus on identifying mentions and their types, such as dataset by Ritter et al. (2011) or BTC (Derczynski et al., 2016) , with gold dataset published for concept extraction challenge in #MSM2013 (Cano Basave et al., 2013) .", |
| "cite_spans": [ |
| { |
| "start": 332, |
| "end": 352, |
| "text": "Ritter et al. (2011)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 360, |
| "end": 385, |
| "text": "(Derczynski et al., 2016)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 461, |
| "end": 487, |
| "text": "(Cano Basave et al., 2013)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Based on GERBIL benchmark report (R\u00f6der et al., 2018) , for the A2KB (NER and NEL) task in tweets, the most commonly used datasets have been introduced in \"Making Sense of Microposts\" challenge (#Microposts) from 2014 till 2016. Among them, Named Entity Extraction and Linking Chal-lenge2016 (NEEL2016) is the most popular one to use, consisting of 296 tweets in testset with 3.4 mentions in each tweet on average. It is also valuable to mention that 384 out of 1022 mentions in this dataset refer to three topics: \"Donald Trump\", \"StarWars\" and \"StarWars (The Force Awakens)\" (Nie et al., 2018) . Another dataset designed for A2KB task is Derczynski et al. (2015) , consist of 183 tweets with 1.57 entities per tweet on avg. As these datasets links are not provided in Wikidata ID, we designed a converter to map each link to its corresponding Wikidata ID.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 53, |
| "text": "(R\u00f6der et al., 2018)", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 577, |
| "end": 595, |
| "text": "(Nie et al., 2018)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 640, |
| "end": 664, |
| "text": "Derczynski et al. (2015)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Although entity linking for social media text has many potential applications, it has not been widely adopted by the community due to presence of supervised and complex entity linking systems that are hard to maintain, extend, and apply to new entities and different writing styles. Further, there is no large-scale linked corpus of tweets available for researchers to use for social media analysis, and very few gold annotated tweet datasets to evaluate and compare different entity linking systems. Our proposed work, collectively called Tweeki, consists of an unsupervised, extensible entity linking pipeline, a massive automatically-linked dataset of tweets (TweekiData), and a small, manually annotated dataset of gold links (TweekiGold). Our experiments show that the linker is accurate, and the dataset can be used to obtain improvements in downstream applications. We have released the source code and datasets from this paper at https://ucinlp.github.io/tweeki.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "https://www.wikidata.org/wiki/ 2 Code and data at https://ucinlp.github.io/tweeki.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "PER entity types. We are able to link 852 of them to WikiData (the rest could not be matched to existing entities), resulting in 1.91 mentions and 1.7 links per tweet on average. The number of all tokens in the larger TweekiData dataset is 72,086,330, so on average the length of each tweet is 14.41. It also contains 5M mentions of which almost 2M are linked to Wikidata successfully (40%).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://nlp.stanford.edu/software/CRF-NER.html 5 https://spacy.io/usage/linguistic-features", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://developer.twitter.com/en", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We would like to thank the anonymous reviewers for their feedback. We are also grateful for authors of End-to-End Neural Entity Linking, OpenTapioca, Spacy, and AllenNLP for making their code available. This work was funded in part by National Science Foundation award #IIS-1817183.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Making sense of microposts (# msm2013) concept extraction challenge", |
| "authors": [ |
| { |
| "first": "Amparo", |
| "middle": [ |
| "Elizabeth" |
| ], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Cano", |
| "middle": [], |
| "last": "Basave", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Varga", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Rowe", |
| "suffix": "" |
| }, |
| { |
| "first": "Milan", |
| "middle": [], |
| "last": "Stankovic", |
| "suffix": "" |
| }, |
| { |
| "first": "Aba-Sah", |
| "middle": [], |
| "last": "Dadzie", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Amparo Elizabeth Cano Basave, Andrea Varga, Matthew Rowe, Milan Stankovic, and Aba-Sah Dadzie. 2013. Making sense of microposts (# msm2013) concept extraction challenge.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "@phillies tweeting from philly? predicting twitter user locations with spatial word usage", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Eltaher", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "2012 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "111--118", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Chang, D. Lee, M. Eltaher, and J. Lee. 2012. @phillies tweeting from philly? predicting twitter user locations with spatial word usage. In 2012 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining, pages 111- 118.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "You are where you tweet: A content-based approach to geo-locating twitter users", |
| "authors": [ |
| { |
| "first": "Zhiyuan", |
| "middle": [], |
| "last": "Cheng", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Caverlee", |
| "suffix": "" |
| }, |
| { |
| "first": "Kyumin", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 19th ACM International Conference on Information and Knowledge Management", |
| "volume": "10", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/1871437.1871535" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhiyuan Cheng, James Caverlee, and Kyumin Lee. 2010. You are where you tweet: A content-based ap- proach to geo-locating twitter users. In Proceedings of the 19th ACM International Conference on In- formation and Knowledge Management, CIKM 10, page 759768, New York, NY, USA. Association for Computing Machinery.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Predicting the political alignment of twitter users", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "D" |
| ], |
| "last": "Conover", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Goncalves", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Ratkiewicz", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Flammini", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Menczer", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "2011 IEEE Third International Conference on Privacy, Security, Risk and Trust and 2011 IEEE Third International Conference on Social Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "192--199", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. D. Conover, B. Goncalves, J. Ratkiewicz, A. Flam- mini, and F. Menczer. 2011. Predicting the politi- cal alignment of twitter users. In 2011 IEEE Third International Conference on Privacy, Security, Risk and Trust and 2011 IEEE Third International Con- ference on Social Computing, pages 192-199.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A framework for benchmarking entity-annotation systems", |
| "authors": [ |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Cornolti", |
| "suffix": "" |
| }, |
| { |
| "first": "Paolo", |
| "middle": [], |
| "last": "Ferragina", |
| "suffix": "" |
| }, |
| { |
| "first": "Massimiliano", |
| "middle": [], |
| "last": "Ciaramita", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the International World Wide Web Conference (WWW) (Practice & Experience Track)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marco Cornolti, Paolo Ferragina, and Massimiliano Ciaramita. 2013. A framework for benchmarking entity-annotation systems. In Proceedings of the International World Wide Web Conference (WWW) (Practice & Experience Track).", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Entity linking within a social media platform: A case study on yelp", |
| "authors": [ |
| { |
| "first": "Hongliang", |
| "middle": [], |
| "last": "Dai", |
| "suffix": "" |
| }, |
| { |
| "first": "Yangqiu", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "Liwei", |
| "middle": [], |
| "last": "Qiu", |
| "suffix": "" |
| }, |
| { |
| "first": "Rijia", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "2023--2032", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D18-1227" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hongliang Dai, Yangqiu Song, Liwei Qiu, and Rijia Liu. 2018. Entity linking within a social media plat- form: A case study on yelp. In Proceedings of the 2018 Conference on Empirical Methods in Nat- ural Language Processing, pages 2023-2032, Brus- sels, Belgium. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Opentapioca: Lightweight entity linking for wikidata. ArXiv", |
| "authors": [ |
| { |
| "first": "Antonin", |
| "middle": [], |
| "last": "Delpeuch", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Antonin Delpeuch. 2019. Opentapioca: Lightweight entity linking for wikidata. ArXiv, abs/1904.09131.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Broad twitter corpus: A diverse named entity recognition resource", |
| "authors": [ |
| { |
| "first": "Leon", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "Kalina", |
| "middle": [], |
| "last": "Bontcheva", |
| "suffix": "" |
| }, |
| { |
| "first": "Ian", |
| "middle": [], |
| "last": "Roberts", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers", |
| "volume": "", |
| "issue": "", |
| "pages": "1169--1179", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leon Derczynski, Kalina Bontcheva, and Ian Roberts. 2016. Broad twitter corpus: A diverse named entity recognition resource. In Proceedings of COLING 2016, the 26th International Conference on Compu- tational Linguistics: Technical Papers, pages 1169- 1179, Osaka, Japan. The COLING 2016 Organizing Committee.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Analysis of named entity recognition and linking for tweets", |
| "authors": [ |
| { |
| "first": "Leon", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "Diana", |
| "middle": [], |
| "last": "Maynard", |
| "suffix": "" |
| }, |
| { |
| "first": "Giuseppe", |
| "middle": [], |
| "last": "Rizzo", |
| "suffix": "" |
| }, |
| { |
| "first": "Marieke", |
| "middle": [], |
| "last": "Van Erp", |
| "suffix": "" |
| }, |
| { |
| "first": "Genevieve", |
| "middle": [], |
| "last": "Gorrell", |
| "suffix": "" |
| }, |
| { |
| "first": "Raphal", |
| "middle": [], |
| "last": "Troncy", |
| "suffix": "" |
| }, |
| { |
| "first": "Johann", |
| "middle": [], |
| "last": "Petrak", |
| "suffix": "" |
| }, |
| { |
| "first": "Kalina", |
| "middle": [], |
| "last": "Bontcheva", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Information Processing & Management", |
| "volume": "51", |
| "issue": "2", |
| "pages": "32--49", |
| "other_ids": { |
| "DOI": [ |
| "10.1016/j.ipm.2014.10.006" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leon Derczynski, Diana Maynard, Giuseppe Rizzo, Marieke van Erp, Genevieve Gorrell, Raphal Troncy, Johann Petrak, and Kalina Bontcheva. 2015. Anal- ysis of named entity recognition and linking for tweets. Information Processing & Management, 51(2):32 -49.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Entity linking of tweets based on dominant entity candidates", |
| "authors": [ |
| { |
| "first": "Yue", |
| "middle": [], |
| "last": "Feng", |
| "suffix": "" |
| }, |
| { |
| "first": "Fattane", |
| "middle": [], |
| "last": "Zarrinkalam", |
| "suffix": "" |
| }, |
| { |
| "first": "Ebrahim", |
| "middle": [], |
| "last": "Bagheri", |
| "suffix": "" |
| }, |
| { |
| "first": "Hossein", |
| "middle": [], |
| "last": "Fani", |
| "suffix": "" |
| }, |
| { |
| "first": "Feras", |
| "middle": [], |
| "last": "Al-Obeidat", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Social Network Analysis and Mining", |
| "volume": "8", |
| "issue": "", |
| "pages": "1--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yue Feng, Fattane Zarrinkalam, Ebrahim Bagheri, Hos- sein Fani, and Feras Al-Obeidat. 2018. Entity link- ing of tweets based on dominant entity candidates. Social Network Analysis and Mining, 8:1-16.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Tagme: on-the-fly annotation of short text fragments (by wikipedia entities)", |
| "authors": [ |
| { |
| "first": "Paolo", |
| "middle": [], |
| "last": "Ferragina", |
| "suffix": "" |
| }, |
| { |
| "first": "Ugo", |
| "middle": [], |
| "last": "Scaiella", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "CIKM '10", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Paolo Ferragina and Ugo Scaiella. 2010. Tagme: on-the-fly annotation of short text fragments (by wikipedia entities). In CIKM '10.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Deep joint entity disambiguation with local neural attention", |
| "authors": [ |
| { |
| "first": "Eugen", |
| "middle": [], |
| "last": "Octavian", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Ganea", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hofmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "2619--2629", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D17-1277" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Octavian-Eugen Ganea and Thomas Hofmann. 2017. Deep joint entity disambiguation with local neural attention. In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, pages 2619-2629, Copenhagen, Denmark. Associa- tion for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Allennlp: A deep semantic natural language processing platform", |
| "authors": [ |
| { |
| "first": "Matt", |
| "middle": [], |
| "last": "Gardner", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Grus", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Neumann", |
| "suffix": "" |
| }, |
| { |
| "first": "Oyvind", |
| "middle": [], |
| "last": "Tafjord", |
| "suffix": "" |
| }, |
| { |
| "first": "Pradeep", |
| "middle": [], |
| "last": "Dasigi", |
| "suffix": "" |
| }, |
| { |
| "first": "Nelson", |
| "middle": [ |
| "F" |
| ], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Peters", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Schmitz", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [ |
| "S" |
| ], |
| "last": "Zettlemoyer", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matt Gardner, Joel Grus, Mark Neumann, Oyvind Tafjord, Pradeep Dasigi, Nelson F. Liu, Matthew Peters, Michael Schmitz, and Luke S. Zettlemoyer. 2017. Allennlp: A deep semantic natural language processing platform.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A reverse approach to named entity extraction and linking in microposts", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Greenfield", |
| "suffix": "" |
| }, |
| { |
| "first": "Rajmonda", |
| "middle": [ |
| "S" |
| ], |
| "last": "Caceres", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Coury", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Geyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Youngjune", |
| "middle": [], |
| "last": "Gwon", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Matterer", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Mensch", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Sahin", |
| "suffix": "" |
| }, |
| { |
| "first": "Olga", |
| "middle": [], |
| "last": "Simek", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "#Microposts", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Greenfield, Rajmonda S. Caceres, M. Coury, K. Geyer, Youngjune Gwon, J. Matterer, A. Men- sch, C. Sahin, and Olga Simek. 2016. A reverse approach to named entity extraction and linking in microposts. In #Microposts.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Entity linking via joint encoding of types, descriptions, and context", |
| "authors": [ |
| { |
| "first": "Nitish", |
| "middle": [], |
| "last": "Gupta", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nitish Gupta, Sameer Singh, and Dan Roth. 2017. En- tity linking via joint encoding of types, descriptions, and context. In Empirical Methods in Natural Lan- guage Processing (EMNLP).", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Yago2: Exploring and querying world knowledge in time, space, context, and many languages", |
| "authors": [ |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "Hoffart", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabian", |
| "middle": [ |
| "M" |
| ], |
| "last": "Suchanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Klaus", |
| "middle": [], |
| "last": "Berberich", |
| "suffix": "" |
| }, |
| { |
| "first": "Edwin", |
| "middle": [], |
| "last": "Lewis-Kelham", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerard", |
| "middle": [], |
| "last": "De Melo", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Weikum", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 20th International Conference Companion on World Wide Web", |
| "volume": "11", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/1963192.1963296" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johannes Hoffart, Fabian M. Suchanek, Klaus Berberich, Edwin Lewis-Kelham, Gerard de Melo, and Gerhard Weikum. 2011a. Yago2: Exploring and querying world knowledge in time, space, context, and many languages. In Proceedings of the 20th In- ternational Conference Companion on World Wide Web, WWW 11, page 229232, New York, NY, USA. Association for Computing Machinery.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "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 the 2011 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "782--792", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johannes Hoffart, Mohamed Amir Yosef, Ilaria Bor- dino, Hagen F\u00fcrstenau, Manfred Pinkal, Marc Span- iol, Bilyana Taneva, Stefan Thater, and Gerhard Weikum. 2011b. Robust disambiguation of named entities in text. In Proceedings of the 2011 Con- ference on Empirical Methods in Natural Language Processing, pages 782-792, Edinburgh, Scotland, UK. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Collective tweet wikification based on semi-supervised graph regularization", |
| "authors": [ |
| { |
| "first": "Hongzhao", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yunbo", |
| "middle": [], |
| "last": "Cao", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaojiang", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Ji", |
| "middle": [], |
| "last": "Heng", |
| "suffix": "" |
| }, |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "380--390", |
| "other_ids": { |
| "DOI": [ |
| "10.3115/v1/P14-1036" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hongzhao Huang, Yunbo Cao, Xiaojiang Huang, Heng Ji, and Chin-Yew Lin. 2014. Collective tweet wiki- fication based on semi-supervised graph regulariza- tion. In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Vol- ume 1: Long Papers), pages 380-390, Baltimore, Maryland. Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "End-to-end neural entity linking", |
| "authors": [ |
| { |
| "first": "Nikolaos", |
| "middle": [], |
| "last": "Kolitsas", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Octavian-Eugen", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Ganea", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hofmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 22nd Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "519--529", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/K18-1050" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nikolaos Kolitsas, Octavian-Eugen Ganea, and Thomas Hofmann. 2018. End-to-end neural entity linking. In Proceedings of the 22nd Conference on Computational Natural Language Learning, pages 519-529, Brussels, Belgium. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "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": "09", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/1557019.1557073" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sayali Kulkarni, Amit Singh, Ganesh Ramakrishnan, and Soumen Chakrabarti. 2009. Collective annota- tion of wikipedia entities in web text. In Proceed- ings of the 15th ACM SIGKDD International Con- ference on Knowledge Discovery and Data Mining, KDD 09, page 457466, New York, NY, USA. Asso- ciation for Computing Machinery.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "On-line trend analysis with topic models: #twitter trends detection topic model online", |
| "authors": [ |
| { |
| "first": "Nigel", |
| "middle": [], |
| "last": "Jey Han Lau", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Collier", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Mumbai, India. The COLING 2012 Organizing Committee", |
| "volume": "", |
| "issue": "", |
| "pages": "1519--1534", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jey Han Lau, Nigel Collier, and Timothy Baldwin. 2012. On-line trend analysis with topic models: #twitter trends detection topic model online. In Pro- ceedings of COLING 2012, pages 1519-1534, Mum- bai, India. The COLING 2012 Organizing Commit- tee.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "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": "Transactions of the Association for Computational Linguistics", |
| "volume": "3", |
| "issue": "", |
| "pages": "315--328", |
| "other_ids": { |
| "DOI": [ |
| "10.1162/tacl_a_00141" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiao Ling, Sameer Singh, and Daniel S. Weld. 2015. Design challenges for entity linking. Transactions of the Association for Computational Linguistics, 3:315-328.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Entity linking for tweets", |
| "authors": [ |
| { |
| "first": "Xiaohua", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yitong", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Haocheng", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Furu", |
| "middle": [], |
| "last": "Wei", |
| "suffix": "" |
| }, |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "1304--1311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaohua Liu, Yitong Li, Haocheng Wu, Ming Zhou, Furu Wei, and Yi Lu. 2013. Entity linking for tweets. In Proceedings of the 51st Annual Meeting of the As- sociation for Computational Linguistics (Volume 1: Long Papers), pages 1304-1311.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Barack's Wife Hillary: Using Knowledge Graphs for Fact-Aware Language Modeling", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Logan", |
| "suffix": "" |
| }, |
| { |
| "first": "Nelson", |
| "middle": [ |
| "F" |
| ], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [ |
| "E" |
| ], |
| "last": "Peters", |
| "suffix": "" |
| }, |
| { |
| "first": "Matt", |
| "middle": [], |
| "last": "Gardner", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "5962--5971", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/P19-1598" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert L. Logan, Nelson F. Liu, Matthew E. Peters, Matt Gardner, and Sameer Singh. 2019. Barack's Wife Hillary: Using Knowledge Graphs for Fact- Aware Language Modeling. In Association for Com- putational Linguistics (ACL), pages 5962-5971.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Adding semantics to microblog posts", |
| "authors": [ |
| { |
| "first": "Edgar", |
| "middle": [], |
| "last": "Meij", |
| "suffix": "" |
| }, |
| { |
| "first": "Wouter", |
| "middle": [], |
| "last": "Weerkamp", |
| "suffix": "" |
| }, |
| { |
| "first": "Maarten", |
| "middle": [], |
| "last": "De Rijke", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Fifth ACM International Conference on Web Search and Data Mining", |
| "volume": "12", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/2124295.2124364" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Edgar Meij, Wouter Weerkamp, and Maarten de Rijke. 2012. Adding semantics to microblog posts. In Pro- ceedings of the Fifth ACM International Conference on Web Search and Data Mining, WSDM 12, page 563572, New York, NY, USA. Association for Com- puting Machinery.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Unifying text, metadata, and user network representations with a neural network for geolocation prediction", |
| "authors": [ |
| { |
| "first": "Yasuhide", |
| "middle": [], |
| "last": "Miura", |
| "suffix": "" |
| }, |
| { |
| "first": "Motoki", |
| "middle": [], |
| "last": "Taniguchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomoki", |
| "middle": [], |
| "last": "Taniguchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomoko", |
| "middle": [], |
| "last": "Ohkuma", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "1260--1272", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/P17-1116" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yasuhide Miura, Motoki Taniguchi, Tomoki Taniguchi, and Tomoko Ohkuma. 2017. Unifying text, meta- data, and user network representations with a neural network for geolocation prediction. In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1260-1272, Vancouver, Canada. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Twitter geolocation using knowledge-based methods", |
| "authors": [ |
| { |
| "first": "Taro", |
| "middle": [], |
| "last": "Miyazaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Afshin", |
| "middle": [], |
| "last": "Rahimi", |
| "suffix": "" |
| }, |
| { |
| "first": "Trevor", |
| "middle": [], |
| "last": "Cohn", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 EMNLP Workshop W-NUT: The 4th Workshop on Noisy User-generated Text", |
| "volume": "", |
| "issue": "", |
| "pages": "7--16", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/W18-6102" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Taro Miyazaki, Afshin Rahimi, Trevor Cohn, and Tim- othy Baldwin. 2018. Twitter geolocation using knowledge-based methods. In Proceedings of the 2018 EMNLP Workshop W-NUT: The 4th Workshop on Noisy User-generated Text, pages 7-16, Brus- sels, Belgium. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Entity linking meets word sense disambiguation: a unified approach", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Moro", |
| "suffix": "" |
| }, |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Raganato", |
| "suffix": "" |
| }, |
| { |
| "first": "Roberto", |
| "middle": [], |
| "last": "Navigli", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "231--244", |
| "other_ids": { |
| "DOI": [ |
| "10.1162/tacl_a_00179" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Moro, Alessandro Raganato, and Roberto Nav- igli. 2014. Entity linking meets word sense disam- biguation: a unified approach. Transactions of the Association for Computational Linguistics, 2:231- 244.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Aggregated semantic matching for short text entity linking", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Nie", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuyan", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Jing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinpeng", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pan", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Nie, Shuyan Zhou, Jing Liu, Jinpeng Wang, Chin- Yew Lin, and R. Pan. 2018. Aggregated semantic matching for short text entity linking. In CoNLL.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Twitter as a corpus for sentiment analysis and opinion mining", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Pak", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Paroubek", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander Pak and Patrick Paroubek. 2010. Twitter as a corpus for sentiment analysis and opinion min- ing. In Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10), Valletta, Malta. European Language Re- sources Association (ELRA).", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Knowledge enhanced contextual word representations", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [ |
| "E" |
| ], |
| "last": "Peters", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Neumann", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Logan", |
| "suffix": "" |
| }, |
| { |
| "first": "Roy", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "Vidur", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew E. Peters, Mark Neumann, Robert L. Lo- gan, Roy Schwartz, Vidur Joshi, Sameer Singh, and Noah A. Smith. 2019. Knowledge enhanced contex- tual word representations. In Empirical Methods in Natural Language Processing (EMNLP).", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "ELDEN: Improved entity linking using densified knowledge graphs", |
| "authors": [ |
| { |
| "first": "Priya", |
| "middle": [], |
| "last": "Radhakrishnan", |
| "suffix": "" |
| }, |
| { |
| "first": "Partha", |
| "middle": [], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Vasudeva", |
| "middle": [], |
| "last": "Varma", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "1844--1853", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/N18-1167" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Priya Radhakrishnan, Partha Talukdar, and Vasudeva Varma. 2018. ELDEN: Improved entity linking us- ing densified knowledge graphs. In Proceedings of the 2018 Conference of the North American Chap- ter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Pa- pers), pages 1844-1853, New Orleans, Louisiana. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Making sense of microposts (#micro-posts2016) social sciences track", |
| "authors": [ |
| { |
| "first": "Danica", |
| "middle": [], |
| "last": "Radovanovic", |
| "suffix": "" |
| }, |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Weller", |
| "suffix": "" |
| }, |
| { |
| "first": "Aba-Sah", |
| "middle": [], |
| "last": "Dadzie", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "#Microposts", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Danica Radovanovic, Katrin Weller, and Aba-Sah Dadzie. 2016. Making sense of microposts (#micro- posts2016) social sciences track. In #Microposts.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Deeptype: Multilingual entity linking by neural type system evolution", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Raiman", |
| "suffix": "" |
| }, |
| { |
| "first": "Olivier", |
| "middle": [], |
| "last": "Raiman", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Raiman and Olivier Raiman. 2018. Deep- type: Multilingual entity linking by neural type sys- tem evolution. In AAAI.", |
| "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": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies", |
| "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 dis- ambiguation to Wikipedia. In Proceedings of the 49th Annual Meeting of the Association for Com- putational Linguistics: Human Language Technolo- gies, pages 1375-1384, Portland, Oregon, USA. As- sociation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "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": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing", |
| "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 ex- perimental study. In Proceedings of the 2011 Con- ference on Empirical Methods in Natural Language Processing, pages 1524-1534, Edinburgh, Scotland, UK. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Making sense of microposts (#microp-osts2016) named entity recognition and linking (neel) challenge", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Rizzo", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "V" |
| ], |
| "last": "Erp", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Plu", |
| "suffix": "" |
| }, |
| { |
| "first": "Rapha\u00ebl", |
| "middle": [], |
| "last": "Troncy", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "#Microposts", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Rizzo, M. V. Erp, J. Plu, and Rapha\u00ebl Troncy. 2015. Making sense of microposts (#microp- osts2016) named entity recognition and linking (neel) challenge. In #Microposts.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "GERBILbenchmarking named entity recognition and linking consistently. Semantic Web", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "R\u00f6der", |
| "suffix": "" |
| }, |
| { |
| "first": "Ricardo", |
| "middle": [], |
| "last": "Usbeck", |
| "suffix": "" |
| }, |
| { |
| "first": "Axel-Cyrille Ngonga", |
| "middle": [], |
| "last": "Ngomo", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "9", |
| "issue": "", |
| "pages": "605--625", |
| "other_ids": { |
| "DOI": [ |
| "10.3233/SW-170286" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael R\u00f6der, Ricardo Usbeck, and Axel- Cyrille Ngonga Ngomo. 2018. GERBIL - benchmarking named entity recognition and linking consistently. Semantic Web, 9(5):605-625.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Supervised text-based geolocation using language models on an adaptive grid", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Roller", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Speriosu", |
| "suffix": "" |
| }, |
| { |
| "first": "Sarat", |
| "middle": [], |
| "last": "Rallapalli", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Wing", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Baldridge", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "EMNLP-CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephen Roller, Michael Speriosu, Sarat Rallapalli, Benjamin Wing, and Jason Baldridge. 2012. Super- vised text-based geolocation using language models on an adaptive grid. In EMNLP-CoNLL.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Twitter named entity extraction and linking using differential evolution", |
| "authors": [ |
| { |
| "first": "Utpal", |
| "middle": [], |
| "last": "Kumar Sikdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Bj\u00f6rn", |
| "middle": [], |
| "last": "Gamb\u00e4ck", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "ICON", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Utpal Kumar Sikdar and Bj\u00f6rn Gamb\u00e4ck. 2016. Twit- ter named entity extraction and linking using differ- ential evolution. In ICON.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Semantic annotation for microblog topics using Wikipedia temporal information", |
| "authors": [ |
| { |
| "first": "Tuan", |
| "middle": [], |
| "last": "Tran", |
| "suffix": "" |
| }, |
| { |
| "first": "Nam", |
| "middle": [ |
| "Khanh" |
| ], |
| "last": "Tran", |
| "suffix": "" |
| }, |
| { |
| "first": "Asmelash", |
| "middle": [], |
| "last": "Teka Hadgu", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "J\u00e4schke", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "97--106", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D15-1010" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tuan Tran, Nam Khanh Tran, Asmelash Teka Hadgu, and Robert J\u00e4schke. 2015. Semantic annotation for microblog topics using Wikipedia temporal informa- tion. In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Process- ing, pages 97-106, Lisbon, Portugal. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Named entity linking in #tweets with kea", |
| "authors": [ |
| { |
| "first": "J\u00f6rg", |
| "middle": [], |
| "last": "Waitelonis", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Sack", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "#Microposts", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J\u00f6rg Waitelonis and H. Sack. 2016. Named entity link- ing in #tweets with kea. In #Microposts.", |
| "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": "", |
| "volume": "4", |
| "issue": "", |
| "pages": "1450--1453", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohamed Amir Yosef, Johannes Hoffart, Ilaria Bor- dino, Marc Spaniol, and Gerhard Weikum. 2011. Aida: An online tool for accurate disambiguation of named entities in text and tables. PVLDB, 4:1450- 1453.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Linking entities in tweets to wikipedia knowledge base", |
| "authors": [ |
| { |
| "first": "Xianqi", |
| "middle": [], |
| "last": "Zou", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengjie", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Yaming", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| }, |
| { |
| "first": "Bingquan", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Natural Language Processing and Chinese Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "368--378", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xianqi Zou, Chengjie Sun, Yaming Sun, Bingquan Liu, and Lei Lin. 2014. Linking entities in tweets to wikipedia knowledge base. In Natural Language Processing and Chinese Computing, pages 368-378, Berlin, Heidelberg. Springer Berlin Heidelberg.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": ", State of California, ... Location: 37\u00b0N, 120\u00b0W InstanceOf: States of United States (Q35657) ... The Walt Disney Company (Q7414) Aliases: Disney, Walt Disney, ... Location: 34\u00b09'24.7\"N, 118\u00b019'30.2\"W InstanceOf: business (Q4830453) ...", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "Example of an entity-linked tweet, containing two mentions linked to WikiData entities.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "text": "Tweeki Pipeline (and example execution): containing detection of mention spans, generation of candidates (and their probabilities, omitted for clarity), and a final entity type-based filtering.", |
| "num": null, |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF0": { |
| "text": "let's go to california for the Disney internship", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td>Input</td><td/><td/></tr><tr><td/><td colspan=\"2\">Mention Extractor</td></tr><tr><td>Mentions</td><td>california</td><td>Disney</td></tr><tr><td/><td>(LOC)</td><td>(ORG)</td></tr><tr><td/><td colspan=\"2\">Candidate Generation</td></tr><tr><td>Candidates</td><td>California (Q99)</td><td/></tr><tr><td/><td colspan=\"2\">California Golden Bears football (Q3650742)</td></tr><tr><td/><td>...</td><td/></tr><tr><td/><td colspan=\"2\">The Walt Disney Company (Q7414)</td></tr><tr><td/><td colspan=\"2\">Disney Channel (Q178837)</td></tr><tr><td/><td>...</td><td/></tr><tr><td/><td colspan=\"2\">Entity Type Filtering</td></tr><tr><td>Entity Links</td><td>California (Q99)</td><td/></tr><tr><td/><td colspan=\"2\">California Golden Bears football (Q3650742)</td></tr><tr><td/><td>...</td><td/></tr><tr><td/><td colspan=\"2\">The Walt Disney Company (Q7414)</td></tr><tr><td/><td colspan=\"2\">Disney Channel (Q178837)</td></tr><tr><td/><td>...</td><td/></tr></table>" |
| }, |
| "TABREF1": { |
| "text": "Entity Type Distribution: Distribution of the 20 most frequent objects of the P31: Instance Of relation from WikiData, which are manually classified into four types from T NER .", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td>10 6</td><td>PER</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>PER ORG MISC LOC</td></tr><tr><td/><td/><td>MISC</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>10 5</td><td/><td/><td>MISC</td><td>LOC</td><td>MISC</td><td>LOC</td><td>MISC</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>ORG</td><td>MISC</td><td>PER</td><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">MISC MISC</td><td colspan=\"4\">LOC LOC LOC LOC</td><td colspan=\"2\">MISC MISC</td><td>LOC</td><td>ORG</td></tr><tr><td/><td>Human</td><td>Taxon</td><td>Film</td><td>Human settlement</td><td>Album</td><td>Village</td><td>Season (sports)</td><td>Business</td><td>Single (music)</td><td>Surname</td><td>literary work</td><td>Band (rock and pop)</td><td>River</td><td>Train station</td><td>unincorporated community</td><td>Communes of France</td><td>Television series</td><td>Song</td><td>Mountain</td><td>Organization</td></tr><tr><td colspan=\"3\">Figure 3:</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr></table>" |
| }, |
| "TABREF3": { |
| "text": "Statistics of the Tweeki-linked datasets.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF4": { |
| "text": "TweekiGold contains 500 tweets mostly about sport and social events limited to US region geographically. There are 8155 tokens in total, and the length of each tweet is 16.31 on average. The 958 mentions consist of 399 LOC, 171 MISC, 212 ORG and", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">Spacy</td><td colspan=\"2\">Stanford</td><td colspan=\"2\">AllenNLP</td></tr><tr><td/><td>P</td><td>R</td><td>P</td><td>R</td><td>P</td><td>R</td></tr><tr><td colspan=\"7\">TweekiGold 43.8 57.9 71.8 65.2 81.1 80.9</td></tr><tr><td>BTC-A</td><td colspan=\"6\">10.8 42.4 41.1 56.5 48.1 66.6</td></tr><tr><td>BTC-H</td><td colspan=\"6\">7.3 14.3 40.6 19.9 74.2 54.2</td></tr><tr><td>Average</td><td colspan=\"6\">20.6 38.2 51.2 47.2 67.8 67.2</td></tr></table>" |
| }, |
| "TABREF5": { |
| "text": "NER Performance: Token-wise accuracy of popular frameworks on tweet-based NER datasets.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF6": { |
| "text": "", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td>Type</td><td colspan=\"3\">#mentions #entities Coverage</td></tr><tr><td>PER</td><td>2.1m</td><td>550k</td><td>25%</td></tr><tr><td>LOC</td><td>1.8m</td><td>950k</td><td>52%</td></tr><tr><td>ORG</td><td>550k</td><td>200k</td><td>35%</td></tr><tr><td>MISC</td><td>490k</td><td>200k</td><td>40%</td></tr></table>" |
| }, |
| "TABREF7": { |
| "text": "Linking Coverage of TweekiData, by Types: Number of mentions extracted for each type, along with how many of these mentions are linked by Tweeki.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">Precision Recall</td><td>F1</td></tr><tr><td>w/o Entity Types</td><td>66.6</td><td colspan=\"2\">59.6 63.4</td></tr><tr><td>w/ Entity Types</td><td>69.1</td><td colspan=\"2\">61.2 65.1</td></tr></table>" |
| }, |
| "TABREF8": { |
| "text": "Entity Type Filtering: Tweeki with entity type filtering obtains more than 2% improvement on all metrics compared to without filetring.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF9": { |
| "text": "13.1 22.8 57.05 29.2 39.0 79.1 35.2 49.4", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">NEEL2016</td><td/><td colspan=\"2\">Derczynski</td><td/><td/><td colspan=\"2\">TweekiGold</td></tr><tr><td/><td>P</td><td>R</td><td>F1</td><td>P</td><td>R</td><td>F1</td><td>P</td><td>R</td><td>F1</td></tr><tr><td>TagMe</td><td colspan=\"3\">19.1 30.0 24.1</td><td colspan=\"6\">18.2 50.1 26.3 38.1 56.1 45.0</td></tr><tr><td>Babelfy</td><td colspan=\"3\">8.08 10.6 9.06</td><td colspan=\"6\">9.0 41.1 15.2 17.1 47.2 25.1</td></tr><tr><td>AIDA</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td/><td colspan=\"3\">-53.2 32.1 38.5</td></tr><tr><td colspan=\"4\">End-to-End 87.9 OpenTapioca 11.0 19.1 14.8</td><td colspan=\"6\">9.1 36.0 14.0 20.2 50.4 29.1</td></tr><tr><td>Tweeki</td><td colspan=\"3\">58.0 15.2 24.8</td><td colspan=\"6\">41.1 34.2 37.1 69.0 61.0 65.0</td></tr></table>" |
| }, |
| "TABREF10": { |
| "text": "Entity Linking Performance of existing linkers, using strong matching metric on three datasets.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td/><td/><td>Derczynski</td><td/><td/><td colspan=\"2\">TweekiGold</td></tr><tr><td/><td>P</td><td>R</td><td>F1</td><td>P</td><td>R</td><td>F1</td></tr><tr><td>Tw-Stanford</td><td colspan=\"6\">36.4 29.4 32.5 56.7 44.6 49.9</td></tr><tr><td colspan=\"7\">Tw-AllenNLP 41.1 34.2 37.1 69.0 61.0 65.0</td></tr></table>" |
| }, |
| "TABREF11": { |
| "text": "Choice of Mention Extraction: using Stanford for mention extraction and NER, compared to using AllenNLP, in the first module of the pipeline.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF14": { |
| "text": "Statistics of UTGEO2011-small, with number of all LOC mentions, number of mentions that are linked to KB, and fraction of tweets with at least 1 link.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"2\">State prediction</td><td colspan=\"2\">City prediction</td></tr><tr><td/><td colspan=\"4\">Base +Tweeki Base +Tweeki</td></tr><tr><td>Tweet-level</td><td>18.0</td><td>19.3</td><td>9.1</td><td>11.0</td></tr><tr><td>User-level</td><td>24.3</td><td>26.1</td><td>13.0</td><td>15.2</td></tr></table>" |
| }, |
| "TABREF15": { |
| "text": "City and State Prediction using base model (without any extra information) and when combined with locations from Tweeki preprocessing.", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |