| { |
| "paper_id": "N16-1029", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:36:09.140138Z" |
| }, |
| "title": "Name Tagging for Low-resource Incident Languages based on Expectation-driven Learning", |
| "authors": [ |
| { |
| "first": "Boliang", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Rensselaer Polytechnic Institute", |
| "location": {} |
| }, |
| "email": "zhangb8@rpi.edu" |
| }, |
| { |
| "first": "Xiaoman", |
| "middle": [], |
| "last": "Pan", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Rensselaer Polytechnic Institute", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Tianlu", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Zhejiang University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Ashish", |
| "middle": [], |
| "last": "Vaswani", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern", |
| "location": { |
| "country": "California" |
| } |
| }, |
| "email": "vaswani@isi.edu" |
| }, |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Rensselaer Polytechnic Institute", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern", |
| "location": { |
| "country": "California" |
| } |
| }, |
| "email": "knight@isi.edu" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern", |
| "location": { |
| "country": "California" |
| } |
| }, |
| "email": "marcu@isi.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper we tackle a challenging name tagging problem in an emergent setting-the tagger needs to be complete within a few hours for a new incident language (IL) using very few resources. Inspired by observing how human annotators attack this challenge, we propose a new expectation-driven learning framework. In this framework we rapidly acquire, categorize, structure and zoom in on ILspecific expectations (rules, features, patterns, gazetteers, etc.) from various non-traditional sources: consulting and encoding linguistic knowledge from native speakers, mining and projecting patterns from both mono-lingual and cross-lingual corpora, and typing based on cross-lingual entity linking. We also propose a cost-aware combination approach to compose expectations. Experiments on seven low-resource languages demonstrate the effectiveness and generality of this framework: we are able to setup a name tagger for a new IL within two hours, and achieve 33.8%-65.1% F-score 1 .", |
| "pdf_parse": { |
| "paper_id": "N16-1029", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper we tackle a challenging name tagging problem in an emergent setting-the tagger needs to be complete within a few hours for a new incident language (IL) using very few resources. Inspired by observing how human annotators attack this challenge, we propose a new expectation-driven learning framework. In this framework we rapidly acquire, categorize, structure and zoom in on ILspecific expectations (rules, features, patterns, gazetteers, etc.) from various non-traditional sources: consulting and encoding linguistic knowledge from native speakers, mining and projecting patterns from both mono-lingual and cross-lingual corpora, and typing based on cross-lingual entity linking. We also propose a cost-aware combination approach to compose expectations. Experiments on seven low-resource languages demonstrate the effectiveness and generality of this framework: we are able to setup a name tagger for a new IL within two hours, and achieve 33.8%-65.1% F-score 1 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "In many emergent situations such as disease outbreaks and natural disasters, there is great demand to rapidly develop a Natural Language Processing (NLP) system, such as name tagger, for a \"surprise\" Incident Language (IL) with very few resources. Traditional supervised learning methods that rely on large-scale manual annotations would be too costly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Let's start by investigating how a human would discover information in a foreign IL environment. When we are in a foreign country, even if we don't know the language, we would still be able to guess the word \"gate\" from the airport broadcast based on its frequency and position in a sentence; guess the word \"station\" by pattern mining of many subway station labels; and guess the word \"left\" or \"right\" from a taxi driver's GPS speaker by matching movement actions. We designed a \"Tibetan Room\" game, similar to \"Chinese Room\" (Searle, 1980) , by asking a human user who doesn't know Tibetan to find persons, locations and organizations from some Tibetan documents. We designed an interface where test sentences are presented to the player one by one. When the player clicks token, the interface will display up to 100 manually labeled Tibetan sentences that include this token. The player can also see translations of some common words and a small gazetteer of common names (800 entries) in the interface. 14 players who don't know Tibetan joined the game. Their name tagging F-scores ranged from 0% to 94%. We found that good players usually bring in some kind of \"expectations\" derived from their own native languages, or general linguistic knowledge, or background knowledge about the scenario. Then they actively search, confirm, adjust and update these expectations during tagging. For example, they know from English that location names are often ended with suffix words such as \"city\" and \"country\", so they search for phrases starting or ending with the translations of these suffix words. After they successfully tag some seeds, they will continue to discover more names based on more expectations.", |
| "cite_spans": [ |
| { |
| "start": 528, |
| "end": 542, |
| "text": "(Searle, 1980)", |
| "ref_id": "BIBREF42" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "For example, if they already tagged an organization name A, and now observe a sequence matching a common English pattern \"[A (Organization)] s [Title] [B (Person) ]\", they will tag B as a person name. And if they know the scenario is about Ebola, they will be looking for a phrase with translation similar to \"West Africa\" and tag it as a location. Similarly, based on the knowledge that names appear in a conjunction structure often have the same type, they propagate high-confidence types across multiple names. They also keep gathering and synthesizing common contextual patterns and rules (such as position, frequency and length information) about names and non-names to expand their expectations. For example, after observing a token frequently appearing between a subsidiary and a parent organization, they will predict it as a preposition similar to \"of \" in English, and tag the entire string as a nested organization.", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 150, |
| "text": "[Title]", |
| "ref_id": null |
| }, |
| { |
| "start": 151, |
| "end": 162, |
| "text": "[B (Person)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Based on these lessons learned from this game, we propose to automatically acquire and encode expectations about what will appear in IL data (names, patterns, rules), and encode those expectations to drive IL name tagging. We explored various ways of systematically discovering and unifying latent and expressed expectations from nontraditional resources:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 Language Universals: Language-independent rules and patterns; \u2022 Native Speaker: Interaction with native speakers through a machine-readable survey and supervised active learning; \u2022 Prior Mining: IL entity prior knowledge mining from both mono-lingual and cross-lingual corpora and knowledge bases;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Furthermore, in emergent situations these expectations might not be available at once, and they may have different costs, so we need to organize and prioritize them to yield optimal performance within given time bounds. Therefore we also experimented with various cost-aware composition methods with the input of acquired expectations, plus a time bound for development (1 hour, 2 hours), and the output as a wall-time schedule that determines the best sequence of applying modules and maximizes the use of all available resources. Experiments on seven low-resource languages demonstrate that our frame-work can create an effective name tagger for an IL within a couple of hours using very few resources.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction: \"Tibetan Room\"", |
| "sec_num": "1" |
| }, |
| { |
| "text": "First we use some language universal rules, gazetteers and patterns to generate a binary feature vector F = {f 1 , f 2 , ...} for each token. Table 1 shows these features along with examples. An identification rule is r I = \u27e8T I , f = {f a , f b , ...}\u27e9 where T I is a \"B/I/O\" tag to indicate the beginning, inside or outside of a name, and {f a , f b , ...} is a set of selected features. If the features are all matched, the token will be tagged as T I . Similarly, a classification rule is r C = \u27e8T C , f = {f a , f b , ...}\u27e9, where T C is \"Person/Organization/Location\". These rules are triggered in order, and some examples are as follows: \u27e8B, {AllUppercased}\u27e9, \u27e8PER, {PersonGaz}\u27e9, \u27e8ORG, {Capitalized, LongLength}\u27e9, etc. Figure 1 illustrates our overall approach of acquiring various expectations, by simulating the strategies human players adopted during the Tibetan Room game. Next we will present details about discovering expectations from each source. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 142, |
| "end": 149, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 726, |
| "end": 734, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Starting Time: Language Universals", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The best way to understand a language is to consult people who speak it. We introduce a human-in- ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Survey with Native Speaker", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "-Capitalized; -AllUppercased; -MixedCase Punctuation -IternalPeriod: includes an internal period Digit -Digits: consisted of digits Length -LongLength: a name including more than 4 tokens is likely to be an ORG TF-IDF -TF-IDF: if a capitalized word appears at the beginning of a sentence, and has a low TF-IDF, then it's unlikely to be a name Patterns -Pattern1: \"Title \u27e8 PER Name \u27e9\" -Pattern2: \"\u27e8P ERN ame\u27e9, 00 * ,\" where 00 are two digits -Pattern3: \"[\u27e8N ame i \u27e9...], \u27e8N amen \u2212 1\u27e9\u27e8singleterm\u27e9\u27e8N amen\u27e9\" where all names have the same type. Multioccurrences -MultipleOccurrence: If a word appears in both uppercased and lowercased forms in a single document, it's unlikely to be a name. Table 1 : Universal Name Tagger Features the-loop process to acquire knowledge from native speakers. To meet the needs in the emergent setting, we design a comprehensive survey that aims to acquire a wide-range of IL-specific knowledge from native speakers in an efficient way. The survey categorizes questions and organizes them into a tree structure, so that the order of questions is chosen based on the answers of previous questions. The survey answers are then automatically translated into rules, patterns or gazetteers in the tagger. Some example questions are shown in Table 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 686, |
| "end": 693, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1263, |
| "end": 1270, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Case", |
| "sec_num": null |
| }, |
| { |
| "text": "We use a bootstrapping method to acquire IL patterns from unlabeled mono-lingual IL documents. Following the same idea in (Agichtein and Gravano, 2000; Collins and Singer, 1999), we first use names identified by high-confident rules as seeds, and generalize patterns from the contexts of these seeds. Then we evaluate the patterns and apply high-quality ones to find more names as new seeds. This process is repeated iteratively 2 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We define a pattern as a triple \u27e8lef t, name, right\u27e9, where name is a name, left and right 3 are context vectors with weighted terms (the weight is computed based on each token's tf-idf score). For example, from a Hausa sentence \"gwamnatin kasar Sin ta samar wa kasashen yammacin Afirka ... (the Government of China has given ... products to the West African countries)\", we can discover a pattern:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "\u2022 lef t: \u27e8gwamnatin (goevernment), 0.5\u27e9, \u27e8kasar (coun- try), 0.6\u27e9 \u2022 name: \u27e8Sin (China), 0.5\u27e9 \u2022 right: \u27e8ta (by), 0.2\u27e9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "This pattern matches strings like \"gwamnatin kasar Fiji ta (by the government of Fiji)\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For any two triples t i = \u27e8l i , name i , r i \u27e9 and t j = \u27e8l j , name j , r j \u27e9, we comput e their similarity by:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Sim(t i , t j ) = l i \u2022 l j + r i \u2022 r j", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We use this similarity measurement to cluster all triples and select the centroid triples in each cluster as candidate patterns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Similar to (Agichtein and Gravano, 2000), we evaluate the quality of a candidate pattern P by:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Conf (P ) = P positive (P positive + P negative )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": ",where P positive is the number of positive matches for P and P negative is the number of negative matches. Due to the lack of syntactic and semantic resources to refine these lexical patterns, we set a conservative confidence threshold 0.9.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mono-lingual Expectation Mining", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Name tagging research has been done for highresource languages such as English for over twenty years, so we have learned a lot about them. We collected 1,362 patterns from English name tagging literature. Some examples are listed below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-lingual Expectation Projection", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "\u2022 \u27e8{}, {P ER}, {< say >, < . >}\u27e9 \u2022 \u27e8{< headquarter >, < in >}, {LOC}, {}\u27e9 \u2022 \u27e8{< secretary >, < of >}, {ORG}, {}\u27e9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-lingual Expectation Projection", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "\u2022 \u27e8{< in >, < the >}, {LOC}, {< area >}\u27e9 True/False Questions 1. The letters of this language have upper and lower cases 2. The names of people, organizations and locations start with a capitalized (uppercased) letter 3. The first word of a sentence starts with a capitalized (uppercased) letter 4. Some periods indicate name abbreviations, e.g., St. = Saint, I.B.M. = International Business Machines. 5. Locations usually include designators, e.g., in a format like country United states , city Washington 6. Some prepositions are part of names Text input 1. Morphology: please enter preposition suffixes as many as you can (e.g. \" da\" in \"Ankara da ya\u015f\u0131yorum (I live in Ankara)\" is a preposition suffix which means \"in\"). Translation 1. Please translate the following English words and phrases: -organization suffix: agency, group, council, party, school, hospital, company, office, ... -time expression: January, ..., December; Monday, ..., Sunday; ...", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cross-lingual Expectation Projection", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "Besides the static knowledge like patterns, we can also dynamically acquire expected names from topically-related English documents for a given IL document. We apply the Stanford name tagger (Finkel et al., 2005) to the English documents to obtain a list of expected names. Then we translate the English patterns and expected names to IL. When there is no human constructed English-to-IL lexicon available, we derive a word-for-word translation table from a small parallel data set using the GIZA++ word alignment tool (Och and Ney, 2003) . We also convert IL text to Latin characters based on Unicode mapping 4 , and then apply Soundex code (Mortimer and Salathiel, 1995; Raghavan and Allan, 2004) to find the IL name equivalent that shares the most similar pronunciation as each English name. For example, the Bengali name \"\u099f\u09bf\u09a8 \u09c7 \u09df\u09be\u09b0\" and \"Tony Blair\" have the same Soundex code \"T500 B460\".", |
| "cite_spans": [ |
| { |
| "start": 191, |
| "end": 212, |
| "text": "(Finkel et al., 2005)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 519, |
| "end": 538, |
| "text": "(Och and Ney, 2003)", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 642, |
| "end": 672, |
| "text": "(Mortimer and Salathiel, 1995;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 673, |
| "end": 698, |
| "text": "Raghavan and Allan, 2004)", |
| "ref_id": "BIBREF40" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 2: Survey Question Examples", |
| "sec_num": null |
| }, |
| { |
| "text": "In addition to unstructured documents, we also try to leverage structured English knowledge bases (KBs) such as DBpedia 5 . Each entry is associated with a set of types such as Company, Actor and Agent. We utilize the Abstract Meaning Representation corpus (Banarescu et al., 2013) which contains both entity type and linked KB title annotations, to automatically map 9, 514 entity types in DBPedia to three main entity types of interest: Person (PER), Location (LOC) and Organization (ORG).", |
| "cite_spans": [ |
| { |
| "start": 257, |
| "end": 281, |
| "text": "(Banarescu et al., 2013)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mining Expectations from KB", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "Then we adopt a language-independent crosslingual entity linking system (Wang et al., 2015) to link each IL name mention to English DBPedia. This linker is based on an unsupervised quantified collective inference approach. It constructs knowledge networks from the IL source documents based on entity mention co-occurrence, and knowledge networks from KB. Each IL name is matched with candidate entities in English KB using name translation pairs derived from inter-lingual KB links in Wikipedia and DBPedia. We also apply the wordfor-word translation tables constructed from parallel data as described in Section 3.4 to translate some uncommon names. Then it performs semantic comparison between two knowledge networks based on three criteria: salience, similarity and coherence. Finally we map the DBPedia types associated with the linked entity candidates to obtain the entity type for each IL name.", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 91, |
| "text": "(Wang et al., 2015)", |
| "ref_id": "BIBREF48" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mining Expectations from KB", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "We anticipated that not all expectations can be encoded as explicit rules and patterns, or covered by projected names, therefore for comparison we introduce a supervised method with pool-based active learning to learn implicit expectations (features, new names, etc.) directly from human data annotation. We exploited basic lexical features including ngrams, adjacent tokens, casing information, punctuations and frequency to train a Conditional Random Fields (CRFs) (Lafferty et al., 2001 ) based model through active learning (Settles, 2010) .", |
| "cite_spans": [ |
| { |
| "start": 467, |
| "end": 489, |
| "text": "(Lafferty et al., 2001", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 528, |
| "end": 543, |
| "text": "(Settles, 2010)", |
| "ref_id": "BIBREF44" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Active Learning", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We segment documents into sentences and use each sentence as a training unit. Let x * b be the most informative instance according to a query strategy \u03d5(x), which is a function used to evaluate each instance x in the unlabeled pool U . Algorithm 1 illustrates the procedure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supervised Active Learning", |
| "sec_num": "4" |
| }, |
| { |
| "text": "1: L \u2190 labeled set, U \u2190 unlabeled pool 2: \u03d5(\u2022) \u2190 query strategy, B \u2190 query batch size 3: M \u2190 maximum number of tokens 4: while Length(L)< M do 5: \u03b8 = train(L); 6: for b \u2208 {1, 2, ..., B} do 7:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "x * b = arg maxx\u2208U \u03d5(x) 8:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "L = L \u222a {x * b , label(x * b )} 9: U = U \u2212 x * b", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "10: end for 11: end while Jing et al. (2004) proposed an entropy measure for active learning for image retrieval task. We compared it with other measures proposed by (Settles and Craven, 2008) and found that sequence entropy (SE) is most effective for our name tagging task. We use \u03d5 SE to represent how informative a sentence is:", |
| "cite_spans": [ |
| { |
| "start": 26, |
| "end": 44, |
| "text": "Jing et al. (2004)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 166, |
| "end": 192, |
| "text": "(Settles and Craven, 2008)", |
| "ref_id": "BIBREF43" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "\u03d5 SE (x) = \u2212 T \u2211 t=1 M \u2211 m=1 P \u03b8 (yt = m)logP \u03b8 (yt = m)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": ", where T is the length of x, m ranges over all possible token labels and P \u03b8 (y t = m) is the probability when y t is tagged as m.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Pool-based Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "A new requirement for IL name tagging is a Linguistic Workflow Generator, which can generate an activity schedule to organize and maximize the use of acquired expectations to yield optimal F-scores within given time bounds. Therefore, the input to the IL name tagger is not only the test data, but also a time bound for development (1 hour, 2 hours, 24 hours, 1 week, 1 month, etc.). Figure 2 illustrates our cost-aware expectation composition approach. Given some IL documents as input, as the clock ticks, the system delivers name tagging results at time 0 (immediately), time 1 (e.g., in one hour) and time 2 (e.g., in two hours). At time 0, name tagging results are provided by the universal tagger described in Section 2. During the first hour, we can either ask the native speaker to annotate a small amount of data for supervised active learning of a CRFs model, or fill in the survey to build a rulebased tagger. We estimate the confidence value of Language IL Test Docs Name Unique Name IL Dev. Docs Bengali 100 4,713 2,820 12,495 169 Hausa 100 1,619 950 13,652 645 Tagalog 100 6,119 3,375 1,616 145 Tamil 100 4120 2,871 4,597 166 Thai 100 4,954 3,314 10,000 191 Turkish 100 2,694 1,323 10,000 484 Yoruba 100 3,745 2,337 427 252 Table 3 : Data Statistics each expectation-driven rule based on its precision score on a small development set of ten documents. Then we apply these rules in the priority order of their confidence values. When the results of two taggers are conflicting on either mention boundary or type, if the applied rule has high confidence we will trust its output, otherwise adopt the CRFs model's output.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 384, |
| "end": 392, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1009, |
| "end": 1284, |
| "text": "Bengali 100 4,713 2,820 12,495 169 Hausa 100 1,619 950 13,652 645 Tagalog 100 6,119 3,375 1,616 145 Tamil 100 4120 2,871 4,597 166 Thai 100 4,954 3,314 10,000 191 Turkish 100 2,694 1,323 10,000 484 Yoruba 100 3,745 2,337 427 252 Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cost-aware Combination", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this section we will present our experimental details, results and observations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We evaluate our framework on seven low-resource incident languages: Bengali, Hausa, Tagalog, Tamil, Thai, Turkish and Yoruba, using the groundtruth name tagging annotations from the DARPA LORELEI program 6 . Table 3 shows data statistics.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 208, |
| "end": 215, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We test with three checking points: starting time, within one hour, and within two hours. Based on the combination approach described in Section 5, we can have three possible combinations of the expectationdriven learning and supervised active learning methods during two hours: (1) expectation-driven learning + supervised active learning;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cost-aware Overall Performance", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "(2) supervised active learning + expectation-driven learning; and (3) supervised active learning for two hours. Figure 3 compares the overall performance of these combinations for each language.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 112, |
| "end": 120, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cost-aware Overall Performance", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We can see that our approach is able to rapidly set up a name tagger for an IL and achieves promising performance. During the first hour, there is no clear winner between expectation-driven learning or Figure 2 : Cost-aware Expectation Composition supervised active learning. But it's clear that supervised active learning for two hours is generally not the optimal solution. Using Hausa as a case study, we take a closer look at the supervised active learning curve as shown in Figure 4 . We can see that supervised active learning based on simple lexical features tends to converge quickly. As time goes by it will reach its own upper-bound of learning and generalizing linguistic features. In these cases our proposed expectation-driven learning method can compensate by providing more explicit and deeper ILspecific linguistic knowledge. Table 4 shows the performance gain of each type of expectation acquisition method. IL gazetteers covered some common names, especially when the universal case-based rules failed at identifying names from non-Latin languages. IL name patterns were mainly effective for classification. For example, the Tamil name \"\u0b95\u0ba4\u0bcd \u0ba4\u0bcb\u0bb2\u0bbf\u0b95\u0bcd \u0b95\u0ba9\u0bcd \u0b9a\u0bbf\u0bb0\u0bbf\u0baf\u0ba9\u0bcd \u0bb5\u0b99\u0bcd \u0b95\u0bbf\u0baf\u0bbf\u0bb2 (Catholic Syrian Bank)\" was classified as an organization because it ends with an organization suffix word \"\u0bb5\u0b99\u0bcd \u0b95\u0bbf\u0baf\u0bbf\u0bb2(bank)\". The patterns projected from English were proven very effective at identifying name boundaries. For example, some nonnames such as titles are also capitalized in Turkish, so simple case-based patterns produced many spurious names. But projected patterns can fix many of them. In the following Turkish sentence, \"Ancak Avrupa Birli\u011fi D\u0131\u015f \u0130li\u015fkiler Sorumlusu Catherine Ashton,...(But European Union foreign policy chief Catherine Ashton,...)\", among all these capitalized tokens, after we confirmed \"Avrupa Birli\u011fi (European Union)\" as an organization and \"D\u0131\u015f \u0130li\u015fkiler Sorumlusu (foreign policy chief)\" as a title, we applied a pattern projected from English \" [Organization] [Title] [Person] \" and successfully identified \"Catherine Ashton\" as a person. Cross-lingual entity linking based typing successfully enhanced classification accuracy, especially for languages where names often appear the same as their English forms and so entity linking achieved high accuracy. For example, \"George Bush\" keeps the same in Hausa, Tagalog and Yoruba as English. Figure 5 shows the comparison of supervised active learning and passive learning (random sampling in training data selection). We asked a native speaker to annotate Chinese news documents in one hour, and estimated the human annotation speed approximately as 7,000 tokens per hour. Therefore we set the number of tokens as 7,000 for one hour, and 14,000 for two hours. We can clearly see that supervised active learning significantly outperforms passive learning for all languages, especially for Tamil, Tagalog and Yoruba. Because of the rich morphology in Turkish, the gain of supervised active learning is relatively small because simple lexical features cannot capture name-specific characteristics regardless of the size of labeled data. For example, some prepositions (e.g., \"nin (in)\") can be part of the names, so it's difficult to determine name boundaries, such as \"<ORG Ludian b\u00f6lgesi hastanesi>nin (in <ORG Ludian Hospital>)\" Table 5 presents the detailed break-down scores for all languages. We can see that name identification, especially organization identification is the main bottleneck for all languages. For example, many organization names in Hausa are often very long, nested or all low-cased, such as \"makaran-tar horas da Malaman makaranta ta Bawa Jan Gwarzo (Bawa Jan Gwarzo Memorial Teachers College)\" and \"kungiyar masana'antu da tattalin arziki ta kasar Sin (China's Association of Business and Industry)\". Our name tagger will further benefit from more robust universal word segmentation, rich morphology analysis and IL-specific knowledge. For example, in Tamil \"\u0b83\" is a visarga used as a diacritic to write foreign sounds, so we can infer a phrase including it (e.g., \"\u0bb9\u0bc6\u0baf\u0bcd \u0b83\u0baa\u0bbe\u0bb5\u0bbf\u0ba9\u0bcd (Haifa)\") is likely to be a foreign name. Therefore our survey should be enriched by exercising with many languages to capture more categories of linguistic phenomena. et al., 2000) , German (Thielen, 1995) , Italian (Cucchiarelli et al., 1998) , Greek (Karkaletsis et al., 1999) , Spanish (Ar\u00e9valo et al., 2002) , Portuguese (Hana et al., 2006) , Serbo-croatian (Nenadi\u0107 and Spasi\u0107, 2000) , Swedish (Dalianis and \u00c5str\u00f6m, 2001 ) and Turkish (T\u00fcr et al., 2003) . However, most of previous work relied on substantial amount of resources such as language-specific rules, basic tools such as part-of-speech taggers, a large amount of labeled data, or a huge amount of Web ngram data, which are usually unavailable for low-resource ILs. In contrast, in this paper we put the name tagging task in a new emergent setting where we need to process a surprise IL within very short time using very few resources.", |
| "cite_spans": [ |
| { |
| "start": 1974, |
| "end": 1988, |
| "text": "[Organization]", |
| "ref_id": null |
| }, |
| { |
| "start": 1997, |
| "end": 2005, |
| "text": "[Person]", |
| "ref_id": null |
| }, |
| { |
| "start": 4248, |
| "end": 4261, |
| "text": "et al., 2000)", |
| "ref_id": null |
| }, |
| { |
| "start": 4271, |
| "end": 4286, |
| "text": "(Thielen, 1995)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 4297, |
| "end": 4324, |
| "text": "(Cucchiarelli et al., 1998)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 4333, |
| "end": 4359, |
| "text": "(Karkaletsis et al., 1999)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 4370, |
| "end": 4392, |
| "text": "(Ar\u00e9valo et al., 2002)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 4406, |
| "end": 4425, |
| "text": "(Hana et al., 2006)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 4443, |
| "end": 4469, |
| "text": "(Nenadi\u0107 and Spasi\u0107, 2000)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 4480, |
| "end": 4506, |
| "text": "(Dalianis and \u00c5str\u00f6m, 2001", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 4521, |
| "end": 4539, |
| "text": "(T\u00fcr et al., 2003)", |
| "ref_id": "BIBREF46" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 202, |
| "end": 210, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 479, |
| "end": 487, |
| "text": "Figure 4", |
| "ref_id": null |
| }, |
| { |
| "start": 842, |
| "end": 849, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 2368, |
| "end": 2376, |
| "text": "Figure 5", |
| "ref_id": null |
| }, |
| { |
| "start": 3306, |
| "end": 3313, |
| "text": "Table 5", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cost-aware Overall Performance", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The TIDES 2003 Surprise Language Hindi Named Entity Recognition task had a similar setting. A name tagger was required to be finished within a time bound (five days). However, 628 labeled documents were provided in the TIDES task, while in our setting no labeled documents are available at the starting point. Therefore we applied active learning to efficiently annotate about 40 documents for each language and proposed new methods to learn expectations. The results of the tested ILs are still far from perfect, but we hope our detailed comparison and result analysis can introduce new ideas to balance the quality and cost of name tagging.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Impact of Supervised Active Learning", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "Name tagging for a new IL is a very important but also challenging task. We conducted a thorough study on various ways of acquiring, encoding and composing expectations from multiple nontraditional sources. Experiments demonstrate that this framework can be used to build a promising name tagger for a new IL within a few hours. In the future we will exploit broader and deeper entity prior knowledge to improve name identification. We will aim to make the framework more transparent for native speakers so the survey can be done in an automatic interactive question-answering fashion. We will also develop methods to make the tagger capable of active self-assessment to produce the best workflow within time bounds.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "8" |
| }, |
| { |
| "text": "The resources developed in this paper, including the survey, patterns and gazetteers, are available at http://nlp.cs.rpi.edu/data/elisaienaacl16.zip", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We empirically set the number of iterations as 2 in this paper.3 lef t and right are the context three tokens before and after the name", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.ssec.wisc.edu/ tomw/java/unicode.html 5 http://dbpedia.org", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.darpa.mil/program/low-resource-languagesfor-emergent-incidents", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was supported by the U.S. DARPA LORELEI Program No. HR0011-15-C-0115 and ARL/ARO MURI W911NF-10-1-0533. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes notwithstanding any copyright notation here on.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Nadeau and Sekine, 2007), supervised models using monolingual labeled data", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Farmakiotou", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Related Work Name Tagging is a well-studied problem. Many types of frameworks have been used, including rules", |
| "volume": "", |
| "issue": "", |
| "pages": "bootstrap-- ping", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Related Work Name Tagging is a well-studied problem. Many types of frameworks have been used, including rules (Farmakiotou et al., 2000; Nadeau and Sekine, 2007), supervised models using monolingual labeled data (Zhou and Su, 2002; Chieu and Ng, 2002; Rizzo and Troncy, 2012; McCallum and Li, 2003; Li and McCallum, 2003), bilingual labeled data (Li et al., 2012; Kim et al., 2012; Che et al., 2013; Wang et al., 2013) or naturally partially annotated data such as Wikipedia (Nothman et al., 2013), bootstrap- ping (Agichtein and Gravano, 2000; Niu et al., 2003;", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Name tagging has been explored for many non-English languages such as in Chinese (Ji and Grishman", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Nadeau", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the fifth ACM conference on Digital libraries", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nadeau et al., 2006; Nadeau and Sekine, 2007; Ji and Lin, 2009). Name tagging has been explored for many non- English languages such as in Chinese (Ji and Gr- ishman, 2005; Li et al., 2014), Japanese (Asahara and Matsumoto, 2003; Li et al., 2014), Arabic (Mal- oney and Niv, 1998), Catalan (Carreras et al., 2003), Bulgarian (Osenova and Kolkovska, 2002), Dutch (De Meulder et al., 2002), French (B\u00e9chet References Eugene Agichtein and Luis Gravano. 2000. Snowball: Extracting relations from large plain-text collections. In Proceedings of the fifth ACM conference on Digital libraries.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A proposal for wide-coverage spanish named entity recognition", |
| "authors": [ |
| { |
| "first": "Montse", |
| "middle": [], |
| "last": "Ar\u00e9valo", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "Mar\u00eda Ant\u00f2nia Mart\u00ed", |
| "suffix": "" |
| }, |
| { |
| "first": "Mar\u00eda Jos\u00e9", |
| "middle": [], |
| "last": "Padr\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sim\u00f3n", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Montse Ar\u00e9valo, Xavier Carreras, Llu\u00eds M\u00e0rquez, Mar\u00eda Ant\u00f2nia Mart\u00ed, Llu\u00eds Padr\u00f3, and Mar\u00eda Jos\u00e9 Sim\u00f3n. 2002. A proposal for wide-coverage spanish named entity recognition. Procesamiento del lenguaje natural.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Japanese named entity extraction with redundant morphological analysis", |
| "authors": [ |
| { |
| "first": "Masayuki", |
| "middle": [], |
| "last": "Asahara", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuji", |
| "middle": [], |
| "last": "Matsumoto", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masayuki Asahara and Yuji Matsumoto. 2003. Japanese named entity extraction with redundant morphological analysis. In Proceedings of the 2003 Conference of the North American Chapter of the Association for Com- putational Linguistics on Human Language Technol- ogy.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Abstract meaning representation for sembanking", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Banarescu", |
| "suffix": "" |
| }, |
| { |
| "first": "Claire", |
| "middle": [], |
| "last": "Bonial", |
| "suffix": "" |
| }, |
| { |
| "first": "Shu", |
| "middle": [], |
| "last": "Cai", |
| "suffix": "" |
| }, |
| { |
| "first": "Madalina", |
| "middle": [], |
| "last": "Georgescu", |
| "suffix": "" |
| }, |
| { |
| "first": "Kira", |
| "middle": [], |
| "last": "Griffitt", |
| "suffix": "" |
| }, |
| { |
| "first": "Ulf", |
| "middle": [], |
| "last": "Hermjakob", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| }, |
| { |
| "first": "Philipp", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "ACL Workshop on Linguistic Annotation and Interoperability with Discourse", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Banarescu, Claire Bonial, Shu Cai, Madalina Georgescu, Kira Griffitt, Ulf Hermjakob, Kevin Knight, Philipp Koehn, Martha Palmer, and Nathan Schneider. 2013. Abstract meaning representation for sembanking. In ACL Workshop on Linguistic Annota- tion and Interoperability with Discourse.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Tagging unknown proper names using decision trees", |
| "authors": [ |
| { |
| "first": "Fr\u00e9d\u00e9ric", |
| "middle": [], |
| "last": "B\u00e9chet", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexis", |
| "middle": [], |
| "last": "Nasr", |
| "suffix": "" |
| }, |
| { |
| "first": "Franck", |
| "middle": [], |
| "last": "Genet", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 38th Annual Meeting on Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fr\u00e9d\u00e9ric B\u00e9chet, Alexis Nasr, and Franck Genet. 2000. Tagging unknown proper names using decision trees. In Proceedings of the 38th Annual Meeting on Associ- ation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Optimising selective sampling for bootstrapping named entity recognition", |
| "authors": [ |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Becker", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Hachey", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [ |
| "Alex" |
| ], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Claire", |
| "middle": [], |
| "last": "Grover", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of ICML-2005 Workshop on Learning with Multiple Views", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Markus Becker, Ben Hachey, Beatrice Alex, and Claire Grover. 2005. Optimising selective sampling for boot- strapping named entity recognition. In Proceedings of ICML-2005 Workshop on Learning with Multiple Views.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Named entity recognition for catalan using spanish resources", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "Padr\u00f3", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the tenth conference on European chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xavier Carreras, Llu\u00eds M\u00e0rquez, and Llu\u00eds Padr\u00f3. 2003. Named entity recognition for catalan using spanish re- sources. In Proceedings of the tenth conference on Eu- ropean chapter of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Named entity recognition with bilingual constraints", |
| "authors": [ |
| { |
| "first": "Wanxiang", |
| "middle": [], |
| "last": "Che", |
| "suffix": "" |
| }, |
| { |
| "first": "Mengqiu", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Christopher", |
| "suffix": "" |
| }, |
| { |
| "first": "Ting", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of HLT-NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wanxiang Che, Mengqiu Wang, Christopher D Manning, and Ting Liu. 2013. Named entity recognition with bilingual constraints. In Proceedings of HLT-NAACL.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Named entity recognition: a maximum entropy approach using global information", |
| "authors": [ |
| { |
| "first": "Hai", |
| "middle": [], |
| "last": "Leong Chieu", |
| "suffix": "" |
| }, |
| { |
| "first": "Hwee Tou", |
| "middle": [], |
| "last": "Ng", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 19th international conference on Computational linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hai Leong Chieu and Hwee Tou Ng. 2002. Named en- tity recognition: a maximum entropy approach using global information. In Proceedings of the 19th inter- national conference on Computational linguistics.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Domain adaptation of rule-based annotators for named-entity recognition tasks", |
| "authors": [ |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Chiticariu", |
| "suffix": "" |
| }, |
| { |
| "first": "Rajasekar", |
| "middle": [], |
| "last": "Krishnamurthy", |
| "suffix": "" |
| }, |
| { |
| "first": "Yunyao", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Reiss", |
| "suffix": "" |
| }, |
| { |
| "first": "Shivakumar", |
| "middle": [], |
| "last": "Vaithyanathan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Chiticariu, Rajasekar Krishnamurthy, Yunyao Li, Frederick Reiss, and Shivakumar Vaithyanathan. 2010. Domain adaptation of rule-based annotators for named-entity recognition tasks. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Unsupervised models for named entity classification", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoram", |
| "middle": [], |
| "last": "Singer", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the joint SIGDAT conference on empirical methods in natural language processing and very large corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Collins and Yoram Singer. 1999. Unsupervised models for named entity classification. In Proceedings of the joint SIGDAT conference on empirical methods in natural language processing and very large cor- pora.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Automatic semantic tagging of unknown proper names", |
| "authors": [ |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Cucchiarelli", |
| "suffix": "" |
| }, |
| { |
| "first": "Danilo", |
| "middle": [], |
| "last": "Luzi", |
| "suffix": "" |
| }, |
| { |
| "first": "Paola", |
| "middle": [], |
| "last": "Velardi", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 17th international conference on Computational linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alessandro Cucchiarelli, Danilo Luzi, and Paola Velardi. 1998. Automatic semantic tagging of unknown proper names. In Proceedings of the 17th international con- ference on Computational linguistics.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Swenam a swedish named entity recognizer", |
| "authors": [ |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| }, |
| { |
| "first": "Erik", |
| "middle": [], |
| "last": "\u00c5str\u00f6m", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hercules Dalianis and Erik \u00c5str\u00f6m. 2001. Swenam a swedish named entity recognizer. Technical report, Technical Report. Department of Numerical Analysis and Computing Science.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A named entity recognition system for dutch", |
| "authors": [ |
| { |
| "first": "Walter", |
| "middle": [], |
| "last": "Fien De Meulder", |
| "suffix": "" |
| }, |
| { |
| "first": "V\u00e9ronique", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hoste", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fien De Meulder, Walter Daelemans, and V\u00e9ronique Hoste. 2002. A named entity recognition system for dutch. Language and Computers.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Unsupervised named-entity extraction from the web: An experimental study", |
| "authors": [ |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Cafarella", |
| "suffix": "" |
| }, |
| { |
| "first": "Doug", |
| "middle": [], |
| "last": "Downey", |
| "suffix": "" |
| }, |
| { |
| "first": "Ana-Maria", |
| "middle": [], |
| "last": "Popescu", |
| "suffix": "" |
| }, |
| { |
| "first": "Tal", |
| "middle": [], |
| "last": "Shaked", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Soderland", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Weld", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Yates", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Artificial intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Oren Etzioni, Michael Cafarella, Doug Downey, Ana- Maria Popescu, Tal Shaked, Stephen Soderland, Daniel S Weld, and Alexander Yates. 2005. Unsuper- vised named-entity extraction from the web: An exper- imental study. Artificial intelligence.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Rule-based named entity recognition for greek financial texts", |
| "authors": [ |
| { |
| "first": "Dimitra", |
| "middle": [], |
| "last": "Farmakiotou", |
| "suffix": "" |
| }, |
| { |
| "first": "Vangelis", |
| "middle": [], |
| "last": "Karkaletsis", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Koutsias", |
| "suffix": "" |
| }, |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Sigletos", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Constantine", |
| "suffix": "" |
| }, |
| { |
| "first": "Panagiotis", |
| "middle": [], |
| "last": "Spyropoulos", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stamatopoulos", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the Workshop on Computational lexicography and Multimedia Dictionaries", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dimitra Farmakiotou, Vangelis Karkaletsis, John Kout- sias, George Sigletos, Constantine D Spyropoulos, and Panagiotis Stamatopoulos. 2000. Rule-based named entity recognition for greek financial texts. In Pro- ceedings of the Workshop on Computational lexicog- raphy and Multimedia Dictionaries (COMLEX 2000).", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Incorporating non-local information into information extraction systems by gibbs sampling", |
| "authors": [ |
| { |
| "first": "Jenny", |
| "middle": [ |
| "Rose" |
| ], |
| "last": "Finkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Trond", |
| "middle": [], |
| "last": "Grenager", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jenny Rose Finkel, Trond Grenager, and Christopher Manning. 2005. Incorporating non-local information into information extraction systems by gibbs sampling. In Proceedings of the 43rd Annual Meeting on Associ- ation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Tagging portuguese with a spanish tagger using cognates", |
| "authors": [ |
| { |
| "first": "Jirka", |
| "middle": [], |
| "last": "Hana", |
| "suffix": "" |
| }, |
| { |
| "first": "Anna", |
| "middle": [], |
| "last": "Feldman", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the International Workshop on Cross-Language Knowledge Induction", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jirka Hana, Anna Feldman, Chris Brew, and Luiz Ama- ral. 2006. Tagging portuguese with a spanish tagger using cognates. In Proceedings of the International Workshop on Cross-Language Knowledge Induction.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Improving name tagging by reference resolution and relation detection", |
| "authors": [ |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of ACL2005", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heng Ji and Ralph Grishman. 2005. Improving name tagging by reference resolution and relation detection. In Proceedings of ACL2005.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Gender and animacy knowledge discovery from web-scale n-grams for unsupervised person mention detection", |
| "authors": [ |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of PACLIC2009", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heng Ji and Dekang Lin. 2009. Gender and animacy knowledge discovery from web-scale n-grams for un- supervised person mention detection. In Proceedings of PACLIC2009.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Entropy-based active learning with support vector machines for content-based image retrieval", |
| "authors": [ |
| { |
| "first": "Feng", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| }, |
| { |
| "first": "Mingjing", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Hongjiang", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Bo", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of ICMCS2004", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Feng Jing, Mingjing Li, HongJiang Zhang, and Bo Zhang. 2004. Entropy-based active learning with support vec- tor machines for content-based image retrieval. In Pro- ceedings of ICMCS2004.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Georgios Petasis, Natasa Manousopoulou, and Constantine D Spyropoulos", |
| "authors": [ |
| { |
| "first": "Vangelis", |
| "middle": [], |
| "last": "Karkaletsis", |
| "suffix": "" |
| }, |
| { |
| "first": "Georgios", |
| "middle": [], |
| "last": "Paliouras", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Journal of Intelligent and Robotic Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vangelis Karkaletsis, Georgios Paliouras, Georgios Peta- sis, Natasa Manousopoulou, and Constantine D Spy- ropoulos. 1999. Named-entity recognition from greek and english texts. Journal of Intelligent and Robotic Systems.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Multilingual named entity recognition using parallel data and metadata from wikipedia", |
| "authors": [ |
| { |
| "first": "Sungchul", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Hwanjo", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sungchul Kim, Kristina Toutanova, and Hwanjo Yu. 2012. Multilingual named entity recognition using parallel data and metadata from wikipedia. In Pro- ceedings of the 50th Annual Meeting of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Conditional random fields: Probabilistic models for segmenting and labeling sequence data", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [ |
| "D" |
| ], |
| "last": "Lafferty", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [ |
| "C N" |
| ], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the Eighteenth International Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John D. Lafferty, Andrew McCallum, and Fernando C. N. Pereira. 2001. Conditional random fields: Probabilis- tic models for segmenting and labeling sequence data. In Proceedings of the Eighteenth International Confer- ence on Machine Learning.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Rapid development of hindi named entity recognition using conditional random fields and feature induction", |
| "authors": [ |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "ACM Transactions on Asian and Low-Resource Language Information Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wei Li and Andrew McCallum. 2003. Rapid devel- opment of hindi named entity recognition using con- ditional random fields and feature induction. ACM Transactions on Asian and Low-Resource Language Information Processing.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Joint bilingual name tagging for parallel corpora", |
| "authors": [ |
| { |
| "first": "Qi", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Haibo", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| }, |
| { |
| "first": "Wen", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jing", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Fei", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 21st ACM international conference on Information and knowledge management", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Qi Li, Haibo Li, Heng Ji, Wen Wang, Jing Zheng, and Fei Huang. 2012. Joint bilingual name tagging for parallel corpora. In Proceedings of the 21st ACM in- ternational conference on Information and knowledge management.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Comparison of the impact of word segmentation on name tagging for chinese and japanese", |
| "authors": [ |
| { |
| "first": "Haibo", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Masato", |
| "middle": [], |
| "last": "Hagiwara", |
| "suffix": "" |
| }, |
| { |
| "first": "Qi", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of LREC2014", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Haibo Li, Masato Hagiwara, Qi Li, and Heng Ji. 2014. Comparison of the impact of word segmentation on name tagging for chinese and japanese. In Proceed- ings of LREC2014.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Tagarab: a fast, accurate arabic name recognizer using high-precision morphological analysis", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Maloney", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Niv", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the Workshop on Computational Approaches to Semitic Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Maloney and Michael Niv. 1998. Tagarab: a fast, accurate arabic name recognizer using high-precision morphological analysis. In Proceedings of the Work- shop on Computational Approaches to Semitic Lan- guages.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Early results for named entity recognition with conditional random fields, feature induction and web-enhanced lexicons", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the seventh conference on Natural language learning at HLT-NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew McCallum and Wei Li. 2003. Early results for named entity recognition with conditional random fields, feature induction and web-enhanced lexicons. In Proceedings of the seventh conference on Natural language learning at HLT-NAACL 2003.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Named entity recognition without gazetteers", |
| "authors": [ |
| { |
| "first": "Andrei", |
| "middle": [], |
| "last": "Mikheev", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Moens", |
| "suffix": "" |
| }, |
| { |
| "first": "Claire", |
| "middle": [], |
| "last": "Grover", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the ninth conference on European chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrei Mikheev, Marc Moens, and Claire Grover. 1999. Named entity recognition without gazetteers. In Pro- ceedings of the ninth conference on European chapter of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "soundex'codes of surnames provide confidentiality and accuracy in a national hiv database", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Mortimer", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "Salathiel", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Communicable disease report. CDR review", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "JY Mortimer and JA Salathiel. 1995. 'soundex'codes of surnames provide confidentiality and accuracy in a national hiv database. Communicable disease report. CDR review.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "A survey of named entity recognition and classification", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Nadeau", |
| "suffix": "" |
| }, |
| { |
| "first": "Satoshi", |
| "middle": [], |
| "last": "Sekine", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Lingvisticae Investigationes", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Nadeau and Satoshi Sekine. 2007. A survey of named entity recognition and classification. Lingvisti- cae Investigationes.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Unsupervised named-entity recognition: Generating gazetteers and resolving ambiguity", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Nadeau", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Turney", |
| "suffix": "" |
| }, |
| { |
| "first": "Stan", |
| "middle": [], |
| "last": "Matwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Nadeau, Peter Turney, and Stan Matwin. 2006. Unsupervised named-entity recognition: Generating gazetteers and resolving ambiguity.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Recognition and acquisition of compound names from corpora", |
| "authors": [ |
| { |
| "first": "Goran", |
| "middle": [], |
| "last": "Nenadi\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Irena", |
| "middle": [], |
| "last": "Spasi\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Natural Language Processing NLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goran Nenadi\u0107 and Irena Spasi\u0107. 2000. Recognition and acquisition of compound names from corpora. In Nat- ural Language Processing NLP 2000.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Bootstrapping for named entity tagging using concept-based seeds", |
| "authors": [ |
| { |
| "first": "Cheng", |
| "middle": [], |
| "last": "Niu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Jihong", |
| "middle": [], |
| "last": "Ding", |
| "suffix": "" |
| }, |
| { |
| "first": "Rohini K", |
| "middle": [], |
| "last": "Srihari", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cheng Niu, Wei Li, Jihong Ding, and Rohini K Srihari. 2003. Bootstrapping for named entity tagging using concept-based seeds. In Proceedings of the 2003 Con- ference of the North American Chapter of the Associ- ation for Computational Linguistics on Human Lan- guage Technology.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Learning multilingual named entity recognition from wikipedia", |
| "authors": [ |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Nothman", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicky", |
| "middle": [], |
| "last": "Ringland", |
| "suffix": "" |
| }, |
| { |
| "first": "Will", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "Tara", |
| "middle": [], |
| "last": "Murphy", |
| "suffix": "" |
| }, |
| { |
| "first": "James R", |
| "middle": [], |
| "last": "Curran", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joel Nothman, Nicky Ringland, Will Radford, Tara Mur- phy, and James R Curran. 2013. Learning multilingual named entity recognition from wikipedia. Artificial In- telligence.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "A systematic comparison of various statistical alignment models", |
| "authors": [ |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Franz", |
| "suffix": "" |
| }, |
| { |
| "first": "Hermann", |
| "middle": [], |
| "last": "Och", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ney", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franz Josef Och and Hermann Ney. 2003. A system- atic comparison of various statistical alignment mod- els. Computational linguistics.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Combining the named-entity recognition task and np chunking strategy for robust pre-processing", |
| "authors": [ |
| { |
| "first": "Petya", |
| "middle": [], |
| "last": "Osenova", |
| "suffix": "" |
| }, |
| { |
| "first": "Sia", |
| "middle": [], |
| "last": "Kolkovska", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the Workshop on Treebanks and Linguistic Theories", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Petya Osenova and Sia Kolkovska. 2002. Combin- ing the named-entity recognition task and np chunking strategy for robust pre-processing. In Proceedings of the Workshop on Treebanks and Linguistic Theories, September.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Using soundex codes for indexing names in asr documents", |
| "authors": [ |
| { |
| "first": "Hema", |
| "middle": [], |
| "last": "Raghavan", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Allan", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Workshop on Interdisciplinary Approaches to Speech Indexing and Retrieval at HLT-NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hema Raghavan and James Allan. 2004. Using soundex codes for indexing names in asr documents. In Pro- ceedings of the Workshop on Interdisciplinary Ap- proaches to Speech Indexing and Retrieval at HLT- NAACL 2004.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Nerd: a framework for unifying named entity recognition and disambiguation extraction tools", |
| "authors": [ |
| { |
| "first": "Giuseppe", |
| "middle": [], |
| "last": "Rizzo", |
| "suffix": "" |
| }, |
| { |
| "first": "Rapha\u00ebl", |
| "middle": [], |
| "last": "Troncy", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Demonstrations at the 13th Conference of the European Chapter", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Giuseppe Rizzo and Rapha\u00ebl Troncy. 2012. Nerd: a framework for unifying named entity recognition and disambiguation extraction tools. In Proceedings of the Demonstrations at the 13th Conference of the Eu- ropean Chapter of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Minds, brains, and programs", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Searle", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "Journal of the Association for Computing Machinery", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Searle. 1980. Minds, brains, and programs. Journal of the Association for Computing Machinery.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "An analysis of active learning strategies for sequence labeling tasks", |
| "authors": [ |
| { |
| "first": "Burr", |
| "middle": [], |
| "last": "Settles", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Craven", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the conference on empirical methods in natural language processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Burr Settles and Mark Craven. 2008. An analysis of ac- tive learning strategies for sequence labeling tasks. In Proceedings of the conference on empirical methods in natural language processing.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Active learning literature survey", |
| "authors": [ |
| { |
| "first": "Burr", |
| "middle": [], |
| "last": "Settles", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Burr Settles. 2010. Active learning literature survey. University of Wisconsin, Madison.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "An approach to proper name tagging for german", |
| "authors": [ |
| { |
| "first": "Christine", |
| "middle": [], |
| "last": "Thielen", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christine Thielen. 1995. An approach to proper name tagging for german. arXiv preprint cmp-lg/9506024.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "A statistical information extraction system for turkish", |
| "authors": [ |
| { |
| "first": "G\u00f6khan", |
| "middle": [], |
| "last": "T\u00fcr", |
| "suffix": "" |
| }, |
| { |
| "first": "Dilek", |
| "middle": [], |
| "last": "Hakkani-T\u00fcr", |
| "suffix": "" |
| }, |
| { |
| "first": "Kemal", |
| "middle": [], |
| "last": "Oflazer", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Natural Language Engineering", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G\u00f6khan T\u00fcr, Dilek Hakkani-T\u00fcr, and Kemal Oflazer. 2003. A statistical information extraction system for turkish. Natural Language Engineering.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Joint word alignment and bilingual named entity recognition using dual decomposition", |
| "authors": [ |
| { |
| "first": "Mengqiu", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Wanxiang", |
| "middle": [], |
| "last": "Che", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher D", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mengqiu Wang, Wanxiang Che, and Christopher D Man- ning. 2013. Joint word alignment and bilingual named entity recognition using dual decomposition. In Pro- ceedings of the Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Language and domain independent entity linking with quantified collective validation", |
| "authors": [ |
| { |
| "first": "Han", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jin", |
| "middle": [ |
| "Guang" |
| ], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaogang", |
| "middle": [], |
| "last": "Ma", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Fox", |
| "suffix": "" |
| }, |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Ji", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Han Wang, Jin Guang Zheng, Xiaogang Ma, Peter Fox, and Heng Ji. 2015. Language and domain independent entity linking with quantified collective validation. In Proceedings of Conference on Empirical Methods in Natural Language Processing (EMNLP2015).", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "Domain adaptive bootstrapping for named entity recognition", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wee", |
| "middle": [], |
| "last": "Sun Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Nan", |
| "middle": [], |
| "last": "Ye", |
| "suffix": "" |
| }, |
| { |
| "first": "Hai", |
| "middle": [ |
| "Leong" |
| ], |
| "last": "Chieu", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Wu, Wee Sun Lee, Nan Ye, and Hai Leong Chieu. 2009. Domain adaptive bootstrapping for named entity recognition. In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Named entity recognition using an hmm-based chunk tagger", |
| "authors": [ |
| { |
| "first": "Guodong", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Jian", |
| "middle": [], |
| "last": "Su", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 40th Annual Meeting on Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "GuoDong Zhou and Jian Su. 2002. Named entity recog- nition using an hmm-based chunk tagger. In Proceed- ings of the 40th Annual Meeting on Association for Computational Linguistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Expectation Driven Name Tagger Overview", |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "person (472, 765); LocGaz: location (211, 872); OrgGaz: organization (124, 403); Title (889); NoneName (2, 380).", |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Comparison of methods combining expectation-driven learning and supervised active learning given various time bounds", |
| "num": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "text": "", |
| "content": "<table><tr><td/><td/><td/><td>Expectation-</td><td/><td/></tr><tr><td/><td/><td/><td colspan=\"2\">Resources</td><td/><td>CRFs Model</td><td>Rule-based+CRFs Tagger Result</td></tr><tr><td/><td/><td/><td colspan=\"2\">Expectation</td><td>Rule-based</td></tr><tr><td/><td/><td/><td colspan=\"2\">Acquisition Methods</td><td>Tagger Result</td><td>Annotating</td><td>Data Sampling</td><td>CRFs+CRFs</td></tr><tr><td/><td/><td/><td/><td/><td/><td>Tagger Result</td></tr><tr><td/><td/><td/><td colspan=\"2\">Expectations</td><td/></tr><tr><td/><td>Universal</td><td>Native</td><td/><td/><td/></tr><tr><td/><td>Name Tagger</td><td>Speaker</td><td/><td/><td/></tr><tr><td/><td/><td/><td>CRFs</td><td/><td/><td>Resources</td></tr><tr><td>IL Documents</td><td/><td/><td>Annotating Model</td><td>Data Sampling</td><td>CRFs Tagger Result</td><td>Expectation Acquisition Methods</td><td>CRFs+Rule-based Tagger Result</td></tr><tr><td/><td/><td/><td/><td/><td/><td>Expectations</td></tr><tr><td/><td>Time 0</td><td/><td/><td/><td>Time 1</td><td>Time 2</td></tr><tr><td>Available Resources</td><td colspan=\"2\">Expectation Acquisition</td><td colspan=\"2\">Expectations</td><td/></tr><tr><td>IL Monolingual Corpora</td><td colspan=\"2\">IL Pattern Mining</td><td colspan=\"2\">IL Name Patterns</td><td colspan=\"2\">Latest version</td></tr><tr><td>English NER Patterns</td><td colspan=\"2\">Pattern Translation</td><td/><td/><td/></tr><tr><td>English KB (DBpedia)</td><td colspan=\"2\">Entity Linker</td><td colspan=\"2\">Typing</td><td/></tr><tr><td>IL to English</td><td colspan=\"2\">Word Alignment</td><td colspan=\"2\">IL to English Lexicons</td><td/></tr><tr><td>Parallel Data</td><td colspan=\"2\">English Information Extraction</td><td colspan=\"2\">IL Gazetteers</td><td/></tr><tr><td>Comparable</td><td/><td/><td/><td/><td/></tr><tr><td>English Corpora</td><td/><td/><td/><td/><td/></tr><tr><td>Native Speaker</td><td colspan=\"2\">IL Language Survey</td><td colspan=\"2\">IL Specific Rules</td><td/></tr></table>", |
| "html": null, |
| "num": null |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "text": "", |
| "content": "<table><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"72\">: Contributions of Various Expectation Discovery Methods (F-score %)</td></tr><tr><td colspan=\"108\">Figure 4: Hausa Supervised Active Learning Curve</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">62.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"8\">56.6</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>60</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">47.6</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">46.7</td></tr><tr><td/><td>45</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"6\">43.8</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">49.7</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">39.3</td><td/><td/><td/><td/><td/><td/></tr><tr><td>F-score</td><td>30</td><td/><td/><td colspan=\"9\">34.4 30.2</td><td/><td/><td/><td/><td colspan=\"12\">43.8 34.9</td><td/><td/><td/><td colspan=\"10\">31.4 23.9</td><td/><td/><td/><td/><td colspan=\"7\">37.8</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"13\">30.6 26.9</td><td/><td/><td colspan=\"14\">33.9 26.8 32.5</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">32.9</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">22.5</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">23.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">20.9</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">21.3</td><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>15</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td colspan=\"5\">18.7</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">16.5</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">14.3</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">10.2</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>0</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>b</td><td>e</td><td>n</td><td>(</td><td>t</td><td>i b m</td><td>e</td><td>e n</td><td>1 ( ) t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) h</td><td>a</td><td>u</td><td>(</td><td>t</td><td>i h m</td><td>a</td><td>e u</td><td>1</td><td>) (</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) t</td><td>a</td><td>m</td><td>(</td><td>t</td><td>i t m a</td><td>e m</td><td>1</td><td>) (</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) t</td><td>g</td><td>l</td><td>(</td><td>t</td><td>i</td><td>m</td><td>t</td><td>e g</td><td>1 l</td><td>) (</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) t</td><td>h</td><td>a</td><td>(</td><td>t</td><td>i</td><td>m t</td><td>h</td><td>e a</td><td>1</td><td>) (</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) t</td><td>u</td><td>r</td><td>(</td><td>t</td><td>i</td><td>m t</td><td>u</td><td>e r</td><td>1</td><td>) (</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>) y</td><td>o</td><td>r</td><td>(</td><td>t</td><td>i</td><td>m y</td><td>o</td><td>e r</td><td>1</td><td>( )</td><td>t</td><td>i</td><td>m</td><td>e</td><td>2</td><td>)</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"6\">Passive</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"8\">Active</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td colspan=\"108\">Figure 5: Active Learning vs. Passive Learning (%)</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"20\">51.0 32.7</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">54.3 48.5</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">84.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">40.7</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"8\">Hausa</td><td/><td/><td/><td/><td/><td colspan=\"20\">51.8 36.6</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">63.3 55.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">93.6</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">51.6</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"8\">Tamil</td><td/><td/><td/><td/><td/><td colspan=\"20\">40.4 16.4</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">46.8 39.2</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">86.2</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">33.8</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"9\">Tagalog</td><td/><td/><td/><td/><td colspan=\"20\">71.6 65.2</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">73.9 70.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">92.8</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">65.1</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"7\">Thai</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">48.5 21.8</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">72.8 48.6</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">72.0</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">35.0</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"9\">Turkish</td><td/><td/><td/><td/><td colspan=\"20\">64.3 41.3</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">73.0 63.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">69.1</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">43.6</td><td/><td/><td/><td/><td/></tr><tr><td/><td colspan=\"9\">Yoruba</td><td/><td/><td/><td/><td colspan=\"20\">69.3 38.3</td><td/><td/><td/><td/><td/><td/><td colspan=\"20\">60.0 57.2</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"5\">82.3</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"9\">47.1</td><td/><td/><td/><td/><td/></tr><tr><td colspan=\"107\">* typing accuracy is computed on correctly identified names</td></tr></table>", |
| "html": null, |
| "num": null |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "text": "Breakdown Scores", |
| "content": "<table/>", |
| "html": null, |
| "num": null |
| } |
| } |
| } |
| } |