ACL-OCL / Base_JSON /prefixU /json /udw /2020.udw-1.2.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:10:57.620329Z"
},
"title": "Parsing in the absence of related languages: Evaluating low-resource dependency parsers on Tagalog",
"authors": [
{
"first": "Angelina",
"middle": [],
"last": "Aquino",
"suffix": "",
"affiliation": {
"laboratory": "Digital Signal Processing Laboratory",
"institution": "Institute University of the Philippines",
"location": {
"settlement": "Diliman, Quezon City",
"country": "Philippines"
}
},
"email": "[email protected]"
},
{
"first": "Franz",
"middle": [],
"last": "De Leon",
"suffix": "",
"affiliation": {
"laboratory": "Digital Signal Processing Laboratory",
"institution": "Institute University of the Philippines",
"location": {
"settlement": "Diliman, Quezon City",
"country": "Philippines"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Cross-lingual and multilingual methods have been widely suggested as options for dependency parsing of low-resource languages; however, these typically require the use of annotated data in related high-resource languages. In this paper, we evaluate the performance of these methods versus monolingual parsing of Tagalog, an Austronesian language which shares little typological similarity with any existing high-resource languages. We show that a monolingual model developed on minimal target language data consistently outperforms all cross-lingual and multilingual models when no closely-related sources exist for a low-resource language.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "Cross-lingual and multilingual methods have been widely suggested as options for dependency parsing of low-resource languages; however, these typically require the use of annotated data in related high-resource languages. In this paper, we evaluate the performance of these methods versus monolingual parsing of Tagalog, an Austronesian language which shares little typological similarity with any existing high-resource languages. We show that a monolingual model developed on minimal target language data consistently outperforms all cross-lingual and multilingual models when no closely-related sources exist for a low-resource language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Dependency parsing is a fundamental component of many natural language understanding (Roth and Lapata, 2016; Zhang et al., 2018) and machine translation systems (Ding and Palmer, 2005; Chen et al., 2017) . State-of-the-art parsers which annotate syntactic dependencies from raw text have achieved high accuracy for languages with large datasets but continue to yield poor results for low-resource languages which have little to no annotated data (Zeman et al., 2018) .",
"cite_spans": [
{
"start": 85,
"end": 108,
"text": "(Roth and Lapata, 2016;",
"ref_id": "BIBREF30"
},
{
"start": 109,
"end": 128,
"text": "Zhang et al., 2018)",
"ref_id": "BIBREF39"
},
{
"start": 161,
"end": 184,
"text": "(Ding and Palmer, 2005;",
"ref_id": "BIBREF8"
},
{
"start": 185,
"end": 203,
"text": "Chen et al., 2017)",
"ref_id": "BIBREF6"
},
{
"start": 446,
"end": 466,
"text": "(Zeman et al., 2018)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Various methods have been proposed to solve the problem of dependency parsing in a low-resource setting, including cross-lingual transfer (Zeman and Resnik, 2008; McDonald et al., 2011) , multilingual modeling (Duong et al., 2015; Ammar et al., 2016) , and annotation projection (Hwa et al., 2002; Agi\u0107 et al., 2016) . These methods have been shown to be effective on target languages when datasets (such as treebanks and parallel corpora) are readily available for closely-related source languages; however, would the same hold true in the absence of related language data?",
"cite_spans": [
{
"start": 138,
"end": 162,
"text": "(Zeman and Resnik, 2008;",
"ref_id": "BIBREF35"
},
{
"start": 163,
"end": 185,
"text": "McDonald et al., 2011)",
"ref_id": "BIBREF22"
},
{
"start": 210,
"end": 230,
"text": "(Duong et al., 2015;",
"ref_id": "BIBREF11"
},
{
"start": 231,
"end": 250,
"text": "Ammar et al., 2016)",
"ref_id": "BIBREF4"
},
{
"start": 279,
"end": 297,
"text": "(Hwa et al., 2002;",
"ref_id": "BIBREF18"
},
{
"start": 298,
"end": 316,
"text": "Agi\u0107 et al., 2016)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Such is the problem for Tagalog, an Austronesian language of the Philippines with over 25 million speakers worldwide (Eberhard et al., 2020) . Despite its widespread use in both spoken and digital domains, it remains largely under-resourced, lacking basic language processing resources such as syntactic treebanks and parsers. Moreover, while dependency treebanks are available for Indonesian, another Austronesian language, the extensive phylogenetic distance between the two languages (Greenhill and Gray, 2009; Reid, 2018) suggests that Indonesian may have too many typological differences to serve as an effective source language for Tagalog.",
"cite_spans": [
{
"start": 117,
"end": 140,
"text": "(Eberhard et al., 2020)",
"ref_id": null
},
{
"start": 487,
"end": 513,
"text": "(Greenhill and Gray, 2009;",
"ref_id": "BIBREF17"
},
{
"start": 514,
"end": 525,
"text": "Reid, 2018)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we investigate the performance on Tagalog of three strategies for low-resource dependency parsing: monolingual modeling (using only minimal target language data), cross-lingual modeling (using only data from similar source languages), and multilingual modeling (using data from both target and non-target languages). We present a new Tagalog dependency treebank on which to train and test these approaches together with available treebanks from the Universal Dependencies (UD) project (Zeman et al., 2020) , and compare our results to those of previous studies.",
"cite_spans": [
{
"start": 500,
"end": 520,
"text": "(Zeman et al., 2020)",
"ref_id": "BIBREF38"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To our knowledge, only two dependency treebanks for Tagalog have been created prior to this work. The first is the Tagalog Dependency Treebank (Manguilimotan and Matsumoto, 2011) , which includes 2,500 sentences annotated with part-of-speech (POS) tags and dependency heads for each word. However, the treebank does not contain labels for dependency relations, nor any other levels of annotation. The second is the TRG treebank (Samson, 2018) released as part of UD since version 2.2. The treebank contains 55 sentences taken from grammar examples in the Tagalog Reference Grammar (Schachter and Otanes, 1972) . Upon inspection, we found that most of these were simple declarative sentences which used the basic predicate-initial word order of Tagalog and contained only one or two arguments. Moreover, the treebank did not contain any examples of other sentence types such as compound sentences, interrogatives, and imperatives, nor of common grammatical components such as adjectival modifiers and plural forms. Table 1 provides a summary of parsing results previously reported for these treebanks.",
"cite_spans": [
{
"start": 143,
"end": 178,
"text": "(Manguilimotan and Matsumoto, 2011)",
"ref_id": "BIBREF21"
},
{
"start": 428,
"end": 442,
"text": "(Samson, 2018)",
"ref_id": "BIBREF31"
},
{
"start": 581,
"end": 609,
"text": "(Schachter and Otanes, 1972)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [
{
"start": 1014,
"end": 1021,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Tagalog treebank. In order to properly assess the performance of a dependency parser on a target language, we need to have a treebank available in that language which more extensively captures its grammatical complexities and contains universally comparable annotations. Since neither of the previous Tagalog treebanks fulfill both requirements, we developed Ugnayan, a new Tagalog dependency treebank manually annotated in the UD framework. The treebank currently consists of 94 sentences (1011 tokens) taken from educational texts (Almario and Tan, 2016). These sentences include examples of various syntactic phenomena such as compound and complex sentences, clausal modifiers, question forms, and sentence inversion.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Language data",
"sec_num": "3"
},
{
"text": "Source treebanks. To train the cross-lingual and multilingual models, we also needed to identify which UD languages with available training data are most similar to Tagalog. For this, we used a WALSreliant distance measure, which compares the typological similarity of a source language S and a target language T based on their features as described in the World Atlas for Language Structures (Dryer and Haspelmath, 2013) . We use the distance measure defined by Agi\u0107 (2017) as the Hamming distance d h between the WALS feature vectors v S and v T for the source and target languages, normalized with respect to the number of features f S,T which are non-empty for both S and T . The resulting WALS measure d W is given as:",
"cite_spans": [
{
"start": 393,
"end": 421,
"text": "(Dryer and Haspelmath, 2013)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Language data",
"sec_num": "3"
},
{
"text": "d W (S, T ) = d h (v S ,v T ) f S,T",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Language data",
"sec_num": "3"
},
{
"text": "Using this measure, we found that the five closest source languages for Tagalog included Indonesian (the only other Austronesian UD language), Vietnamese (the only Austro-Asiatic UD language), and three Indo-European languages: Ukrainian, Romanian, and Catalan (see Table 2 ). Interestingly, we also found that Tagalog was not among the five most similar sources for any of the languages above. Unsurprisingly, Ukrainian was much closer to its Slavic neighbors with distances well below 0.2, while Romanian and Catalan were all within distances of 0.3 of other Romance languages. But even among the Asian sources, Indonesian and Vietnamese were much closer to each other, to Mandarin, and even to other Indo-European languages than they were to Tagalog. This supports the findings by Georgi et al. (2010) that phylogenetic relatedness does not guarantee typological similarity. For our cross-lingual modeling, we selected all UD v2.6 treebanks with available train and dev sets in the source languages identified above. We also decided to train a model on the Tagalog TRG treebank as a point of comparison. We report the sizes of these data sets in Table 3 .",
"cite_spans": [
{
"start": 784,
"end": 804,
"text": "Georgi et al. (2010)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 266,
"end": 273,
"text": "Table 2",
"ref_id": "TABREF3"
},
{
"start": 1149,
"end": 1156,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Language data",
"sec_num": "3"
},
{
"text": "T Tagalog d W Indonesian d W Ukrainian d W Vietnamese d W Romanian d W Catalan d W S",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Language data",
"sec_num": "3"
},
{
"text": "Methodology. To train parsing models on the treebanks above, we used UDPipe (Straka and Strakov\u00e1, 2017) , a pipeline for processing of CoNLL-U treebanks which has served as the baseline system in several CoNLL UD Shared Tasks Zeman et al., 2018) . We trained cross-lingual models for each of the identified source treebanks using their specified train and dev partitions, as well as a model using all test data in TRG, and tested these models on all test data in Ugnayan. We performed tenfold cross-validation to evaluate monolingual models trained on Ugnayan, with a train/dev/test partition of roughly 80/10/10 for each iteration. We also used cross-validation on the multilingual models, which were trained using each of the ten Ugnayan train/dev partitions combined with the individual source treebanks, and tested on the ten Ugnayan test partitions. We used the default settings on UDPipe 3.1 for all training and testing instances.",
"cite_spans": [
{
"start": 76,
"end": 103,
"text": "(Straka and Strakov\u00e1, 2017)",
"ref_id": "BIBREF33"
},
{
"start": 226,
"end": 245,
"text": "Zeman et al., 2018)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "We then investigated the performance on Ugnayan of the two approaches previously applied to TRG as described in Section 2 by evaluating the pre-trained Indonesian model of Stanza (previously Stan-fordNLP), a neural pipeline developed by Qi et al. (2020) which reportedly outperforms all submissions to the CoNLL 2018 UD Shared Task for the low-resource categories on all metrics. We selected this as an approximation of the neural parser used by Dehouck & Denis (2019) , which was based on the parser of Dozat et al. (2017) currently integrated into Stanza. We also evaluated an updated version of UDify, the multilingual parser by Kondratyuk & Straka (2019) .",
"cite_spans": [
{
"start": 237,
"end": 253,
"text": "Qi et al. (2020)",
"ref_id": "BIBREF27"
},
{
"start": 446,
"end": 468,
"text": "Dehouck & Denis (2019)",
"ref_id": "BIBREF7"
},
{
"start": 504,
"end": 523,
"text": "Dozat et al. (2017)",
"ref_id": "BIBREF9"
},
{
"start": 632,
"end": 658,
"text": "Kondratyuk & Straka (2019)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "Results. the F 1 scores automatically generated by each of the three parsers on the following tasks: token, word, and sentence tokenization, universal part-of-speech tagging, lemmatization, unlabeled attachment, and labeled attachment. Since the Ugnayan treebank currently does not contain features or language-specific part-of-speech tags, metrics involving those annotations were excluded from the report. For the monolingual and multilingual models trained on Ugnayan data, we present the average scores across ten iterations for cross-validation. We find that the monolingual Ugnayan models, each trained on less than 90 sentences (or approximately 900 tokens), outperform all other models on the tagging and parsing tasks, and are surpassed only by the Tagalog-Indonesian mixed model on sentence tokenization. These results support the hypothesis by Zeman that \"You can actually train a parser and get over 50% accuracy for many languages with just about 100 sentences,\" which has previously been shown for Indian languages (Ramasamy, 2014) , Galician (Garcia et al., 2018) , and Faroese (Meechan-Maddon and Nivre, 2019). Garrette and Baldridge (2013) have achieved similar POS tagging performance for Kinyarwanda and Malagasy using similarly limited annotation and graph-based label propagation onto larger amounts of raw text; here we show that supervised modeling using only limited annotation can yield good results.",
"cite_spans": [
{
"start": 1029,
"end": 1045,
"text": "(Ramasamy, 2014)",
"ref_id": "BIBREF28"
},
{
"start": 1057,
"end": 1078,
"text": "(Garcia et al., 2018)",
"ref_id": "BIBREF14"
},
{
"start": 1127,
"end": 1156,
"text": "Garrette and Baldridge (2013)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "We also observe that the cross-lingual models in particular score much lower than the Ugnayan models or any of the multilingual models on the UPOS, UAS, and LAS metrics. Interestingly, the multilingual models, which use Ugnayan training data together with each of the cross-lingual source treebanks, yield consistently lower accuracy than the monolingual models alone. This runs contrary to the findings of Meechan-Maddon & Nivre (2019) who observed that adding related language data to train a multilingual model further improves parsing accuracy. These results suggest that the typological distance between Tagalog and any of its closest UD languages may be too great for the latter to be useful as cross-lingual or multilingual source languages out of the box, and that upweighting of the Ugnayan data may be necessary to account for the size difference between the source and target training corpora.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "As for the pre-trained parsers, the Stanza Indonesian model slightly outperforms its UDPipe equivalent on sentence tokenization, POS tagging, and lemmatization, while underperforming on UAS and LAS. Because of the large discrepancy between these results and the 70.89% UAS & 50.38% LAS previously reported for parsing TRG using an Indonesian-only model (Dehouck and Denis, 2019), we further investigated the performance of Indonesians models on both Ugnayan and TRG when gold tokenization and gold tags are made available. We found that UAS and LAS higher than 50% were achievable only with gold tags for both treebanks, and that these results could not be matched when parsing from raw text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "On the other hand, the UDify universal model outperforms all cross-lingual models and even the monolingual TRG model on all tagging and parsing tasks. This is quite remarkable, considering that no annotated Tagalog data was used to train the UDify model, although the availability of gold tokenization may have yielded a performance improvement compared to the other models which parse from raw text. These support the results of Kondratyuk & Straka (2019) which show that UDify's BERT pretraining and multilingual learning produce reasonably high scores even in a zero-resource setting.",
"cite_spans": [
{
"start": 430,
"end": 456,
"text": "Kondratyuk & Straka (2019)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of parsing models",
"sec_num": "4"
},
{
"text": "Performance on cross-domain data. So far, the experiments we have described above involved the use of Tagalog training and test data from the same corpus (Ugnayan) and domain (educational text). However, as Plank and Agi\u0107 (2018) have observed, in-domain training naturally results in better performance than the cross-domain scenario for the same amount of data. To test the cross-domain performance of the Ugnayan model, we annotated an additional 7 sentences (265 tokens) of Tagalog news text, and evaluated each of the single-language UDPipe models above on this new dataset. We found that the tagging and parsing results of the Ugnayan model on the news dataset were significantly lower than the in-domain results (see Table 5a ). But comparatively, the Ugnayan model still far surpassed any of the other single-language models: Tagalog-TRG achieved the closest scores for each task, followed ID-GSD for UPOS, RO-Nonstandard for UAS, and RO-RRT for LAS respectively. Aside from the dissimilarity of content between domains, the decrease in performance may be attributed to the length of the news sentences-each at least thrice as long as the average sentence in the Ugnayan treebank. On historical contact and lexical similarity. In addition to cognates within the Austronesian language family, the Tagalog language is known to have incorporated many loanwords from both Spanish and English as a result of colonial occupation and, in the case of the latter, continued use within the country. To check whether either of these would be viable source languages, we trained single-language UDPipe models using the Spanish and English PUD treebanks. The results were roughly at par with the other source languages tested above (see Table 5b ). We also trained a multilingual model using the combination of PUD treebanks for Spanish, English, and Indonesian (to account for Malay cognates), but found no significant improvement. More complex parsing models such as those proposed for codeswitching (Partanen et al., 2018; Bhat et al., 2018) may be necessary to effectively utilize these treebanks for Tagalog parsing.",
"cite_spans": [
{
"start": 207,
"end": 228,
"text": "Plank and Agi\u0107 (2018)",
"ref_id": "BIBREF26"
},
{
"start": 1996,
"end": 2019,
"text": "(Partanen et al., 2018;",
"ref_id": "BIBREF25"
},
{
"start": 2020,
"end": 2038,
"text": "Bhat et al., 2018)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 723,
"end": 731,
"text": "Table 5a",
"ref_id": "TABREF8"
},
{
"start": 1731,
"end": 1739,
"text": "Table 5b",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Extended analysis",
"sec_num": "5"
},
{
"text": "Parsing from gold-tagged data. This paper has largely focused on UD parsing from raw text. In a low-resource context, however, if good POS tagging performance can be achieved for the target language independent of treebank data, delexicalized parsing (which uses only POS tags as input) has been widely thought of as a suitable parsing strategy. In relation to this, we compare the performance of the singlelanguage models when parsing with gold tags available for all test tokens. In contrast, the Ugnayan model achieves the best performance on both in-corpus and news data (see Tables 5c and 5d ), outperforming all other single-language models in both cases by a comfortable margin; the next-best source model was English-PUD for both tasks and test sets. These provide partial support for the findings of Falenska and \u00c7 etinoglu (2017) , who have demonstrated that lexicalized parsing with limited target data generally outperforms delexicalized parsing with large amounts of source data when no good sources for the target language exist.",
"cite_spans": [
{
"start": 809,
"end": 839,
"text": "Falenska and \u00c7 etinoglu (2017)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 580,
"end": 596,
"text": "Tables 5c and 5d",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Extended analysis",
"sec_num": "5"
},
{
"text": "We have evaluated the performance of monolingual, cross-lingual, and multilingual parsing models on Ugnayan, a new Universal Dependencies treebank for the Tagalog language, given the task of dependency parsing from raw text. We have also identified potential source treebanks for the cross-lingual and multilingual models by measuring the typological similarity between Tagalog and existing high-resource UD languages. We find that a monolingual model trained on roughly 900 tokens of annotated target language data yields better performance than cross-lingual or multilingual models trained on 20,000 or more tokens of annotated data in other high-resource languages if these source languages exhibit low similarity to the target language. We also find that when no annotated training data is available for a target language, a model pre-trained on high-quality multilingual embeddings can give reasonable performance over cross-lingual models trained on individual source languages. We conclude that, when developing a parser for a low-resource language in the absence of any annotations for closely related languages, even a minimal amount of target language annotation greatly improves parsing performance over alternative methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We currently plan to expand the Ugnayan treebank in both size and scope, with additional annotations for morphological features and language-specific relation subtypes. Further investigation is warranted on the effects of domain coverage, lexical similarity, and word order differences (Ahmad et al., 2019) on parsing performance, as well as the application of other methods such as data augmentation (Vania et al., 2019) and annotation transfer using parallel corpora (Ma and Xia, 2014) in parser modeling.",
"cite_spans": [
{
"start": 286,
"end": 306,
"text": "(Ahmad et al., 2019)",
"ref_id": "BIBREF2"
},
{
"start": 401,
"end": 421,
"text": "(Vania et al., 2019)",
"ref_id": "BIBREF34"
},
{
"start": 469,
"end": 487,
"text": "(Ma and Xia, 2014)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "This work is supported by the U.P. Teaching Assistantship Program. We thank Adrian Vidal, Herlan Benitez, and four anonymous reviewers for their incisive comments and valuable suggestions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Multilingual projection for parsing truly low-resource languages",
"authors": [
{
"first": "Zeljko",
"middle": [],
"last": "Agi\u0107",
"suffix": ""
},
{
"first": "Anders",
"middle": [],
"last": "Johannsen",
"suffix": ""
},
{
"first": "Barbara",
"middle": [],
"last": "Plank",
"suffix": ""
},
{
"first": "Natalie",
"middle": [],
"last": "H\u00e9ctor Mart\u00ednez Alonso",
"suffix": ""
},
{
"first": "Anders",
"middle": [],
"last": "Schluter",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "S\u00f8gaard",
"suffix": ""
}
],
"year": 2016,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "4",
"issue": "",
"pages": "301--312",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zeljko Agi\u0107, Anders Johannsen, Barbara Plank, H\u00e9ctor Mart\u00ednez Alonso, Natalie Schluter, and Anders S\u00f8gaard. 2016. Multilingual projection for parsing truly low-resource languages. Transactions of the Association for Computational Linguistics, 4:301-312.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Cross-lingual parser selection for low-resource languages",
"authors": [],
"year": 2017,
"venue": "Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017)",
"volume": "",
"issue": "",
"pages": "1--10",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zeljko Agi\u0107. 2017. Cross-lingual parser selection for low-resource languages. In Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017), pages 1-10, Gothenburg, Sweden, May. Association for Computational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "On difficulties of cross-lingual transfer with order differences: A case study on dependency parsing",
"authors": [
{
"first": "Wasi",
"middle": [],
"last": "Ahmad",
"suffix": ""
},
{
"first": "Zhisong",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Xuezhe",
"middle": [],
"last": "Ma",
"suffix": ""
},
{
"first": "Eduard",
"middle": [],
"last": "Hovy",
"suffix": ""
},
{
"first": "Kai-Wei",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Nanyun",
"middle": [],
"last": "Peng",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "2440--2452",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wasi Ahmad, Zhisong Zhang, Xuezhe Ma, Eduard Hovy, Kai-Wei Chang, and Nanyun Peng. 2019. On difficulties of cross-lingual transfer with order differences: A case study on dependency parsing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 2440-2452, Minneapolis, Minnesota, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Leveled Readers in Filipino -Isang Kakaibang Araw -Alamin Natin ang mga Anyong-Tubig sa Pilipinas! Department of Education",
"authors": [
{
"first": "Ani",
"middle": [],
"last": "Rosa Almario",
"suffix": ""
},
{
"first": "Yvette",
"middle": [],
"last": "Tan",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ani Rosa Almario and Yvette Tan. 2016. Leveled Readers in Filipino -Isang Kakaibang Araw -Alamin Natin ang mga Anyong-Tubig sa Pilipinas! Department of Education, Philippines.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Many languages, one parser",
"authors": [
{
"first": "Waleed",
"middle": [],
"last": "Ammar",
"suffix": ""
},
{
"first": "George",
"middle": [],
"last": "Mulcaire",
"suffix": ""
},
{
"first": "Miguel",
"middle": [],
"last": "Ballesteros",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": ""
}
],
"year": 2016,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "4",
"issue": "",
"pages": "431--444",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Waleed Ammar, George Mulcaire, Miguel Ballesteros, Chris Dyer, and Noah A. Smith. 2016. Many languages, one parser. Transactions of the Association for Computational Linguistics, 4:431-444.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Universal dependency parsing for Hindi-English code-switching",
"authors": [
{
"first": "Irshad",
"middle": [],
"last": "Bhat",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Riyaz",
"suffix": ""
},
{
"first": "Manish",
"middle": [],
"last": "Bhat",
"suffix": ""
},
{
"first": "Dipti",
"middle": [],
"last": "Shrivastava",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sharma",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "987--998",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Irshad Bhat, Riyaz A. Bhat, Manish Shrivastava, and Dipti Sharma. 2018. Universal dependency parsing for Hindi-English code-switching. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers), pages 987-998, New Orleans, Louisiana, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Improved neural machine translation with a syntax-aware encoder and decoder",
"authors": [
{
"first": "Huadong",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Shujian",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Chiang",
"suffix": ""
},
{
"first": "Jiajun",
"middle": [],
"last": "Chen",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1936--1945",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Huadong Chen, Shujian Huang, David Chiang, and Jiajun Chen. 2017. Improved neural machine translation with a syntax-aware encoder and decoder. In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1936-1945, Vancouver, Canada, July. Association for Computational Linguistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Phylogenic multi-lingual dependency parsing",
"authors": [
{
"first": "Mathieu",
"middle": [],
"last": "Dehouck",
"suffix": ""
},
{
"first": "Pascal",
"middle": [],
"last": "Denis",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "192--203",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mathieu Dehouck and Pascal Denis. 2019. Phylogenic multi-lingual dependency parsing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 192-203, Minneapolis, Minnesota, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Machine translation using probabilistic synchronous dependency insertion grammars",
"authors": [
{
"first": "Yuan",
"middle": [],
"last": "Ding",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)",
"volume": "",
"issue": "",
"pages": "541--548",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yuan Ding and Martha Palmer. 2005. Machine translation using probabilistic synchronous dependency inser- tion grammars. In Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05), pages 541-548, Ann Arbor, Michigan, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Stanford's graph-based neural dependency parser at the CoNLL 2017 shared task",
"authors": [
{
"first": "Timothy",
"middle": [],
"last": "Dozat",
"suffix": ""
},
{
"first": "Peng",
"middle": [],
"last": "Qi",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "20--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Timothy Dozat, Peng Qi, and Christopher D. Manning. 2017. Stanford's graph-based neural dependency parser at the CoNLL 2017 shared task. In Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 20-30, Vancouver, Canada, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Low resource dependency parsing: Cross-lingual parameter sharing in a neural network parser",
"authors": [
{
"first": "Long",
"middle": [],
"last": "Duong",
"suffix": ""
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": ""
},
{
"first": "Steven",
"middle": [],
"last": "Bird",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing",
"volume": "2",
"issue": "",
"pages": "845--850",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Long Duong, Trevor Cohn, Steven Bird, and Paul Cook. 2015. Low resource dependency parsing: Cross-lingual parameter sharing in a neural network parser. In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 2: Short Papers), pages 845-850, Beijing, China, July. Association for Computational Linguistics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Lexicalized vs. delexicalized parsing in low-resource scenarios",
"authors": [
{
"first": "Agnieszka",
"middle": [],
"last": "Falenska",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Etinoglu",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 15th International Conference on Parsing Technologies",
"volume": "",
"issue": "",
"pages": "18--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Agnieszka Falenska and\u00d6zlem \u00c7 etinoglu. 2017. Lexicalized vs. delexicalized parsing in low-resource scenar- ios. In Proceedings of the 15th International Conference on Parsing Technologies, pages 18-24, Pisa, Italy, September. Association for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "New treebank or repurposed? on the feasibility of cross-lingual parsing of Romance languages with Universal Dependencies",
"authors": [
{
"first": "Marcos",
"middle": [],
"last": "Garcia",
"suffix": ""
},
{
"first": "Carlos",
"middle": [],
"last": "G\u00f3mez-Rodr\u00edguez",
"suffix": ""
},
{
"first": "Miguel",
"middle": [
"A"
],
"last": "Alonso",
"suffix": ""
}
],
"year": 2018,
"venue": "Natural Language Engineering",
"volume": "24",
"issue": "1",
"pages": "91--122",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcos Garcia, Carlos G\u00f3mez-Rodr\u00edguez, and Miguel A. Alonso. 2018. New treebank or repurposed? on the feasibility of cross-lingual parsing of Romance languages with Universal Dependencies. Natural Language Engineering, 24(1):91-122.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Learning a part-of-speech tagger from two hours of annotation",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Garrette",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Baldridge",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "138--147",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dan Garrette and Jason Baldridge. 2013. Learning a part-of-speech tagger from two hours of annotation. In Pro- ceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguis- tics: Human Language Technologies, pages 138-147, Atlanta, Georgia, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Comparing language similarity across genetic and typologicallybased groupings",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Georgi",
"suffix": ""
},
{
"first": "Fei",
"middle": [],
"last": "Xia",
"suffix": ""
},
{
"first": "William",
"middle": [],
"last": "Lewis",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "385--393",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ryan Georgi, Fei Xia, and William Lewis. 2010. Comparing language similarity across genetic and typologically- based groupings. In Proceedings of the 23rd International Conference on Computational Linguistics (Coling 2010), pages 385-393, Beijing, China, August. Coling 2010 Organizing Committee.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Austronesian language phylogenies: myths and misconceptions about Bayesian computational methods",
"authors": [
{
"first": "J",
"middle": [],
"last": "Simon",
"suffix": ""
},
{
"first": "Russell",
"middle": [
"D"
],
"last": "Greenhill",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Gray",
"suffix": ""
}
],
"year": 2009,
"venue": "Austronesian Historical Linguistics and Culture History: A festschrift for Robert Blust, chapter 22",
"volume": "",
"issue": "",
"pages": "375--398",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Simon J. Greenhill and Russell D. Gray. 2009. Austronesian language phylogenies: myths and misconcep- tions about Bayesian computational methods. In Alexander Adelaar and Andrew Pawley, editors, Austronesian Historical Linguistics and Culture History: A festschrift for Robert Blust, chapter 22, pages 375-398. Pacific Linguistics, Canberra, Australia.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Evaluating translational correspondence using annotation projection",
"authors": [
{
"first": "Rebecca",
"middle": [],
"last": "Hwa",
"suffix": ""
},
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
},
{
"first": "Amy",
"middle": [],
"last": "Weinberg",
"suffix": ""
},
{
"first": "Okan",
"middle": [],
"last": "Kolak",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "392--399",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rebecca Hwa, Philip Resnik, Amy Weinberg, and Okan Kolak. 2002. Evaluating translational correspondence using annotation projection. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 392-399, Philadelphia, Pennsylvania, USA, July. Association for Computational Linguistics.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "75 languages, 1 model: Parsing universal dependencies universally",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Kondratyuk",
"suffix": ""
},
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
"volume": "",
"issue": "",
"pages": "2779--2795",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dan Kondratyuk and Milan Straka. 2019. 75 languages, 1 model: Parsing universal dependencies universally. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 2779-2795, Hong Kong, China, November. Association for Computational Linguistics.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Unsupervised dependency parsing with transferring distribution via parallel guidance and entropy regularization",
"authors": [
{
"first": "Xuezhe",
"middle": [],
"last": "Ma",
"suffix": ""
},
{
"first": "Fei",
"middle": [],
"last": "Xia",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1337--1348",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xuezhe Ma and Fei Xia. 2014. Unsupervised dependency parsing with transferring distribution via parallel guidance and entropy regularization. In Proceedings of the 52nd Annual Meeting of the Association for Com- putational Linguistics (Volume 1: Long Papers), pages 1337-1348, Baltimore, Maryland, June. Association for Computational Linguistics.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Dependency-based analysis for Tagalog sentences",
"authors": [
{
"first": "Erlyn",
"middle": [],
"last": "Manguilimotan",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 25th Pacific Asia Conference on Language, Information and Computation",
"volume": "",
"issue": "",
"pages": "343--352",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Erlyn Manguilimotan and Yuji Matsumoto. 2011. Dependency-based analysis for Tagalog sentences. In Pro- ceedings of the 25th Pacific Asia Conference on Language, Information and Computation, pages 343-352, Singapore, December. Institute of Digital Enhancement of Cognitive Processing, Waseda University.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Multi-source transfer of delexicalized dependency parsers",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Keith",
"middle": [],
"last": "Hall",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "62--72",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ryan McDonald, Slav Petrov, and Keith Hall. 2011. Multi-source transfer of delexicalized dependency parsers. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 62-72, Edinburgh, Scotland, UK., July. Association for Computational Linguistics.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "How to parse low-resource languages: Cross-lingual parsing, target language annotation, or both?",
"authors": [
{
"first": "Ailsa",
"middle": [],
"last": "Meechan-Maddon",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the Fifth International Conference on Dependency Linguistics (Depling, SyntaxFest 2019)",
"volume": "",
"issue": "",
"pages": "112--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ailsa Meechan-Maddon and Joakim Nivre. 2019. How to parse low-resource languages: Cross-lingual parsing, target language annotation, or both? In Proceedings of the Fifth International Conference on Dependency Linguistics (Depling, SyntaxFest 2019), pages 112-120, Paris, France, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Tutorial on Universal Dependencies: Adding a new language to UD. Presented at the 15th Conference of the European Chapter of the Association for Computational Linguistics",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Francis",
"middle": [
"M"
],
"last": "Tyers",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Daniel Zeman, Filip Ginter, and Francis M. Tyers. 2017. Tutorial on Universal Dependencies: Adding a new language to UD. Presented at the 15th Conference of the European Chapter of the Association for Computational Linguistics, April.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Dependency parsing of codeswitching data with cross-lingual feature representations",
"authors": [
{
"first": "Niko",
"middle": [],
"last": "Partanen",
"suffix": ""
},
{
"first": "Kyungtae",
"middle": [],
"last": "Lim",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Rie\u00dfler",
"suffix": ""
},
{
"first": "Thierry",
"middle": [],
"last": "Poibeau",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Fourth International Workshop on Computational Linguistics of Uralic Languages",
"volume": "",
"issue": "",
"pages": "1--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Niko Partanen, Kyungtae Lim, Michael Rie\u00dfler, and Thierry Poibeau. 2018. Dependency parsing of code- switching data with cross-lingual feature representations. In Proceedings of the Fourth International Workshop on Computational Linguistics of Uralic Languages, pages 1-17, Helsinki, Finland, January. Association for Computational Linguistics.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Distant supervision from disparate sources for low-resource part-of-speech tagging",
"authors": [
{
"first": "Barbara",
"middle": [],
"last": "Plank",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Agi\u0107",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "614--620",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara Plank and\u017deljko Agi\u0107. 2018. Distant supervision from disparate sources for low-resource part-of-speech tagging. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pages 614-620, Brussels, Belgium, October-November. Association for Computational Linguistics.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Stanza: A Python natural language processing toolkit for many human languages",
"authors": [
{
"first": "Peng",
"middle": [],
"last": "Qi",
"suffix": ""
},
{
"first": "Yuhao",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Yuhui",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Bolton",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2020,
"venue": "Association for Computational Linguistics (ACL) System Demonstrations",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peng Qi, Yuhao Zhang, Yuhui Zhang, Jason Bolton, and Christopher D. Manning. 2020. Stanza: A Python natural language processing toolkit for many human languages. In Association for Computational Linguistics (ACL) System Demonstrations.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Parsing under-resourced languages: Cross-lingual transfer strategies for Indian languages",
"authors": [
{
"first": "Logathan",
"middle": [],
"last": "Ramasamy",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Logathan Ramasamy. 2014. Parsing under-resourced languages: Cross-lingual transfer strategies for Indian languages. Ph.D. thesis, Charles University, Prague, Czech Republic.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Modeling the linguistic situation in the Philippines",
"authors": [
{
"first": "Lawrence",
"middle": [],
"last": "Reid",
"suffix": ""
}
],
"year": 2018,
"venue": "Senri Ethnological Studies",
"volume": "98",
"issue": "",
"pages": "91--105",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lawrence Reid. 2018. Modeling the linguistic situation in the Philippines. Senri Ethnological Studies, 98:91-105.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Neural semantic role labeling with dependency path embeddings",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Roth",
"suffix": ""
},
{
"first": "Mirella",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1192--1202",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Roth and Mirella Lapata. 2016. Neural semantic role labeling with dependency path embeddings. In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1192-1202, Berlin, Germany, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "A treebank prototype of Tagalog. Undergraduate thesis",
"authors": [
{
"first": "Stephanie",
"middle": [
"Dawn"
],
"last": "Samson",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephanie Dawn Samson. 2018. A treebank prototype of Tagalog. Undergraduate thesis, University of T\u00fcbingen, Germany.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Tagalog Reference Grammar",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Schachter",
"suffix": ""
},
{
"first": "Fe",
"middle": [
"T"
],
"last": "Otanes",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paul Schachter and Fe T. Otanes. 1972. Tagalog Reference Grammar. University of California Press, Berkeley and Los Angeles, California.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"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 Dependen- cies, pages 88-99, Vancouver, Canada, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "A systematic comparison of methods for low-resource dependency parsing on genuinely low-resource languages",
"authors": [
{
"first": "Clara",
"middle": [],
"last": "Vania",
"suffix": ""
},
{
"first": "Yova",
"middle": [],
"last": "Kementchedjhieva",
"suffix": ""
},
{
"first": "Anders",
"middle": [],
"last": "S\u00f8gaard",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Lopez",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
"volume": "",
"issue": "",
"pages": "1105--1116",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clara Vania, Yova Kementchedjhieva, Anders S\u00f8gaard, and Adam Lopez. 2019. A systematic comparison of methods for low-resource dependency parsing on genuinely low-resource languages. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Con- ference on Natural Language Processing (EMNLP-IJCNLP), pages 1105-1116, Hong Kong, China, November. Association for Computational Linguistics.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Cross-language parser adaptation between related languages",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Philip",
"middle": [],
"last": "Resnik",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the IJCNLP-08 Workshop on NLP for Less Privileged Languages",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman and Philip Resnik. 2008. Cross-language parser adaptation between related languages. In Proceed- ings of the IJCNLP-08 Workshop on NLP for Less Privileged Languages.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "CoNLL 2017 shared task: Multilingual parsing from raw text to universal dependencies",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Popel",
"suffix": ""
},
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Juhani",
"middle": [],
"last": "Luotolahti",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Potthast",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Tyers",
"suffix": ""
},
{
"first": "Elena",
"middle": [],
"last": "Badmaeva",
"suffix": ""
},
{
"first": "Memduh",
"middle": [],
"last": "Gokirmak",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Nedoluzhko",
"suffix": ""
},
{
"first": "Silvie",
"middle": [],
"last": "Cinkov\u00e1",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d Jr",
"suffix": ""
},
{
"first": "Jaroslava",
"middle": [],
"last": "Hlav\u00e1\u010dov\u00e1",
"suffix": ""
},
{
"first": "V\u00e1clava",
"middle": [],
"last": "Kettnerov\u00e1",
"suffix": ""
},
{
"first": "Zde\u0148ka",
"middle": [],
"last": "Ure\u0161ov\u00e1",
"suffix": ""
},
{
"first": "Jenna",
"middle": [],
"last": "Kanerva",
"suffix": ""
},
{
"first": "Stina",
"middle": [],
"last": "Ojala",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Missil\u00e4",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "Siva",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "Dima",
"middle": [],
"last": "Taji",
"suffix": ""
},
{
"first": "Nizar",
"middle": [],
"last": "Habash",
"suffix": ""
},
{
"first": "Herman",
"middle": [],
"last": "Leung",
"suffix": ""
},
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Manuela",
"middle": [],
"last": "Sanguinetti",
"suffix": ""
},
{
"first": "Maria",
"middle": [],
"last": "Simi",
"suffix": ""
},
{
"first": "Hiroshi",
"middle": [],
"last": "Kanayama",
"suffix": ""
},
{
"first": "Valeria",
"middle": [],
"last": "De Paiva",
"suffix": ""
},
{
"first": "Kira",
"middle": [],
"last": "Droganova",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "1--19",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman, Martin Popel, Milan Straka, Jan Haji\u010d, Joakim Nivre, Filip Ginter, Juhani Luotolahti, Sampo Pyysalo, Slav Petrov, Martin Potthast, Francis Tyers, Elena Badmaeva, Memduh Gokirmak, Anna Nedoluzhko, Silvie Cinkov\u00e1, Jan Haji\u010d jr., Jaroslava Hlav\u00e1\u010dov\u00e1, V\u00e1clava Kettnerov\u00e1, Zde\u0148ka Ure\u0161ov\u00e1, Jenna Kanerva, Stina Ojala, Anna Missil\u00e4, Christopher D. Manning, Sebastian Schuster, Siva Reddy, Dima Taji, Nizar Habash, Herman Leung, Marie-Catherine de Marneffe, Manuela Sanguinetti, Maria Simi, Hiroshi Kanayama, Valeria de Paiva, Kira Droganova, H\u00e9ctor Mart\u00ednez Alonso, \u00c7 agr\u0131 \u00c7\u00f6ltekin, Umut Sulubacak, Hans Uszkoreit, Vivien Macketanz, Aljoscha Burchardt, Kim Harris, Katrin Marheinecke, Georg Rehm, Tolga Kayadelen, Mohammed Attia, Ali Elkahky, Zhuoran Yu, Emily Pitler, Saran Lertpradit, Michael Mandl, Jesse Kirchner, Hector Fer- nandez Alcalde, Jana Strnadov\u00e1, Esha Banerjee, Ruli Manurung, Antonio Stella, Atsuko Shimada, Sookyoung Kwak, Gustavo Mendon\u00e7a, Tatiana Lando, Rattima Nitisaroj, and Josie Li. 2017. CoNLL 2017 shared task: Multilingual parsing from raw text to universal dependencies. In Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 1-19, Vancouver, Canada, August. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "CoNLL 2018 shared task: Multilingual parsing from raw text to universal dependencies",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Popel",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Potthast",
"suffix": ""
},
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "1--21",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman, Jan Haji\u010d, Martin Popel, Martin Potthast, Milan Straka, Filip Ginter, Joakim Nivre, and Slav Petrov. 2018. CoNLL 2018 shared task: Multilingual parsing from raw text to universal dependencies. In Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 1-21, Brussels, Belgium, October. Association for Computational Linguistics.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Universal Dependencies 2.6. LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (\u00daFAL",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2020,
"venue": "Faculty of Mathematics and Physics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman, Joakim Nivre, et al. 2020. Universal Dependencies 2.6. LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (\u00daFAL), Faculty of Mathematics and Physics, Charles Univer- sity.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Graph convolution over pruned dependency trees improves relation extraction",
"authors": [
{
"first": "Yuhao",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Peng",
"middle": [],
"last": "Qi",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "2205--2215",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yuhao Zhang, Peng Qi, and Christopher D. Manning. 2018. Graph convolution over pruned dependency trees improves relation extraction. In Proceedings of the 2018 Conference on Empirical Methods in Natural Lan- guage Processing, pages 2205-2215, Brussels, Belgium, October-November. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"type_str": "table",
"num": null,
"text": "Overview of best reported results for dependency parsing of Tagalog treebanks.",
"content": "<table/>",
"html": null
},
"TABREF3": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table><tr><td>LANGUAGE</td><td>TREEBANK</td><td>TRAIN</td><td>DEV</td><td>TEST</td></tr><tr><td>Tagalog</td><td>Ugnayan</td><td/><td/><td>1.0k</td></tr><tr><td>Tagalog</td><td>TRG</td><td/><td/><td>0.3k</td></tr><tr><td>Indonesian</td><td>GSD</td><td>97.5k</td><td>12.6k</td><td/></tr><tr><td>Ukrainian</td><td>IU</td><td>92.4k</td><td>12.6k</td><td/></tr><tr><td>Vietnamese</td><td>VTB</td><td>20.3k</td><td>11.5k</td><td/></tr><tr><td>Romanian</td><td>Nonstandard</td><td>410.4k</td><td>18.6k</td><td/></tr><tr><td>Romanian</td><td>RRT</td><td>185.1k</td><td>17.1k</td><td/></tr><tr><td>Catalan</td><td>AnCora</td><td>416.7k</td><td>56.3k</td><td/></tr></table>",
"html": null
},
"TABREF4": {
"type_str": "table",
"num": null,
"text": "UD v2.6 treebanks used with sizes in tokens.",
"content": "<table/>",
"html": null
},
"TABREF5": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table><tr><td/><td/><td/><td/><td>Tokenization</td><td/><td colspan=\"2\">Tagging</td><td colspan=\"2\">Parsing</td></tr><tr><td/><td>PARSER</td><td>MODEL</td><td>TOKEN</td><td>WORD</td><td>SENT</td><td>UPOS</td><td>LEMM</td><td>UAS</td><td>LAS</td></tr><tr><td>monolingual</td><td>UDPipe</td><td>tl-ugnayan</td><td>99.27</td><td>95.67</td><td>95.41</td><td>80.54</td><td>85.47</td><td>63.47</td><td>55.37</td></tr><tr><td/><td/><td>tl-trg</td><td>98.08</td><td>86.00</td><td>64.04</td><td>41.58</td><td>65.72</td><td>29.23</td><td>13.11</td></tr><tr><td>cross-lingual</td><td>UDPipe</td><td>id-gsd</td><td>97.40</td><td>85.22</td><td>90.32</td><td>27.45</td><td>65.64</td><td>18.81</td><td>9.69</td></tr><tr><td/><td/><td>uk-iu</td><td>97.56</td><td>85.43</td><td>63.41</td><td>12.80</td><td>65.55</td><td>15.48</td><td>8.31</td></tr><tr><td/><td/><td>vi-vtb</td><td>74.31</td><td>63.81</td><td>90.62</td><td>22.83</td><td>49.44</td><td>7.24</td><td>3.67</td></tr><tr><td/><td/><td>ro-nonstandard</td><td>92.65</td><td>81.00</td><td>89.80</td><td>26.15</td><td>39.04</td><td>16.56</td><td>5.64</td></tr><tr><td/><td/><td>ro-rrt</td><td>96.95</td><td>84.81</td><td>91.98</td><td>26.07</td><td>48.01</td><td>20.03</td><td>8.15</td></tr><tr><td/><td/><td>ca-ancora</td><td>97.40</td><td>85.22</td><td>94.68</td><td>23.70</td><td>50.96</td><td>14.49</td><td>4.89</td></tr><tr><td/><td>Stanza</td><td>id-gsd</td><td>97.40</td><td>85.22</td><td>95.14</td><td>28.60</td><td>66.60</td><td>14.88</td><td>5.76</td></tr><tr><td>multilingual</td><td>UDPipe</td><td>tl-ugnayan + id-gsd</td><td>98.67</td><td>94.17</td><td>98.57</td><td>78.16</td><td>83.46</td><td>48.20</td><td>39.73</td></tr><tr><td/><td/><td>tl-ugnayan + uk-iu</td><td>99.07</td><td>95.49</td><td>90.46</td><td>78.57</td><td>85.32</td><td>58.54</td><td>48.31</td></tr><tr><td/><td/><td>tl-ugnayan + vi-vtb</td><td>98.49</td><td>95.13</td><td>93.95</td><td>79.28</td><td>84.79</td><td>58.05</td><td>48.65</td></tr><tr><td/><td/><td>tl-ugnayan + ro-nonstd.</td><td>98.30</td><td>94.69</td><td>94.79</td><td>71.00</td><td>71.18</td><td>45.93</td><td>34.26</td></tr><tr><td/><td/><td>tl-ugnayan + ro-rrt</td><td>98.71</td><td>95.04</td><td>96.42</td><td>77.61</td><td>80.51</td><td>46.70</td><td>37.12</td></tr><tr><td/><td/><td>tl-ugnayan + ca-ancora</td><td>97.69</td><td>94.32</td><td>95.23</td><td>75.86</td><td>80.57</td><td>43.01</td><td>32.68</td></tr><tr><td/><td>UDify</td><td>universal</td><td>-*</td><td>-*</td><td>-*</td><td>59.62*</td><td>70.92*</td><td>51.96*</td><td>32.09*</td></tr></table>",
"html": null
},
"TABREF6": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table/>",
"html": null
},
"TABREF8": {
"type_str": "table",
"num": null,
"text": "F 1 scores for extended analysis experiments. Bold: highest scores for each test set.",
"content": "<table/>",
"html": null
}
}
}
}