Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "L16-1023",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:07:12.236067Z"
},
"title": "Adapting an Entity Centric Model for Portuguese Coreference Resolution",
"authors": [
{
"first": "Evandro",
"middle": [
"B"
],
"last": "Fonseca",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "PUCRS University -Porto Alegre",
"location": {
"country": "Brazil"
}
},
"email": "[email protected]"
},
{
"first": "Renata",
"middle": [],
"last": "Vieira",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "PUCRS University -Porto Alegre",
"location": {
"country": "Brazil"
}
},
"email": "[email protected]"
},
{
"first": "Aline",
"middle": [],
"last": "Vanin",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "UFCSPA University -Porto Alegre",
"location": {
"country": "Brazil"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents the adaptation of an Entity Centric Model for Portuguese coreference resolution, considering 10 named entity categories. The model was evaluated on named e using the HAREM Portuguese corpus and the results are 81.0% of precision and 58.3% of recall overall, the resulting system is freely available.",
"pdf_parse": {
"paper_id": "L16-1023",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents the adaptation of an Entity Centric Model for Portuguese coreference resolution, considering 10 named entity categories. The model was evaluated on named e using the HAREM Portuguese corpus and the results are 81.0% of precision and 58.3% of recall overall, the resulting system is freely available.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Coreference resolution is a well known challenge in computational linguistics. While we could imagine that it is relatively easy to identify automatically that there is a link between identical or similar referents, such as in (1) \"Barack Obama\" and (2) \"Obama\", this might not be always the case. See (3) \"Adalberto Portugal\" and (4) \"Portugal\", for instance, whereas \"Adalberto Portugal\" refers to a person, \"Portugal\" might refer either to \"Adalberto\" or to Portugal, the country. When dealing with Portuguese, this task is even more challenging, since resources are limited. Whereas Ontonotes (Pradhan et al., 2011) , a coreference annotated corpus for English, Chinese and Arabic has around 34.290 coreference chains, a corpus with similar purposes for Portuguese, Harem (Freitas et al., 2010) , has approximately 887 coreference chains. In order to make available more resources for Portuguese, this paper presents the implementation and evaluation of an entity centric model for Portuguese, using a set of adapted rules, inspired by the Stanford Deterministic Coreference Resolution System (Lee et al., 2013) . A rule based system was considered the best option, due to the shortage of annotated examples, necessary for learning approaches. We used the the Harem corpus (Freitas et al., 2010) to evaluate the adapted model. Our implementation is open source and we rely also on other open source resources, like Cogroo API (Silva, 2013) . The rest of this paper is organized as follows: Section 2 presents the related work; Section 3 describes our version of the system for Portuguese; in Section 4 we present the evaluation of the system; in Section 5 conclusions and future work are presented.",
"cite_spans": [
{
"start": 597,
"end": 619,
"text": "(Pradhan et al., 2011)",
"ref_id": "BIBREF10"
},
{
"start": 776,
"end": 798,
"text": "(Freitas et al., 2010)",
"ref_id": "BIBREF3"
},
{
"start": 1097,
"end": 1115,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
},
{
"start": 1277,
"end": 1299,
"text": "(Freitas et al., 2010)",
"ref_id": "BIBREF3"
},
{
"start": 1430,
"end": 1443,
"text": "(Silva, 2013)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Coreference Resolution is an old topic in NLP, but it is still challenging. There are many studies involving machine learning approaches. However, we consider that developing a rule based system would be more useful for Portuguese, since there is lack of a rich corpora, such as those employed to generate English models (see (Fernandes et al., 2014) , (Martschat and Strube, 2015) , among others). Instead, we used an available Portuguese corpus for evaluating the adapted model. Since, we are mainly interested in rule-based approaches we focus here in describing the most influential work for our system. (Lee et al., 2013) use a deterministic approach to coreference resolution that combines the global information and precise features previously identified by machinelearning models with the transparency and modularity of deterministic, rule-based systems. Their Entity-Centric Model architecture applies a set of 10 deterministic sieves, where each sieve or model builds on the previous model's cluster output. Their model is based in two stages: mention detection, followed by clustering rules. In order to increase the recall, (Lee et al., 2013) combine several variations of matching rules. In addition, they include some \"precise constructs\", which may introduce semantic knowledge through appositive rules. They evaluate each rule independently, showing that each module introduce new levels of precision and recall. Lee et al.'s system was the winner in CONLL 2011 (Pradhan et al., 2011) , solving coreferences for English, and it reached a Fmeasure of 61.0% (MUC metric).",
"cite_spans": [
{
"start": 326,
"end": 350,
"text": "(Fernandes et al., 2014)",
"ref_id": "BIBREF1"
},
{
"start": 353,
"end": 381,
"text": "(Martschat and Strube, 2015)",
"ref_id": "BIBREF8"
},
{
"start": 608,
"end": 626,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
},
{
"start": 1136,
"end": 1154,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
},
{
"start": 1478,
"end": 1500,
"text": "(Pradhan et al., 2011)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "Another related work which is also relevant for our study, is Garcia et al.'s Entity-Centric model (Garcia and Gamallo, 2014a). Garcia et al.'s system, or LinkPeople, is a model for coreference resolution of person entities. The model combines the multi-pass architecture and a set of constraints and rules. (Garcia and Gamallo, 2014a) use Lee et al.'s matching rules, and, in addition, they use a set of specific rules to deal with pronouns and person entities, as well as with linguistic reference phenomena, anaphora and cataphora. This system solves coreference (person entities) in three languages: Portuguese, Spanish and Galician, achieving 87.4% of F-measure for Portuguese, 91.7% for Galician and 88.8% for Spanish.",
"cite_spans": [
{
"start": 128,
"end": 154,
"text": "Garcia et al.'s system, or",
"ref_id": null
},
{
"start": 308,
"end": 335,
"text": "(Garcia and Gamallo, 2014a)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "Most of the other related work for Portuguese dealing with nominal correference, proposes machine learning approaches, examples are (Coreixas, 2010) , (Silva, 2011) and (Fonseca et al., 2015) . Also, differently from most previous work for Portuguese, we make available the system that is evaluated here.",
"cite_spans": [
{
"start": 132,
"end": 148,
"text": "(Coreixas, 2010)",
"ref_id": "BIBREF0"
},
{
"start": 151,
"end": 164,
"text": "(Silva, 2011)",
"ref_id": "BIBREF12"
},
{
"start": 169,
"end": 191,
"text": "(Fonseca et al., 2015)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "Our model is an adaptation of (Lee et al., 2013) for Portuguese (PT-BR). We adapted and implemented a set of sieves. The first two correspond to noun phrase extraction and pre-processing, a module that filters out some mentions, such as large NPs in (Lee et al., 2013) . The other sieves are used to link two mentions if the conditions established by linguistic rules are satisfied. The sieves are described next:",
"cite_spans": [
{
"start": 30,
"end": 48,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
},
{
"start": 250,
"end": 268,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adapted Model",
"sec_num": "3."
},
{
"text": "1. NP_Extraction: The first module is responsible to extract noun phrases from a plain text. For this task we use Cogroo API( (Silva, 2013) . In our adaptation, we consider only the verbs \"ser\" (to be) and \"parece\" (to seem). 8. Relative Pronoun: links two adjacent mentions if the second NP is a relative pronoun. We use the following relative pronouns: \"o qual\", \"cujo\", \"quanto\", \"quem\", \"que\", \"onde\", considering variations in gender and number. These were the adapted sieves. For the while, we chose to not implement Pronominal Coreference and Speaker Identification, since we are concerned with a more global coreference resolution model. Next we discuss the evaluation of the system.",
"cite_spans": [
{
"start": 126,
"end": 139,
"text": "(Silva, 2013)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adapted Model",
"sec_num": "3."
},
{
"text": "The evaluation of the system is presented in three parts. The first is an automatic evaluation that relies on Harem as the Gold Standard, an annotated corpus with named entities and their identity relations. Section 4.2 refers to the evaluation reported by other but similar approaches to correference resolution. Section 4.3 considers a manual analysis of the complete output of the system which includes other NPs, besides named entities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "4."
},
{
"text": "An automatic evaluation was based on the Harem (Freitas et al., 2010) corpus, and reports results using the MUC metric (Vilain et al., 1995) . HAREM (Avalia\u00e7\u00e3o de Sistemas de Reconhecimento de Entidades Mencionadas) is an international shared evaluation for NLP systems for Portuguese. In its second edition, a task related to identity identification was proposed.",
"cite_spans": [
{
"start": 47,
"end": 69,
"text": "(Freitas et al., 2010)",
"ref_id": "BIBREF3"
},
{
"start": 119,
"end": 140,
"text": "(Vilain et al., 1995)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus based evaluation",
"sec_num": "4.1."
},
{
"text": "Based on this task, HAREM provided a corpus with named entities and their identity relations annotation.The corpus (Freitas et al., 2010) has around 225k words. Relations between named entities were annotated considering 'identity' (our base for coreference), 'inclusion', and 'location' (occurs in). The annotation scheme is exemplified below:",
"cite_spans": [
{
"start": 115,
"end": 137,
"text": "(Freitas et al., 2010)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus based evaluation",
"sec_num": "4.1."
},
{
"text": "< EM ID=\"ric-85133-257\" CATEG=\"PESSOA\" TIPO=\"INDIVIDUAL\" > Italo Calvino < /EM > < EM ID=\"ric-85133-290\" CATEG=\"PESSOA\" TIPO=\"INDIVIDUAL\" COREL=\"ric-85133-257\" TIPOREL=\"ident\" > Calvino < /EM > Each named entity has an entity id, a semantic category, 'Person', 'Location', 'Organization', among others (with subtypes); a relation descriptor, and coreference links between two or more entities. In the example we have a coreference link, between the entities \"Italo Calvino\" and \"Calvino\" (\"ric-85133-257\" and \"ric-85133-290\"). The corpus contains 7847 recognized named entities, distributed into 10 categories. These named entities represent a total of 887 correference chains, as presented in Table 1 . Four our evaluation we used Harem instead of Garcia's corpus since the later is focused on person category, whereas in Harem we have a larger scope (10 named entity categories). However, since Harem refers only to named entities, other noun phrases referring to the entities (such as: the president) are not considered in the corpus based evaluation. For these other cases we present a manual analysis in 4.2. Table 1 shows the evaluation of the system for each named entity category. Our adapted model achieved Fmeasures above 70% for the majority classes: Person, Location and Organization. Time and Value presented the lowest results, since in pre-processing we discard all numeric noun phrases.For that reason, in the last line we show the results considering all named entity categories, except \"Time\" and \"Value\", in which there is an increase in recall and F-measure.",
"cite_spans": [],
"ref_spans": [
{
"start": 694,
"end": 701,
"text": "Table 1",
"ref_id": "TABREF3"
},
{
"start": 1114,
"end": 1121,
"text": "Table 1",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Corpus based evaluation",
"sec_num": "4.1."
},
{
"text": "For the other classes we had F-measures above 60%. We consider that these are very promising results, considering other similar systems as discussed next. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus based evaluation",
"sec_num": "4.1."
},
{
"text": "We present here the results given by similar approaches. We acknowledge that this is not a comparison because their work are based on different data and languages. (Lee et al., 2013) evaluate their system using the Ontonotes (Pradhan et al., 2011) , a multilingual corpus, which contains 34.290 coreference chains, distributed in three languages: English, Chinese and Arabic. (Garcia and Gamallo, 2014a ) used a corpus (Garcia and Gamallo, 2014b) built from journalistic and encyclopedic texts, using the SemEval guidelines (Recasens et al., 2010) . This corpus has annotations for Portuguese, Spanish and Galician. For Portuguese, this corpus includes texts from Portugal, Brazil, Mozambique and Angola, containing annotations of persons and pronouns.",
"cite_spans": [
{
"start": 164,
"end": 182,
"text": "(Lee et al., 2013)",
"ref_id": "BIBREF7"
},
{
"start": 225,
"end": 247,
"text": "(Pradhan et al., 2011)",
"ref_id": "BIBREF10"
},
{
"start": 376,
"end": 402,
"text": "(Garcia and Gamallo, 2014a",
"ref_id": "BIBREF4"
},
{
"start": 419,
"end": 446,
"text": "(Garcia and Gamallo, 2014b)",
"ref_id": "BIBREF5"
},
{
"start": 524,
"end": 547,
"text": "(Recasens et al., 2010)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Similar approaches",
"sec_num": "4.2."
},
{
"text": "In Table 2 , we can see our results against the numbers reported by the authors of related work, all using the MUC (Vilain et al., 1995) metric. Note that this evaluation considers solely named entities (whereas our adapted system produces mixed chains, our gold reference contains only named entities).",
"cite_spans": [
{
"start": 115,
"end": 136,
"text": "(Vilain et al., 1995)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [
{
"start": 3,
"end": 10,
"text": "Table 2",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Similar approaches",
"sec_num": "4.2."
},
{
"text": "Aware of the limitations of the analysis, we note that our results are well situated in the current state of the art, achieving a F-measure of 67.8% for all ten categories (70.3% when excluding time and value). Garcia's system (Garcia and Gamallo, 2014a) which was evaluated on Portuguese but focused only on persons, achieved a F-measure of 87.4%. For Person named entities, our adapted model achieves 75.7% of F-measure, but it includes a lot more classes.",
"cite_spans": [
{
"start": 227,
"end": 254,
"text": "(Garcia and Gamallo, 2014a)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Similar approaches",
"sec_num": "4.2."
},
{
"text": "For a more comprehensive evaluation, considering other NPs (besides named entities) we conducted a Next, we present some errors which affected recall and precision of the model (when compared with the gold reference). As expected, the most common error occurs in the classes \"Time\" and \"Value\". . In this example the car is in the same chain as the company, which is wrong.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Manual evaluation and error analysis",
"sec_num": "4.3."
},
{
"text": "In this paper, we show our adaptation of Lee's approach for coreference resolution to Portuguese. We evaluate it considering ten named entity categories, and we show that these results are compatible with current state of the art. The system and related resources are available 1 . One main point to be considered in the future is to introduce semantic knowledge in our model, we plan to use Onto-PT (Oliveira and Gomes, 2014) The inclusion of semantics is another reason for our option for a rule-based system. It seems that when knowledge in involved rule-based systems are a good option. (Hou et al., 2014) proposes a rule based system to solve bridging anaphora. As result, the authors show that their rule-based model outperforms learningbased approach, using the same knowledge resources. Also, learning approaches enriched with more features did not yield much improvement over the rule-based system.",
"cite_spans": [
{
"start": 400,
"end": 426,
"text": "(Oliveira and Gomes, 2014)",
"ref_id": "BIBREF9"
},
{
"start": 591,
"end": 609,
"text": "(Hou et al., 2014)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Work",
"sec_num": "5."
}
],
"back_matter": [
{
"text": "The authors acknowledge the financial support of CNPq (Conselho Nacional de Desenvolvimento Cient\u00edfico e Tecnol\u00f3gico), CAPES (Coordena\u00e7\u00e3o de Aperfei\u00e7oamento de Pessoal de N\u00edvel Superior) and FAPERGS (Funda\u00e7\u00e3o de Amparo \u00e0 Pesquisa do Rio Grande do Sul).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Resolu\u00e7\u00e3o de correfer\u00eancia e categorias de entidades nomeadas",
"authors": [
{
"first": "T",
"middle": [],
"last": "Coreixas",
"suffix": ""
}
],
"year": 2010,
"venue": "Disserta\u00e7\u00e3o de Mestrado",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Coreixas, T. (2010). Resolu\u00e7\u00e3o de correfer\u00eancia e categorias de entidades nomeadas. Disserta\u00e7\u00e3o de Mestrado, Pontif\u00edcia Universidade Cat\u00f3lica Do Rio Grande Do Sul.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Latent trees for coreference resolution",
"authors": [
{
"first": "E",
"middle": [
"R"
],
"last": "Fernandes",
"suffix": ""
},
{
"first": "C",
"middle": [
"N"
],
"last": "Santos",
"suffix": ""
},
{
"first": "R",
"middle": [
"L"
],
"last": "Milidi\u00fa",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "4",
"issue": "",
"pages": "801--835",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fernandes, E. R., dos Santos, C. N., and Milidi\u00fa, R. L. (2014). Latent trees for coreference reso- lution. Number 4, pages 801-835. Computational Linguistics -MIT Press.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Dealing with imbalanced datasets for coreference resolution",
"authors": [
{
"first": "E",
"middle": [
"B"
],
"last": "Fonseca",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Vieira",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Vanin",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of The Twenty-Eighth International Flairs Conference -FLAIRS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fonseca, E. B., Vieira, R., and Vanin, A. (2015). Deal- ing with imbalanced datasets for coreference resolu- tion. In Proceedings of The Twenty-Eighth Interna- tional Flairs Conference -FLAIRS 2015.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Second harem: Advancing the state of the art of named entity recognition in portuguese",
"authors": [
{
"first": "C",
"middle": [],
"last": "Freitas",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Mota",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Santos",
"suffix": ""
},
{
"first": "H",
"middle": [
"G"
],
"last": "Oliveira",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Carvalho",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of Language Resources and Evaluation Conference, Malta. -LREC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Freitas, C., Mota, C., Santos, D., Oliveira, H. G., and Carvalho, P. (2010). Second harem: Advancing the state of the art of named entity recognition in por- tuguese. In Proceedings of Language Resources and Evaluation Conference, Malta. -LREC 2010.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "An entity-centric coreference resolution system for person entities with rich linguistic information",
"authors": [
{
"first": "M",
"middle": [],
"last": "Garcia",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Gamallo",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "741--752",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Garcia, M. and Gamallo, P. (2014a). An entity-centric coreference resolution system for person entities with rich linguistic information. pages 741-752.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Multilingual corpora with coreferential annotation of person entities",
"authors": [
{
"first": "M",
"middle": [],
"last": "Garcia",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Gamallo",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 9th edition of the Language Resources and Evaluation Conference -LREC 2014",
"volume": "",
"issue": "",
"pages": "3229--3233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Garcia, M. and Gamallo, P. (2014b). Multilingual cor- pora with coreferential annotation of person entities. In Proceedings of the 9th edition of the Language Resources and Evaluation Conference -LREC 2014, pages 3229-3233.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A rulebased system for unrestricted bridging resolution: Recognizing bridging anaphora and finding links to antecedents",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Hou",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Markert",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Strube",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of Conference on Empirical Methods on Natural Language Processing -EMNLP",
"volume": "",
"issue": "",
"pages": "2082--2093",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hou, Y., Markert, K., and Strube, M. (2014). A rule- based system for unrestricted bridging resolution: Recognizing bridging anaphora and finding links to antecedents. pages 2082-2093. Proceedings of Conference on Empirical Methods on Natural Lan- guage Processing -EMNLP 2014.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Deterministic coreference resolution based on entity-centric, precision-ranked rules",
"authors": [
{
"first": "H",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Peirsman",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Chambers",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2013,
"venue": "",
"volume": "39",
"issue": "",
"pages": "885--916",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lee, H., Chang, A., Peirsman, Y., Chambers, N., Sur- deanu, M., and Jurafsky, D. (2013). Determinis- tic coreference resolution based on entity-centric, precision-ranked rules. volume 39, pages 885-916. Computational Linguistics -MIT Press.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Latent structures for coreference resolution",
"authors": [
{
"first": "S",
"middle": [],
"last": "Martschat",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Strube",
"suffix": ""
}
],
"year": 2015,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "3",
"issue": "",
"pages": "405--418",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martschat, S. and Strube, M. (2015). Latent struc- tures for coreference resolution. Transactions of the Association for Computational Linguistics, 3:405- 418.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Eco and onto. pt: a flexible approach for creating a portuguese wordnet automatically. Language Resources and Evaluation -LREC2014",
"authors": [
{
"first": "H",
"middle": [
"G"
],
"last": "Oliveira",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Gomes",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "48",
"issue": "",
"pages": "373--393",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oliveira, H. G. and Gomes, P. (2014). Eco and onto. pt: a flexible approach for creating a portuguese wordnet automatically. Language Resources and Evaluation -LREC2014, 48(2):373-393.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Conll-2011 shared task: Modeling unrestricted coreference in ontonotes",
"authors": [
{
"first": "S",
"middle": [],
"last": "Pradhan",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Ramshaw",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Weischedel",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Xue",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the Fifteenth Conference on Computational Natural Language Learning: Shared Task",
"volume": "",
"issue": "",
"pages": "1--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pradhan, S., Ramshaw, L., Marcus, M., Palmer, M., Weischedel, R., and Xue, N. (2011). Conll-2011 shared task: Modeling unrestricted coreference in ontonotes. In Proceedings of the Fifteenth Confer- ence on Computational Natural Language Learn- ing: Shared Task, pages 1-27. Association for Com- putational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Semeval-2010 task 1: Coreference resolution in multiple languages",
"authors": [
{
"first": "M",
"middle": [],
"last": "Recasens",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Sapena",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Mart\u00ed",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Taul\u00e9",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Hoste",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Poesio",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Versley",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Recasens, M., M\u00e0rquez, L., Sapena, E., Mart\u00ed, M. A., Taul\u00e9, M., Hoste, V., Poesio, M., and Versley, Y. (2010). Semeval-2010 task 1: Coreference resolu- tion in multiple languages. In Proceedings of the 5th International Workshop on Semantic Evalua- tion, pages 1-8. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Resolu\u00e7\u00e3o de correfer\u00eancia em m\u00faltiplos documentos utilizando aprendizado n\u00e3o supervisionado",
"authors": [
{
"first": "J",
"middle": [
"F"
],
"last": "Silva",
"suffix": ""
}
],
"year": 2011,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Silva, J. F. d. (2011). Resolu\u00e7\u00e3o de correfer\u00eancia em m\u00faltiplos documentos utilizando aprendizado n\u00e3o supervisionado. Disserta\u00e7\u00e3o de Mestrado, Univer- sidade de S\u00e3o Paulo.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Aprimorando o corretor gramatical cogroo",
"authors": [
{
"first": "W",
"middle": [
"D C"
],
"last": "Silva",
"suffix": ""
}
],
"year": 2013,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Silva, W. D. C. (2013). Aprimorando o corretor gra- matical cogroo. Disserta\u00e7\u00e3o de Mestrado, Universi- dade de S\u00e3o Paulo.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "A model-theoretic coreference scoring scheme",
"authors": [
{
"first": "M",
"middle": [],
"last": "Vilain",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Burger",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Aberdeen",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Connolly",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Hirschman",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 6th conference on Message understanding",
"volume": "",
"issue": "",
"pages": "45--52",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vilain, M., Burger, J., Aberdeen, J., Connolly, D., and Hirschman, L. (1995). A model-theoretic corefer- ence scoring scheme. In Proceedings of the 6th con- ference on Message understanding, pages 45-52. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"content": "<table><tr><td>7. Appositive Role: links two neighbour mentions</td></tr><tr><td>if all the following constraints are satisfied: The</td></tr><tr><td>current NP is a Proper name; the antecedent is</td></tr><tr><td>a noun; the antecedent contains a determinant;</td></tr><tr><td>the current NP does not contain a determinant.</td></tr><tr><td>This rule helps to identify and link NPs like [[O</td></tr><tr><td>telesc\u00f3pio] ([the telescope]) [Gemini]]. Differ-</td></tr><tr><td>ent from (Lee et al., 2013), we use this rule for</td></tr><tr><td>all NPs, not just person entities. In addition, we</td></tr><tr><td>implemented a new clause, which process plural</td></tr><tr><td>mentions: If the determinant is plural, all subse-</td></tr><tr><td>quent NPs that are proper names, separated by a</td></tr><tr><td>comma or \"e\"(and), are linked with the previous</td></tr><tr><td>noun.</td></tr></table>",
"html": null,
"text": "Fl\u00e1vioRizzi], in a construction like \" Os brasileiros, Gilson Rambelli, Paulo Camargo e Fl\u00e1vio Rizzi, pesquisadores...\" (the Brazilians..., researchers...).",
"num": null,
"type_str": "table"
},
"TABREF3": {
"content": "<table><tr><td>gories.</td><td/><td/><td/><td/></tr><tr><td/><td>P</td><td>R</td><td>F</td><td>Chains</td></tr><tr><td>Person</td><td colspan=\"3\">80.7% 71.3% 75.7%</td><td>304</td></tr><tr><td>Loc</td><td colspan=\"3\">74.6% 82.8% 78.5%</td><td>179</td></tr><tr><td>Org.</td><td colspan=\"3\">66.8% 78.5% 72.1%</td><td>154</td></tr><tr><td>Work</td><td colspan=\"3\">78.7% 61.7% 69.2%</td><td>57</td></tr><tr><td>Event</td><td colspan=\"3\">57.5% 67.1% 61.9%</td><td>40</td></tr><tr><td>Thing</td><td colspan=\"3\">70.0% 75.4% 72.6%</td><td>48</td></tr><tr><td>Time</td><td colspan=\"3\">62.5% 37.5% 46.9%</td><td>42</td></tr><tr><td>Abstract</td><td colspan=\"3\">53.2% 76.2% 62.7%</td><td>40</td></tr><tr><td>Other</td><td colspan=\"3\">65.19% 61.4% 63.2%</td><td>11</td></tr><tr><td>Value</td><td>0.0%</td><td>0.0%</td><td>0.0%</td><td>12</td></tr><tr><td>All</td><td colspan=\"3\">81.0% 58.3% 67.8%</td><td>887</td></tr><tr><td colspan=\"4\">All-Time-Val 80.8% 62.3% 70.3%</td><td>833</td></tr></table>",
"html": null,
"text": "Experiment results by named entity cate-",
"num": null,
"type_str": "table"
},
"TABREF4": {
"content": "<table><tr><td colspan=\"5\">: Evaluation of similar approaches -MUC met-</td></tr><tr><td colspan=\"3\">ric (made on different corpora)</td><td/></tr><tr><td colspan=\"2\">System Lang-Categ</td><td>P</td><td>R</td><td>F</td></tr><tr><td>Lee</td><td colspan=\"4\">EN-NP-All 59.3% 62.8% 61.0%</td></tr><tr><td colspan=\"5\">Garcia PT-NP-Pers 92.7% 82.7% 87.4%</td></tr><tr><td>Ours</td><td colspan=\"4\">PT-NE-All 81.0% 58.3% 67.8%</td></tr><tr><td>Ours</td><td colspan=\"4\">PT-NE-Pers 80.7% 71.3% 75.7%</td></tr><tr><td colspan=\"5\">manual analysis of the results. For that we considered a</td></tr><tr><td colspan=\"5\">subset of the corpus, consisting of five texts, containing</td></tr><tr><td colspan=\"5\">25 coreference chains and 63 mentions. These chains</td></tr><tr><td colspan=\"5\">include both named entities and common nouns. How-</td></tr><tr><td colspan=\"5\">ever, in this evaluation we could only calculate preci-</td></tr><tr><td colspan=\"5\">sion, since we don't have a reference. In this subset,</td></tr><tr><td colspan=\"4\">our model presented 85.20% of precision.</td></tr></table>",
"html": null,
"text": "",
"num": null,
"type_str": "table"
},
"TABREF6": {
"content": "<table/>",
"html": null,
"text": ", a recent resource available for Portuguese. Through semantic relations is possible to identify implicit relations, as hyponymy, synonymy and hyperonymy, linking mentions like: [the bee], [the insect]; [the car], [the vehicle]; [the animal], [the dog].",
"num": null,
"type_str": "table"
}
}
}
}