ACL-OCL / Base_JSON /prefixU /json /udw /2021.udw-1.3.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:10:56.779414Z"
},
"title": "Bootstrapping Role and Reference Grammar Treebanks via Universal Dependencies",
"authors": [
{
"first": "Kilian",
"middle": [],
"last": "Evang",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Heinrich Heine University D\u00fcsseldorf Universit\u00e4tsstra\u00dfe 1",
"location": {
"postCode": "40225",
"settlement": "D\u00fcsseldorf",
"country": "Germany"
}
},
"email": "[email protected]"
},
{
"first": "Tatiana",
"middle": [],
"last": "Bladier",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Heinrich Heine University D\u00fcsseldorf Universit\u00e4tsstra\u00dfe 1",
"location": {
"postCode": "40225",
"settlement": "D\u00fcsseldorf",
"country": "Germany"
}
},
"email": "[email protected]"
},
{
"first": "Laura",
"middle": [],
"last": "Kallmeyer",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Heinrich Heine University D\u00fcsseldorf Universit\u00e4tsstra\u00dfe 1",
"location": {
"postCode": "40225",
"settlement": "D\u00fcsseldorf",
"country": "Germany"
}
},
"email": "[email protected]"
},
{
"first": "Simon",
"middle": [],
"last": "Petitjean",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Heinrich Heine University D\u00fcsseldorf Universit\u00e4tsstra\u00dfe 1",
"location": {
"postCode": "40225",
"settlement": "D\u00fcsseldorf",
"country": "Germany"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We describe ud2rrg, a rule-based approach for converting UD trees to Role and Reference Grammar (RRG) structures. Our conversion method aims at facilitating the annotation of multilingual RRG treebanks. ud2rrg uses general and language-specific conversion rules. In order to evaluate ud2rrg, we approximate the subsequent annotation effort via measures of tree edit distance. Our evaluation, based on English, German, French, Russian, and Farsi, shows that the ud2rrg transformation of UD-parsed data constitutes a highly useful starting point for multilingual RRG treebanking. Once a sufficient amount of data has been annotated in this way, the automatic conversion can be replaced by a statistical parser trained on that data for an even better starting point. 2 A clausal tree is an elementary tree whose lexical anchor is the head of a clause. Its spine starts with SENTENCE, CLAUSE, CORE, or NUC, followed by nodes for the lower clausal layers. 3 By merging we mean attaching any children of the former under the latter.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "We describe ud2rrg, a rule-based approach for converting UD trees to Role and Reference Grammar (RRG) structures. Our conversion method aims at facilitating the annotation of multilingual RRG treebanks. ud2rrg uses general and language-specific conversion rules. In order to evaluate ud2rrg, we approximate the subsequent annotation effort via measures of tree edit distance. Our evaluation, based on English, German, French, Russian, and Farsi, shows that the ud2rrg transformation of UD-parsed data constitutes a highly useful starting point for multilingual RRG treebanking. Once a sufficient amount of data has been annotated in this way, the automatic conversion can be replaced by a statistical parser trained on that data for an even better starting point. 2 A clausal tree is an elementary tree whose lexical anchor is the head of a clause. Its spine starts with SENTENCE, CLAUSE, CORE, or NUC, followed by nodes for the lower clausal layers. 3 By merging we mean attaching any children of the former under the latter.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Role and Reference Grammar (RRG) (Van Valin Jr. and LaPolla, 1997; Van Valin Jr., 2005 ) is a grammar theory for natural language that shares with Universal Dependencies (Nivre et al., 2016; the aim of being descriptively adequate across typologically diverse languages while reflecting their commonalities in its analyses. It also shares with UD a number of design characteristics, such as recognizing dissociated nuclei and the principle to \"annotate what is there\", eschewing the use of empty elements, cf. de Marneffe et al. (2021) . In addition, RRG's separation between constituent structure and operator structure (the latter reflecting the attachment of functional elements) offers an explanatory framework for certain word-order and semantic phenomena. In recent years, the computational linguistics community has become increasingly interested in RRG and has started to formalize RRG (Osswald and Kallmeyer, 2018) and to build resources and tools to support data-driven linguistic research within RRG (Bladier et al., 2018; Bladier et al., 2020; Chiarcos and F\u00e4th, 2019) .",
"cite_spans": [
{
"start": 33,
"end": 66,
"text": "(Van Valin Jr. and LaPolla, 1997;",
"ref_id": "BIBREF26"
},
{
"start": 67,
"end": 86,
"text": "Van Valin Jr., 2005",
"ref_id": "BIBREF27"
},
{
"start": 170,
"end": 190,
"text": "(Nivre et al., 2016;",
"ref_id": "BIBREF15"
},
{
"start": 513,
"end": 535,
"text": "Marneffe et al. (2021)",
"ref_id": "BIBREF6"
},
{
"start": 894,
"end": 923,
"text": "(Osswald and Kallmeyer, 2018)",
"ref_id": "BIBREF19"
},
{
"start": 1011,
"end": 1033,
"text": "(Bladier et al., 2018;",
"ref_id": "BIBREF1"
},
{
"start": 1034,
"end": 1055,
"text": "Bladier et al., 2020;",
"ref_id": "BIBREF3"
},
{
"start": 1056,
"end": 1080,
"text": "Chiarcos and F\u00e4th, 2019)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As illustrated in the examples in Figure 1 , an important feature of RRG is the layered structure of the clause. The nucleus (NUC) contains the (verbal) predicate, arguments attach at the core (CORE) layer, and extracted arguments at the clause (CLAUSE) layer. Each layer also has a periphery, where adjuncts attach (marked PERI). Operators (closed-class elements encoding tense, modality, aspect, negation, etc.) attach at the layer over which they take scope. They are assumed to be part of a separate projection, but we collapse both projections into a single tree structure for convenience. Elements like wh-words in English are placed in the pre-core slot (PrCS), and the pre-clausal elements like fronted prepositional or adverbial phrases are placed in the pre-detached position (PrDP) .",
"cite_spans": [
{
"start": 786,
"end": 792,
"text": "(PrDP)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 34,
"end": 42,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we describe the ongoing effort to build RRGparbank 1 , a novel-length parallel RRG treebank for English, German, French, Russian, and Farsi, in a semi-automatic fashion. We focus on the automatic part. Exploiting an off-the-shelf UD parser, the text (George Orwell's novel 1984 and translations) is parsed into UD. Then, exploiting structural similarities between UD and RRG, the UD trees are automatically converted into RRG trees ( \u00a72). This conversion accelerates the process of manually annotating the corpus ( \u00a73). Once enough data has been collected in this way, we replace the rule-based conversion with a statistical RRG parser trained on the collected data. A series of experiments shows that the statistical RRG parser offers a better starting point for annotating once approximately 2 000 sentences 1 https://rrgparbank.phil.hhu.de are available for training ($4) . Finally, we give a qualitative comparison between our converter and that of Chiarcos and F\u00e4th (2019) , which targets a slightly different flavor of RRG ( \u00a75).",
"cite_spans": [
{
"start": 884,
"end": 888,
"text": "($4)",
"ref_id": null
},
{
"start": 967,
"end": 991,
"text": "Chiarcos and F\u00e4th (2019)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We define a custom formalism, inspired by tree grammar formalisms such as LTAG (Joshi and Schabes, 1997) that allows us to treat RRG trees as being composed from lexically anchored elementary trees via a number of composition operations. Figure 2 and Figure 3 show examples: in the middle, there are a number of elementary trees and the operations with which they are combined (the derivation) and on the right there is the resulting RRG tree. The set of operations is RRG-specific:",
"cite_spans": [],
"ref_spans": [
{
"start": 238,
"end": 246,
"text": "Figure 2",
"ref_id": null
},
{
"start": 251,
"end": 259,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 NUC-SUB: presupposes that the host tree is clausal. 2 If the guest tree is clausal, attach its NUC node under the host tree's NUC node, and merge its CORE, CLAUSE and SENTENCE nodes (if any) into the corresponding nodes of the host tree. 3 If not, attach its root under the host tree's NUC node.",
"cite_spans": [
{
"start": 54,
"end": 55,
"text": "2",
"ref_id": "BIBREF30"
},
{
"start": 240,
"end": 241,
"text": "3",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 NUC-COSUB: presupposes that both trees are clausal. Create a NUC node above the host tree's NUC node (if it doesn't exist yet), and attach the guest tree's NUC node to that. Merge the CORE, CLAUSE, and SENTENCE nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 NUC-COORD: presupposes that both trees are clausal. Attach the guest tree's NUC node under the host tree's CORE node. Merge the CORE, CLAUSE, and SENTENCE nodes. \u2022 CORE-SUB: presupposes that the host tree is clausal. If the guest tree is clausal, attach its CORE node under the host tree's CORE node, and merge the CLAUSE and SENTENCE nodes (if any). If not, attach its root under the host tree's CORE node.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 CORE-COSUB: presupposes that both trees are clausal. Create a CORE node above the host tree's CORE node (if it doesn't exist yet) and attach the guest tree's CORE node to that. Merge the CLAUSE and SENTENCE nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 CORE-COORD: presupposes that both trees are clausal. Attach the guest tree's CORE node under the host tree's CLAUSE node. Merge the CLAUSE and SENTENCE nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 CLAUSE-SUB: presupposes that the host tree is clausal. If the guest tree is clausal, attach its CLAUSE node under the host tree's CLAUSE node, and merge the SENTENCE nodes (if any). If not, attach its root under the host tree's CLAUSE node.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 PRCS-SUB: create a left PrCS daughter of the host tree's CLAUSE node (if it doesn't exist yet) and attach the guest tree's root under it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 PRDP-SUB: create a left PrDP daughter of the host tree's SENTENCE node (if it doesn't exist yet) and attach the guest tree's root under it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "\u2022 WRAP: attach the host under a designated node (marked * ) of the guest (used for attaching preposition complements under PPs).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Auxiliary Formalism",
"sec_num": "2.1"
},
{
"text": "If we view the derivations, as exemplified in Figures 2 and 3 , as derivation trees where nodes are labeled with elementary trees and edges are labeled with operations, then this derivation tree is isomorphic to a corresponding UD tree. What remains to do to convert UD trees to RRG trees is to specify a set of rules that relabel nodes in UD trees with RRG elementary trees, and edges with operations. We try to keep these rules as local as possible, ideally looking only at one UD node and its incoming edge at a time, so a simple recursive traversal of the UD tree suffices. However, as we will see, in some cases we need to take a little more context into account. Table 1 shows the rules used in the example conversions. UD's content-word-centric approach is a good fit for the conversion to RRG regarding, e.g., copulas, modal, tense, and aspect operators, which RRG treats not as heads of verb phrases but as additional Overall, RRG's approach can be characterized as more content-word-centric than function-word-centric. This and the ready availability of UD resources made UD a more natural starting point for our conversion project than more function-word-centric variants such as SUD (Gerdes et al., 2018 ).",
"cite_spans": [
{
"start": 1195,
"end": 1215,
"text": "(Gerdes et al., 2018",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 46,
"end": 61,
"text": "Figures 2 and 3",
"ref_id": "FIGREF1"
},
{
"start": 669,
"end": 676,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "General Conversion Rules",
"sec_num": "2.2"
},
{
"text": "Rules can also make reference to lexical and other language-specific knowledge. One area where this is important is clause linkage, which in UD is always represented with conj, ccomp, or xcomp relations, but in RRG splits up into a more fine-grained set of juncture-nexus types. For example, while we subordinate clausal complements at the CORE level by default (Rule 9 in . This is illustrated in Figure 3 . We have so far implemented this rule for English and for German. For English, we determine the verb class by lookup in the VerbNet lexical database (Kipper-Schuler, 2005) . For German, as far as we are aware, similar resources such as Ger-maNet (Hamp and Feldweg, 1997) , provide sets of verb classes which are less fine-grained. Therefore, the equivalent conversion rule for German uses a handwritten set of verbs instead of a lexical database. We have also defined rules to recognize xcomp instances encoding the raising construction and trigger core coordination by its associated lemma seem in English or scheinen in German (Rule 13). Due to the low frequency of relevant phenomena and the inevitable brittleness of rules, we have left these specialized conversion rules as a proof-of-concept and not aimed for more extensive coverage, relying on statistical predictions (see below) and annotators instead for the purpose of building RRGparbank.",
"cite_spans": [
{
"start": 557,
"end": 579,
"text": "(Kipper-Schuler, 2005)",
"ref_id": "BIBREF13"
},
{
"start": 654,
"end": 678,
"text": "(Hamp and Feldweg, 1997)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [
{
"start": 398,
"end": 406,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Special Conversion Rules",
"sec_num": "2.3"
},
{
"text": "The text basis for RRGparbank is provided by George Orwell's novel 1984 as well as translations to German, French, Russian and Farsi. The English and Farsi texts, their segmentation into sentences and tokens as well as POS tags and lemmas are taken from the MULTEXT-East dataset (Erjavec, 2017), which also provides the (non-annotated) Russian text. The French and German data was built using the Orwell (1972) and Orwell (2003) editions, respectively. A large part of the German data was annotated by hand following the guidelines of the MULTEXT-East dataset. We used UDpipe2 (Straka, 2018) for segmentation, tagging, and lemmatization of the Russian, French and the non-annotated German data. UD parses for all languages are also provided by UDPipe2. 4 Timestamp In the next step, we use a script called ud2rrg 5 , which we developed based on the formalism described above, to convert the UD trees to RRG. It performs a traversal of each UD tree and at each node applies the matching rule, thereby gradually building up an RRG tree. In the rare cases where conversion fails for a node because there is no matching rule (e.g., with rare combinations of POS and grammatical relation), conversion fails and a dummy tree is generated where all tokens are attached to the root.",
"cite_spans": [
{
"start": 397,
"end": 410,
"text": "Orwell (1972)",
"ref_id": "BIBREF17"
},
{
"start": 415,
"end": 428,
"text": "Orwell (2003)",
"ref_id": "BIBREF18"
},
{
"start": 577,
"end": 591,
"text": "(Straka, 2018)",
"ref_id": "BIBREF25"
},
{
"start": 753,
"end": 754,
"text": "4",
"ref_id": "BIBREF32"
},
{
"start": 813,
"end": 814,
"text": "5",
"ref_id": "BIBREF33"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Workflow",
"sec_num": "2.4"
},
{
"text": "For the results reported in this paper, 13 annotators with training in RRG annotated 5 453 English, 5 723 German, 2 177 French, 4 Russian, and 1 110 Farsi sentences over a time period of 21 months. 6 They were provided the output of ud2rrg and corrected the trees using a graphical interface. The graphical interface and the annotation guidelines were based on RRGbank (Bladier et al., 2018) . Development of ud2rrg was ongoing during this period and informed by manual inspection of sentences that failed to convert and of changes annotators made to the ud2rrg output.",
"cite_spans": [
{
"start": 198,
"end": 199,
"text": "6",
"ref_id": "BIBREF34"
},
{
"start": 369,
"end": 391,
"text": "(Bladier et al., 2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Workflow",
"sec_num": "2.4"
},
{
"text": "Annotation on different languages started at different times. We used the same ud2rrg for all languages, but each new language typically brings with it a number of POS tags and constructions that have not or not much been seen in the data so far, meaning that rules have to be refined and added before ud2rrg performs as well on the new as on the old languages. As an example, consider the case of Russian. Table 2 shows the performance of ud2rrg on Russian at different points in time after its introduction as a new language. We measure the performance in nBURP (smaller is better), LF1 (larger is better), and number of failed sentences (smaller is better) -details are given below in Section 3. Timestamp #1 corresponds to the introduction of the Russian data in the annotation interface. Between #1 and #2, ongoing development of ud2rrg took into account, among other data, Russian gold data produced by annotators. The first rules making specific reference to Russian lexemes were added between #2 and #3 (7 new rules and 2 extensions of existing rules), leading to significantly better performance. Timestamp #4 is a week after #3, while #5 is the time of redaction of this article. The scores keep improving with time, as regular evaluations on the updated gold data indicates which transformation rules are missing, or need an update. Annotators are also encouraged to report sentences for which the transformation is problematic, or fails.",
"cite_spans": [],
"ref_spans": [
{
"start": 407,
"end": 414,
"text": "Table 2",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Implementation and Workflow",
"sec_num": "2.4"
},
{
"text": "As of this writing, ud2rrg contains about 278 rules, 4 of which depend on language-specific semantic lexical resources to select a juncture-nexus type. In addition, we have language-specific routines to determine finer-grained parts of speech for function words, such as negation particles, negative determiners, indefinite pronouns, demonstrative pronouns, clitic pronouns, or negative pronouns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Workflow",
"sec_num": "2.4"
},
{
"text": "Correcting automatically pre-annotated data facilitates the annotation of the treebank because the data no longer need to be annotated from scratch. In this section we estimate the impact of pre-annotation on the human effort of creating treebank data. Specifically, we try to measure the mechanical effort it takes annotators to move, insert, delete, and relabel tree nodes in our graphical drag-and-drop annotation interface (Bladier et al., 2018) . For this study, we ignore the cognitive cost of annotation decisions, which is much harder to measure.",
"cite_spans": [
{
"start": 427,
"end": 449,
"text": "(Bladier et al., 2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Impact on Annotation Effort",
"sec_num": "3"
},
{
"text": "Roughly speaking, the more similar a pre-annotated tree to the gold tree, the fewer drag-and-drop operations annotators will need. Established tree similarity measures include tree edit distance (TED) (Zhang and Shasha, 1989) and EVALB (Collins, 1997) . However, it is well known that these measures tend to over-penalize attachment errors (Bangalore et al., 1998; Emms, 2008) because constituents that have to be reattached do not incur a unitary cost but rather a cost proportional to their size or to the length of the path between the predicted and the correct attachment site. This contrasts with our graphical annotation interface where reattachment is a single drag-and-drop operation. As an example, consider Figure 4 . Here, we have to reattach one ADVP subtree and delete one NUC node in order to transform the ud2rrg tree into the gold tree. However, the tree edit distance is 6 because reattachment incurs a cost not only for the ADVP node but for all its descendants. Similarly, EVALB will count not 2 but 3 spans (NUC, NP, CORE N) as \"false positives\" in the ud2rrg tree. This effect gets worse with longer reattachments. We are not aware of a polynomial algorithm to compute optimal edit scripts between trees when reattachment is allowed as a single operation. Instead, we use an approximate but principled algorithm that counts the number of operations needed to turn the predicted tree into the gold tree when recreating the constituents of the gold tree by modifying the predicted tree in a strict bottom-up fashion, recreating smaller constituents first and then moving on to larger ones. This algorithm, called \"bottom-up replugging\" (BURP), is described in detail in Appendix B. In our example, BURP first recreates the CORE N subtree, for which the ADVP subtree needs to be moved down (cost 1). It then recreates the NP subtree and deletes the NUC node (cost 1). The trees are now identical, with total cost 2, which is exactly the number of operations intuitively needed. While not necessarily optimal, we conjecture that BURP approximates the strategies that human annotators use to edit trees, and that its scores are therefore a better predictor of human annotation effort than TED or EVALB.",
"cite_spans": [
{
"start": 201,
"end": 225,
"text": "(Zhang and Shasha, 1989)",
"ref_id": "BIBREF29"
},
{
"start": 236,
"end": 251,
"text": "(Collins, 1997)",
"ref_id": "BIBREF5"
},
{
"start": 340,
"end": 364,
"text": "(Bangalore et al., 1998;",
"ref_id": "BIBREF0"
},
{
"start": 365,
"end": 376,
"text": "Emms, 2008)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 717,
"end": 725,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Impact on Annotation Effort",
"sec_num": "3"
},
{
"text": "For our evaluation, we use all three measures. For TED and BURP, we normalize the score by the number of brackets in the gold RRG tree, since trees with a more complex internal structure require more editing than simpler trees. The results are given in Table 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 253,
"end": 260,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Impact on Annotation Effort",
"sec_num": "3"
},
{
"text": "We compare the output of ud2rrg with parsing the sentences using the statistical neural parser ParTAGe (Bladier et al., 2020) , developed for RRG-based tree rewriting grammars. We evaluate how much training data is needed for the statistical parser to outperform the rule-based conversion approach. For the experiments, we did not distinguish between silver and gold data 7 but split all gold and silver data up into 4 385 training, 542 development, and 526 test sentences for English. We randomly shuffle the training data and use the first n trees for training. Our experiments show that the statistical parser needs around Table 3 : Comparison of UD parsing for English followed by rule-based ud2rrg conversion vs. statistical RRG parsing (Bladier et al., 2020) , depending on the amount of RRG training data available. The evaluation does not consider function tags and punctuation. The numbers in brackets indicate the amount of exactly matched produced trees. Sentences that could not be converted/parsed are counted in the evaluation as flat dummy trees. We use our BURP measure (normalized by number of constituents in the gold tree) as well as tree edit distance (Zhang and Shasha, 1989) normalized in the same way, and EVALB LF1 (Collins, 1997) . All three measures show that statistical parsing starts to outperform ud2rrg at around 2 000 training sentences.",
"cite_spans": [
{
"start": 103,
"end": 125,
"text": "(Bladier et al., 2020)",
"ref_id": "BIBREF3"
},
{
"start": 742,
"end": 764,
"text": "(Bladier et al., 2020)",
"ref_id": "BIBREF3"
},
{
"start": 1172,
"end": 1196,
"text": "(Zhang and Shasha, 1989)",
"ref_id": "BIBREF29"
},
{
"start": 1239,
"end": 1254,
"text": "(Collins, 1997)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 626,
"end": 633,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Comparison with statistical parsing",
"sec_num": "4"
},
{
"text": "2 000 pre-annotated trees for training to surpass the rule-based conversion. We also evaluate the UD conversion on other languages (see Table 4 ). 8 In cases where ud2rrg could not convert UD parses to trees, we evaluate the scores as if the trees were annotated from scratch. Concretely, we measure the distance from flat dummy trees where each pre-terminal has a dummy POS tag and attaches directly to the root. The results show that about a fifth of the sentences are converted directly to the gold standard for different languages and in general the annotators' effort is reduced for the majority of sentences compared to annotation from scratch (represented as baseline in Table 4 ). These findings clearly show that using the rule-based UD conversion approach can be a good starting point for preannotation of a multilingual treebank. Table 4 : Comparison of normalized BURP and EVALB F1 scores of ud2rrg for German, French, Russian, and Farsi evaluated on the full set of annotated sentences without taking into account punctuation and function tags. The baseline is annotation from scratch, starting with flat dummy trees. For sentences where ud2rrg fails, we fall back to the baseline. The numbers in brackets show produced trees exactly matching with gold annotations.",
"cite_spans": [
{
"start": 147,
"end": 148,
"text": "8",
"ref_id": null
}
],
"ref_spans": [
{
"start": 136,
"end": 143,
"text": "Table 4",
"ref_id": null
},
{
"start": 678,
"end": 685,
"text": "Table 4",
"ref_id": null
},
{
"start": 841,
"end": 848,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Comparison with statistical parsing",
"sec_num": "4"
},
{
"text": "The availability of UD corpora for a big variety of languages makes them appealing to use for creating linguistic resources for different NLP tasks. Fancellu et al. (2017) and describe algorithms for conversion of UD structures to logical forms enabling an almost language-independent transformation. Ranta and Kolachina (2017) develop an approach to convert UDs into abstract syntactic annotations to create treebanks based on the Grammatical Framework (GF) formalism for multilingual grammars (Ranta, 2011) . Closest to our work is that of Chiarcos and F\u00e4th (2019) who define a RDF/SPARQL-based converter to RRG, using as input not only UD but also semantic role annotation. The data for which both the input (partially manually corrected UD) and the output is publicly available 9 consists of 351 examples from the textbook of Van Valin Jr. and LaPolla (1997). While their converter was developed on this kind of data, for us it presents a new domain. After normalizing away notational differences and ignoring operator attachment as well as POS tags (see below) but without any updates to ud2rrg, we obtained an nBURP of 0.16, an nTED of 0.18, and an F1 score of 85.75, with 15.38% exact matches. We then performed a qualitative comparison on 100 randomly chosen sentences to gain insights into types of mistakes and to inform future development. We summarize our findings here; the full results are provided in Appendix A.",
"cite_spans": [
{
"start": 149,
"end": 171,
"text": "Fancellu et al. (2017)",
"ref_id": "BIBREF9"
},
{
"start": 301,
"end": 327,
"text": "Ranta and Kolachina (2017)",
"ref_id": "BIBREF20"
},
{
"start": 495,
"end": 508,
"text": "(Ranta, 2011)",
"ref_id": "BIBREF21"
},
{
"start": 542,
"end": 566,
"text": "Chiarcos and F\u00e4th (2019)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Notational conventions A large part of the differences are purely notational and can be automatically normalized away: C&F attach all punctuation at the root whereas we leave it attached at smaller phrases as in UD. We mark wh-phrases with -REL or -WH labels, C&F don't. C&F mark arguments with ARG nodes, which we don't have, and peripheries with PERIPHERY nodes, while we mark the children with -PERI instead. Some nonterminals have slightly different names, e.g., COREn vs. CORE N, LDP vs. PrDP, or ADJ vs. AP. We also ignore part-of-speech tags because C&F do not attempt to convert the input POS tags into the POS tags conventionally used in RRG analyses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Tense, modality, and aspect operator attachment In RRG, tense operators attach at the CLAUSE level, modal operators at the CORE level, and aspect operators at the NUC level. This means that, e.g., a tensed auxiliary verb as in she has seen or a tensed modal verb as in he can see attach at more than one level, namely at both CLAUSE and NUC, and at both CLAUSE and CORE, respectively. In C&F's annotation, this is so. By contrast, our guidelines limit annotations to trees for ease of processing and by convention only attach at one level, which is typically CLAUSE. We tried to ignore these differences in attachment by removing the non-CLAUSE additional edges from C&F's annotation. 10 differences due to operator attachment remain. Since auxiliary and modal verbs form a closed class, the multiple attachment would be easy to restore.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Theoretical assumptions (51 instances) Some of the remaining differences can be explained by ud2rrg following conventions set down in our RRGbank-based annotation guidelines which differ from those followed in C&F's data. These are not mere notational differences but have potential theoretical significance because they reflect different assumptions about the internal structure of phrases, etc. These differences will be used to check and revise our annotation guidelines. For example, we annotate numerals using \"quantifier phrases\" (QPs), attach attributive APs at CORE N rather than NUC N level, assume a full AP rather than a simple nucleus for predicative adjectives, treat possessive pronouns like determiners and do not place them under NPIP, treat prepositions introducing adverbial clauses as clause linkage markers (CLM) rather than prepositions, do not distinguish CONJ from CLM, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Bugs (25 instances) Some differences are bugs in ud2rrg which can easily be fixed in future development, e.g., failure to convert prepositions marking clauses into PPs rather than CLM-marked clauses, failure to handle nmod:tmod dependents as adverbial modifiers, attachment of wh-PPs in PrDP rather than PrCS, or failure to recognize wh-movement when the subject is a passive subject.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Limitations (84 instances) Telling the differences between an argument PP and a peripheral (adjunct) PP is hard and currently out of scope for ud2rrg. C&F use semantic role information to predict this. Relatedly, ud2rrg currently does not distinguish between PPs with and without internal layers (CORE P and NUC P).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Clause linkage (20 instances) Similarly, mapping conj, ccomp, and xcomp dependencies to the appropriate juncture-nexus type for linking clauses together is complex. As described in Section 2, we have some rules to address this heuristically, but many cases are not yet covered and may also require semantic role or other lexical information to resolve.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Bad input (12 instances) Incorrect UD input sometimes leads to incorrect ud2rrg output. For example, the input data contain a number of unspecific dep relations which are then not correctly handled. There are also instances of wrongly resolved PP attachment ambiguity and the occasional confusion of a relative clause with an adverbial clause, and vice versa.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Error in gold standard (7 instances) Finally, we also discovered a handful of apparent errors in C&F's annotation. For example, the genitive suffix 's is always attached to the root instead of inside the NPIP, and some PrCS nodes appear to be spurious.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "We have presented a rule-based algorithm for converting Universal Dependencies to RRG trees as a way to bootstrap RRG treebanks. By mapping UD nodes to RRG fragments and grammatical relations to operations that combine these fragments, it provides a principled mapping between the two formalisms. Language-independent at core, the algorithm can be extended with language-specific rules to incorporate lexical and other language-specific knowledge. We have shown that by basing RRG annotation on automatically converted trees, the number of tree manipulation operations that annotators have to perform is considerably reduced compared to annotating from scratch. We have also shown that for annotating English, a statistical parser trained on sentences annotated so far starts to produce more accurate trees than our rule-based conversion at around 2 000 training sentences. Finally, we have performed a detailed qualitative comparison with the output of another converter and pinned down the remaining issues for ours. In future work, we will consider applying the ud2rrg algorithm to the data from Parallel Universal Dependencies corpora . Moreover, ud2rrg allows bootstrapping of further RRG treebanks for different languages, based on existing UD treebanks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "A Qualitative Comparison with Chiarcos and F\u00e4th (2019) The following table contains the results of the qualitative evaluation of our converter on 100 randomly selected example sentences from Van Valin Jr. and LaPolla (1997) as annotated by Chiarcos and F\u00e4th (2019) . The first column indicates the sentence number in their release, the second the type of difference (different operator attachment, theoretical assumption, bug, limitation, clause linkage, bad input (ud), or error in gold standard), and the third column contains a brief description of the difference. Empty second and third columns indicates sentences from our sample with no difference after normalization. We describe BURP (\"bottom-up replugging\"), an algorithm that computes an edit script between two trees with identical spans, such as two different natural-language constituent parse trees over the same sentence. Potential applications include evaluating the performance of constituent parsers and estimating the annotator effort in a semi-automatic annotation scenario.",
"cite_spans": [
{
"start": 30,
"end": 54,
"text": "Chiarcos and F\u00e4th (2019)",
"ref_id": "BIBREF4"
},
{
"start": 240,
"end": 264,
"text": "Chiarcos and F\u00e4th (2019)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Similar metrics include tree-distance (Zhang and Shasha, 1989; Emms, 2008) , EVALB (Collins, 1997) , string-distance applied to tree linearizations (Roark, 2002) , and the leaf-ancestor metric (Sampson and Babarczy, 2003) . None of them explicitly models the possibility of re-attaching a subtree to a different node, and they thus tend to over-penalize attachment errors as every constituent containing a moved subtree is affected (Bangalore et al., 1998) . Although Roark (2002) and Emms (2008) propose strategies that mitigate this, subtree re-attachment is still handled as pair of delete and insert operations, thus its cost cannot be freely chosen but is necessarily the sum of the two.",
"cite_spans": [
{
"start": 38,
"end": 62,
"text": "(Zhang and Shasha, 1989;",
"ref_id": "BIBREF29"
},
{
"start": 63,
"end": 74,
"text": "Emms, 2008)",
"ref_id": "BIBREF7"
},
{
"start": 83,
"end": 98,
"text": "(Collins, 1997)",
"ref_id": "BIBREF5"
},
{
"start": 148,
"end": 161,
"text": "(Roark, 2002)",
"ref_id": "BIBREF23"
},
{
"start": 193,
"end": 221,
"text": "(Sampson and Babarczy, 2003)",
"ref_id": "BIBREF24"
},
{
"start": 432,
"end": 456,
"text": "(Bangalore et al., 1998)",
"ref_id": "BIBREF0"
},
{
"start": 468,
"end": 480,
"text": "Roark (2002)",
"ref_id": "BIBREF23"
},
{
"start": 485,
"end": 496,
"text": "Emms (2008)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "BURP differs from all these algorithms by trying to explicitly simulate the way human annotators using graphical annotation interface correct trees. We assume the following basic operations to be availalbe: relabeling a node, deleting an internal node (implicitly reattaching all its children to its parent), inserting a node below another node (so that children of the existing node become children of the new node), and moving a node (that has at least one sibling) to a different parent. Given these operations, one question to ask is what is the optimal set of operations to transform the source (or predicted) tree into the target (or gold) tree, given some cost for each operation (in the following, we assume that every operation has cost 1, but they can easily be weighted differently). This is an NP-complete problem. Another, and perhaps more interesting question is how many operations human annotators need. We conjecture that BURP mimicks the human annotation process to some degree, and thus gives script lengths that correlate better with human annotator effort than other measures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Sketch of the algorithm BURP transforms the source tree into the target tree in a bottom-up fashion, recreating smaller subtrees of the target tree in the source tree first and then moving on to larger ones until the root is reached and the whole tree transformed. To this end, the target tree is first divided up into maximal unary chains, as illustrated in Figure 5 . To simplify the description, we will often refer to a chain as if all its nodes have been contracted into one, i.e. we say that in the example, chain AB has two children CD and E. We will also occasionally refer to a subtree and its root as the same entity if the context makes it clear. BURP does a post-order traversal of the chains in the target tree and at each chain transforms a part of the source tree into the subtree under that chain. All children of the chain have at this point already been recreated, and they are re-used, even if this is not guaranteed to give an optimal edit script. This is how BURP cuts the NP-complete problem down to a polynomial one. The local decisions, viz., which part of the source tree to transform into the current target chain, however, are optimized for minimal local cost.",
"cite_spans": [],
"ref_spans": [
{
"start": 359,
"end": 367,
"text": "Figure 5",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Definitions The span (or yield) of a tree is the set of its leaves. Note that we do not assume spans to be contiguous.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Inputs The inputs to BURP are a source tree T 1 and a target tree T 2 with identical spans.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "Data Structures and Initialization While transforming T 1 into T 2 , we will temporarily remove subtrees from T 1 and thus take it apart into multiple parts. We maintain a set P of these parts, which we initialize as P := {T 1 }. We say that a node is \"free\" if it is the root of a tree in P .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "The Traversal We do a post-order traversal of the chains in T 2 , recreating the subtrees under them in as subtrees of trees in P . Thus, when we visit a chain, all of its children have already been recreated. Let p 2 be the currently visited target chain and C its recreated children in the trees in P . In the example in Figure 6 , p 2 = BDE and C = {F, G, H, I, J}. We then pick an extended source chain or x-chain, i.e., a path p 1 in some tree in P such that p 1 = n 1 n 2 . . . n N with N \u2265 1, n N \u2208 C. In the example, p 1 = ABCF. The subtree under p 1 is then deterministically transformed into that under p 2 with the minimal number of operations and assuming that the subtrees under all c \u2208 C remain unchanged. 11 The transformation consists of the following steps: : Example state of the algorithm, with two source tree fragments on the left and a target tree fragment on the right. Black nodes are parts of the target chain or source x-chain. Doubly circled nodes are already-recreated children in the source tree fragments. Yellow nodes will be freed, blue ones moved, red ones pruned, and violet ones moved and pruned.",
"cite_spans": [
{
"start": 720,
"end": 722,
"text": "11",
"ref_id": null
}
],
"ref_spans": [
{
"start": 323,
"end": 331,
"text": "Figure 6",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
},
{
"text": "The reported Labeled Attachment Scores for the 5 languages on UD treebanks are as follows: 85.8% for English, 81.2% for German, 84.3% for Farsi, 83.5% for French and 85.3% for Russian.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://gitlab.com/treegrasp/ud2rrg 6 The data is a snapshot of RRGparbank as of 2021-09-17.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Silver sentences are annotated by one annotator whereas gold sentences are annotated by at least two annotators. We had 5 228 gold and 225 silver sentences in the English subcorpus in total.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that these data do not fully reflect differences between languages in RRGparbank, since the annotation is still ongoing and the current amount of covered data and annotated syntactic phenomena is different for each language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://github.com/acoli-repo/RRG",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The reason for including one of the transformed children in p1 is to allow for the case where the rest of the source chain is empty and all nodes in p2 have to be inserted during the transformation. An empty source chain would not specify where to insert these nodes. Note also that n1 . . . nN\u22121 need not be a unary chain (in the example, B has another child P); it will be transformed into one.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://github.com/texttheater/burp",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We thank two anonymous reviewers for their insightful comments, as well as all people involved in the creation and annotation of RRGparbank (David Arps, Davy Baardink, Kata Balogh, Elif Benli, Sarah Fabian, Valeria Generalova, Zahra Ghane, Robin M\u00f6llemann, Natalia Moors, Rainer Osswald) for their help with collecting the data and fruitful discussions. We also thank Behrang QasemiZadeh, Jule Pohlmann and Roland Eibers for preparing the German data, Rainer Osswald for integrating the French data and completing the German data, Naima Grebe for helping with the implementation of special conversion rules for English phase verbs, and Robert D. Van Valin Jr. for contributing to annotation decisions. This work was carried out as a part of the research project TreeGraSP 10 funded by a Consolidator Grant of the European Research Council (ERC).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
},
{
"text": "Search For every visited target chain, we pick an x-chain that minimizes the local cost. The final edit chain and cost still depends on how ties between locally optimal x-chains are broken, and on the exact order of traversal. In our current implementation 14 , the leaves are assumed to be ordered (as the words are in natural language), and the postorder traversal proceeds from left to right. Ties between x-chains are currently broken by preferring chains that are in more recently freed subtrees, further to the right in the tree, and longer. A closer approximation to the optimal edit script could be achieved, e.g., by randomizing this and doing multiple restarts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Grammar and parser evaluation in the XTAG project",
"authors": [
{
"first": "Srinivas",
"middle": [],
"last": "Bangalore",
"suffix": ""
},
{
"first": "Anoop",
"middle": [],
"last": "Sarkar",
"suffix": ""
},
{
"first": "Christy",
"middle": [],
"last": "Doran",
"suffix": ""
},
{
"first": "Beth-Ann",
"middle": [],
"last": "Hockey",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of LREC Workshop on Evaluation of Parsing Systems",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Srinivas Bangalore, Anoop Sarkar, Christy Doran, and Beth-Ann Hockey. 1998. Grammar and parser evaluation in the XTAG project. In Proceedings of LREC Workshop on Evaluation of Parsing Systems.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "RRGbank: a role and reference grammar corpus of syntactic structures extracted from the penn treebank",
"authors": [
{
"first": "Tatiana",
"middle": [],
"last": "Bladier",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Van Cranenburgh",
"suffix": ""
},
{
"first": "Kilian",
"middle": [],
"last": "Evang",
"suffix": ""
},
{
"first": "Laura",
"middle": [],
"last": "Kallmeyer",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 17th International Workshop on Treebanks and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tatiana Bladier, Andreas van Cranenburgh, Kilian Evang, Laura Kallmeyer, Robin M\u00f6llemann, and Rainer Oss- wald. 2018. RRGbank: a role and reference grammar corpus of syntactic structures extracted from the penn treebank. In Proceedings of the 17th International Workshop on Treebanks and Linguistic Theories (TLT 2018).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Link\u00f6ping Electronic Conference Proceedings",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Link\u00f6ping Electronic Conference Proceedings.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Statistical parsing of tree wrapping grammars",
"authors": [
{
"first": "Tatiana",
"middle": [],
"last": "Bladier",
"suffix": ""
},
{
"first": "Jakub",
"middle": [],
"last": "Waszczuk",
"suffix": ""
},
{
"first": "Laura",
"middle": [],
"last": "Kallmeyer",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 28th International Conference on Computational Linguistics",
"volume": "10",
"issue": "",
"pages": "6759--6766",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tatiana Bladier, Jakub Waszczuk, and Laura Kallmeyer. 2020. Statistical parsing of tree wrapping grammars. In Proceedings of the 28th International Conference on Computational Linguistics, pages 6759-6766, Barcelona, Spain (Online), December. International Committee on Computational Linguistics. 10 https://treegrasp.phil.hhu.de",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Graph-Based Annotation Engineering: Towards a Gold Corpus for Role and Reference Grammar",
"authors": [
{
"first": "Christian",
"middle": [],
"last": "Chiarcos",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "F\u00e4th",
"suffix": ""
}
],
"year": 2019,
"venue": "Schloss Dagstuhl-Leibniz-Zentrum fuer Informatik",
"volume": "70",
"issue": "",
"pages": "1--9",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christian Chiarcos and Christian F\u00e4th. 2019. Graph-Based Annotation Engineering: Towards a Gold Corpus for Role and Reference Grammar. In Maria Eskevich, Gerard de Melo, Christian F\u00e4th, John P. McCrae, Paul Buitelaar, Christian Chiarcos, Bettina Klimek, and Milan Dojchinovski, editors, 2nd Conference on Language, Data and Knowledge (LDK 2019), volume 70 of OpenAccess Series in Informatics (OASIcs), pages 9:1-9:11, Dagstuhl, Germany. Schloss Dagstuhl-Leibniz-Zentrum fuer Informatik.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Three generative, lexicalised models for statistical parsing",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1997,
"venue": "35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "16--23",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Collins. 1997. Three generative, lexicalised models for statistical parsing. In 35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics, pages 16-23, Madrid, Spain, July. Association for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Universal Dependencies",
"authors": [
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
}
],
"year": 2021,
"venue": "Computational Linguistics",
"volume": "47",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie-Catherine de Marneffe, Christopher D. Manning, Joakim Nivre, and Daniel Zeman. 2021. Universal De- pendencies. Computational Linguistics, 47(2):255-308, 07.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Tree-distance and some other variants of evalb",
"authors": [
{
"first": "Martin",
"middle": [],
"last": "Emms",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC 2008)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin Emms. 2008. Tree-distance and some other variants of evalb. In Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC 2008), Marrakech, Morocco.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Handbook of Linguistic Annotation",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "441--462",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Toma\u017e Erjavec. 2017. MULTEXT-East. In Nancy Ide and James Pustejovsky, editors, Handbook of Linguistic Annotation, pages 441-462, Dordrecht. Springer Netherlands.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Universal dependencies to logical forms with negation scope",
"authors": [
{
"first": "Federico",
"middle": [],
"last": "Fancellu",
"suffix": ""
},
{
"first": "Siva",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Lopez",
"suffix": ""
},
{
"first": "Bonnie",
"middle": [],
"last": "Webber",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1702.03305"
]
},
"num": null,
"urls": [],
"raw_text": "Federico Fancellu, Siva Reddy, Adam Lopez, and Bonnie Webber. 2017. Universal dependencies to logical forms with negation scope. arXiv preprint arXiv:1702.03305.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "SUD or surface-syntactic Universal Dependencies: An annotation scheme near-isomorphic to UD",
"authors": [
{
"first": "Kim",
"middle": [],
"last": "Gerdes",
"suffix": ""
},
{
"first": "Bruno",
"middle": [],
"last": "Guillaume",
"suffix": ""
},
{
"first": "Sylvain",
"middle": [],
"last": "Kahane",
"suffix": ""
},
{
"first": "Guy",
"middle": [],
"last": "Perrier",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Second Workshop on Universal Dependencies (UDW 2018)",
"volume": "",
"issue": "",
"pages": "66--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kim Gerdes, Bruno Guillaume, Sylvain Kahane, and Guy Perrier. 2018. SUD or surface-syntactic Universal Dependencies: An annotation scheme near-isomorphic to UD. In Proceedings of the Second Workshop on Uni- versal Dependencies (UDW 2018), pages 66-74, Brussels, Belgium, November. Association for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "GermaNet -a lexical-semantic net for German",
"authors": [
{
"first": "Birgit",
"middle": [],
"last": "Hamp",
"suffix": ""
},
{
"first": "Helmut",
"middle": [],
"last": "Feldweg",
"suffix": ""
}
],
"year": 1997,
"venue": "Automatic Information Extraction and Building of Lexical Semantic Resources for NLP Applications",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Birgit Hamp and Helmut Feldweg. 1997. GermaNet -a lexical-semantic net for German. In Automatic Informa- tion Extraction and Building of Lexical Semantic Resources for NLP Applications.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Tree-adjoining grammars",
"authors": [
{
"first": "K",
"middle": [],
"last": "Aravind",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schabes",
"suffix": ""
}
],
"year": 1997,
"venue": "Handbook of Formal Languages",
"volume": "",
"issue": "",
"pages": "69--123",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aravind K. Joshi and Yves Schabes. 1997. Tree-adjoining grammars. In G. Rozenberg and A. Salomaa, editors, Handbook of Formal Languages, pages 69-123. Springer, Berlin.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "VerbNet: A Broad-Coverage, Comprehensive Verb Lexicon",
"authors": [
{
"first": "Karin",
"middle": [],
"last": "Kipper",
"suffix": ""
},
{
"first": "-",
"middle": [],
"last": "Schuler",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karin Kipper-Schuler. 2005. VerbNet: A Broad-Coverage, Comprehensive Verb Lexicon. Ph.D. thesis, University of Pennsylvania.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Binary codes capable of correcting deletions, insertions, and reversals",
"authors": [
{
"first": "Vladimir",
"middle": [
"I"
],
"last": "Levenshtein",
"suffix": ""
}
],
"year": 1966,
"venue": "Soviet Physics Doklady",
"volume": "10",
"issue": "8",
"pages": "707--710",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vladimir I. Levenshtein. 1966. Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady, 10(8):707-710.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Universal Dependencies v1: A multilingual treebank collection",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Yoav",
"middle": [],
"last": "Goldberg",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
},
{
"first": "Natalia",
"middle": [],
"last": "Silveira",
"suffix": ""
},
{
"first": "Reut",
"middle": [],
"last": "Tsarfaty",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)",
"volume": "",
"issue": "",
"pages": "1659--1666",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Marie-Catherine de Marneffe, Filip Ginter, Yoav Goldberg, Jan Haji\u010d, Christopher D. Manning, Ryan McDonald, Slav Petrov, Sampo Pyysalo, Natalia Silveira, Reut Tsarfaty, and Daniel Zeman. 2016. Uni- versal Dependencies v1: A multilingual treebank collection. In Proceedings of the Tenth International Confer- ence on Language Resources and Evaluation (LREC'16), pages 1659-1666, Portoro\u017e, Slovenia, May. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Universal Dependencies v2: An evergrowing multilingual treebank collection",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Tyers",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 12th Language Resources and Evaluation Conference",
"volume": "",
"issue": "",
"pages": "4034--4043",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Marie-Catherine de Marneffe, Filip Ginter, Jan Haji\u010d, Christopher D. Manning, Sampo Pyysalo, Sebastian Schuster, Francis Tyers, and Daniel Zeman. 2020. Universal Dependencies v2: An evergrowing multilingual treebank collection. In Proceedings of the 12th Language Resources and Evaluation Conference, pages 4034-4043, Marseille, France, May. European Language Resources Association.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Gallimard. French translation by Am\u00e9lie Audiberti",
"authors": [
{
"first": "George",
"middle": [],
"last": "Orwell",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Orwell. 1972. 1984. Gallimard. French translation by Am\u00e9lie Audiberti (first published 1950).",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "German translation by Kurt Wagenseil (first published 1950 by Alfons B\u00fcrger Verlag)",
"authors": [
{
"first": "George",
"middle": [],
"last": "Orwell",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George Orwell. 2003. 1984. Ullstein, 37th edition. German translation by Kurt Wagenseil (first published 1950 by Alfons B\u00fcrger Verlag).",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Towards a formalization of Role and Reference Grammar",
"authors": [
{
"first": "Rainer",
"middle": [],
"last": "Osswald",
"suffix": ""
},
{
"first": "Laura",
"middle": [],
"last": "Kallmeyer",
"suffix": ""
}
],
"year": 2018,
"venue": "Applying and Expanding Role and Reference Grammar, (NIHIN Studies)",
"volume": "",
"issue": "",
"pages": "355--378",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rainer Osswald and Laura Kallmeyer. 2018. Towards a formalization of Role and Reference Grammar. In Rolf Kailuweit, Eva Staudinger, and Lisann K\u00fcnkel, editors, Applying and Expanding Role and Reference Grammar, (NIHIN Studies), pages 355-378. Albert-Ludwigs-Universit\u00e4t, Universit\u00e4tsbibliothek, Freiburg.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "From universal dependencies to abstract syntax",
"authors": [
{
"first": "Aarne",
"middle": [],
"last": "Ranta",
"suffix": ""
},
{
"first": "Prasanth",
"middle": [],
"last": "Kolachina",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies",
"volume": "",
"issue": "",
"pages": "107--116",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aarne Ranta and Prasanth Kolachina. 2017. From universal dependencies to abstract syntax. In Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017), pages 107-116.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Grammatical framework: Programming with multilingual grammars",
"authors": [
{
"first": "Aarne",
"middle": [],
"last": "Ranta",
"suffix": ""
}
],
"year": 2011,
"venue": "",
"volume": "173",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aarne Ranta. 2011. Grammatical framework: Programming with multilingual grammars, volume 173. CSLI Publications, Center for the Study of Language and Information Stanford.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Evaluating parser accuracy using edit distance",
"authors": [
{
"first": "Brian",
"middle": [],
"last": "Roark",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the LREC 2002 workshop: Beyond PARSEVAL: Towards Improved Evaluation Measures for Parsing Systems",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brian Roark. 2002. Evaluating parser accuracy using edit distance. In Proceedings of the LREC 2002 workshop: Beyond PARSEVAL: Towards Improved Evaluation Measures for Parsing Systems.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "A test of the leaf-ancestor metric for parse accuracy",
"authors": [
{
"first": "Geoffrey",
"middle": [],
"last": "Sampson",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Babarczy",
"suffix": ""
}
],
"year": 2003,
"venue": "Journal of Natural Language Engineering",
"volume": "9",
"issue": "",
"pages": "365--380",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Geoffrey Sampson and Anna Babarczy. 2003. A test of the leaf-ancestor metric for parse accuracy. Journal of Natural Language Engineering, 9:365-380.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "UDPipe 2.0 prototype at CoNLL 2018 UD shared task",
"authors": [
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "197--207",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Milan Straka. 2018. UDPipe 2.0 prototype at CoNLL 2018 UD shared task. In Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 197-207, Brussels, Belgium, October. Association for Computational Linguistics.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Syntax: Structure, meaning and function",
"authors": [
{
"first": "Robert",
"middle": [
"D"
],
"last": "Van Valin",
"suffix": ""
},
{
"first": "Randy",
"middle": [
"J"
],
"last": "Lapolla",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert D. Van Valin Jr. and Randy J. LaPolla. 1997. Syntax: Structure, meaning and function. Cambridge University Press.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Exploring the Syntax-Semantics Interface",
"authors": [
{
"first": "Robert",
"middle": [
"D"
],
"last": "Van Valin",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert D. Van Valin Jr. 2005. Exploring the Syntax-Semantics Interface. Cambridge University Press.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Universal dependencies 2.5. LINDAT/CLARIAHCZ digital library at the Institute of Formal and Applied Linguistics (UFAL",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Mitchell",
"middle": [],
"last": "Abrams",
"suffix": ""
},
{
"first": "No\u00ebmi",
"middle": [],
"last": "Aepli",
"suffix": ""
},
{
"first": "\u017deljko",
"middle": [],
"last": "Agic",
"suffix": ""
},
{
"first": "Lars",
"middle": [],
"last": "Ahrenberg",
"suffix": ""
}
],
"year": 2020,
"venue": "Faculty of Mathematics and Physics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman, Joakim Nivre, Mitchell Abrams, No\u00ebmi Aepli,\u017deljko Agic, Lars Ahrenberg, et al. 2020. Universal dependencies 2.5. LINDAT/CLARIAHCZ digital library at the Institute of Formal and Applied Linguistics (UFAL), Faculty of Mathematics and Physics, Charles University. url: http://hdl. handle. net/11234/1-3226.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Move down. For each topmost descendant of n 1 . . . n N \u22122 whose span is a subset of the target span (meaning the span of p 2 ) but which is not dominated by n N \u22121 , move it to n N \u22121",
"authors": [
{
"first": "Kaizhong",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Dennis",
"middle": [],
"last": "Shasha",
"suffix": ""
}
],
"year": 1989,
"venue": "SIAM Journal on Computing",
"volume": "18",
"issue": "6",
"pages": "1245--1262",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaizhong Zhang and Dennis Shasha. 1989. Simple fast algorithms for the editing distance between trees and related problems. SIAM Journal on Computing, 18(6):1245-1262. 1. Move down. For each topmost descendant of n 1 . . . n N \u22122 whose span is a subset of the target span (meaning the span of p 2 ) but which is not dominated by n N \u22121 , move it to n N \u22121 . In the example, L is moved to C (cost 1).",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "N \u22122 that is not in p 1 , \"free\" it, i.e., remove it and add it to P as a free subtree",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Free above. For each child of n 1 . . . n N \u22122 that is not in p 1 , \"free\" it, i.e., remove it and add it to P as a free subtree. It will find its place is the transformed tree later. In the example, O is freed (cost 1).",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "N \u22121 so as to make the chain identical to p 2 . The cost is the Levenshtein distance (Levenshtein, 1966) between both sequences",
"authors": [],
"year": null,
"venue": "Edit chain. Insert, delete, and relabel nodes in n 1",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edit chain. Insert, delete, and relabel nodes in n 1 . . . n N \u22121 so as to make the chain identical to p 2 . The cost is the Levenshtein distance (Levenshtein, 1966) between both sequences. 12 In our example, A is deleted, C is relabeled D, and E is inserted (cost 3).",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "For each topmost descendant of n N \u22121 whose span is a subset of the target span but which is not a child of n N \u22121 , move it to n N \u22121",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Move up. For each topmost descendant of n N \u22121 whose span is a subset of the target span but which is not a child of n N \u22121 , move it to n N \u22121 . In the example, H is moved to C (cost 1).",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "For each child of n N \u22121 whose span is not a subset of the target span, free it",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Free below. For each child of n N \u22121 whose span is not a subset of the target span, free it. In our example, N is freed (cost 1).",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "For each topmost node whose span is a subset of the target span and that is not yet a child of n N \u22121 , move it there",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Move in. For each topmost node whose span is a subset of the target span and that is not yet a child of n N \u22121 , move it there. If that node is a root, there is no cost because the cost of moving was already incurred when the node was freed. 13 In the example, M is moved in (cost 1).",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "For every node between n N \u22121 and any c \u2208 C, delete it",
"authors": [
{
"first": "",
"middle": [],
"last": "Prune",
"suffix": ""
}
],
"year": null,
"venue": "the example, K, L, and M are deleted",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prune. For every node between n N \u22121 and any c \u2208 C, delete it. In the example, K, L, and M are deleted (cost 3).",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Postcondition After visiting the root of T 2 , P contains exactly one tree",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Postcondition After visiting the root of T 2 , P contains exactly one tree, which is identical to T 2 .",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "This could be taken into account by disallowing insertions at the beginning of the Levenshtein edit script. 13 The cost is incurred early, by the freeing operation, not by the subsequent \"moving in\", so it can be attributed to the x-chain that necessitates the moving. Annotators often do not have a place where they can put removed subtrees temporarily",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Our graphical annotation interface does not currently allow for inserting a node directly above another node in a unary chain if the latter has siblings. This could be taken into account by disallowing insertions at the beginning of the Levenshtein edit script. 13 The cost is incurred early, by the freeing operation, not by the subsequent \"moving in\", so it can be attributed to the x-chain that necessitates the moving. Annotators often do not have a place where they can put removed subtrees temporarily; we assume that they will immediately move the subtree to the node where it will eventually end up.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"text": "Examples of RRG annotation. Punctuation marks are omitted. UD tree, RRG derivation tree and resulting RRG tree for the sentence Avoiding failure is easy.",
"num": null
},
"FIGREF1": {
"type_str": "figure",
"uris": null,
"text": "UD tree, RRG derivation tree and resulting tree for the sentence We keep wondering what he wanted to say.",
"num": null
},
"FIGREF2": {
"type_str": "figure",
"uris": null,
"text": "Example pair of gold tree and corresponding ud2rrg output.",
"num": null
},
"FIGREF3": {
"type_str": "figure",
"uris": null,
"text": "An example tree consisting of three maximal unary chains. Dashed edges indicate the boundaries between chains.",
"num": null
},
"FIGREF5": {
"type_str": "figure",
"uris": null,
"text": "Figure 6: Example state of the algorithm, with two source tree fragments on the left and a target tree fragment on the right. Black nodes are parts of the target chain or source x-chain. Doubly circled nodes are already-recreated children in the source tree fragments. Yellow nodes will be freed, blue ones moved, red ones pruned, and violet ones moved and pruned.",
"num": null
},
"TABREF1": {
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td>: Examples of rules. Rules 1-12 are the ones used in Figures 2 and 3. Rules 7, 10, 12, and 13 are</td></tr><tr><td>examples of rules whose implementation requires language-specific POS tags or lexicons.</td></tr><tr><td>operators attaching to clauses, cores, or nuclei. By contrast, prepositions are treated as heads of PPs and</td></tr><tr><td>thus necessitate a slightly more complicated rule (WRAP) to wrap the prepositional complement in a PP.</td></tr></table>",
"text": ""
},
"TABREF2": {
"type_str": "table",
"html": null,
"num": null,
"content": "<table><tr><td>), clausal complements of</td></tr></table>",
"text": ""
},
"TABREF4": {
"type_str": "table",
"html": null,
"num": null,
"content": "<table/>",
"text": "nBURP and LF1 scores for the output of ud2rrg using Russian data(4 635 sentences), at different steps of development. Sentences that could not be converted are replaced with flat dummy trees."
}
}
}
}