|
{ |
|
"paper_id": "2020", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:11:17.290979Z" |
|
}, |
|
"title": "From LFG To UD: A Combined Approach", |
|
"authors": [ |
|
{ |
|
"first": "Cheikh", |
|
"middle": [], |
|
"last": "Bamba", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Bergen", |
|
"location": { |
|
"addrLine": "Sydnesplassen 7", |
|
"postCode": "5007", |
|
"settlement": "Bergen" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper reports on a systematic approach for deriving Universal Dependencies from LFG structures. The conversion starts with a step-wise transformation of the c-structure, combining part-of-speech (POS) information and the embedding path to determine the true head of dependency structures. The paper discusses several issues faced by existing algorithms when applied on Wolof and presents the strategies used to account for these issues. An experimental evaluation indicated that our approach was able to generate the correct output in more than 90% of the cases, leading to a substantial improvement in conversion accuracy compared to the previous models.", |
|
"pdf_parse": { |
|
"paper_id": "2020", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper reports on a systematic approach for deriving Universal Dependencies from LFG structures. The conversion starts with a step-wise transformation of the c-structure, combining part-of-speech (POS) information and the embedding path to determine the true head of dependency structures. The paper discusses several issues faced by existing algorithms when applied on Wolof and presents the strategies used to account for these issues. An experimental evaluation indicated that our approach was able to generate the correct output in more than 90% of the cases, leading to a substantial improvement in conversion accuracy compared to the previous models.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "This paper describes a methodology to automatically convert Lexical-Functional Grammar (LFG) (Kaplan and Bresnan, 1982) into Universal Dependencies (UD) structures (Nivre et al., 2016) . Previous studies in this field (\u00d8vrelid et al., 2009; \u00c7 etinoglu et al., 2010; Meurer, 2017; show disagreement regarding the structure to start from for the conversion. Meurer (2017) proposed a lifting algorithm which performs a step-wise transformation of the c-(onstituent) structure into a dependency tree. In contrast, the P&P algorithm (for lack of a better name) proposed by takes f-(unctional) structure as the basis for constructing dependency structures. These algorithms faced several issues when applied to Wolof (see section 3). Accordingly, this paper presents a new approach (discussed in section 4) that combines and extends previous methods.", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 119, |
|
"text": "(Kaplan and Bresnan, 1982)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 164, |
|
"end": 184, |
|
"text": "(Nivre et al., 2016)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 218, |
|
"end": 240, |
|
"text": "(\u00d8vrelid et al., 2009;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 241, |
|
"end": 265, |
|
"text": "\u00c7 etinoglu et al., 2010;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 266, |
|
"end": 279, |
|
"text": "Meurer, 2017;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 356, |
|
"end": 369, |
|
"text": "Meurer (2017)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In LFG, c-structure characterizes the phrase structure tree configurations and f-structure encodes grammatical relations (e.g. subject, object) and features (e.g. person, number). For instance, the Wolof LFG grammar (Dione, 2014) coupled with the Xerox Linguistic Environment (XLE) (Crouch et al., 2019) assigns to the sentence in (1) the c-and simplified f-structure in Figures 1 and 2. The f-structure states that the main predicate of (1) is taal 'start' and it has two arguments: a subject (SUBJ) and an object (OBJ). Each of these arguments has its own semantic predicate (e.g. sofoor 'driver' for SUBJ) and a DET feature embedded under SPEC introduced by the determiner bi.", |
|
"cite_spans": [ |
|
{ |
|
"start": 282, |
|
"end": 303, |
|
"text": "(Crouch et al., 2019)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Nonterminal nodes in c-structure are mapped to particular substructures in f-structure via the \u03c6 (phi) function. Thus, in the c-structure in Fig. 1 , the leftmost nodes DP, NP, N and D all map to the substructure with index 13 (the value of SUBJ) in the corresponding f-structure. Likewise, the rightmost nodes DP, NP, N and D all map to the substructure with index 5 (i.e., the value of OBJ). All the other nonterminals, including IP, S, VP, V' and Cl map to the entire f-structure with index 0.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 141, |
|
"end": 147, |
|
"text": "Fig. 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A crucial concept is the functional head (FH) (Bresnan, 2001) . In LFG, a 'head' of a phrase shares its features with its mother. A solid line between a mother node and its daughter node (DN) in c-structure indicates that DN is a FH of its mother, i.e. they project to the same f-structure.", |
|
"cite_spans": [ |
|
{ |
|
"start": 46, |
|
"end": 61, |
|
"text": "(Bresnan, 2001)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our approach is based on modified versions of both the lifting (Meurer, 2017) and the P&P algorithms , which are briefly presented in sections 2.1 and 2.2, respectively. (Meurer, 2017) This algorithm recursively replaces each non-terminal node X by its functional head (FH) using the following rules. The step-wise derivation of (2) is shown below.", |
|
"cite_spans": [ |
|
{ |
|
"start": 63, |
|
"end": 77, |
|
"text": "(Meurer, 2017)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 170, |
|
"end": 184, |
|
"text": "(Meurer, 2017)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "From LFG to dependency structures", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 1a: If X has no FH, it is replaced by its daughter nodes as direct children of the parent Z of X. Then, the algorithm proceeds as before. \u2022 1b: If X has more than one FH, the node with shortest or empty embedding path is selected to replace X, taking the remaining nodes as its dependents. \u2022 1c: As a last resort, if there is still more than one such node, the first (i.e. leftmost) of them is selected as the replacement. \u2022 2: The edge between node X and daughter node Y is labeled with the minimal f-structure path from \u03c6 (X) to \u03c6 (Y ), concatenated with the embedding path of Y .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "(2) Awa Awa", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "dem went ROOT S VP V V dem NAMEP NAME Awa ROOT S VP V V dem Awa ROOT dem Awa dem SUBJ Awa", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The embedding path indicates how deep the PRED value associated with a c-structure is embedded in the corresponding f-structure. For instance, in Figure 1 the leftmost DP has two functional heads (i.e. NP and D). The functional equation 3states that the PRED value of the f-structure associated with the NP node is the semantic form sofoor 'driver'. Hence, the embedding path for N is empty, since the PRED value is at the top level of the projected f-structure (eq. 3). In contrast, the path for the determiner bi is non-trivial, i.e. it is deeper embedded along the path SPEC DET in the associated f-structure (eq. (4)). Examples (3-4) contain LFG regular notations by which \u2191 refers to the mother of the node in question.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 146, |
|
"end": 154, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "(3) (\u2191 PRED)='sofoor'", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "(4) (\u2191 SPEC DET PRED)='bi'", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "2.2 The P&P Algorithm Unlike Meurer (2017) , the approach of the P&P algorithm follows the more standard observation that f-structures provide the most natural basis for dependency relations. The idea is that, besides f-structures, information encoded in terminal and pre-terminal nodes of the constituency tree, together with the standard correspondence between c-structure preterminals and f-structure components, is sufficient to perform the conversion. In other words, the actual constituency information may be completely ignored.", |
|
"cite_spans": [ |
|
{ |
|
"start": 29, |
|
"end": 42, |
|
"text": "Meurer (2017)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The P&P algorithm was used to derive UD structures from an LFG treebank of Polish. The conversion process occurs in two main steps. First, the LFG structures are converted into 'initial dependencies', i.e. LFG-like structures that maintain headedness information in c-structures and the names of dependencies in f-structures. Then, the 'initial dependencies' are converted to 'final UD representations'. The conversion process involves many non-trivial issues, including finding the true heads (i.e. the heads of the dependency structure). This is particularly challenging, as many c-structure tokens may map to several f-structures. To find the true head, the P&P algorithm uses information based on POS tag (Patejuk and Przepi\u00f3rkowski, 2018, p. 123) as follows:", |
|
"cite_spans": [ |
|
{ |
|
"start": 709, |
|
"end": 751, |
|
"text": "(Patejuk and Przepi\u00f3rkowski, 2018, p. 123)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 If there is a verbal token among the co-heads, select it as the true head;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 otherwise, if there is a nominal or adjectival token, it is the true head;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 otherwise, if there is an explicit conjunction, it is the head;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 otherwise, if there is a complementiser of the semantic kind, select it as the true head;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "\u2022 otherwise select the final comma as the true head in case there are at most two commas in the co-head set, or the penultimate comma in case there are more than two commas in the co-head set.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lifting algorithm", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "When applied on the Wolof data, the existing algorithms faced various issues as discussed below.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Issues with existing algorithms", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The lifting algorithm heavily relies on the concept of embedding path, but retrieving such a path requires information encoded in f-structure in terms of PRED values. Crucially, in many cases, there is absolutely no obvious way to recover the surface form from a PRED value. This is particularly true for morphologically rich languages like Wolof (Ka, 1994; Ndiaye, 1995) . For instance, in (5), the verbal root of the surface form (feccikuwaatoon) is fas \"to tie\". The inversive suffix i triggered (i) consonant mutation (s \u2192 c), (ii) gemination (c \u2192 cc), and (iii) vowel mutation (a \u2192 e), yielding the stem fecci \"to untie\". The inversive derivation is followed by the middle derivation (as indicated by -ku which is an allomorph of the -u mediopassive (MEDP) marker). In addition, the verbal derivation is also expressed iteratively (w is a glide insertion (GI)) in the past conjugation. The morphological analysis produced by the Wolof Morphological Analyzer (WoMA) (Dione, 2012) for the form feccikuwaatoon in (5) is given in (6). The c-structure and f-structure associated with (5) are shown in Figure 3 . The PRED of the top fstructure is fas \"to tie\". As this example illustrates, reconstructing the PRED value (fas) from the surface token feccikuwaatoon is far from obvious. The inversive and iterative derivation are indicated as lexical semantic features LEX-SEM. Moreover, the f-structure specifies information regarding the mediopassive voice which subsumes the meaning of the middle voice.", |
|
"cite_spans": [ |
|
{ |
|
"start": 347, |
|
"end": 357, |
|
"text": "(Ka, 1994;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 358, |
|
"end": 371, |
|
"text": "Ndiaye, 1995)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1101, |
|
"end": 1109, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Recovering PRED from f-structures and Issue with Verb inflectional markers", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "0 \uf8ee \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8f0 PRED 'fas<[1:buum]' SUBJ 1 \uf8ee \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8f0 PRED 'buum' SPEC 3 \uf8ee \uf8ef \uf8ef \uf8f0 DET 4 \uf8ee \uf8ef \uf8f0 PRED 'gi' DET-TYPE def, DEIXIS proximal \uf8f9 \uf8fa \uf8fb \uf8f9 \uf8fa \uf8fa \uf8fb \uf8f9 \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fb TNS-ASP 5 TENSE past, PERF + , MOOD indicative LEX-SEM 2 INVERSIVE +, ITERATIVE + MEDIO-PASSIVE + GLOSS tie \uf8f9 \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fb Fig. 3", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recovering PRED from f-structures and Issue with Verb inflectional markers", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": ": C-structure and simplified f-structure of (5)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recovering PRED from f-structures and Issue with Verb inflectional markers", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "A second issue concerns the treatment of verbal inflectional markers. In imperfective sentences like (7), the inflectional marker precedes the main verb, but follows it in perfectives sentences like (1). \"The driver will start the tractor.\" Figure 4 shows the LFG structures associated with (7). The inflectional marker (dina) and the main verb (taal) are mapped to the main feature structure (with index 38). Now, a question that existing algorithms need to address is which of these co-heads is the true head. Fig. 4 : C-and f-structure of 7When trying to answer this question, the lifting algorithm assigns an empty embedding path to both the lexical verb and the inflectional marker. As a consequence, Rule 1b (see section 2.1) cannot settle the matter, since both constituents are associated with an embedding path of the same length. Thus, Rule 1c will select the first node as the true head, yielding incorrect analyses for constructions like 7where the inflectional marker precedes the main verb. As Figure 5 shows, the auxiliary dina is wrongly identified as the head of the clause, taking the lexical verb taal and the subject sofoor bi as its dependents. In contrast, the lifting algorithm produces the correct dependency structure for constructions like (1) where the inflectional marker follows the main verb, as Figure 6 shows. This seems to be an indication that the attachment errors produced by the lifting algorithm when building the dependency structure in Figure 5 stems from an incorrect application of Rule 1c (section 2.1). Both tokens were assigned an empty embedding path and, thus, Rule 1c selected the wrong head based on linear order.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 241, |
|
"end": 249, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 512, |
|
"end": 518, |
|
"text": "Fig. 4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1008, |
|
"end": 1016, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 1326, |
|
"end": 1334, |
|
"text": "Figure 6", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1476, |
|
"end": 1484, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Recovering PRED from f-structures and Issue with Verb inflectional markers", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Another issue concerns the analysis of Wolof free relatives (see the underlined clause in (8)). The relative pronoun\u00f1i refers to a nominal that does not appear in the corresponding main clause. Figure 7 shows the c-and simplified f-structure associated with (8). The free relative bears the OBJ function of the main clause. As SUBJ and TOPIC-REL of the embedded verb, the relative pronoun has a pronoun form (PRON-FORM) and type (PRON-TYPE) feature (not displayed here). Note that the cstructure suggests that none of the daughter nodes of NP (i.e. PRON and IPsub) is a functional head. Fig. 7 : C-and F-structure of (8)", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 194, |
|
"end": 202, |
|
"text": "Figure 7", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 587, |
|
"end": 593, |
|
"text": "Fig. 7", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Free relatives", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The quantifier\u00f1\u00e9pp (\"all\") may surface on the far right edge of the entire free relative clause, in which case it agrees in noun class (e.g.\u00f1) with the free relative pronoun (\u00f1i). This constitutes an evidence that free relatives in Wolof, as in English (Butt et al., 1999) , behave like nominal phrases and are treated as such in the Wolof UD Treebank (Dione, 2019). The pronoun is analyzed as the head of the free relative, the main verb inside the relative clause being its dependent through the acl:relcl relation (see Fig. 8 ). Unlike in LFG, in UD, the relativizer functions as the head of the structure (taking the verb as its dependent). This difference in approach is problematic for the lifting algorithm, because Rule 1c will match and incorrectly choose the verb as the head of the structure. Likewise, for the P&P algorithm, the main verb and the relative pronoun will not immediately enter in competition at the first stage, as they do not directly share the same co-head set. However, at a later stage, when dependencies are added to other co-heads, the verb will compete with and win over the pronoun, leading to an inaccurate UD analysis.", |
|
"cite_spans": [ |
|
{ |
|
"start": 253, |
|
"end": 272, |
|
"text": "(Butt et al., 1999)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 522, |
|
"end": 528, |
|
"text": "Fig. 8", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Free relatives", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In LFG, there is structure sharing that arises from discourse functions like FOCUS and TOPIC. For instance, in (9), the free relative constituent (as underlined) bears both the TOPIC and OBJ functions of the verb j\u00ebl \"to take\". The object clitic ko is used here as a resumptive pronoun. As the associated f-structure in Figure 10 shows, the topic constituent and the object pronoun share the same index 17. In principle, this structure sharing can be modeled by means of secondary edges (Meurer, 2017) , as is done in some variants of Dependency Grammar to e.g. code functionally bound arguments of the subordinate verb in control constructions. Crucially, the lifting algorithm does not yet implement secondary edges, and therefore typically generates incorrect analyses for structure sharing involving discourse functions: two different arguments are linked to a verb through the same dependency relation, which should be unique. As Figure 11 shows, the main verb j\u00ebl \"take\" has two direct object arguments (dobj), instead of one. Similarly, the P&P algorithm does not include a method that explicitly handles discourse functions, and therefore produces the same error. Fig. 9 : C-structure of (9) Fig. 10 : F-structure of (9) Fig. 11 : Analysis of (9) acc. the lifting algo. Fig. 12 : Correct UD representation of (9)", |
|
"cite_spans": [ |
|
{ |
|
"start": 487, |
|
"end": 501, |
|
"text": "(Meurer, 2017)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 320, |
|
"end": 329, |
|
"text": "Figure 10", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 935, |
|
"end": 944, |
|
"text": "Figure 11", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1172, |
|
"end": 1178, |
|
"text": "Fig. 9", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1200, |
|
"end": 1207, |
|
"text": "Fig. 10", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1229, |
|
"end": 1236, |
|
"text": "Fig. 11", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1278, |
|
"end": 1285, |
|
"text": "Fig. 12", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constituent dislocation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Following the UD guidelines, the correct dependency relation for the free relative in (9) is dislocated (rather than obj), which is appropriate for fronted or postposed elements that do not fullfil the usual core grammatical relations of a sentence. The correct UD representation for (9) is displayed in Figure 12 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 304, |
|
"end": 313, |
|
"text": "Figure 12", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constituent dislocation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Our approach is based on a modified and extended version of existing algorithms. First, the c-structure is transformed step-wise by recursively replacing each non-terminal node by its functional head(s). Then, both the embedding path (as suggested by the lifting algorithm) and the head selection procedure (as suggested by the P&P algorithm) are used to determine the true head. The underlying assumptions of these algorithms were modified where necessary to account for the issues outlined in section 3.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Combined Approach", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The true head of a structure is selected by combining the strategies suggested by the lifting and P&P algorithms, using their agreement as a validation mechanism. In case of divergence, a decision is made about which one should apply, integrating information from the current configuration and POS tags.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Selecting the true head", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The lifting algorithm assigns an empty path to the c-structure co-heads without a corresponding PRED in the f-structure. As this turned out to be problematic for cases involving the lexical verb and the inflectional markers, we did not follow that strategy. Instead, we try to find the path to the PRED for each FH that enters in competition, and consider the path to be null (but not empty!) if the PRED is not found. Thus, we distinguish between null, empty and non-trivial path.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Selecting the true head", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "For instance, if the two functional heads FH1 and FH2 enter in competition, we combine a redefined version of the procedure proposed by the P&P algorithm with the path to the PRED for both FH1 and FH2 to determine the true head. Accordingly, we identify three scenarios. If the FHs have both a null path, then the head selection is solely based on POS information. Otherwise, if FH1 has a null embedding path, and FH2 has an empty one (as illustrated in (1)), the latter is selected as the true head, taking the former as its dependent. Finally, if FH1 has an empty path, and FH2 has a non-trivial one (as is the case with DPs), we follow the lifting algorithm by selecting the FH node with shortest or empty embedding path as the true head and treat the other FH as its dependents. We use the P&P POS-tag based selection procedure to validate our choice, and find that the two algorithms almost always produce the same selection.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Selecting the true head", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The modified version of the lifting algorithm proposed in this paper processes one node at a time referred to as the current nonterminal node (henceforth CNN, highlighted with a box around it in the figures).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Modified lifting algorithm", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "For the CNN, we first check two parameters: (1) the number of the functional heads (FHs), and (2) the number of daughter nodes (DNs).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Modified lifting algorithm", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "In the first case, the CNN has only one DN, but that one is not a FH (see the conjunctive adverbial phrase CONJadvP in Figure 13 ). In this case, the single DN (e.g. CONJadv) is trivially promoted as functional head and lifted up to replace CNN. In the second case, the CNN has two or more DNs, and none of them is a FH, as illustrated by the free relative NP (NPrel) in (11) and its associated c-structure in Figure 14 . In this case, the true head is selected based on the procedure described in section 4.1, which gives the following configuration. First, the noun xaalis wins the competition over the determiner bi and then over the preposition ci. Next, the verb des wins over that noun. When, the NPrel is processed as CNN, the two daughter nodes in competition are the verb and the free relative pronoun li. Finally, we search in the f-structure attributes to check whether the pronoun type is a free relative. If it is the case, we select it as the head and turn the verb into its dependent via the acl:relcl relation. Otherwise, the verb wins over the pronoun and is selected as the true head. Accordingly, the head node is lifted up to replace CNN. The step just described is crucial, as it allows to generate the correct analysis for free relatives in section 3.2.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 119, |
|
"end": 128, |
|
"text": "Figure 13", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 410, |
|
"end": 419, |
|
"text": "Figure 14", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Case 1: One DN, zero FH", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "The CNN has two or more DNs, but only one of them is a FH. Instances of this case include coordination (12) and prepositional phrases (e.g. the PP in Figure 14) . For instance, the nominal coordination (NOMCoord) in Figure 15 has many DNs, but only the conjunction is a FH.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 150, |
|
"end": 160, |
|
"text": "Figure 14)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 216, |
|
"end": 225, |
|
"text": "Figure 15", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Case 3: Many DNs, one FH", |
|
"sec_num": "4.2.3" |
|
}, |
|
{ |
|
"text": "Given this configuration, we first check the type of the phrase, distinguishing four sub-cases. If the structure is a coordination, then we assume the first conjunct to be the true head and append all the other DNs that are not conjunction as its dependents. These dependents are processed in a linear order. For each DN, we check in the node's POS tag whether it is a conjunction, and accordingly, first retrieve the next element of the daughter nodes list to create a dependency relation between that element and the most recent conjunction using the cc relation. Otherwise, we connect the first conjunct and that DN via the conj relation. Finally, the first conjunct is lifted up to replace the CNN.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Case 3: Many DNs, one FH", |
|
"sec_num": "4.2.3" |
|
}, |
|
{ |
|
"text": "Otherwise if the structure is a PP, we then append the FH (i.e. the preposition) as a dependent of one of the other DNs that is selected as the true head based on POS tags (see section 4.1). Otherwise if the structure is a NAMEP, then we inverse the head-dependent relation. In all other cases, we treat the FH as the true head. We turn all but the FH into dependents, and, replace the CNN with the FH. In some cases, the CNN may have up to 5 FHs. For instance, in Figure 16 , the ROOT node has four FHs: CONJadvP, COMMA, ROOTconj and PERIOD. Likewise, in Figure 17 , all the three conjunctions are FHs of NOMCoord. In this case, we first check whether the structure is a coordination, and, accordingly, apply the coordination rules as explained above. Otherwise, we take the set of FHs and apply the procedure described in section 4.1. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 465, |
|
"end": 474, |
|
"text": "Figure 16", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 556, |
|
"end": 565, |
|
"text": "Figure 17", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Case 3: Many DNs, one FH", |
|
"sec_num": "4.2.3" |
|
}, |
|
{ |
|
"text": "To develop our model, we used a relatively small Wolof corpus that contains 510 sentences: (i) 50 sentences distributed within the ParGram group (Butt et al., 2002) , and (ii) 460 sentences drawn from short stories (Ciss\u00e9, 1994; Garros, 1997) . These data were annotated with the Wolof LFG grammar (Dione, 2020) and disambiguated using the LFG Parsebanker (Ros\u00e9n et al., 2009) . This tool supports disambiguation based on discriminants (Carter, 1997) . The disambiguated parses in Prolog format were converted to a TigerXML (Brants et al., 2002) file used to generate the c-structure tree and the f-structure graph. To test our model, we used a different set of 453 sentences extracted from the Wolof LFG treebank (Dione, 2014). These sentences are then annotated semi-automatically in UD v.2 by means of UDPipe (Straka and Strakov\u00e1, 2017) . Subsequent to this, the annotations were corrected manually using UD Annotatrix (Tyers et al., 2018) to ensure parsing quality. The final annotations provide the gold standard set used to assess the performance of the combined approach compared to the lifting and P&P algorithms. Table 1 gives accuracies gained by the different models on the gold standard test set. CLAS computes the labeled score over all relations except relations that relate a function word to a content word (including determiners (det), classifiers (clf ), adpositions (case), auxiliaries (aux,cop), and conjunctions (cc,mark)) as well as punctuations. The Diff column indicates the difference in LAS when excluding function words and punctuations. The scores were computed using the CoNLL 2018 script. The results indicate that the combined approach surpasses both the lifting and P&P algorithms on the Wolof data. The most extreme case is the difference in LAS of ca. 25 percentage points between our model and the lifting algorithm. Common mistakes made by the combined approach mostly involve some free relatives and special constructions like ellipses (which are challenging for all the models). The lifting algorithm made an important number of attachment errors involving function words, in particular verb inflectional markers (hence its low performance). This seems to be confirmed by the relatively high difference value (-4.76) observed when comparing the LAS and CLAS scores. There are also many cases involving content words where the algorithm fails to reverse the head-dependent relation. This is particularly true for free relatives. Likewise, the P&P algorithm also committed some mistakes related to function words (e.g. wrong attachment of punctuations). Compared to the lifting algorithm, errors on functional relations have a less significant and differential impact on the score. The LAS score decreases by only 2.03 when these relations are included. Major errors seem to be caused by wrong attachment of content words, e.g. in structures involving free relatives and dislocation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 145, |
|
"end": 164, |
|
"text": "(Butt et al., 2002)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 215, |
|
"end": 228, |
|
"text": "(Ciss\u00e9, 1994;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 229, |
|
"end": 242, |
|
"text": "Garros, 1997)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 356, |
|
"end": 376, |
|
"text": "(Ros\u00e9n et al., 2009)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 436, |
|
"end": 450, |
|
"text": "(Carter, 1997)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 524, |
|
"end": 545, |
|
"text": "(Brants et al., 2002)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 812, |
|
"end": 839, |
|
"text": "(Straka and Strakov\u00e1, 2017)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 922, |
|
"end": 942, |
|
"text": "(Tyers et al., 2018)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1122, |
|
"end": 1129, |
|
"text": "Table 1", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "This paper has proposed a new approach to automatic conversion of LFG structures to dependency structures. This approach extends existing algorithms, using their inter-agreement as a validation mechanism. It suggests careful reconsideration of the concept of embedding path to better account for c-structure nodes that lack a PRED value at f-structure. This is particularly true for morphologically rich languages. Likewise, adapting the POS based head selection procedure suggested by the P&P algorithm proved to be essential for selecting the true dependency head. Using f-structure information is crucial for modeling language-specific phenomena (e.g. free relatives in Wolof) that are analyzed following a particular choice of the language's grammar. The combined approach also revisited the concept of structure sharing to enable the analysis of dislocated constituents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "6" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "The TIGER treebank", |
|
"authors": [ |
|
{ |
|
"first": "Sabine", |
|
"middle": [], |
|
"last": "Brants", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stefanie", |
|
"middle": [], |
|
"last": "Dipper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Silvia", |
|
"middle": [], |
|
"last": "Hansen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wolfgang", |
|
"middle": [], |
|
"last": "Lezius", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "George", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the workshop on treebanks and linguistic theories", |
|
"volume": "168", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sabine Brants, Stefanie Dipper, Silvia Hansen, Wolfgang Lezius, and George Smith. 2002. The TIGER treebank. In Proceedings of the workshop on treebanks and linguistic theories, volume 168.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Lexical-functional syntax", |
|
"authors": [ |
|
{ |
|
"first": "Joan", |
|
"middle": [], |
|
"last": "Bresnan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joan Bresnan. 2001. Lexical-functional syntax. Blackwell, Oxford.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "A grammar writer's cookbook", |
|
"authors": [ |
|
{ |
|
"first": "Miriam", |
|
"middle": [], |
|
"last": "Butt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tracy", |
|
"middle": [ |
|
"Holloway" |
|
], |
|
"last": "King", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mar\u00eda-Eugenia", |
|
"middle": [], |
|
"last": "Ni\u00f1o", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fr\u00e9d\u00e9rique", |
|
"middle": [], |
|
"last": "Segond", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "CSLI", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Miriam Butt, Tracy Holloway King, Mar\u00eda-Eugenia Ni\u00f1o, and Fr\u00e9d\u00e9rique Segond. 1999. A grammar writer's cookbook. CSLI, Stanford, CA.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The parallel grammar project", |
|
"authors": [ |
|
{ |
|
"first": "Miriam", |
|
"middle": [], |
|
"last": "Butt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Helge", |
|
"middle": [], |
|
"last": "Dyvik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tracy", |
|
"middle": [ |
|
"Holloway" |
|
], |
|
"last": "King", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hiroshi", |
|
"middle": [], |
|
"last": "Masuichi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christian", |
|
"middle": [], |
|
"last": "Rohrer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the COLING02 Workshop on Grammar Engineering and Evaluation", |
|
"volume": "15", |
|
"issue": "", |
|
"pages": "1--7", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Miriam Butt, Helge Dyvik, Tracy Holloway King, Hiroshi Masuichi, and Christian Rohrer. 2002. The paral- lel grammar project. In Proceedings of the COLING02 Workshop on Grammar Engineering and Evaluation, volume 15, pages 1-7. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "The TreeBanker: A tool for supervised training of parsed corpora", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Carter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the Workshop on Computational Environments for Grammar Development and Linguistic Engineering", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "9--15", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David Carter. 1997. The TreeBanker: A tool for supervised training of parsed corpora. In Proceedings of the Workshop on Computational Environments for Grammar Development and Linguistic Engineering, pages 9- 15.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Contes wolof modernes. L'harmattan", |
|
"authors": [ |
|
{ |
|
"first": "Mamadou", |
|
"middle": [], |
|
"last": "Ciss\u00e9", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mamadou Ciss\u00e9. 1994. Contes wolof modernes. L'harmattan.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "XLE documentation. On-line documentation", |
|
"authors": [ |
|
{ |
|
"first": "Dick", |
|
"middle": [], |
|
"last": "Crouch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mary", |
|
"middle": [], |
|
"last": "Dalrymple", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ron", |
|
"middle": [], |
|
"last": "Kaplan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tracy", |
|
"middle": [], |
|
"last": "King", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Maxwell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paula", |
|
"middle": [], |
|
"last": "Newman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dick Crouch, Mary Dalrymple, Ron Kaplan, Tracy King, John Maxwell, and Paula Newman. 2019. XLE docu- mentation. On-line documentation, Palo Alto Research Center (PARC).", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "A morphological analyzer for Wolof using finite-state techniques", |
|
"authors": [ |
|
{ |
|
"first": "Cheikh", |
|
"middle": [], |
|
"last": "Bamba", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dione", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 8th LREC. ELRA", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cheikh Bamba Dione. 2012. A morphological analyzer for Wolof using finite-state techniques. In Proceedings of the 8th LREC. ELRA.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "LFG parse disambiguation for Wolof", |
|
"authors": [ |
|
{ |
|
"first": "Cheikh", |
|
"middle": [], |
|
"last": "Bamba", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dione", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Journal of Language Modelling", |
|
"volume": "2", |
|
"issue": "1", |
|
"pages": "105--165", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cheikh Bamba Dione. 2014. LFG parse disambiguation for Wolof. Journal of Language Modelling, 2(1):105- 165.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Developing universal dependencies for wolof", |
|
"authors": [ |
|
{ |
|
"first": "Cheikh", |
|
"middle": [], |
|
"last": "Bamba", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dione", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the Third Workshop on Universal Dependencies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "12--23", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cheikh Bamba Dione. 2019. Developing universal dependencies for wolof. In Proceedings of the Third Workshop on Universal Dependencies (UDW, SyntaxFest 2019), pages 12-23, Paris, France, 26 August. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Implementation and evaluation of an lfg-based parser for wolof", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Cheikh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Bamba Dione", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of The 12th Language Resources and Evaluation Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5128--5136", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cheikh M. Bamba Dione. 2020. Implementation and evaluation of an lfg-based parser for wolof. In Proceedings of The 12th Language Resources and Evaluation Conference, pages 5128-5136, Marseille, France, May. European Language Resources Association.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Bukkeek \"perigam\" bu xonq: tee\u00f1 yi", |
|
"authors": [], |
|
"year": 1997, |
|
"venue": "Dakar: SIL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nataali Dominik Garros, editor. 1997. Bukkeek \"perigam\" bu xonq: tee\u00f1 yi. Dakar: SIL; Paris: EDICEF.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Wolof phonology and morphology", |
|
"authors": [ |
|
{ |
|
"first": "Omar", |
|
"middle": [], |
|
"last": "Ka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Omar Ka. 1994. Wolof phonology and morphology. University Press of America, Lanham, Maryland.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Lexical-functional grammar: A formal system for grammatical representation", |
|
"authors": [ |
|
{ |
|
"first": "Ron", |
|
"middle": [], |
|
"last": "Kaplan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joan", |
|
"middle": [], |
|
"last": "Bresnan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "173--281", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ron Kaplan and Joan Bresnan. 1982. Lexical-functional grammar: A formal system for grammatical representa- tion. In Joan Bresnan, editor, The mental representation of grammatical relations, pages 173-281. MIT Press, Cambridge, MA.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "From LFG structures to dependency relations", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Meurer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Bergen Language and Linguistics Studies", |
|
"volume": "8", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul Meurer. 2017. From LFG structures to dependency relations. Bergen Language and Linguistics Studies, 8(1).", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Phonologie et morphologie des alternances en wolof", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Moussa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ndiaye", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Moussa D. Ndiaye. 1995. Phonologie et morphologie des alternances en wolof. Ph.D. thesis, University of Quebec.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"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": "Hajic", |
|
"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": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of LREC 2016", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joakim Nivre, Marie-Catherine de Marneffe, Filip Ginter, Yoav Goldberg, Jan Hajic, 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 LREC 2016. ELRA, may.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "From lexical functional grammar to enhanced universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "Agnieszka", |
|
"middle": [], |
|
"last": "Patejuk", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Przepi\u00f3rkowski", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Agnieszka Patejuk and Adam Przepi\u00f3rkowski. 2018. From lexical functional grammar to enhanced universal dependencies. Polish Academy of Sciences, Institute of Computer Science.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "From lexical functional grammar to enhanced universal dependencies. Language Resources and Evaluation", |
|
"authors": [ |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Przepi\u00f3rkowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Agnieszka", |
|
"middle": [], |
|
"last": "Patejuk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--37", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Adam Przepi\u00f3rkowski and Agnieszka Patejuk. 2018. From lexical functional grammar to enhanced universal dependencies. Language Resources and Evaluation, pages 1-37.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "LFG parsebanker: A toolkit for building and searching a treebank as a parsed corpus", |
|
"authors": [ |
|
{ |
|
"first": "Victoria", |
|
"middle": [], |
|
"last": "Ros\u00e9n", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Meurer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Koenraad", |
|
"middle": [], |
|
"last": "De Smedt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the 7th International Workshop on Treebanks and Linguistic Theories (TLT7)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "127--133", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Victoria Ros\u00e9n, Paul Meurer, and Koenraad de Smedt. 2009. LFG parsebanker: A toolkit for building and search- ing a treebank as a parsed corpus. In Frank Van Eynde, Anette Frank, Gertjan van Noord, and Koenraad De Smedt, editors, Proceedings of the 7th International Workshop on Treebanks and Linguistic Theories (TLT7), pages 127-133, Utrecht. LOT.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Tokenizing, pos tagging, lemmatizing and parsing ud 2.0 with udpipe", |
|
"authors": [ |
|
{ |
|
"first": "Milan", |
|
"middle": [], |
|
"last": "Straka", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jana", |
|
"middle": [], |
|
"last": "Strakov\u00e1", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "88--99", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Milan Straka and Jana Strakov\u00e1. 2017. Tokenizing, pos tagging, lemmatizing and parsing ud 2.0 with udpipe. In Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 88-99, Vancouver, Canada, August. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "UD Annotatrix: An annotation tool for universal dependencies", |
|
"authors": [ |
|
{ |
|
"first": "Mariya", |
|
"middle": [], |
|
"last": "Francis M Tyers", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [ |
|
"North" |
|
], |
|
"last": "Sheyanova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Washington", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 16th Conference on Treebanks and Linguistic Theories", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Francis M Tyers, Mariya Sheyanova, and Jonathan North Washington. 2018. UD Annotatrix: An annotation tool for universal dependencies. In Proceedings of the 16th Conference on Treebanks and Linguistic Theories.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "LFG without c-structures", |
|
"authors": [ |
|
{ |
|
"first": "Jennifer", |
|
"middle": [], |
|
"last": "Ozlem \u00c7 Etinoglu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joakim", |
|
"middle": [], |
|
"last": "Foster", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Deirdre", |
|
"middle": [], |
|
"last": "Nivre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aoife", |
|
"middle": [], |
|
"last": "Hogan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Cahill", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Van Genabith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the Ninth International Workshop on Treebanks and Linguistic Theories", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "43--54", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ozlem \u00c7 etinoglu, Jennifer Foster, Joakim Nivre, Deirdre Hogan, Aoife Cahill, and Josef van Genabith. 2010. LFG without c-structures. In Proceedings of the Ninth International Workshop on Treebanks and Linguistic Theories (TLT 9), page 43-54, Tartu, Estonia.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Cross-framework parser stacking for data-driven dependency parsing", |
|
"authors": [ |
|
{ |
|
"first": "Lilja", |
|
"middle": [], |
|
"last": "\u00d8vrelid", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonas", |
|
"middle": [], |
|
"last": "Kuhn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathrin", |
|
"middle": [], |
|
"last": "Spreyer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "TAL", |
|
"volume": "50", |
|
"issue": "3", |
|
"pages": "109--138", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lilja \u00d8vrelid, Jonas Kuhn, and Kathrin Spreyer. 2009. Cross-framework parser stacking for data-driven depen- dency parsing. TAL, 50(3):109-138.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF1": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "Fig. 1: C-structure of (1)", |
|
"num": null |
|
}, |
|
"FIGREF3": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "Dependency of (7) acc. the lifting algo.Fig. 6: Dependency of (1) acc. the lifting algo.", |
|
"num": null |
|
}, |
|
"FIGREF4": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "((all) the people) who started the tractor.\"", |
|
"num": null |
|
}, |
|
"FIGREF5": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "Fig. 8: Final UD representation of (8)", |
|
"num": null |
|
}, |
|
"FIGREF6": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "from the money, the children took it.\"", |
|
"num": null |
|
}, |
|
"FIGREF7": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "CONJadvP has only 1 DN, and zero FH 4.2.2 Case 2: Many DNs, zero FH", |
|
"num": null |
|
}, |
|
"FIGREF8": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "NPrel has 2 DNs, but none of them is FH", |
|
"num": null |
|
}, |
|
"FIGREF9": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "Fig. 15: Handling coordination", |
|
"num": null |
|
}, |
|
"FIGREF10": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"text": "meetings, the lectures, the dispute and all this\" Lit.: \"The secret meetings and the lectures and the dispute and all this\"", |
|
"num": null |
|
}, |
|
"TABREF3": { |
|
"content": "<table/>", |
|
"type_str": "table", |
|
"num": null, |
|
"html": null, |
|
"text": "Evaluation scores for the Wolof test treebank" |
|
} |
|
} |
|
} |
|
} |