|
{ |
|
"paper_id": "2022", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:10:11.490406Z" |
|
}, |
|
"title": "Polishing the gold -how much revision do we need in treebanks?", |
|
"authors": [ |
|
{ |
|
"first": "Elvis", |
|
"middle": [], |
|
"last": "De Souza", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Pontifical Catholic University of Rio de Janeiro", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Cl\u00e1udia", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Pontifical Catholic University of Rio de Janeiro", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "We present the second version of PetroGold, a gold-standard treebank for the oil & gas domain in the Portuguese language. The corpus went through a series of revisions guided by three methods tested in the literature: inter-annotator disagreement, inconsistent n-grams and verification rules. We perform an intrinsic evaluation and the model scores 90.92%, 89.09% and 84.07% in the UAS (unlabeled attachment score), LAS (labeled attachment score) and CLAS (content-word labeled attachment score) metrics respectively, CLAS being 1.11% higher than in the first version. We perform an experiment where we verify a negative impact in the intrinsic evaluation when simplifying the annotation related to prepositional verbal arguments and we conclude by discussing the results and future work.", |
|
"pdf_parse": { |
|
"paper_id": "2022", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "We present the second version of PetroGold, a gold-standard treebank for the oil & gas domain in the Portuguese language. The corpus went through a series of revisions guided by three methods tested in the literature: inter-annotator disagreement, inconsistent n-grams and verification rules. We perform an intrinsic evaluation and the model scores 90.92%, 89.09% and 84.07% in the UAS (unlabeled attachment score), LAS (labeled attachment score) and CLAS (content-word labeled attachment score) metrics respectively, CLAS being 1.11% higher than in the first version. We perform an experiment where we verify a negative impact in the intrinsic evaluation when simplifying the annotation related to prepositional verbal arguments and we conclude by discussing the results and future work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Annotated corpora are important resources for natural language processing. On the one hand, data-driven NLP approaches use corpora as a learning source for linguistic analysis; on the other hand, approaches based on rules, or oriented by specific knowledge of language, can use it as material to evaluate the results of their analyses. Despite its importance, the number of golden treebanks in Portuguese, with texts from genres other than the journalistic one, still falls short, making it difficult to advance certain NLP tasks for Portuguese, such as information extraction and parsing in diverse domain areas.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "This paper was partially funded by the National Agency for Petroleum, Natural Gas and Biofuels (ANP), Brazil, associated with the investment of resources from the R, D & I Clauses, through a Cooperation Agreement between Petrobras and PUC-Rio. We would like to thank the team at the Applied Computational Intelligence Laboratory (ICA) at PUC-Rio for the generation of morphosyntactic annotation models trained in Stanza, and Elvis de Souza thanks the National Council for Scientific and Technological Development (CNPq) for the Masters scholarship process no. 130495/2021-2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Some of the main machine-learning-based parsers available to the Portuguesespeaking community (e.g. spaCy [10] , UDPipe [24] and Stanza [17] ) use the Bosque-UD [18] corpus as training material, achieving a performance of up to 87.81% in the attachment of dependencies, according to the CoNLL 2018 Shared Task [28] . The corpus is composed of morphosyntactically annotated journalistic texts and is part of the Universal Dependencies [14] project, representing a valuable resource for several NLP tasks in general domain texts.", |
|
"cite_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 110, |
|
"text": "[10]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 120, |
|
"end": 124, |
|
"text": "[24]", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 136, |
|
"end": 140, |
|
"text": "[17]", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 161, |
|
"end": 165, |
|
"text": "[18]", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 310, |
|
"end": 314, |
|
"text": "[28]", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 434, |
|
"end": 438, |
|
"text": "[14]", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "However, tasks that demand the processing of texts from specific domains will face difficulties due to the lack of available training material of diverse domainsfortunately, this scenario is changing with the creation of projects like Porttinari [15] . [25] indicates that, for the English language, a model trained in the Wall Street Journal Treebank sees its performance drop more than 10% when applied in the biomedical domain. Similarly, [6] reports that systems trained with general domain texts do not perform well when applied to academic texts.", |
|
"cite_spans": [ |
|
{ |
|
"start": 246, |
|
"end": 250, |
|
"text": "[15]", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 253, |
|
"end": 257, |
|
"text": "[25]", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 442, |
|
"end": 445, |
|
"text": "[6]", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we present a second version of PetroGold, a gold-standard treebank with texts from the oil & gas domain in the academic genre. The corpus is available at the project webpage 1 and contains 8,949 sentences (250,595 tokens). More than providing an improved version of the material, which includes a systematic treatment of tags related to verbal subcategorization and grammatical multiword expressions, this second round of review aims to (i) evaluate the contribution of different treebank review methods in a robust corpus, offering subsidies for an evaluation of the methodology described in [8] , and (ii) evaluate how much the corrections carried out in this second stage impact the performance of language models. In the end, we assess how much differentiating adverbial adjuncts from prepositional verbal arguments impacts the performance of a parser.", |
|
"cite_spans": [ |
|
{ |
|
"start": 608, |
|
"end": 611, |
|
"text": "[8]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Syntactically analyzed corpora are called treebanks because syntactic analyses give a hierarchical character to sentences using constituents (in a syntagmatic model) or dependents (in a dependency model). From the point of view of linguistic studies, treebanks are informative about the structure of the language in use, serving as a database for the development of linguistic theories, either as a means of testing them or in carrying out statistical studies. From a NLP point of view, treebanks serve as training and evaluation material, in addition to being the basis for subsequent tasks, such as Open Information Extraction [9] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 629, |
|
"end": 632, |
|
"text": "[9]", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Treebanks", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "There are many possible differences between treebanks, some related to the methodology for building the corpus -annotated entirely from scratch or, more commonly in recent times, automatically annotated and revised by linguists -and differences related to the syntactic categories, to the grammar model and others. The pioneering English-language corpora, Penn Treebank [12] and SUSANNE [19] , made their syntactic annotation available through constituents;", |
|
"cite_spans": [ |
|
{ |
|
"start": 370, |
|
"end": 374, |
|
"text": "[12]", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 387, |
|
"end": 391, |
|
"text": "[19]", |
|
"ref_id": "BIBREF18" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Treebanks", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "the Prague Dependency Treebank [4] , in turn, uses a syntactic dependencies format.", |
|
"cite_spans": [ |
|
{ |
|
"start": 31, |
|
"end": 34, |
|
"text": "[4]", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Treebanks", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "For the Portuguese language, Linguateca [20] has been dedicated for a long time to the creation of Floresta Sint\u00e1(c)tica ( [1] , [7] ), a pioneering project for the construction of treebanks for the Portuguese language. Floresta obtained its morphosyntactic annotation from the automatic analyzer PALAVRAS [3] and it is composed of four parts, which differ in terms of modality (written or spoken) and degree of revision. Bosque is a subset of Floresta, is fully revised by linguists, and it is precisely the revision dimension that made (and makes) Bosque a valuable resource, which is reflected in its conversion to different formats, such as Bosque-UD [18] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 40, |
|
"end": 44, |
|
"text": "[20]", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 123, |
|
"end": 126, |
|
"text": "[1]", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 129, |
|
"end": 132, |
|
"text": "[7]", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 306, |
|
"end": 309, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 655, |
|
"end": 659, |
|
"text": "[18]", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Treebanks", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "PetroGold is composed of 8,949 sentences (250,595 tokens) from 19 theses and dissertations of the oil & gas domain processed in full: only elements such as summary, abstract, appendices and bibliographic references were excluded, as well as figures, graphs, formulas and tables. The corpus was annotated using the Universal Dependencies framework. However, since issues related to the academic genre and the specific technical domain are not covered in the project's annotation guidelines, we needed to discuss how to carry out the analysis of the typical linguistic structures of the corpus. Some of the new problems that have arisen since the release of the first version of the corpus, in addition to the methodology and tools used in the development of this new version will be discussed in this section.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Building PetroGold v2", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The second version of PetroGold brings at least three major improvements related to the annotation of grammatical multiword expressions, verbal lemmatization and verbal subcategorization.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "First, we standardized the annotation of grammatical multiword expressions (MWEs) such as de acordo com (\"according to\"), por sua vez (\"in turn\") and tendo em vista (\"in view of\"), which receive the fixed dependency relation. We used as a criterion the recognition of combinations as grammatical phrases (prepositional, conjunctive, adverbial) in Portuguese language grammars and the difficulty of dealing with the combination in a transparent manner, both at the part-of-speech and in the syntactic level. A complete listing of these 227 expressions, which as a whole occur 2,333 times in the corpus, can be found in the documentation accompanying the corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Another improvement is related to the lemmatization of verbs. Since Petro-Gold was originally annotated by a system trained using a journalistic corpus, many of the verbs specific to the academic genre and the oil & gas domain were not correctly identified by the model, such as adsorver (\"to adsorb\"), lemmatized as adsorvir and absorver (\"to absorb\"), lemmatized as absorvar -both very common in the technical domain. In this second phase, we performed a manual verification of all verbal lemmas in the corpus, resulting in 212 corrected lemmas, which occur 621 times in the corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "This version also features many corrections regarding adjuncts and verbal arguments, a topic which is thoroughly discussed in [22] . The grammatical guidelines of the Universal Dependencies project for this issue follow the direction of [27] : given the difficulties of distinguishing argument and adjunct already known and reported in the literature ( [11] , [16] , [26] , [2] ) -and that difficulties are common in corpus annotation at least for most of the languages that make up the project -the project chooses to (partially) shift the discussion to another place: the idea is not to distinguish argument from adjunct, but between the core and the oblique terms.", |
|
"cite_spans": [ |
|
{ |
|
"start": 126, |
|
"end": 130, |
|
"text": "[22]", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 237, |
|
"end": 241, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 353, |
|
"end": 357, |
|
"text": "[11]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 360, |
|
"end": 364, |
|
"text": "[16]", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 367, |
|
"end": 371, |
|
"text": "[26]", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 374, |
|
"end": 377, |
|
"text": "[2]", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "In short, when related to verbal subcategorization, the core terms are not introduced by preposition and the tags are obj and iobj -the latter only used with arguments that are oblique pronouns -and oblique terms are preceded by a preposition and the tag is obl ). However, UD also allows us to annotate a subspecification of the oblique, obl:arg, when, in addition to being prepositional, the phrase is also an argument of the verb, if we find the distinction to be important.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "While analyzing obl and obl:arg in PetroGold, we do not seek to characterize arguments based on the transitivity of the verb, but we prioritize the meaning of the prepositional phrase -if it expresses meanings traditionally associated with adverbials (time, place, manner, purpose, causality, conformity etc), we annotate as obl, while, in the absence of an adverbial semantics, we analyze as obl:arg.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation challenges", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The first version of PetroGold had four annotators working 20 hours a week, for three months, dedicated to reviewing the corpus. In this second version, we had three of the annotators working 20 hours a week for two months. All annotators had previously familiarized themselves with both the UD approach and the type of text that makes up the corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The corpus was originally annotated using a customized Stanza model, which was trained using Bosque-UD plus a small portion of sentences from other texts of the domain with totally revised annotation 2 . The inter-annotator agreement in the human review of the automatic annotation was 95.1% using the \u03ba (kappa) metric for the pair of annotators that obtained the highest degree of agreement in the syntactic dependency analysis task, while the worst performing pair obtained 91.9% agreement.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The first version of the corpus used as a review strategy the analysis of confusion matrices, which contrast the analysis of two different parsers, Stanza and UDPipe, in such a way that the divergences between both systems are indicative of possible errors in one of the systems or both, requiring human intervention to choose the correct analysis 3 . This strategy, which we call IAD (Inter-Annotator Disagreement), allows the analysis of errors by clusters of confusion between parsers, making it easier for annotators to detect error patterns and, consequently, to develop different correction rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "For the second version of PetroGold, we applied the revision strategy schematized in [8] , which consists, in addition to the IAD method, in the verification of inconsistent n-grams and the application of general verification rules.", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 88, |
|
"text": "[8]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Inconsistent n-grams is a method proposed by [5] and adapted to UD by [13] . The underlying idea is that a pair of dependent lemmas, if repeated in the corpus, must have the same annotation in all occurrences, otherwise it is indicative of annotation inconsistency. For example, in sentences (3) and (4), the same pair of lemmas (Arai and 1990) was analyzed differently in two sentences: in the first, the analysis is of a composite proper name (flat:name), and in the second, the analysis is of an adnominal adjunct. Bibliographic references that contain the publication year have the relation between the date and the proper name analyzed as nmod, so sentence (3) needed to be corrected to become consistent with the analysis of (4), which is the correct one. Differently from previous authors, we did not require that the words in the context of the pairs should be the same in order to look for divergent pairs annotation because it lowered the method recall.", |
|
"cite_spans": [ |
|
{ |
|
"start": 45, |
|
"end": 48, |
|
"text": "[5]", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 70, |
|
"end": 74, |
|
"text": "[13]", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The other method, a rule-based verification approach, consists of search expressions created to detect errors in the corpus, whether referring to inconsistencies regarding the UD format or the Portuguese annotation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "For example, the comma in (5) after the expression a seguir (\"next\") depended on the verb seguir (\"to follow\"); however, since it is a multiword expression (fixed ), the comma should depend on the head of the expression, \"a\", a restriction of the UD model. In (6) , the occurrence of a verb in the participle, denominada (\"denominated\"), with a verb ser (\"to be\") depending on it, is typical of passive voice; thus, ele (\"he\"), which is introduced by the preposition por (\"by\"), is a common form of agent of the passive voice in Portuguese, although it had not been analyzed in this way. (6) Esta zona de falha foi por ele denominada \"Zona de Transfer\u00eancia de o Funil\". 7 A list with all 61 rules can be found on our GitHub page 8 . In order to evaluate the impact of the revisions, in section 4 we compare three different learning scenarios: (a) the first version against this second revised version, and (b) the second version, which has the obl:arg annotation, against the same corpus when the tag is converted to obl, simulating what the UD guidelines first suggest.", |
|
"cite_spans": [ |
|
{ |
|
"start": 260, |
|
"end": 263, |
|
"text": "(6)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 670, |
|
"end": 671, |
|
"text": "7", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 729, |
|
"end": 730, |
|
"text": "8", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Methodology", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The review was performed using ET, a tool that enables querying, editing and evaluating annotated corpora [21] . ET is divided into Interrogat\u00f3rio, an interface where we search for the most frequent errors and correct their annotation using the correction rules that we developed during the review process, and Julgamento, an interface where we evaluate the linguistic annotation according to the aforementioned methods: inter-annotator disagreement, inconsistent n-grams and verification rules.", |
|
"cite_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 110, |
|
"text": "[21]", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Besides seeing the annotation from both a quantitative and a qualitative perspective (for instance, the main tags involved in annotation errors), reading the corpus through the lens of Julgamento provides us with a picture of strengths and weaknesses of the annotation. This picture, in turn, guides us back to Interrogat\u00f3rio: we can search for the same sentences pointed out in the review methods and make corrections manually or in batch, when applicable, to make the review more efficient.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "PetroGold v2 is slightly smaller than the first version due to some sentences that were suppressed because of incorrect segmentation in the pre-processing stage. Table 1 indicates the differences in the characteristics of both versions of the corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 162, |
|
"end": 169, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In this second version, the number of tokens corrected since the original annotation from Stanza (summing versions 1 and 2) reached 21,634 -8.6% of all tokens needed correction -, resulting in 74% of sentences which had at least one token modified by the annotators.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Regarding the review methods described in Section 3.2, Figure 1 illustrates the contribution of each of them in the review process. The figure is an estimation of the relative number of errors found by each method because, since two or more methods can indicate the same token as an annotation mistake, the number of errors found by all methods, when summed, exceed 100% of the corrected tokens. The most productive method for identifying errors was IAD, which sums up 51.4% of detected errors (11,137 tokens). The general correction rules, in turn, totaled 10.1% (2,202 tokens), while the inconsistent n-grams indicated 9.2% of the corrected errors (2,003 tokens). None of the methods was able to identify 37.8% of the errors (8,188 of the tokens), which were found by the annotators when reading the sentences in the treebank. From the reviewing process point of view, the IAD method spots the highest number of annotation mistakes. Since we previously showed [8] that this approach also achieves the best F1 among the revision methods (49.7%, 14.4% and 4.8% for IAD, rule-based and inconsistent n-grams, respectively), choosing only IAD is a possibility to be considered when there is not much time or resources to build a revised treebank.", |
|
"cite_spans": [ |
|
{ |
|
"start": 962, |
|
"end": 965, |
|
"text": "[8]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 55, |
|
"end": 63, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "To check the material's consistency, we trained a UDPipe model using the tool's default parameters and PetroGold v2 as the training material. We used the same set of sentences from the experiment performed in [23] in the train and test partitions to allow comparisons between the results from both versions 1 and 2 of the treebank, following the proportion of 95% and 5% of sentences in each partition, respectively. Previously, the performance of the model was compared against the results of a model trained using Bosque-UD, which has a similar size -at that time, PetroGold v1 achieved up to 9% better metrics than the journalistic corpus [23] . This time, we compared the second version of PetroGold, with all the corrections reported, with the first version of the corpus.", |
|
"cite_spans": [ |
|
{ |
|
"start": 209, |
|
"end": 213, |
|
"text": "[23]", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 642, |
|
"end": 646, |
|
"text": "[23]", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "As seen in Table 2 , the results for PetroGold v2 are not very different from those of the first version with regard to the lemmatization task (LEMMA), partof-speech assignment (UPOS), syntactic dependency attachment (UAS), classification of dependencies (LAS) and classification of dependencies for content words (CLAS) 9 . We see a slight improvement in all metrics: LEMMA (0.06%), UPOS (0.21%), UAS (0.27%), LAS (0.56%) and CLAS (1.11%).", |
|
"cite_spans": [ |
|
{ |
|
"start": 321, |
|
"end": 322, |
|
"text": "9", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 11, |
|
"end": 18, |
|
"text": "Table 2", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Version LEMMA (%) UPOS (%) UAS (%) LAS (%) CLAS (%) v2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "98 The results show a modest increase in consistency, suggesting that intrinsic evaluation will not be very sensitive to corpora reviews when they were already internally consistent. The main increase is on CLAS measure, and this can be due to the large review applied to prepositional verbal arguments and adjuncts, which are content words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Finally, we compared the PetroGold v2 intrinsic evaluation results with the results from the same corpus having converted the obl:arg tags to obl. In this version, which we call \"No obl:arg\", there is no distinction between adverbial adjuncts and prepositional objects, so that every verb-dependent prepositional phrase receives the tag obl, as originally proposed in [27] . It is a modification that affected 1,488 tokens, which are present in 14.8% of sentences. Table 3 . Model evaluation when obl:arg is converted to obl", |
|
"cite_spans": [ |
|
{ |
|
"start": 368, |
|
"end": 372, |
|
"text": "[27]", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 465, |
|
"end": 472, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The results in Table 3 indicate a drop in all metrics related to dependency analysis (UAS, LAS and CLAS), with emphasis on CLAS, whose performance drop was 0.59%. At first sight, the results seem counter-intuitive, as the obl:arg tag represents a semantically oriented analysis, thus a more difficult one -the same phrase introduced by preposition can receive either one tag or another, depending on the meaning of the phrase content words, while the simplified version would be analyzed one way or another based only on the presence of a preposition. However, maintaining this granularity -the distinction between argument and adjunct in prepositional phrases -facilitated the generalization of the system as a whole, indicated by the decrease in all metrics when the distinction is undone.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 15, |
|
"end": 22, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "LEMMA (%) UPOS (%) UAS (%) LAS (%) CLAS (%)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The results by each dependency relations show that the obl:arg is a difficult one (only 62.8% hits) and that the obl relation is best learned when we convert all the obl:arg relations to obl (86.4% against 79.9%). However, many other dependency relations were best learned when we had the obl:arg relation in the treebank, such as ccomp (65.5% with obl:arg against 58.6% without it) and acl:relcl (95.6% against 93.4%). While there is no direct explanation for the dependency relations hit increase with obl:arg, it justifies the overall better F1, which adds up to the many arguments in favor of keeping this annotation in the corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "LEMMA (%) UPOS (%) UAS (%) LAS (%) CLAS (%)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We presented a small study on treebank revision methods, based on PetroGold corpus. While the most productive review method spots around half of the annotation mistakes, almost 40% of them can not be detected by any method. Besides presenting PetroGold v2, we performed an intrinsic evaluation of annotation consistency, and compared PetroGold v2 against PetroGold v1, which resulted in a 1.11% increase in CLAS. We concluded by confirming that an intrinsic evaluation might not be sensitive to improvements in robust corpora that have previously been reviewed, in spite of the importance of improving some specific annotations for different reasons. Furthermore, we verified that removing the distinction between adverbial adjuncts and prepositional verbal arguments has a slight negative impact in the automatic learning of dependencies.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concluding remarks", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The first application of PetroGold will be the creation of a morphosyntactic annotation model suitable for texts in the oil & gas domain. The goal is to use this customized model to annotate new texts in the domain in order to proceed with a semantic annotation of named entities, increasingly expanding the coverage of Portuguese NLP directed to specific domains.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concluding remarks", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "https://petroles.puc-rio.ai", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In this training material, Bosque-UD represented 93% of the total size.3 Since both analysis systems can perform tokenization and sentence segmentation in different ways, we gave UDPipe the corpus already segmented by Stanza.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Transl. \"Similarly, Arai & Coimbra (1990) interpret that the paleoenvironment of the Romualdo Member (...)\"5 Transl. \"In this way, the general characteristic of the fossiliferous association found by Arai & Coimbra (1990) leaves no doubt as to the relevance of the records of marine ingressions in the Andar Alagoas.\"6 Transl. \"Next, the steps and methodology adopted in the work are presented.\"", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Transl. \"This fault zone was called by him 'the Funnel Transfer Zone'\".8 Available at: https://github.com/alvelvis/ACDC-UD/blob/master/validar UD.txt.Accessed on 15 Jan. 2022.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Metrics were gathered from[28].", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Floresta sint\u00e1(c)tica: a treebank for Portuguese", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Afonso", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Haber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Santos", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the Third International Conference on Language Resources and Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1698--1703", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Afonso, S., Bick, E., Haber, R., Santos, D.: Floresta sint\u00e1(c)tica: a tree- bank for Portuguese. In: Rodrigues, M.G., Araujo, C.P.S. (eds.) Proceed- ings of the Third International Conference on Language Resources and Eval- uation (LREC 2002). pp. 1698-1703. ELRA, Paris (29-31 de Maio 2002), http://www.linguateca.pt/documentos/AfonsoetalLREC2002.pdf", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Gram\u00e1tica pedag\u00f3gica do portugu\u00eas brasileiro. Par\u00e1bola Ed", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Bagno", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bagno, M.: Gram\u00e1tica pedag\u00f3gica do portugu\u00eas brasileiro. Par\u00e1bola Ed. (2012)", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Palavras, a constraint grammar based parsing system for portuguese. Working with Portuguese corpora pp", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "279--302", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bick, E.: Palavras, a constraint grammar based parsing system for portuguese. Working with Portuguese corpora pp. 279-302 (2014)", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The prague dependency treebank", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "B\u00f6hmov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Haji\u010d", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Haji\u010dov\u00e1", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Hladk\u00e1", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "103--127", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B\u00f6hmov\u00e1, A., Haji\u010d, J., Haji\u010dov\u00e1, E., Hladk\u00e1, B.: The prague dependency treebank. In: Treebanks, pp. 103-127. Springer (2003)", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "On detecting errors in dependency treebanks", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Boyd", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Dickinson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Meurers", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Research on Language and Computation", |
|
"volume": "6", |
|
"issue": "2", |
|
"pages": "113--137", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boyd, A., Dickinson, M., Meurers, W.D.: On detecting errors in dependency tree- banks. Research on Language and Computation 6(2), 113-137 (2008)", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "The colorado richly annotated full text (craft) corpus: Multi-model annotation in the biomedical domain", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Cohen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Verspoor", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Fort", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Funk", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Bada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Hunter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Handbook of Linguistic Annotation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1379--1394", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cohen, K.B., Verspoor, K., Fort, K., Funk, C., Bada, M., Palmer, M., Hunter, L.E.: The colorado richly annotated full text (craft) corpus: Multi-model annotation in the biomedical domain. In: Handbook of Linguistic Annotation, pp. 1379-1394. Springer (2017)", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Floresta Sint\u00e1(c)tica: Bigger, Thicker and Easier", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Rocha", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Computational Processing of the Portuguese Language, 8th International Conference, Proceedings (PROPOR 2008). vol", |
|
"volume": "5190", |
|
"issue": "", |
|
"pages": "216--219", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Freitas, C., Rocha, P., Bick, E.: Floresta Sint\u00e1(c)tica: Bigger, Thicker and Easier. In: Teixeira, A., de Lima, V.L.S., de Oliveira, L.C., Quaresma, P. (eds.) Computational Processing of the Portuguese Lan- guage, 8th International Conference, Proceedings (PROPOR 2008). vol. Vol. 5190, pp. 216-219. Springer Verlag (8-10 de Setembro 2008), http://www.linguateca.pt/documentos/FreitasRochaBickPROPOR08Poster.pdf", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "A study on methods for revising dependency treebanks", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "De Souza", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "search of gold (2022)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Freitas, C., de Souza, E.: A study on methods for revising dependency treebanks: In search of gold (2022), submitted", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Dependency-based open information extraction", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Gamallo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Garcia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Fern\u00e1ndez-Lanza", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the joint workshop on unsupervised and semisupervised learning in NLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "10--18", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gamallo, P., Garcia, M., Fern\u00e1ndez-Lanza, S.: Dependency-based open informa- tion extraction. In: Proceedings of the joint workshop on unsupervised and semi- supervised learning in NLP. pp. 10-18 (2012)", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "An improved non-monotonic transition system for dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Honnibal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Johnson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1373--1378", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Honnibal, M., Johnson, M.: An improved non-monotonic transition sys- tem for dependency parsing. In: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing. pp. 1373-1378. Asso- ciation for Computational Linguistics, Lisbon, Portugal (September 2015), https://aclweb.org/anthology/D/D15/D15-1162", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Probabilistic syntax", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Probabilistic linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Manning, C.D.: Probabilistic syntax. Probabilistic linguistics 289341 (2003)", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Building a large annotated corpus of english: The penn treebank", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Marcus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Santorini", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Marcinkiewicz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marcus, M., Santorini, B., Marcinkiewicz, M.A.: Building a large annotated corpus of english: The penn treebank (1993)", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Assessing the annotation consistency of the Universal Dependencies corpora", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "De Marneffe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Grioni", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Kanerva", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Ginter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the Fourth International Conference on Dependency Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "108--115", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "de Marneffe, M.C., Grioni, M., Kanerva, J., Ginter, F.: Assessing the an- notation consistency of the Universal Dependencies corpora. In: Proceedings of the Fourth International Conference on Dependency Linguistics (Depling 2017). pp. 108-115. Link\u00f6ping University Electronic Press, Pisa,Italy (Sep 2017), https://www.aclweb.org/anthology/W17-6514", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "De Marneffe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Zeman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Computational linguistics", |
|
"volume": "47", |
|
"issue": "2", |
|
"pages": "255--308", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "de Marneffe, M.C., Manning, C.D., Nivre, J., Zeman, D.: Universal dependencies. Computational linguistics 47(2), 255-308 (2021)", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Anais do XIII Simp\u00f3sio Brasileiro de Tecnologia da Informa\u00e7\u00e3o e da Linguagem Humana", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Pardo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Duran", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Lopes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Felippo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Roman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Nunes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "SBC", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--10", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.5753/stil.2021.17778" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pardo, T., Duran, M., Lopes, L., Felippo, A., Roman, N., Nunes, M.: Portti- nari -a large multi-genre treebank for brazilian portuguese. In: Anais do XIII Simp\u00f3sio Brasileiro de Tecnologia da Informa\u00e7\u00e3o e da Linguagem Humana. pp. 1- 10. SBC, Porto Alegre, RS, Brasil (2021). https://doi.org/10.5753/stil.2021.17778, https://sol.sbc.org.br/index.php/stil/article/view/17778", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Arguments and adjuncts in universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Przepi\u00f3rkowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Patejuk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 27th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3837--3852", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Przepi\u00f3rkowski, A., Patejuk, A.: Arguments and adjuncts in universal dependen- cies. In: Proceedings of the 27th International Conference on Computational Lin- guistics. pp. 3837-3852 (2018)", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Stanza: A Python natural language processing toolkit for many human languages", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Qi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bolton", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Qi, P., Zhang, Y., Zhang, Y., Bolton, J., Manning, C.D.: Stanza: A Python natural language processing toolkit for many human languages. In: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations (2020), https://nlp.stanford.edu/pubs/qi2020stanza.pdf", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Universal dependencies for portuguese", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Rademaker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Chalub", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Real", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "De Paiva", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the Fourth International Conference on Dependency Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "197--206", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rademaker, A., Chalub, F., Real, L., Freitas, C., Bick, E., de Paiva, V.: Universal dependencies for portuguese. In: Proceedings of the Fourth International Confer- ence on Dependency Linguistics (Depling 2017). pp. 197-206 (2017)", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "English for the computer: The susanne corpus and analytic scheme", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Sampson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sampson, G.: English for the computer: The susanne corpus and analytic scheme (2002)", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Linguateca: um centro de recursos distribu\u00eddo para o processamento computacional da l\u00edngua portuguesa", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Santos", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Sim\u00f5es", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Frankenberg-Garcia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Pinto", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Barreiro", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Maia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Mota", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Oliveira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Ranchhod", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Santos, D., Sim\u00f5es, A., Frankenberg-Garcia, A., Pinto, A., Barreiro, A., Maia, B., Mota, C., Oliveira, D., Bick, E., Ranchhod, E., et al.: Linguateca: um centro de recursos distribu\u00eddo para o processamento computacional da l\u00edngua portuguesa (2004)", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "ET: A workstation for querying, editing and evaluating annotated corpora", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "De Souza", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "35--41", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2021.emnlp-demo.5" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "de Souza, E., Freitas, C.: ET: A workstation for querying, editing and eval- uating annotated corpora. In: Proceedings of the 2021 Conference on Empiri- cal Methods in Natural Language Processing: System Demonstrations. pp. 35- 41. Association for Computational Linguistics, Online and Punta Cana, Do- minican Republic (Nov 2021). https://doi.org/10.18653/v1/2021.emnlp-demo.5, https://aclanthology.org/2021.emnlp-demo.5", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Still on arguments and adjuncts: the status of the indirect object and the adverbial adjunct relations in universal dependencies for portuguese", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "De Souza", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2022, |
|
"venue": "Proceedings of the I Universal Dependencies Brazilian Festival", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "de Souza, E., Freitas, C.: Still on arguments and adjuncts: the status of the indirect object and the adverbial adjunct relations in universal dependencies for portuguese. In: Proceedings of the I Universal Dependencies Brazilian Festival (UDFest-BR) (2022)", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Petrogoldcorpus padr\u00e3o ouro para o dom\u00ednio do petr\u00f3leo. In: Anais do XIII Simp\u00f3sio Brasileiro de Tecnologia da Informa\u00e7\u00e3o e da Linguagem Humana", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Souza", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Silveira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Cavalcanti", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Castro", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Freitas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "29--38", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Souza, E., Silveira, A., Cavalcanti, T., Castro, M., Freitas, C.: Petrogold - corpus padr\u00e3o ouro para o dom\u00ednio do petr\u00f3leo. In: Anais do XIII Simp\u00f3sio Brasileiro de Tecnologia da Informa\u00e7\u00e3o e da Linguagem Humana. pp. 29-38.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Udpipe: trainable pipeline for processing conllu files performing tokenization, morphological analysis, pos tagging and parsing", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Straka", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Hajic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Strakov\u00e1", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4290--4297", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Straka, M., Hajic, J., Strakov\u00e1, J.: Udpipe: trainable pipeline for processing conll- u files performing tokenization, morphological analysis, pos tagging and parsing. In: Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16). pp. 4290-4297 (2016)", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "The genia corpus: Annotation levels and applications", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Thompson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Ananiadou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Tsujii", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Handbook of Linguistic Annotation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1395--1432", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thompson, P., Ananiadou, S., Tsujii, J.: The genia corpus: Annotation levels and applications. In: Handbook of Linguistic Annotation, pp. 1395-1432. Springer (2017)", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Gram\u00e1tica da l\u00edngua portuguesa: Gram\u00e1tica da Palavra, Gram\u00e1tica da Frase, Gram\u00e1tica do Texto/Discurso", |
|
"authors": [ |
|
{ |
|
"first": "M\u00e1rio", |
|
"middle": [ |
|
";" |
|
], |
|
"last": "Vilela", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [ |
|
"V" |
|
], |
|
"last": "Koch", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Almedina", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vilela, M\u00e1rio; Koch, I.V.: Gram\u00e1tica da l\u00edngua portuguesa: Gram\u00e1tica da Palavra, Gram\u00e1tica da Frase, Gram\u00e1tica do Texto/Discurso. Almedina (2001)", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Core arguments in universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Zeman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the fourth international conference on dependency linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "287--296", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zeman, D.: Core arguments in universal dependencies. In: Proceedings of the fourth international conference on dependency linguistics (DepLing 2017). pp. 287-296 (2017)", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Conll 2018 shared task: Multilingual parsing from raw text to universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Zeman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Hajic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Popel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Potthast", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Straka", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Ginter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Petrov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the CoNLL 2018 Shared Task: Multilingual parsing from raw text to universal dependencies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--21", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zeman, D., Hajic, J., Popel, M., Potthast, M., Straka, M., Ginter, F., Nivre, J., Petrov, S.: Conll 2018 shared task: Multilingual parsing from raw text to univer- sal dependencies. In: Proceedings of the CoNLL 2018 Shared Task: Multilingual parsing from raw text to universal dependencies. pp. 1-21 (2018)", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "flat:name -Da mesma forma, Arai & Coimbra (1990) interpretam que o paleoambiente do Membro Romualdo (...) 4 (4) nmod -Desta forma, a caracter\u00edstica geral da associa\u00e7\u00e3o fossil\u00edfera encontrada por Arai & Coimbra (1990) n\u00e3o deixa d\u00favidas quanto\u00e0 pertin\u00eancia dos registros das ingress\u00f5es marinhas no Andar Alagoas. 5", |
|
"num": null |
|
}, |
|
"FIGREF1": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "A seguir, s\u00e3o apresentadas as etapas e a metodologia que foi adotada no trabalho.6", |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "Methods contribution", |
|
"num": null |
|
}, |
|
"TABREF0": { |
|
"html": null, |
|
"content": "<table><tr><td/><td>v2</td><td>v1</td></tr><tr><td colspan=\"3\">Tokens 250,595 253,640</td></tr><tr><td colspan=\"3\">Corrections 8,802 12,832</td></tr><tr><td colspan=\"3\">Words 221,208 223,707</td></tr><tr><td colspan=\"3\">Sentences 8,949 9,127</td></tr><tr><td>Documents</td><td>19</td><td>19</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"text": "PetroGold features across versions" |
|
}, |
|
"TABREF1": { |
|
"html": null, |
|
"content": "<table><tr><td/><td>.54</td><td>98.40</td><td>90.92</td><td>89.09</td><td>84.07</td></tr><tr><td>v1</td><td>98.48</td><td>98.19</td><td>90.65</td><td>88.53</td><td>82.96</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Intrinsic evaluation of PetroGold models trained using UDPipe" |
|
} |
|
} |
|
} |
|
} |