|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T14:53:09.325807Z" |
|
}, |
|
"title": "NEREL: A Russian Dataset with Nested Named Entities, Relations and Events", |
|
"authors": [ |
|
{ |
|
"first": "Natalia", |
|
"middle": [], |
|
"last": "Loukachevitch", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Lomonosov Moscow State University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Ekaterina", |
|
"middle": [], |
|
"last": "Artemova", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "HSE University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Tatiana", |
|
"middle": [], |
|
"last": "Batura", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Lomonosov Moscow State University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Pavel", |
|
"middle": [], |
|
"last": "Braslavski", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "HSE University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Ilia", |
|
"middle": [], |
|
"last": "Denisov", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Lomonosov Moscow State University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Vladimir", |
|
"middle": [], |
|
"last": "Ivanov", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Innopolis University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Suresh", |
|
"middle": [], |
|
"last": "Manandhar", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Alexander", |
|
"middle": [], |
|
"last": "Pugachev", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "HSE University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Tutubalina", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "HSE University", |
|
"location": { |
|
"country": "Russia" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper, we present NEREL, a Russian dataset for named entity recognition and relation extraction. NEREL is significantly larger than existing Russian datasets: to date it contains 56K annotated named entities and 39K annotated relations. Its important difference from previous datasets is annotation of nested named entities, as well as relations within nested entities and at the discourse level. NEREL can facilitate development of novel models that can extract relations between nested named entities, as well as relations on both sentence and document levels. NEREL also contains the annotation of events involving named entities and their roles in the events. The NEREL collection is available via https://github.com/nerel-ds/NEREL.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper, we present NEREL, a Russian dataset for named entity recognition and relation extraction. NEREL is significantly larger than existing Russian datasets: to date it contains 56K annotated named entities and 39K annotated relations. Its important difference from previous datasets is annotation of nested named entities, as well as relations within nested entities and at the discourse level. NEREL can facilitate development of novel models that can extract relations between nested named entities, as well as relations on both sentence and document levels. NEREL also contains the annotation of events involving named entities and their roles in the events. The NEREL collection is available via https://github.com/nerel-ds/NEREL.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Knowledge bases (KBs) encompass a large amount of structured information about real-world entities and their relationships, which is useful in many tasks: information retrieval, automatic text summarization, question answering, conversational and recommender systems (Liu et al., 2020; Huang et al., 2020) . Even the largest knowledge bases are inherently incomplete, but their manual development is time-consuming and expensive. Automatic population of knowledge bases from large text collections is usually broken down into named entity (NE) recognition, relation extraction (RE), and linking entities to a knowledge base. In turn, training and evaluating models addressing these problems require large and high-quality annotated resources. Currently, most of the available resources of this kind are in English.", |
|
"cite_spans": [ |
|
{ |
|
"start": 267, |
|
"end": 285, |
|
"text": "(Liu et al., 2020;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 286, |
|
"end": 305, |
|
"text": "Huang et al., 2020)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we present NEREL (Named Entities and RELations), a new Russian dataset with annotated named entities and relations. In developing the annotation schema, we aimed to accommodate recent advances in information extraction methods and datasets. In particular, nested named entities and relations within named entities are annotated in NEREL. Both of these provide a richer and more complete annotation compared with a flat annotation scheme. Current datasets with nested named entities (Ringland et al., 2019; Benikova et al., 2014) are not annotated with relations. Therefore, most state-of-the-art relation extraction models (Joshi et al., 2020; Alt et al., 2019) do not work with relations between nested and overlapping entities. NEREL aims to address these deficiencies with the addition of nested named entities and relations within nested entities.", |
|
"cite_spans": [ |
|
{ |
|
"start": 497, |
|
"end": 520, |
|
"text": "(Ringland et al., 2019;", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 521, |
|
"end": 543, |
|
"text": "Benikova et al., 2014)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 638, |
|
"end": 658, |
|
"text": "(Joshi et al., 2020;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 659, |
|
"end": 676, |
|
"text": "Alt et al., 2019)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Secondly, NEREL relations are annotated across sentence boundaries at the discourse level allowing for more realistic information extraction experiments. Figure 1 illustrates annotation of nested entities, relations between overlapping entities, as well as cross-sentence relations on a sample NEREL sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 154, |
|
"end": 162, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Finally, NEREL provides annotation for factual events (such as meetings, negotiations, incidents, etc.) involving named entities and their roles in the events. Future versions of the dataset can easily expand the current inventory of entities and relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "NEREL is the largest dataset for Russian annotated with named entities and relations. NEREL features 29 entity and 49 relation types. At the time of writing the dataset contains 56K entities and 39K relations annotated in 900+ Russian Wikinews documents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In the rest of the paper, we describe the principles behind dataset building process. We also report dataset statistics and provide baseline results for several models. These results indicate that there is a room for improvements. The NEREL collection is freely available. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Most widely used English datasets for named entity recognition in general domain are CoNLL03 and OntoNotes. CoNLL03 is annotated with four basic NE types -persons (PER), organizations (ORG), locations (LOC), and other named entities (MISC), while OntoNotes comprises annotation of 19 NE types, including numeric and temporal ones. Both datasets feature only flat NE annotations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets for NER", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "There are several datasets with annotated nested named entities, see Table 1 . NNE is the largest corpus of this kind, both in terms of entity types and annotated NE mentions. NNE provides detailed lexical components such as first and last person's names, units (e.g. tons), multipliers (e.g. billion), etc. These result in six levels of nestedness in the dataset.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 69, |
|
"end": 76, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Datasets for NER", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The NoSta-D collection of German Wikipedia articles and online newspapers is annotated with nested named entities of four main classes. Each class can appear in a nominal (proper noun) form, as a part of a token, or as a derivative (adjective) such as \"\u00f6sterreichischen\" (Austrian). The Digitoday corpus for Finnish is annotated with six types of named entities (organization, location, person, product, event, and date). It permits nested entities with the restriction that an internal entity cannot be of the same class as its top-level entity. For example, Microsoft Research is annotated as a flat entity, without additional annotation of the Microsoft entity. Both NoSta-D and Digitoday datasets allow at most two levels of nesting within entities.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets for NER", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Amongst NER datasets in Russian, RURED (Gordeev et al., 2020) provides the largest number of distinct entities with 28 entity types in the RURED dataset of economic news texts. RURED annotation scheme of named entities mainly follows the OntoNotes guidelines with addition of extra named entities (currency, group, family, country, city, etc). Currently, FactRuEval (Starostin et al., 2016) is the only Russian dataset annotated with nested named entities with at most 2 levels of nesting. In FactRuEval, person mentions (PER) can be subdivided into first/last names, patronymics, and nicknames; while organizations and locations -into their description/type and names (e.g.", |
|
"cite_spans": [ |
|
{ |
|
"start": 39, |
|
"end": 61, |
|
"text": "(Gordeev et al., 2020)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 366, |
|
"end": 390, |
|
"text": "(Starostin et al., 2016)", |
|
"ref_id": "BIBREF30" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets for NER", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "[[Microsoft] NAME [Corporation] TYPE ] ORG ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets for NER", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "One of the largest datasets for relation extraction is the TACRED dataset (Zhang et al., 2017) . Relation annotations within TACRED are constructed by querying PER and ORG entities; the returned sentences are annotated by crowd workers (GPE entities are also annotated, the others are treated as values/strings). The dataset consists of 106k sentences with entity mention pairs. Each sentence is labeled with one of 41 person-or organizationoriented relation types, or with a NO RELATION tag ( Table 1 cites the number of \"positive\" cases). Alt et al. (2020) found that more than 50% of the examples of the TACRED corpus need to be re- (Hovy et al., 2006) en 104K (19) 1 -2 ACE2005 (Walker et al., 2006) en 30K (7) 6 8.3K(6) NNE (Ringland et al., 2019) en 279K 114 labeled to improve the performance of baselines models. RURED (Gordeev et al., 2020 ) is a Russian language dataset that is similar to TACRED. Several relations for events are added such as the date, place, and participants of an event. The resulting scheme contains 34 relations. The annotation of relations is mainly within sentences. RuREBus corpus (Ivanin et al., 2020) consists of strategic planning documents issued by the Ministry of Economic Development of the Russian Federation. The data is annotated with eight specialized relations. DocRED is another dataset that is annotated with both named entities and relations. The dataset includes 96 frequent relation types from Wikidata, the relations are annotated at the document level with significant proportion of relations (40.7%) is across sentence boundaries.", |
|
"cite_spans": [ |
|
{ |
|
"start": 74, |
|
"end": 94, |
|
"text": "(Zhang et al., 2017)", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 541, |
|
"end": 558, |
|
"text": "Alt et al. (2020)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 636, |
|
"end": 655, |
|
"text": "(Hovy et al., 2006)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 682, |
|
"end": 703, |
|
"text": "(Walker et al., 2006)", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 729, |
|
"end": 752, |
|
"text": "(Ringland et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 827, |
|
"end": 848, |
|
"text": "(Gordeev et al., 2020", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 494, |
|
"end": 501, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Datasets for Relation Extraction", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "FactRuEval (Starostin et al., 2016 ) is a Russian language dataset that includes about 1,000 annotated document-level relations of four types (OWNERSHIP, OCCUPATION, MEETING, and DEAL).", |
|
"cite_spans": [ |
|
{ |
|
"start": 11, |
|
"end": 34, |
|
"text": "(Starostin et al., 2016", |
|
"ref_id": "BIBREF30" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets for Relation Extraction", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Existing NER datasets usually contain annotations of named events such as hurricanes, battles, wars, or sports events (Hovy et al., 2006; Ringland et al., 2019) . For knowledge graph population tasks, it is useful to extract information about significant entity-oriented factual events such as funerals, weddings, or concerts (Rospocher et al., 2016) . However, such an approach significantly complicates the annotation. In previous specialized event annotation efforts, an event is defined as an \"explicit occurrence involving participants\" Bies et al., 2016; Mitamura et al., 2015) . Annotators had to tag an event trigger (word or phrase) consisting of the smallest extent of text expressing the occurrence of an event. Mitamura et al. (2015) presented annotation of so-called \"event nuggets\" that can be discontinuous, for example found guilty in the sentence The court found him guilty. Additionally, events are annotated with special tags indicating whether or not an event occurred. For example, ACTUAL tag is used when an event actually happened at a particular place and time.", |
|
"cite_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 137, |
|
"text": "(Hovy et al., 2006;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 138, |
|
"end": 160, |
|
"text": "Ringland et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 326, |
|
"end": 350, |
|
"text": "(Rospocher et al., 2016)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 542, |
|
"end": 560, |
|
"text": "Bies et al., 2016;", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 561, |
|
"end": 583, |
|
"text": "Mitamura et al., 2015)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 723, |
|
"end": 745, |
|
"text": "Mitamura et al. (2015)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets with Annotated Events", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "According to ACE and Light ERE guidelines (Linguistic Data Consortium, 2014; Walker et al., 2006) , only events of particular types are annotated. The event categories can be: LIFE, BUSI-NESS, CONFLICT, JUSTICE, and others Bies et al., 2016; Mitamura et al., 2015) . In ACE and ERE datasets (Aguilar et al., 2014) anno-tated events can be provided with arguments, e.g. CRIME ARG or SENTENCE ARG roles for JUSTICE events. There are also universal event attributes, e.g. PLACE and TIME.", |
|
"cite_spans": [ |
|
{ |
|
"start": 42, |
|
"end": 76, |
|
"text": "(Linguistic Data Consortium, 2014;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 77, |
|
"end": 97, |
|
"text": "Walker et al., 2006)", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 223, |
|
"end": 241, |
|
"text": "Bies et al., 2016;", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 242, |
|
"end": 264, |
|
"text": "Mitamura et al., 2015)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 291, |
|
"end": 313, |
|
"text": "(Aguilar et al., 2014)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets with Annotated Events", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "TAC-KBP (Aguilar et al., 2014; McNamee et al., 2010) and TACRED (Zhang et al., 2017) annotations contain event-related slots, e.g CHARGES. Such relations can be established between entities, even if the corresponding event is not mentioned explicitly.", |
|
"cite_spans": [ |
|
{ |
|
"start": 8, |
|
"end": 30, |
|
"text": "(Aguilar et al., 2014;", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 31, |
|
"end": 52, |
|
"text": "McNamee et al., 2010)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 64, |
|
"end": 84, |
|
"text": "(Zhang et al., 2017)", |
|
"ref_id": "BIBREF35" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets with Annotated Events", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "3 Dataset Annotation", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets with Annotated Events", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The NEREL corpus consists primarily of Russian Wikinews articles. 1 Wikinews publishes news stories under Creative Commons License (CC BY 2.5) allowing reuse of the published materials. An additional advantage of Wikinews as a document source is that a subset of entities mentioned in the news are linked to corresponding Wikipedia pages making it useful for linking of annotated NEs to Wikidata.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Text Selection", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "To select a subset of Wikinews articles for annotation, we first applied NER trained on RURED (Gordeev et al., 2020) to the whole Wikinews collection. We focused on articles with high density of automatically detected NEs, paying special attention to NEs associated with persons (e.g. PERSON, AGE). Articles about persons are important for further relation extraction and provide opportunity for cross-lingual methods using existing datasets (Walker et al., 2006; Zhang et al., 2017) . The extracted articles were inspected manually to balance topics and remove inappropriate documents. Finally, 900+ articles were selected for annotation. At the last step of the selection, we retained texts in the size range 1-5 Kb: very short texts provide little context for annotation, while long documents are usually non-coherent (e.g. lists of movies or events).", |
|
"cite_spans": [ |
|
{ |
|
"start": 94, |
|
"end": 116, |
|
"text": "(Gordeev et al., 2020)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 442, |
|
"end": 463, |
|
"text": "(Walker et al., 2006;", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 464, |
|
"end": 483, |
|
"text": "Zhang et al., 2017)", |
|
"ref_id": "BIBREF35" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Text Selection", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "To define a list of entity types for NEREL, we started with entities in English OntoNotes (Hovy et al., 2006) and RURED (Gordeev et al., 2020) datasets. Additionally, we considered entity types available in Stanford named entity recognizer (Finkel et al., 2005) and TACRED slots such as CRIME and PENALTY. AWARD and DISEASE were added because of their significant frequency in the 1 https://ru.wikinews.org/ gathered collection and importance for personal life.", |
|
"cite_spans": [ |
|
{ |
|
"start": 90, |
|
"end": 109, |
|
"text": "(Hovy et al., 2006)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 120, |
|
"end": 142, |
|
"text": "(Gordeev et al., 2020)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 240, |
|
"end": 261, |
|
"text": "(Finkel et al., 2005)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We followed the following main principles for annotating named entities:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 The entity annotation schema should be easily amenable for further entity linking. (Hovy et al., 2006; Finkel et al., 2005) , but it has their own relations, and therefore it was singled out. PROFESSION entity denotes jobs, positions in various organizations, and professional titles. This entity type is significant for extracting relationships of specific persons (Zhang et al., 2017; Gordeev et al., 2020; Starostin et al., 2016) . Both capitalized and lowercased PROFESSIONS are annotated in NEREL in contrast to other works (Ringland et al., 2019; Hovy et al., 2006) . PROFESSION entity is one of the most frequent entities in NEREL. It can have a quite complicated nested structure, in particular, longest profession spans include corresponding workplace organization, which allows for a better description of the person's position (Figure 1) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 104, |
|
"text": "(Hovy et al., 2006;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 105, |
|
"end": 125, |
|
"text": "Finkel et al., 2005)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 368, |
|
"end": 388, |
|
"text": "(Zhang et al., 2017;", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 389, |
|
"end": 410, |
|
"text": "Gordeev et al., 2020;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 411, |
|
"end": 434, |
|
"text": "Starostin et al., 2016)", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 531, |
|
"end": 554, |
|
"text": "(Ringland et al., 2019;", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 555, |
|
"end": 573, |
|
"text": "Hovy et al., 2006)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 840, |
|
"end": 850, |
|
"text": "(Figure 1)", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Physical object group of entities includes: WORK OF ART, PRODUCT, and AWARD entities. In contrast to OntoNotes, we introduced a special AWARD entity type because the structure and relations of AWARD entities are quite different from WORK OF ART entities, and information about awarding is quite frequent in person-oriented texts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In flat named entity annotations, different guidelines can be used for PRODUCT entities annotation. For example, in OntoNotes (Hovy et al., 2006) , manufacturer and product should be annotated separately as ORG+PRODUCT. The same approach is accepted in the Russian Collection3 (Mozharova and Loukachevitch, 2016) . In BSNLP-2019 (Piskorski et al., 2019) the manufacturer name should be included into a longer product name. In the NEREL dataset, the PRODUCT entity is annotated as a long span, that can include manufacturer and number subentities.", |
|
"cite_spans": [ |
|
{ |
|
"start": 126, |
|
"end": 145, |
|
"text": "(Hovy et al., 2006)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 277, |
|
"end": 312, |
|
"text": "(Mozharova and Loukachevitch, 2016)", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "NORP entities -nationalities, religious, or political groups -are usually capitalized in English but lowercase in Russian. In NEREL, NATION-ALITY entity comprises mainly the following expressions: (i) nouns denoting country citizens such as ukrainec (Ukrainian as a noun); (ii) adjectives corresponding to nations in contexts different from authority-related, for example russkii pisatel (Russian writer). The same adjectives are annotated as COUNTRY entity in the context of authorities or the origin of organizations. This decision accounts for most frequent relations in both contexts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Legal entities (LAW, CRIME, and PENALTY) are significant in person-oriented texts for extraction of relations (Zhang et al., 2017) in the contemporary news flow, however such entities are usually not annotated in named entity datasets. For example, the TACRED dataset contains annotations of the CHARGE relation only. What is more, LAW and CRIME entities can be quite long and specific; they are built from names of organizations, persons, countries, etc. PENALTY entities often contain period of the penalty or monetary values of fine imposed.", |
|
"cite_spans": [ |
|
{ |
|
"start": 110, |
|
"end": 130, |
|
"text": "(Zhang et al., 2017)", |
|
"ref_id": "BIBREF35" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Entity type frequencies are presented in Figure 2 . As can be seen from the statistics, all but two entity types have at least 100 annotated examples. Manual annotation of named entities and relations was performed by a single annotator, controlled by a moderator. To estimate agreement, 15 documents with about 800 entities were labelled by a moderator (the gold standard) and an annotator. We observed a F 1 measure of 92.95 of the annotator's annotation relative to the gold standard, confirming a high level of agreement. Most frequent sources of annotation inconsistencies are as follows: span boundaries of event nuggets, confusing FACILITY and ORGANIZATION entities, confusing EVENT and CRIME entities (such as murders) or EVENT and PENALTY entities (such as arrests). Student role is often annotated as PROFESSION (in spite being a kind of pre-professional title). NEREL annotations do not contain low-level units as for example the NNE dataset (Ringland et al., 2019) featuring e.g. even measurement units as separate entities. Annotation of such units is not challenging because it can be performed using closed word sets. Complex NEREL entities are factual EVENTS similar to event-nuggets (Mitamura et al., 2015) and include PROFESSIONS. These entity types are extremely useful for further relation extraction.", |
|
"cite_spans": [ |
|
{ |
|
"start": 953, |
|
"end": 976, |
|
"text": "(Ringland et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 1200, |
|
"end": 1223, |
|
"text": "(Mitamura et al., 2015)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 41, |
|
"end": 49, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Named Entity Annotation", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "As was mentioned, we annotate both named events (traditionally annotated named sports events, ex-hibitions, hurricanes, battles, wars, revolutions) (Hovy et al., 2006; Ringland et al., 2019) and non-named entity-oriented events significant in the news domain. Annotation of non-named events is most similar to event nugget annotation (Mitamura et al., 2015) . Event nuggets can be single words (nouns or verbs) or phrases (noun phrases, verb phrases, or prepositional phrases). As we annotate entities and relation for knowledge graph population, in the current project mainly factual events, which actually happened at a particular place and time, are labeled. Also we annotate future events with exact dates as if for inclusion in a future schedule.", |
|
"cite_spans": [ |
|
{ |
|
"start": 148, |
|
"end": 167, |
|
"text": "(Hovy et al., 2006;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 168, |
|
"end": 190, |
|
"text": "Ringland et al., 2019)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 334, |
|
"end": 357, |
|
"text": "(Mitamura et al., 2015)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Events Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Main types of annotated factual events are as follows: accidents and deaths (to crash, to attack); public actions and ceremonies (to meet, meeting, summit); legal actions (to indict, interrogation, to sentence); transactions (to buy, to sell); appointments and resignations; medical events (hospitalization, surgical operation); sports events (match, final), etc.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Events Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "We do not restrict subtypes of entities. We define what we exclude. We exclude from event annotation speech acts and cognitive acts, regular activities, changes of numerical indicators (for example, prices or import value), victories and defeats.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Events Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Relation types were initially based on TACRED (Zhang et al., 2017) and Russian RURED (Gordeev et al., 2020) corpora. Further, the list of relations has been corrected and expanded from the NEREL corpus analysis; corresponding Wikidata properties were found, when possible. 2 Names for the relations were selected similar to Wikidata property names. The current set of annotated relation types in the NEREL corpus includes 49 relations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 46, |
|
"end": 66, |
|
"text": "(Zhang et al., 2017)", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 85, |
|
"end": 107, |
|
"text": "(Gordeev et al., 2020)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Annotation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Relations can be subdivided into personoriented, organization-oriented, event-oriented, and synonymous relations (alternative name, abbreviation). EVENT-oriented relations comprise of role relations, temporal relations, place of event relation, causal relations, and others. Figure 3 shows the distribution of relation frequencies in the NEREL dataset. It can be seen that most relations have at least 50 examples. All the annotated relations can be subdivided into cross-sentence relations (24%) and within sentence relations (76%). Annotated cross-sentence relations make it possible to generate documentlevel relation extraction, which is important for knowledge graph population from texts.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 275, |
|
"end": 283, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Relation Annotation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Among relations within a single sentence, we distinguish three types of relations:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Annotation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "\u2022 traditional relations between entities, which are located separately, as Mayor of Moscow and Sergei Sobyanin in Figure 1 -further, external relations (52.38%); \u2022 nested relations, i.e. relations within the longest span of a single nested entity, as Moscow within Mayor of Moscow in Figure 1 (14.75%); \u2022 relations crossing entity boundaries, i.e. relations between an external named entity and an internal entity within a nested named entity (8.87%) -further cross-entity relations. The cross-entity relations can be illustrated as follows: in the sentence Barack Obama is a member of the Democratic party, external entity Barack Obama has the IDEOLOGY OF relation to entity Democratic, which is an internal IDEOLOGY entity in the longer entity Democratic party. nested named entities connected with nested relations. It can be seen that most nested named entities are professions and professional titles, as well as organization names. The principles of establishing relations in the NEREL dataset are as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 114, |
|
"end": 122, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 284, |
|
"end": 292, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Relation Annotation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "\u2022 if an entity contains an internal entity of the same type (e.g. President of Russia -President), all the relations are established with the longer entity. The internal entity helps entity linking if the longer entity is not present in a knowledge base; \u2022 all variants of entity names in a single sentence or neighbour sentences are connected with ALTERNATIVE NAME or ABBREVIA-TION relations, other relations are linked to the closest entity mentions among entities' variants; \u2022 cross-sentence relations in neighbouring sentences are annotated with the same detail as in a single sentence; \u2022 relations connecting entities from sentences that are farther than two sentences from each other, should be annotated at least once.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Relation Annotation", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "We exploit multiple deep learning models, which deliver state-of-the-art results for the English data for two tasks, available at NEREL: (i) nested named entity recognition (NER), (ii) relation extraction. To this end, we subdivided NEREL into train, dev, and test sets -746/94/93 documents, respectively.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We adopted two publicly available models: Biaffine (Yu et al., 2020) and Pyramid (Jue et al., 2020 ) models with default parameters. Addition-ally we explored a recently established trend to apply Machine Reading Comprehension (MRC) to nested NER (Li et al., 2020 ). The MRC model treats the NER task as extracting answer spans to specialised questions. In our case, the questions are dictionary definitions of the words, corresponding to entity types carefully selected from multiple dictionaries. Word representations used with all models are fastText (fT) embeddings (Mikolov et al., 2018) and pre-trained RuBERT-cased (Kuratov and Arkhipov, 2019) . The latter is utilized in the MRC approach, too. Table 3 presents the results of nested NER on the NEREL dataset. The results show, that (i) contextualized BERT-based models outperform models based on static word representations; (ii) the Biaffine model is superior to the Pyramid model; (iii) the results of MRC approach surpass nested NER models' results, most likely, due to the effective usage of additional external information. However, as the MRC approach treats a single sentence at a time and is than resource-greedy, the second best solution is still worth consideration.", |
|
"cite_spans": [ |
|
{ |
|
"start": 51, |
|
"end": 68, |
|
"text": "(Yu et al., 2020)", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 81, |
|
"end": 98, |
|
"text": "(Jue et al., 2020", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 247, |
|
"end": 263, |
|
"text": "(Li et al., 2020", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 570, |
|
"end": 592, |
|
"text": "(Mikolov et al., 2018)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 622, |
|
"end": 650, |
|
"text": "(Kuratov and Arkhipov, 2019)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 702, |
|
"end": 709, |
|
"text": "Table 3", |
|
"ref_id": "TABREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Nested NER", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Recent relation extraction models (Joshi et al., 2020; Alt et al., 2019; do not support relations between nested named entities or cross-entity relations. These models are tailored to the common test-beds, such as TACRED and DocRED, which do not possess nested named entities, unlike NEREL. Thus we follow the common relation extraction setup and utilize the models to extract relations between longest entity spans (i.e. external relations). To this we adopted three publicly available models: SpanBERT (Joshi et al., 2020) , TRE (Alt et al., 2019) , and OpenNRE with default parameters. The TRE model is build upon the GPT model (Radford et al., 2018) . Although initially GPT is trained on English web texts, it still has some limited knowledge of Russian, as Russian tokens are present in its vocabulary. The encoders used with SpanBERT and OpenNRE are multilingual BERT and RuBERT. Nested relation extraction. We designed a new model, IntModel, aimed at extraction of nested relations within the longest named entity span. As such relations are contained inside a single entity, the whole sentence context can be omitted. To this end, the IntModel classifier inputs the entity features only. IntModel consists of a fully-connected layer with the softmax activation, which inputs fastText embeddings of both entities, trainable embeddings of corresponding entity types, and a binary feature showing whether the two entities are nested. Table 4 presents the results of relation extraction on the NEREL dataset, grouped with respect to three relation types. The results show that (i) overall, in-sentence relations are much easier to extract than the document-level ones; (ii) the monolingual RuBERT provides better results, when compared to the multilingual version and quasi English GPT; (iii) the OpenNRE model is superior to SpanBERT and copes with all three types of relations, (iv) the simplistic IntModel performs on par with more sophisticated models.", |
|
"cite_spans": [ |
|
{ |
|
"start": 34, |
|
"end": 54, |
|
"text": "(Joshi et al., 2020;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 55, |
|
"end": 72, |
|
"text": "Alt et al., 2019;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 504, |
|
"end": 524, |
|
"text": "(Joshi et al., 2020)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 531, |
|
"end": 549, |
|
"text": "(Alt et al., 2019)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 631, |
|
"end": 653, |
|
"text": "(Radford et al., 2018)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1440, |
|
"end": 1447, |
|
"text": "Table 4", |
|
"ref_id": "TABREF9" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Relation Extraction", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Although the preliminary experiments provide with promising results, there is still some room for improvement. Achieved results are comparable to those, published for English datasets, confirming high quality of the collected dataset. At the same time NEREL annotation schema causes difficulties for the current models: all-together nested named entities, combined with diverse relations, require less straightforward approaches, of which machine reading comprehension is one of the promising directions. Detailed error analysis will help to reveals models' weaknesses and drawbacks.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "We presented a new Russian dataset NEREL annotated with both nested named entity and relations, which is significantly larger than existing Russian datasets. NEREL dataset has several significant distinctive features, including nested named entities, relations over nested named entities, relations on both sentence and discourse level, and events involving named entities. NEREL can facilitate development of novel models that address extraction of relations between nested named entities and cross-sentence relation extraction from short texts. NEREL annotation also allows relation extraction experiments on both sentence-level and document-level. Nevertheless, NEREL annotations utilize conventional entity and relations types, enabling cross-lingual transfer experiments.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Our experiments with baseline models for extraction of entities and relations show that there is room for improvement in both. In the nearest future we plan to enrich the dataset by linking the annotated named entities to Wikidata items.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Some relations can not have counterparts in Wikidata properties. For example, AGE and AGE DIED AT occur in texts, while Wikidata has only date of birth (P569) and date of death (P570) that allow calculating the above mentioned age values.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "The project is supported by the Russian Science Foundation, grant # 20-11-20166. The experiments were partially carried out on computational resources of HPC facilities at HSE University. We are grateful to Alexey Yandutov and Igor Rozhkov for providing results of their experiments in named entity recognition and relation extraction.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "A comparison of the events and relations across ace, ere, tac-kbp, and framenet annotation standards", |
|
"authors": [ |
|
{ |
|
"first": "Jacqueline", |
|
"middle": [], |
|
"last": "Aguilar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Charley", |
|
"middle": [], |
|
"last": "Beller", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Mcnamee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Benjamin", |
|
"middle": [], |
|
"last": "Van Durme", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyi", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Ellis", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of the Second Workshop on EVENTS: Definition, Detection, Coreference, and Representation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "45--53", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jacqueline Aguilar, Charley Beller, Paul McNamee, Benjamin Van Durme, Stephanie Strassel, Zhiyi Song, and Joe Ellis. 2014. A comparison of the events and relations across ace, ere, tac-kbp, and framenet annotation standards. In Proceedings of the Second Workshop on EVENTS: Definition, De- tection, Coreference, and Representation, pages 45- 53.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "TACRED revisited: A thorough evaluation of the TACRED relation extraction task", |
|
"authors": [ |
|
{ |
|
"first": "Christoph", |
|
"middle": [], |
|
"last": "Alt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aleksandra", |
|
"middle": [], |
|
"last": "Gabryszak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leonhard", |
|
"middle": [], |
|
"last": "Hennig", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1558--1569", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christoph Alt, Aleksandra Gabryszak, and Leonhard Hennig. 2020. TACRED revisited: A thorough eval- uation of the TACRED relation extraction task. In Proceedings of the 58th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 1558- 1569.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Improving relation extraction by pretrained language representations", |
|
"authors": [ |
|
{ |
|
"first": "Christoph", |
|
"middle": [], |
|
"last": "Alt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marc", |
|
"middle": [], |
|
"last": "H\u00fcbner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leonhard", |
|
"middle": [], |
|
"last": "Hennig", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1906.03088" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christoph Alt, Marc H\u00fcbner, and Leonhard Hen- nig. 2019. Improving relation extraction by pre- trained language representations. arXiv preprint arXiv:1906.03088.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "NoSta-D named entity annotation for German: Guidelines and dataset", |
|
"authors": [ |
|
{ |
|
"first": "Darina", |
|
"middle": [], |
|
"last": "Benikova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chris", |
|
"middle": [], |
|
"last": "Biemann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marc", |
|
"middle": [], |
|
"last": "Reznicek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2524--2531", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Darina Benikova, Chris Biemann, and Marc Reznicek. 2014. NoSta-D named entity annotation for Ger- man: Guidelines and dataset. In LREC, pages 2524- 2531.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "A comparison of event representations in deft", |
|
"authors": [ |
|
{ |
|
"first": "Ann", |
|
"middle": [], |
|
"last": "Bies", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyi", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jeremy", |
|
"middle": [], |
|
"last": "Getman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Ellis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Justin", |
|
"middle": [], |
|
"last": "Mott", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Teruko", |
|
"middle": [], |
|
"last": "Mitamura", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marjorie", |
|
"middle": [], |
|
"last": "Freedman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heng", |
|
"middle": [], |
|
"last": "Ji", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Fourth Workshop on Events", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "27--36", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ann Bies, Zhiyi Song, Jeremy Getman, Joe Ellis, Justin Mott, Stephanie Strassel, Martha Palmer, Teruko Mi- tamura, Marjorie Freedman, Heng Ji, et al. 2016. A comparison of event representations in deft. In Pro- ceedings of the Fourth Workshop on Events, pages 27-36.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"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 D", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "363--370", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jenny Rose Finkel, Trond Grenager, and Christopher D Manning. 2005. Incorporating non-local informa- tion into information extraction systems by gibbs sampling. In Proceedings of the 43rd Annual Meet- ing of the Association for Computational Linguistics (ACL'05), pages 363-370.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Introducing baselines for russian named entity recognition", |
|
"authors": [ |
|
{ |
|
"first": "Rinat", |
|
"middle": [], |
|
"last": "Gareev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maksim", |
|
"middle": [], |
|
"last": "Tkachenko", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Valery", |
|
"middle": [], |
|
"last": "Solovyev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrey", |
|
"middle": [], |
|
"last": "Simanovsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vladimir", |
|
"middle": [], |
|
"last": "Ivanov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "International Conference on Intelligent Text Processing and Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "329--342", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rinat Gareev, Maksim Tkachenko, Valery Solovyev, Andrey Simanovsky, and Vladimir Ivanov. 2013. In- troducing baselines for russian named entity recogni- tion. In International Conference on Intelligent Text Processing and Computational Linguistics, pages 329-342.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Relation extraction dataset for the russian language", |
|
"authors": [ |
|
{ |
|
"first": "Denis", |
|
"middle": [], |
|
"last": "Gordeev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Adis", |
|
"middle": [], |
|
"last": "Davletov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alexey", |
|
"middle": [], |
|
"last": "Rey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Galiya", |
|
"middle": [], |
|
"last": "Akzhigitova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Georgiy", |
|
"middle": [], |
|
"last": "Geymbukh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Computational Linguistics and Intellectual Technologies: Proceedings of the International Conference \"Dialog\" [Komp'iuternaia Lingvistika i Intellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii \"Dialog", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Denis Gordeev, Adis Davletov, Alexey Rey, Galiya Akzhigitova, and Georgiy Geymbukh. 2020. Re- lation extraction dataset for the russian language. In Computational Linguistics and Intellectual Tech- nologies: Proceedings of the International Confer- ence \"Dialog\" [Komp'iuternaia Lingvistika i In- tellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii \"Dialog\"].", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Open domain question answering based on text enhanced knowledge graph with hyperedge infusion", |
|
"authors": [ |
|
{ |
|
"first": "Jiale", |
|
"middle": [], |
|
"last": "Han", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xu", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Findings of the Association for Computational Linguistics: EMNLP 2020", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1475--1481", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.findings-emnlp.133" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jiale Han, Bo Cheng, and Xu Wang. 2020. Open do- main question answering based on text enhanced knowledge graph with hyperedge infusion. In Find- ings of the Association for Computational Linguis- tics: EMNLP 2020, pages 1475-1481, Online. As- sociation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "OpenNRE: An open and extensible toolkit for neural relation extraction", |
|
"authors": [ |
|
{ |
|
"first": "Xu", |
|
"middle": [], |
|
"last": "Han", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tianyu", |
|
"middle": [], |
|
"last": "Gao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuan", |
|
"middle": [], |
|
"last": "Yao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Demin", |
|
"middle": [], |
|
"last": "Ye", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyuan", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maosong", |
|
"middle": [], |
|
"last": "Sun", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "EMNLP-IJCNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xu Han, Tianyu Gao, Yuan Yao, Demin Ye, Zhiyuan Liu, and Maosong Sun. 2019. OpenNRE: An open and extensible toolkit for neural relation extraction. EMNLP-IJCNLP 2019, page 169.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Ontonotes: The 90% solution", |
|
"authors": [ |
|
{ |
|
"first": "Eduard", |
|
"middle": [], |
|
"last": "Hovy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mitchell", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lance", |
|
"middle": [], |
|
"last": "Ramshaw", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ralph", |
|
"middle": [], |
|
"last": "Weischedel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the Human Language Technology Conference of the NAACL, Companion Volume: Short Papers, NAACL-Short '06", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "57--60", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Eduard Hovy, Mitchell Marcus, Martha Palmer, Lance Ramshaw, and Ralph Weischedel. 2006. Ontonotes: The 90% solution. In Proceedings of the Human Language Technology Conference of the NAACL, Companion Volume: Short Papers, NAACL-Short '06, page 57-60, USA. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Knowledge graph-augmented abstractive summarization with semantic-driven cloze reward", |
|
"authors": [ |
|
{ |
|
"first": "Luyang", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lingfei", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lu", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2005.01159" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Luyang Huang, Lingfei Wu, and Lu Wang. 2020. Knowledge graph-augmented abstractive summa- rization with semantic-driven cloze reward. arXiv preprint arXiv:2005.01159.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Rurebus-2020 shared task: Russian relation extraction for business", |
|
"authors": [ |
|
{ |
|
"first": "Ekaterina", |
|
"middle": [], |
|
"last": "Vitaly Ivanin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tatiana", |
|
"middle": [], |
|
"last": "Artemova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vladimir", |
|
"middle": [], |
|
"last": "Batura", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Veronika", |
|
"middle": [], |
|
"last": "Ivanov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Sarkisyan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ivan", |
|
"middle": [], |
|
"last": "Tutubalina", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Smurov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Computational Linguistics and Intellectual Technologies: Proceedings of the International Conference \"Dialog\" [Komp'iuternaia Lingvistika i Intellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vitaly Ivanin, Ekaterina Artemova, Tatiana Batura, Vladimir Ivanov, Veronika Sarkisyan, Elena Tu- tubalina, and Ivan Smurov. 2020. Rurebus-2020 shared task: Russian relation extraction for busi- ness. In Computational Linguistics and Intellec- tual Technologies: Proceedings of the International Conference \"Dialog\" [Komp'iuternaia Lingvistika i Intellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii \"Dialog\"], Moscow, Russia.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "SpanBERT: Improving pre-training by representing and predicting spans", |
|
"authors": [ |
|
{ |
|
"first": "Mandar", |
|
"middle": [], |
|
"last": "Joshi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Danqi", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yinhan", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Weld", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Omer", |
|
"middle": [], |
|
"last": "Levy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Transactions of the Association for Computational Linguistics", |
|
"volume": "8", |
|
"issue": "", |
|
"pages": "64--77", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1162/tacl_a_00300" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S. Weld, Luke Zettlemoyer, and Omer Levy. 2020. SpanBERT: Improving pre-training by representing and predicting spans. Transactions of the Associa- tion for Computational Linguistics, 8:64-77.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Pyramid: A layered model for nested named entity recognition", |
|
"authors": [ |
|
{ |
|
"first": "Wang", |
|
"middle": [], |
|
"last": "Jue", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lidan", |
|
"middle": [], |
|
"last": "Shou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ke", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gang", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5918--5928", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wang Jue, Lidan Shou, Ke Chen, and Gang Chen. 2020. Pyramid: A layered model for nested named en- tity recognition. In Proceedings of the 58th Annual Meeting of the Association for Computational Lin- guistics, pages 5918-5928.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Adaptation of deep bidirectional multilingual transformers for Russian language", |
|
"authors": [ |
|
{ |
|
"first": "Yuri", |
|
"middle": [], |
|
"last": "Kuratov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mikhail", |
|
"middle": [], |
|
"last": "Arkhipov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1905.07213" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuri Kuratov and Mikhail Arkhipov. 2019. Adap- tation of deep bidirectional multilingual trans- formers for Russian language. arXiv preprint arXiv:1905.07213.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "A unified MRC framework for named entity recognition", |
|
"authors": [ |
|
{ |
|
"first": "Xiaoya", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jingrong", |
|
"middle": [], |
|
"last": "Feng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuxian", |
|
"middle": [], |
|
"last": "Meng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qinghong", |
|
"middle": [], |
|
"last": "Han", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fei", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiwei", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5849--5859", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiaoya Li, Jingrong Feng, Yuxian Meng, Qinghong Han, Fei Wu, and Jiwei Li. 2020. A unified MRC framework for named entity recognition. In Pro- ceedings of the 58th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 5849- 5859.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "DEFT ERE annotation guidelines: Entities", |
|
"authors": [], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Linguistic Data Consortium. 2014. DEFT ERE annota- tion guidelines: Entities v1.7.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Haotang Deng, and Ping Wang. 2020. K-BERT: enabling language representation with knowledge graph", |
|
"authors": [ |
|
{ |
|
"first": "Weijie", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Peng", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhe", |
|
"middle": [], |
|
"last": "Zhao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiruo", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qi", |
|
"middle": [], |
|
"last": "Ju", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2901--2908", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Weijie Liu, Peng Zhou, Zhe Zhao, Zhiruo Wang, Qi Ju, Haotang Deng, and Ping Wang. 2020. K-BERT: enabling language representation with knowledge graph. In Proceedings of the AAAI Conference on Artificial Intelligence, pages 2901-2908.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "An evaluation of technologies for knowledge base population", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Mcnamee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hoa", |
|
"middle": [ |
|
"Trang" |
|
], |
|
"last": "Dang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heather", |
|
"middle": [], |
|
"last": "Simpson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Schone", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Strassel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "LREC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul McNamee, Hoa Trang Dang, Heather Simpson, Patrick Schone, and Stephanie M Strassel. 2010. An evaluation of technologies for knowledge base pop- ulation. In LREC.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Advances in pre-training distributed word representations", |
|
"authors": [ |
|
{ |
|
"first": "Tom\u00e1\u0161", |
|
"middle": [], |
|
"last": "Mikolov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "\u00c9douard", |
|
"middle": [], |
|
"last": "Grave", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Piotr", |
|
"middle": [], |
|
"last": "Bojanowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christian", |
|
"middle": [], |
|
"last": "Puhrsch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Armand", |
|
"middle": [], |
|
"last": "Joulin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the Eleventh International Conference on Language Resources and Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tom\u00e1\u0161 Mikolov,\u00c9douard Grave, Piotr Bojanowski, Christian Puhrsch, and Armand Joulin. 2018. Ad- vances in pre-training distributed word representa- tions. In Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018).", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Event nugget annotation: Processes and issues", |
|
"authors": [ |
|
{ |
|
"first": "Teruko", |
|
"middle": [], |
|
"last": "Mitamura", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yukari", |
|
"middle": [], |
|
"last": "Yamakawa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Susan", |
|
"middle": [], |
|
"last": "Holm", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyi", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ann", |
|
"middle": [], |
|
"last": "Bies", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Seth", |
|
"middle": [], |
|
"last": "Kulick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the The 3rd Workshop on EVENTS: Definition, Detection, Coreference, and Representation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "66--76", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Teruko Mitamura, Yukari Yamakawa, Susan Holm, Zhiyi Song, Ann Bies, Seth Kulick, and Stephanie Strassel. 2015. Event nugget annotation: Processes and issues. In Proceedings of the The 3rd Work- shop on EVENTS: Definition, Detection, Corefer- ence, and Representation, pages 66-76.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Two-stage approach in russian named entity recognition", |
|
"authors": [ |
|
{ |
|
"first": "Valerie", |
|
"middle": [], |
|
"last": "Mozharova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Natalia", |
|
"middle": [], |
|
"last": "Loukachevitch", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "International FRUCT Conference on Intelligence, Social Media and Web (ISMW FRUCT)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--6", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Valerie Mozharova and Natalia Loukachevitch. 2016. Two-stage approach in russian named entity recog- nition. In International FRUCT Conference on In- telligence, Social Media and Web (ISMW FRUCT), pages 1-6.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "The second crosslingual challenge on recognition, normalization, classification, and linking of named entities across slavic languages", |
|
"authors": [ |
|
{ |
|
"first": "Jakub", |
|
"middle": [], |
|
"last": "Piskorski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Laska", |
|
"middle": [], |
|
"last": "Laskova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Micha\u0142", |
|
"middle": [], |
|
"last": "Marci\u0144czuk", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lidia", |
|
"middle": [], |
|
"last": "Pivovarova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pavel", |
|
"middle": [], |
|
"last": "P\u0159ib\u00e1\u0148", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Steinberger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Yangarber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 7th Workshop on Balto-Slavic Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "63--74", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jakub Piskorski, Laska Laskova, Micha\u0142 Marci\u0144czuk, Lidia Pivovarova, Pavel P\u0159ib\u00e1\u0148, Josef Steinberger, and Roman Yangarber. 2019. The second cross- lingual challenge on recognition, normalization, classification, and linking of named entities across slavic languages. In Proceedings of the 7th Work- shop on Balto-Slavic Natural Language Processing, pages 63-74.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Dan+: Danish nested named entities and lexical normalization", |
|
"authors": [ |
|
{ |
|
"first": "Barbara", |
|
"middle": [], |
|
"last": "Plank", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kristian", |
|
"middle": [ |
|
"N\u00f8rgaard" |
|
], |
|
"last": "Jensen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rob", |
|
"middle": [], |
|
"last": "Van Der Goot", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 28th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "6649--6662", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbara Plank, Kristian N\u00f8rgaard Jensen, and Rob van der Goot. 2020. Dan+: Danish nested named entities and lexical normalization. In Proceedings of the 28th International Conference on Computational Linguistics, pages 6649-6662.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Improving language understanding by generative pre-training", |
|
"authors": [ |
|
{ |
|
"first": "Alec", |
|
"middle": [], |
|
"last": "Radford", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Karthik", |
|
"middle": [], |
|
"last": "Narasimhan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. 2018. Improving language under- standing by generative pre-training.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "NNE: A dataset for nested named entity recognition in english newswire", |
|
"authors": [ |
|
{ |
|
"first": "Nicky", |
|
"middle": [], |
|
"last": "Ringland", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiang", |
|
"middle": [], |
|
"last": "Dai", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ben", |
|
"middle": [], |
|
"last": "Hachey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sarvnaz", |
|
"middle": [], |
|
"last": "Karimi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Cecile", |
|
"middle": [], |
|
"last": "Paris", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "James R", |
|
"middle": [], |
|
"last": "Curran", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5176--5181", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nicky Ringland, Xiang Dai, Ben Hachey, Sarvnaz Karimi, Cecile Paris, and James R Curran. 2019. NNE: A dataset for nested named entity recognition in english newswire. In Proceedings of the 57th An- nual Meeting of the Association for Computational Linguistics, pages 5176-5181.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Building event-centric knowledge graphs from news", |
|
"authors": [ |
|
{ |
|
"first": "Marco", |
|
"middle": [], |
|
"last": "Rospocher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Piek", |
|
"middle": [], |
|
"last": "Marieke Van Erp", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Antske", |
|
"middle": [], |
|
"last": "Vossen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Itziar", |
|
"middle": [], |
|
"last": "Fokkens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "German", |
|
"middle": [], |
|
"last": "Aldabe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Rigau", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Journal of Web Semantics", |
|
"volume": "37", |
|
"issue": "", |
|
"pages": "132--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marco Rospocher, Marieke van Erp, Piek Vossen, Antske Fokkens, Itziar Aldabe, German Rigau, Aitor Soroa, Thomas Ploeger, and Tessel Bogaard. 2016. Building event-centric knowledge graphs from news. Journal of Web Semantics, 37:132-151.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "A finnish news corpus for named entity recognition. Language Resources and Evaluation", |
|
"authors": [ |
|
{ |
|
"first": "Pekka", |
|
"middle": [], |
|
"last": "Teemu Ruokolainen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Miikka", |
|
"middle": [], |
|
"last": "Kauppinen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Krister", |
|
"middle": [], |
|
"last": "Silfverberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Lind\u00e9n", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--26", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Teemu Ruokolainen, Pekka Kauppinen, Miikka Silfver- berg, and Krister Lind\u00e9n. 2019. A finnish news corpus for named entity recognition. Language Re- sources and Evaluation, pages 1-26.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "From light to rich ere: annotation of entities, relations, and events", |
|
"authors": [ |
|
{ |
|
"first": "Zhiyi", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ann", |
|
"middle": [], |
|
"last": "Bies", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tom", |
|
"middle": [], |
|
"last": "Riese", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Justin", |
|
"middle": [], |
|
"last": "Mott", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Ellis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Wright", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Seth", |
|
"middle": [], |
|
"last": "Kulick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Neville", |
|
"middle": [], |
|
"last": "Ryant", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaoyi", |
|
"middle": [], |
|
"last": "Ma", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the the 3rd Workshop on EVENTS: Definition, Detection, Coreference, and Representation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "89--98", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zhiyi Song, Ann Bies, Stephanie Strassel, Tom Riese, Justin Mott, Joe Ellis, Jonathan Wright, Seth Kulick, Neville Ryant, and Xiaoyi Ma. 2015. From light to rich ere: annotation of entities, relations, and events. In Proceedings of the the 3rd Workshop on EVENTS: Definition, Detection, Coreference, and Representa- tion, pages 89-98.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Factrueval 2016: Evaluation of named entity recognition and fact extraction systems for russian", |
|
"authors": [ |
|
{ |
|
"first": "Anatoly", |
|
"middle": [], |
|
"last": "Starostin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Victor", |
|
"middle": [], |
|
"last": "Bocharov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Svetlana", |
|
"middle": [], |
|
"last": "Alexeeva", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anastasia", |
|
"middle": [], |
|
"last": "Bodrova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alexander", |
|
"middle": [], |
|
"last": "Chuchunkov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stanislav", |
|
"middle": [], |
|
"last": "Dzhumaev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Irina", |
|
"middle": [], |
|
"last": "Efimenko", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dmitry", |
|
"middle": [], |
|
"last": "Granovsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vladimir", |
|
"middle": [], |
|
"last": "Khoroshevsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Irina", |
|
"middle": [], |
|
"last": "Krylova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marina", |
|
"middle": [], |
|
"last": "Nikolaeva", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ivan", |
|
"middle": [], |
|
"last": "Smurov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Svetlana", |
|
"middle": [], |
|
"last": "Toldova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Computational Linguistics and Intellectual Technologies: Proceedings of the International Conference \"Dialog\" [Komp'iuternaia Lingvistika i Intellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "702--720", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Anatoly Starostin, Victor Bocharov, Svetlana Alex- eeva, Anastasia Bodrova, Alexander Chuchunkov, Stanislav Dzhumaev, Irina Efimenko, Dmitry Gra- novsky, Vladimir Khoroshevsky, Irina Krylova, Ma- rina Nikolaeva, Ivan Smurov, and Svetlana Toldova. 2016. Factrueval 2016: Evaluation of named en- tity recognition and fact extraction systems for rus- sian. In Computational Linguistics and Intellectual Technologies: Proceedings of the International Con- ference \"Dialog\" [Komp'iuternaia Lingvistika i In- tellektual'nye Tehnologii: Trudy Mezhdunarodnoj Konferentsii \"Dialog\"], pages 702-720.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Introduction to the conll-2003 shared task: Language-independent named entity recognition", |
|
"authors": [ |
|
{ |
|
"first": "Erik", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Tjong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kim", |
|
"middle": [], |
|
"last": "Sang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fien", |
|
"middle": [], |
|
"last": "De Meulder", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the Seventh Conference on Natural Language Learning at HLT-NAACL 2003", |
|
"volume": "4", |
|
"issue": "", |
|
"pages": "142--147", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Erik F. Tjong Kim Sang and Fien De Meulder. 2003. Introduction to the conll-2003 shared task: Language-independent named entity recognition. In Proceedings of the Seventh Conference on Natural Language Learning at HLT-NAACL 2003 -Volume 4, CONLL '03, page 142-147, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Ace 2005 multilingual training corpus. Linguistic Data Consortium", |
|
"authors": [ |
|
{ |
|
"first": "Christopher", |
|
"middle": [], |
|
"last": "Walker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephanie", |
|
"middle": [], |
|
"last": "Strassel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julie", |
|
"middle": [], |
|
"last": "Medero", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kazuaki", |
|
"middle": [], |
|
"last": "Maeda", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "", |
|
"volume": "57", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christopher Walker, Stephanie Strassel, Julie Medero, and Kazuaki Maeda. 2006. Ace 2005 multilin- gual training corpus. Linguistic Data Consortium, Philadelphia, 57:45.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Docred: A large-scale document-level relation extraction dataset", |
|
"authors": [ |
|
{ |
|
"first": "Yuan", |
|
"middle": [], |
|
"last": "Yao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Deming", |
|
"middle": [], |
|
"last": "Ye", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Peng", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xu", |
|
"middle": [], |
|
"last": "Han", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yankai", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhenghao", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyuan", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lixin", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jie", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maosong", |
|
"middle": [], |
|
"last": "Sun", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "764--777", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuan Yao, Deming Ye, Peng Li, Xu Han, Yankai Lin, Zhenghao Liu, Zhiyuan Liu, Lixin Huang, Jie Zhou, and Maosong Sun. 2019. Docred: A large-scale document-level relation extraction dataset. In Pro- ceedings of the 57th Annual Meeting of the Associa- tion for Computational Linguistics, pages 764-777.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Named entity recognition as dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Juntao", |
|
"middle": [], |
|
"last": "Yu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bernd", |
|
"middle": [], |
|
"last": "Bohnet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Massimo", |
|
"middle": [], |
|
"last": "Poesio", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "6470--6476", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Juntao Yu, Bernd Bohnet, and Massimo Poesio. 2020. Named entity recognition as dependency parsing. In Proceedings of the 58th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 6470- 6476.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Positionaware attention and supervised data improve slot filling", |
|
"authors": [ |
|
{ |
|
"first": "Yuhao", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Victor", |
|
"middle": [], |
|
"last": "Zhong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Danqi", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gabor", |
|
"middle": [], |
|
"last": "Angeli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "35--45", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuhao Zhang, Victor Zhong, Danqi Chen, Gabor An- geli, and Christopher D. Manning. 2017. Position- aware attention and supervised data improve slot filling. In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing (EMNLP 2017), pages 35-45.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "Annotation of the sentence Moscow Mayor Sergei Sobyanin took part in the grand opening of the new stage of Moscow Ermolova theater includes nested named entities: Mayor of Moscow, Moscow, Mayor; Moscow Ermolova Theater, Moscow, Ermolova. The intra-entity relations are as follows: Moscow is a workplace for Mayor of Moscow; Moscow Ermolova Theater is headquartered in Moscow. Grand opening of the new stage is annotated as an event. One can also see ALTERNATIVE NAME relations linking Moscow and Moscow adj within the sentence and Moscow Mayor, Sergei Sobyanin with other mentions in neighboring sentences.", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"text": "Entity type statistics (log scale). The proportion of nested named entities is shown.", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"text": "Relation type statistics (log scale). Proportions of cross-sentence relations and relations involving nestedness of entities are shown.", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"TABREF0": { |
|
"num": null, |
|
"html": null, |
|
"text": "summarizes most important datasets in the context of NEREL development and provides references to their descriptions.", |
|
"content": "<table/>", |
|
"type_str": "table" |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"html": null, |
|
"text": "", |
|
"content": "<table/>", |
|
"type_str": "table" |
|
}, |
|
"TABREF5": { |
|
"num": null, |
|
"html": null, |
|
"text": "", |
|
"content": "<table><tr><td>presents the most frequent types of</td></tr></table>", |
|
"type_str": "table" |
|
}, |
|
"TABREF6": { |
|
"num": null, |
|
"html": null, |
|
"text": "The most frequent relation types within nested entities.", |
|
"content": "<table/>", |
|
"type_str": "table" |
|
}, |
|
"TABREF7": { |
|
"num": null, |
|
"html": null, |
|
"text": "71.80 75.13 Biaffine, RuBERT 81.92 71.54 76.38 Pyramid, fT 72.70 63.01 67.51 Pyramid, RuBERT 77.73 70.97 74.19 MRC 78.70 80.24 79.64", |
|
"content": "<table><tr><td>Method</td><td>P</td><td>R</td><td>F1</td></tr><tr><td>Biaffine, fT</td><td>78.84</td><td/><td/></tr></table>", |
|
"type_str": "table" |
|
}, |
|
"TABREF8": { |
|
"num": null, |
|
"html": null, |
|
"text": "Results of nested NER for NEREL", |
|
"content": "<table><tr><td colspan=\"2\">Rel. Method</td><td>P</td><td>R</td><td>F1</td></tr><tr><td/><td colspan=\"2\">In-sentence relations</td><td/></tr><tr><td/><td>OpenNRE, mBERT</td><td colspan=\"3\">81.7 81.6 81.7</td></tr><tr><td>External</td><td colspan=\"4\">OpenNRE, RuBERT SpanBERT, mBERT SpanBERT, RuBERT 77.4 78.6 78.0 85.3 84.6 84.9 76.8 75.4 76.1</td></tr><tr><td/><td>TRE</td><td colspan=\"3\">66.4 68.1 67.2</td></tr><tr><td>Nested</td><td>OpenNRE, mBERT OpenNRE, RuBERT IntModel</td><td colspan=\"3\">74.3 77.7 76.0 77.8 79.6 78.7 76.3 72.4 74.3</td></tr><tr><td/><td colspan=\"2\">Document-level relations</td><td/></tr><tr><td>Doc</td><td>OpenNRE, mBERT OpenNRE, RuBERT</td><td colspan=\"3\">35.7 51.2 42.1 52.1 51.3 51.7</td></tr></table>", |
|
"type_str": "table" |
|
}, |
|
"TABREF9": { |
|
"num": null, |
|
"html": null, |
|
"text": "Results of relation extraction for NEREL", |
|
"content": "<table/>", |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |