<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Atypical or Underrepresented? A Pilot Study on Small Treebanks</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Akshay</forename><surname>Aggarwal</surname></persName>
							<email>aaggarwal@twilio.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Twilio</orgName>
								<address>
									<settlement>Prague</settlement>
									<country>Czechia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
							<email>chiara.alzetta@ilc.cnr.it</email>
							<affiliation key="aff1">
								<orgName type="department">Istituto di Linguistica Computazionale &quot;A.Zampolli&quot;</orgName>
								<orgName type="laboratory">ItaliaNLP Lab</orgName>
								<orgName type="institution">CNR</orgName>
								<address>
									<settlement>Pisa</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Atypical or Underrepresented? A Pilot Study on Small Treebanks</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">3A6AB4E6E3BF531C2D4A238A68276E50</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T03:43+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We illustrate an approach for multilingual treebanks explorations by introducing a novel adaptation to small treebanks of a methodology for identifying cross-lingual quantitative trends in the distribution of dependency relations. By relying on the principles of cross-validation, we reduce the amount of data required to execute the method, paving the way to expanding its use to low-resources languages. We validated the approach on 8 small treebanks, each containing less than 100,000 tokens and representing typologically different languages. We also show preliminary but promising evidence on the use of the proposed methodology for treebank expansion.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction and Motivation</head><p>Linguistically-annotated language resources like treebanks are fundamental for developing reliable models to train and test tools used to address Natural Language Processing (NLP) tasks acquiring linguistic evidence from corpora. Concerning the latter, researchers frequently rely on multilingual or parallel resources in contrastive studies to quantify the similarities and differences between languages <ref type="bibr" target="#b15">(Jiang and Liu, 2018)</ref>. Over the past few years, the Universal Dependencies (UD) initiative 1 <ref type="bibr">(Zeman et al., 2021)</ref> has further encouraged such studies. UD defines a universal inventory of categories and guidelines to facilitate consistent annotation of similar constructions across languages <ref type="bibr" target="#b17">(Nivre, 2015;</ref><ref type="bibr">de Marneffe et al., 2021)</ref>, and, at present, the project includes about 200 treebanks representing over 100 languages. The con-sistent annotation of linguistic phenomena under a shared representation and across different languages makes UD treebanks exceptionally well suited for quantitative comparison of languages (see, for example, <ref type="bibr" target="#b8">Croft et al. (2017)</ref>, <ref type="bibr" target="#b7">Berdicevskis et al. (2018)</ref>, <ref type="bibr" target="#b24">Vylomova et al. (2020)</ref> and among our works, <ref type="bibr" target="#b2">Alzetta et al. (2019a)</ref> and <ref type="bibr" target="#b4">Alzetta et al. (2020a)</ref>).</p><p>Despite their great relevance for linguistic investigations, large treebanks are available for only a tiny fraction of the world's languages <ref type="bibr" target="#b23">(Vania et al., 2019)</ref>. Even within the UD project, around 60% of the treebanks can be considered small, i.e. containing less than 100,000 tokens. Treebank size, in fact, is generally identified as the bottleneck for obtaining high-quality representative models of language use to be employed in downstream NLP applications. In general terms, larger datasets allow for better generalisations of language constructions, leading to better performances of systems trained using such data <ref type="bibr" target="#b28">(Zeman et al., 2018)</ref>. In fact, ad-hoc strategies are generally needed when dealing with low-resourced languages <ref type="bibr" target="#b14">(Hedderich et al., 2021)</ref>.</p><p>This paper illustrates a novel workflow specifically designed to adapt an existing methodology for treebank exploration to small treebanks. The base method, extensively described by <ref type="bibr" target="#b5">Alzetta et al. (2020b)</ref>, relies on an unsupervised algorithm called LISCA (LInguistically-driven Selection of Correct Arcs) <ref type="bibr" target="#b10">(Dell'Orletta et al., 2013)</ref>. LISCA has been successfully employed in past works for performing quantitative cross-lingual analyses <ref type="bibr" target="#b2">(Alzetta et al., 2019a;</ref><ref type="bibr" target="#b3">Alzetta et al., 2019b;</ref><ref type="bibr" target="#b4">Alzetta et al., 2020a)</ref> and error detection on UD treebanks <ref type="bibr" target="#b1">(Alzetta et al., 2017)</ref>. The algorithm works in two main steps. First, it acquires evidence about language use from the distributions of phenomena in annotated sentences. The algorithm then uses such evidence to distinguish typical from atypical constructions in an unseen set of sentences. The typicality of a construction is determined with respect to the examples observed in a corpus used as a reference, and is encoded with a score. This score, in fact, reflects the probability of observing a dependency occurring in a given context (both sentence-level and corpus-level) on the basis of the constructions sharing common properties reported in the reference corpus. Hence, from our point of view, typicality and frequency are tightly related concepts, as non-standard constructions are also usually less frequent in natural language use.</p><p>As such, the LISCA methodology relies on large sets of automatically parsed sentences to collect the statistics about phenomena distributions: even if the data contains parsing errors<ref type="foot" target="#foot_0">2</ref> , the corpus size guarantees the collected statistics reflect the actual language use. However, such an approach can be employed only for analysing languages for which large amounts of data are available, or at least for which the parser outputs are generally considered reliable. To overcome such a limit, <ref type="bibr" target="#b0">Aggarwal (2020)</ref> suggested that if the statistics are acquired from gold annotations (such as treebanks), the algorithm could collect the statistics from fewer data since these resources are assumed to be error-free.</p><p>We implemented this proposal by adapting the original LISCA workflow as detailed in Section 2. Our variation to the original methodology is inspired by the k-fold approach commonly used for performing systems' cross-validation: according to this approach, a dataset is split into sub-sets of equal size, iteratively used for training and/or evaluating a system. We employ a similar strategy for evaluating the typicality of the dependency relations in each treebank split, acquiring the statistics from the sentences contained in the other splits rather than from an external reference corpus. This small but substantial change in the method workflow allows us to apply the LISCA algorithm to small treebanks, which is particularly relevant in the case of analyses performed on low-resource languages.</p><p>We tested the methodology in a case study, reported in Section 3, involving 8 languages represented using UD treebanks. Our goal is to test if our method can support linguistic investigations for exploring and quantifying similari-ties and differences between typologically different languages. To this aim, we first validate the adaptation to the original LISCA approach proposed here in Section 3.1. Then, we exemplify how the obtained results can be employed for linguistic investigations in Section 3.2. To improve the cross-linguistic comparability of the analysis, we relied on Parallel UD (PUD) treebanks: a collection of parallel treebanks developed for the CoNLL-2017 Shared Task on multilingual parsing <ref type="bibr" target="#b27">(Zeman et al., 2017)</ref> and linguistically annotated under the UD representation. Being parallel, PUDs are particularly well suited for carrying out multilingual studies since they contain only 1,000 sentences manually translated from English into the other languages, representing a perfect testbed for our approach.</p><p>Before concluding the paper in Section 5, we report the results of preliminary investigations to explore whether our approach could also be employed for automatically identifying underrepresented phenomena in treebanks. <ref type="bibr" target="#b19">Søgaard (2020)</ref> and <ref type="bibr" target="#b6">Anderson et al. (2021)</ref> argue that some treebanks cover only a restricted sample of the structures commonly used in a language, leaving out less common phenomena. This leakiness might affect the performances of NLP systems even more than the system architecture. Thus, treebanks should be expanded not only to improve their representativeness but also to obtain more truthful performances of systems trained using them. Section 4 investigates if our methodology can contribute to this issue by exploring its application in automatic treebank expansion.</p><p>The contributions of the paper can be listed as: (i) a novel approach specifically designed for carrying out multilingual investigations on small treebanks; (ii) a case study involving eight typologically different languages to test the methodology; and (iii) a novel formula, introduced in Section 3.2, to measure the distance between dependents and their syntactic head which improves the cross-lingual comparability of treebanks with respect to such property.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Approach</head><p>The method presented in this paper relies on a methodology for treebank exploration based on the unsupervised algorithm LISCA <ref type="bibr" target="#b10">(Dell'Orletta et al., 2013)</ref>, which we adapted to expand its usage for small treebanks, namely containing less than 100,000 tokens.</p><p>As mentioned earlier, LISCA can be employed to quantify the typicality of each dependency relation (hereafter deprel)<ref type="foot" target="#foot_1">3</ref> of a linguistically annotated corpus with respect to a large set of examples taken as reference <ref type="bibr" target="#b5">(Alzetta et al., 2020b)</ref>. To achieve this goal, the algorithm first collects statistics about linguistically motivated properties of deprels extracted from a corpus of automatically parsed sentences (called reference corpus) to create a statistical model (SM). Then, the algorithm calculates a typicality score for each deprel appearing in a test corpus relying on the SM while also considering its linguistic context to assess the relevance of the dependency label used for marking the dependency in the given context. When interpreting the assigned LISCA score, a deprel marked by LISCA as highly typical was possibly frequently observed in similar contexts also in the reference corpus. In contrast, an atypical deprel could be characterised by certain properties which make it somehow distant from the other instances of dependency marked with the same label in the reference corpus.</p><p>In essence, LISCA computes the score for a given deprel taking into account local properties (e.g., dependency length and direction) of each deprel in the test corpus as well as the linguistic context where it is located (e.g., distance form root, leaves and number of siblings), comparing them both against the properties and contexts of all dependencies annotated with the same dependency label in the reference corpus. For this reason, the reference corpus has generally corresponded to a large corpus of around 40M tokens: the corpus size allows accounting for a more comprehensive set of examples of linguistic constructions while also compensating for possible parser errors.</p><p>Workflow. For this study, we implemented the adaptation of the LISCA workflow proposed by <ref type="bibr" target="#b0">Aggarwal (2020)</ref>. Inspired by the k-fold validation approach, we modified the original approach as follows: 1) Split a treebank into k portions of equal size (k = 4 for this work), each containing the same number of sentences; 2) Use LISCA to acquire the statistics (encoded in the SM) about the distribution of linguistic phenomena from a reference corpus obtained by merging k − 1 portions of the previously split treebank; 3) Use the obtained SM to compute the typicality score of the deprels appearing in the remaining treebank portion (i.e., the one not included in the reference corpus); 4) Repeat steps 2 and 3 until all k portions are analysed; 5) Merge the analysed portions and order the deprels by decreasing LISCA score to have a unique ranking of all the deprels in the treebank.</p><p>The ordered ranking of deprels can be explored to investigate which linguistic constructions, represented by means of the deprels, were marked as typical or atypical, characterised by higher and lower scores, respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Data and Languages</head><p>We tested our method on a selection of Parallel UD (PUD) treebanks <ref type="bibr" target="#b27">(Zeman et al., 2017)</ref>, each containing 1,000 sentences. In order to encompass different language families and genera<ref type="foot" target="#foot_2">4</ref> , we carried out the case study on the following eight languages: Arabic (AR; Afro-Asiatic, Semitic), Czech (CZ; Indo-European, Slavic), English (EN; Indo-European, Germanic), Hindi (HI; Indo-European, Indic), Finnish (FI; Uralic, Finnic), Indonesian (ID; Austronesian, Malayo-Sumbawan), Italian (IT; Indo-European, Romance) and Thai (TH; Tai-Kadai, Kam-Tai).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Validating the Approach</head><p>We report the results of an analysis to verify whether the adapted and original LISCA-based methods return comparable results. To this aim, we compared the LISCA ranking of PUD deprels obtained using the original algorithm workflow, which employs a large reference corpus to build the language SM, and the novel workflow defined above, which acquires the statistics from the treebank itself. We carried out this analysis for Italian and English PUD treebanks. We manually verified in previous studies that the original approach applied to those languages allows capturing elements of linguistic and parsing complexity distinguishing between typical and atypical constructions along with the produced ranking of deprels <ref type="bibr" target="#b2">(Alzetta et al., 2019a;</ref><ref type="bibr" target="#b5">Alzetta et al., 2020b)</ref>.</p><p>We compared the deprel rankings obtained using the two methodology workflows in terms of Spearman correlation, which returns a rank correlation coefficient indicating a statistical dependence between the rankings of two observed variables. The analysis showed a strong and significant correlation between the rankings produced relying on the two workflows in both languages. Specifically, we obtained a Spearman correlation coefficient of 0.95 (p &lt; 0.5) for Italian and English.</p><p>Such high correlations confirm that gold corpora, although small, can be used to acquire relevant statistics about language use. Manually revised data might be limited in size. However, their annotations are also generally correct in the case of rare phenomena, which a parser could wrongly annotate due to their low frequency in the data. While large reference corpora compensate for the possibly wrong parses assigned to rare constructions with their size, small reference corpora shall compensate with consistency and correctness. Hence, we could say that using gold data for building the SM allows reducing the number of examples for acquiring language statistics. We notice a difference between the two rankings only when focusing on the bottom part, where we find deprels with the lowest scores. While the original method produces only a tiny number of deprels with LISCA score equal to 0, which we usually excluded from the analyses, we observe many more of them in the ranking produced with our workflow adaptation. LISCA score zero is assigned to those dependencies never observed in the reference corpus; thus, their typicality is extremely low. It is not surprising that smaller reference corpora produce a higher number of these cases, given their limited coverage. However, the high correlation coefficient reported above suggests that such deprels are still interesting from a linguistic perspective. They correspond to rare constructions in the language, obtaining a score slightly higher than zero in the case of a larger reference corpus but are still placed in the lower positions of the ranking. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Rankings Exploration</head><p>This subsection exemplifies how the ranking of deprels obtained with our adapted approach can be employed in linguistic analyses to identify similarities and differences between languages. For this case study, we focused on a specific property of deprels, namely the length of the dependency link. The length of a deprel, measured as the linear distance in terms of intervening tokens between a word and its syntactic head, is a property frequently explored in linguistically annotated corpora. It is highly related to processing complexity in all languages <ref type="bibr" target="#b11">(Demberg and Keller, 2008;</ref><ref type="bibr" target="#b22">Temperley, 2007;</ref><ref type="bibr" target="#b13">Futrell et al., 2015;</ref><ref type="bibr" target="#b26">Yu et al., 2019)</ref>. For example, <ref type="bibr" target="#b16">McDonald and Nivre (2011)</ref> observed that parsers tend to make more mistakes on longer sentences and longer dependencies. Such complexity makes this property particularly interesting from a multilingual perspective, especially when dealing with parallel corpora, as in our case study.</p><p>We inspected the ranking of deprels to monitor the LISCA score associated with deprels of different lengths and their distribution along the ranking of each language. To facilitate the rankings exploration and comparison, we split each ranking into three portions of equal size, referred to as top, middle and bottom, where top contains deprels obtaining the highest scores (more typical). In contrast, the bottom contains the deprels with the lowest scores (atypical).</p><p>In order to allow a proper multilingual comparison of the distribution of deprel lengths along with the rankings, we defined the novel measure called Adjusted Link Length (LL adjusted , cf. Figure <ref type="figure" target="#fig_0">1</ref>). The measure, inspired by Brevity Penalty used in BLEU score <ref type="bibr" target="#b18">(Papineni et al., 2002)</ref>, is designed to compute the length of deprels involving content words as dependant while simultaneously improving cross-language comparability as the length of a deprel is measured keeping in mind the overall length of the sentence where it is located and the average sentence length in the treebank. This way, instead of comparing absolute length values, we can observe the tendency of languages towards producing longer or shorter deprels.</p><p>In LL adjusted , we operationally compute the length of deprels as a function of a) the average sentence length in the treebank (T rbAvgSentLen), b) the length of the sentence where the deprel appears (SentLength), and c) the distance, in tokens, between the dependent and its syntactic head (LL raw ). The formula's values of 0.5 and 1.25 were determined empirically to account for unusually short and long sentences, respectively, in the treebank. Thus, the resulting value associated with each deprel denotes it as 'long', 'medium' or 'short' with respect to the average deprel length computed in the treebank. Note that, although our analysis focuses on content words, function words are still accounted for when computing the LISCA score as they might be part of the context of content words.</p><p>Figure <ref type="figure" target="#fig_1">2</ref> displays the distribution of deprels of different lengths (computed using LL adjusted ) along the portions of the treebank ranking of each language. The distributions show that longer deprels are given a lower plausibility score by LISCA in all languages. Interestingly, the length distributions are pretty similar across different languages except for Hindi. Such difference could be due to the typical word order of constituents of the considered languages. Hindi, in fact, is the only language of our set where the order of the main constituents is of the type S(ubject)O(bject)V(erb)<ref type="foot" target="#foot_3">5</ref> , and the dominant word order of a language has been shown to influence the dependency length across major dependency types by <ref type="bibr" target="#b25">Yadav et al. (2020)</ref>.</p><p>It should be noted that such difference between languages could also be observed computing the length of dependency relations straightforwardly on PUD treebanks: the average linear link length computed on Hindi PUD is 6.54, for Thai PUD, the language showing shorter relations, is 2.67, while the remaining languages show a value ranging between 3.1 and 3.5. However, our methodology allows us to combine multiple properties simultaneously into a score, thus isolating in different portions of the rankings the deprels that show an atypical value for a given property but could be still considered quite typical for the language based on their context. As proof, observe that long and medium deprels in Hindi tend to appear earlier in the ranking than in other languages: 19.73% of deprels located in the middle bin are covered by medium and long deprels, suggesting that longer deprels are more common in Hindi. On the contrary, only 7% of deprels of the middle bin are long in Thai, pointing to their atypicality in the language.</p><p>The above results show the methodology's effectiveness for exploring tendencies and peculiarities of languages in multilingual studies. However, small samples like PUD treebanks are usually not suited for analysing infrequent phenomena <ref type="bibr" target="#b21">(Taherdoost, 2016)</ref>. Hence, one might wonder if we are actually capturing the atypicality of linguistic constructions, or instead, we are biased by phenomena underrepresented in the treebank. In the following Section, we will explore whether low LISCA scores might be associated with infrequent linguistic phenomena due to under-representation in the data used to build the SM. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Towards Treebank Expansion</head><p>Our analyses started from the premise that PUD treebanks are error-free. Therefore we can look at the rankings as containing correctly annotated examples of language use. However, the approach employed in this study does not exclude the scenario that a deprel might obtain a low LISCA score because of a lack of similar constructions in the treebank. We explored this idea both at deprel and sentence level, as described below.</p><p>Concerning the deprel-level analysis, we tested the accuracy of a parser for deprels in the three portions of the LISCA rankings. To this aim, we parsed each PUD treebanks using UDPipe <ref type="bibr" target="#b20">(Straka et al., 2016)</ref>, relying on the k-fold approach used to train LISCA: we split each PUD into 4 portions of 250 sentences each, trained UDPipe with 3 4 of the portions and parsed the remaining portion. Then, we checked if deprels were parsed accurately. Again, we excluded function words from this analysis to improve cross-language comparability and avoid biased results as function words are usually more accurately parsed than content words. We observed that wrongly parsed deprels mainly concentrate in the bottom bins for all languages based on the obtained results. This suggests that there might be a relationship between low LISCA scores and underrepresented phenomena.</p><p>For the sentence-level analysis, we computed the LISCA score for each sentence in all PUD treebanks as the arithmetic mean of the scores of the individual deprels belonging to the sentence to get a sentence-level LISCA score. In the analysis, we explored whether sentences with low average LISCA scores are also more difficult to parse than those with higher average LISCA scores. Having computed the sentence-level LISCA scores, we collected two test sets of 100 sentences each by grouping sentences showing the highest and lowest LISCA scores. Then, we trained UDPipe using the remaining 800 sentences of PUD. The performances of UDPipe on the test sets are reported in terms of Labelled Attachment Score (LAS).</p><p>The results of this experiment are reported in Figure <ref type="figure" target="#fig_2">3</ref>. We observe that the test sets composed of sentences characterised by the highest scores are more accurately parsed than the lower-score sets for all the languages involved. Differences between languages in terms of overall Label Attachment Score (LAS) and between the two subgroups of sentences will be further investigated in future work. Such results complement the deprellevel analysis: they suggest that the methodology could isolate difficult-to-parse sentences, and not only deprels, that could be employed to expand treebanks.</p><p>Treebank expansion is extremely valuable for low-resourced languages and small resources in general as it allows to include unseen examples to treebanks. Our results suggest that the sentence suites collected by grouping sentences characterised by the lowest LISCA scores contain difficult-to-parse constructions, possibly underrepresented in PUD, that should be included in the treebank to improve its representativeness.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>We proposed a novel workflow to adapt an existing approach for treebank exploration to small treebanks and low-resourced languages. Results of our analyses showed the effectiveness of the methodology in multiple scenarios. First, the adapted method allows obtaining reliable results on par with the original method workflow when performing linguistic explorations of the treebanks. Secondly, the results also show the potential of the method for automatically identifying underrepresented constructions in treebanks. The latter result paves the way for the automatic identification of cases required to expand the treebanks, which we plan to further investigate in future work.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: LinkLengthAdjusted formula for normalising deprel length in multilingual comparisons. Note: ⌊•⌋ denotes floor function, while [a, b] denotes closed interval over a and b.</figDesc><graphic coords="4,307.28,62.81,218.27,69.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Distribution of Adjusted Link Length on content words across LISCA Rankings.</figDesc><graphic coords="5,117.35,62.81,362.82,136.39" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Parsing accuracy (LAS) on sentences having high and low LISCA scores.</figDesc><graphic coords="6,72.00,62.81,218.26,116.57" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">An assumption when producing automatically parsed data is that most of the errors made by a parser are consistent. As we showed in<ref type="bibr" target="#b1">(Alzetta et al., 2017)</ref>, the LISCA-based method allows to spot these errors types in annotations.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">Given a deprel A nsubj − −−− → B, we refer to A − → B as the dependency, with nsubj as the dependency label.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">The language family and genus, reported between parenthesis as (ISO language code, family, genus), are acquired from the World Atlas of Language Structures (WALS, available online https://wals.info/languoid)(Dryer  and Haspelmath, 2013).</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">All the other languages are S(ubject)V(erb)O(bject) languages.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>We would like to sincerely thank the anonymous reviewers for their helpful comments.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Consistency of Linguistic Annotation</title>
		<author>
			<persName><forename type="first">Akshay</forename><surname>Aggarwal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Univerzita Karlova (ÚFAL)</title>
				<meeting><address><addrLine>Prague, Czechia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020-09">2020. September</date>
		</imprint>
	</monogr>
	<note>Master&apos;s thesis. Thesis Supervisor Zeman</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Dangerous Relations in Dependency Treebanks</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 16th International Workshop on Treebanks and Linguistic Theories</title>
				<meeting>the 16th International Workshop on Treebanks and Linguistic Theories<address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="201" to="210" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Inferring quantitative typological trends from multilingual treebanks. A case study</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Lingue e linguaggio</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="209" to="242" />
			<date type="published" when="2019">2019a</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Inferring quantitative typological trends from multilingual treebanks. A case study</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Lingue e Linguaggio</title>
		<imprint>
			<biblScope unit="volume">XVIII</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="209" to="242" />
			<date type="published" when="2019">2019b</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Quantitative Linguistic Investigations across Universal Dependencies treebanks</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petya</forename><surname>Osenova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kiril</forename><surname>Simov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh Italian Conference on Computational Linguistics (CLiC-it)</title>
				<meeting>the Seventh Italian Conference on Computational Linguistics (CLiC-it)<address><addrLine>Bologna (online), Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020-03">2020a. March</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Linguisticallydriven Selection of Difficult-to-Parse Dependency Structures</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Alzetta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IJCoL. Italian Journal of Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">6-2</biblScope>
			<biblScope unit="page" from="37" to="60" />
			<date type="published" when="2020">2020b</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Replicating and Extending &quot;Because Their Treebanks Leak&quot;: Graph Isomorphism, Covariants, and Parser Performance</title>
		<author>
			<persName><forename type="first">Mark</forename><surname>Anderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><surname>Søgaard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carlos</forename><surname>Gómez-Rodríguez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing</title>
		<title level="s">Short Papers</title>
		<meeting>the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="1090" to="1098" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Using Universal Dependencies in cross-linguistic complexity research</title>
		<author>
			<persName><forename type="first">Aleksandrs</forename><surname>Berdicevskis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Çagrı</forename><surname>Çöltekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katharina</forename><surname>Ehret</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Kilu Von Prince</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bill</forename><surname>Ross</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chunxiao</forename><surname>Thompson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vera</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gary</forename><surname>Demberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Taraka</forename><surname>Lupyan</surname></persName>
		</author>
		<author>
			<persName><surname>Rama</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Universal Dependencies (UDW 2018)</title>
				<meeting>the Second Workshop on Universal Dependencies (UDW 2018)</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="8" to="17" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Linguistic Typology meets Universal Dependencies</title>
		<author>
			<persName><forename type="first">William</forename><surname>Croft</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dawn</forename><surname>Nordquist</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katherine</forename><surname>Looney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Regan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th International Workshop on Treebanks and Linguistic Theories (TLT15)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the 15th International Workshop on Treebanks and Linguistic Theories (TLT15)</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="63" to="75" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Universal dependencies</title>
		<author>
			<persName><forename type="first">Marie-Catherine</forename><surname>De Marneffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Nivre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Zeman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational linguistics</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="255" to="308" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Linguistically-driven Selection of Correct Arcs for Dependency Parsing</title>
		<author>
			<persName><forename type="first">Felice</forename><surname>Dell'orletta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giulia</forename><surname>Venturi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Montemagni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computación y Sistemas</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="125" to="136" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Data from eyetracking corpora as evidence for theories of syntactic processing complexity</title>
		<author>
			<persName><forename type="first">Vera</forename><surname>Demberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Frank</forename><surname>Keller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognition</title>
		<imprint>
			<biblScope unit="volume">109</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="193" to="210" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">WALS Online</title>
	</analytic>
	<monogr>
		<title level="m">Max Planck Institute for Evolutionary Anthropology</title>
				<editor>
			<persName><forename type="first">Matthew</forename><forename type="middle">S</forename><surname>Dryer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Martin</forename><surname>Haspelmath</surname></persName>
		</editor>
		<meeting><address><addrLine>Leipzig</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Large-scale evidence of dependency length minimization in 37 languages</title>
		<author>
			<persName><forename type="first">Richard</forename><surname>Futrell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kyle</forename><surname>Mahowald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edward</forename><surname>Gibson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the National Academy of Sciences</title>
		<imprint>
			<biblScope unit="volume">112</biblScope>
			<biblScope unit="issue">33</biblScope>
			<biblScope unit="page" from="10336" to="10341" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A Survey on Recent Approaches for Natural Language Processing in Low-Resource Scenarios</title>
		<author>
			<persName><forename type="first">A</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lukas</forename><surname>Hedderich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Heike</forename><surname>Lange</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jannik</forename><surname>Adel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dietrich</forename><surname>Strötgen</surname></persName>
		</author>
		<author>
			<persName><surname>Klakow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
				<meeting>the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</meeting>
		<imprint>
			<publisher>Association for Computational Linguistics</publisher>
			<date type="published" when="2021-06">2021. June</date>
			<biblScope unit="page" from="2545" to="2568" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Quantitative Analysis of Dependency Structures</title>
		<author>
			<persName><forename type="first">Jingyang</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Haitao</forename><surname>Liu</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
			<publisher>Walter de Gruyter GmbH &amp; Co KG</publisher>
			<biblScope unit="volume">72</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Analyzing and integrating dependency parsers</title>
		<author>
			<persName><forename type="first">Ryan</forename><surname>Mcdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Nivre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="197" to="230" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Towards a universal grammar for natural language processing</title>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Nivre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International conference on intelligent text processing and computational linguistics</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="3" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Bleu: a method for automatic evaluation of machine translation</title>
		<author>
			<persName><forename type="first">Kishore</forename><surname>Papineni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Salim</forename><surname>Roukos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Todd</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wei-Jing</forename><surname>Zhu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 40th annual meeting of the Association for Computational Linguistics</title>
				<meeting>the 40th annual meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="311" to="318" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Some Languages Seem Easier to Parse Because Their Treebanks Leak</title>
		<author>
			<persName><forename type="first">Anders</forename><surname>Søgaard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</title>
				<meeting>the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="2765" to="2770" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">UD-Pipe: trainable pipeline for processing CoNLL-U files performing tokenization, morphological analysis, pos tagging and parsing</title>
		<author>
			<persName><forename type="first">Milan</forename><surname>Straka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Hajic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jana</forename><surname>Straková</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the tenth international conference on language resources and evaluation (LREC 2016)</title>
				<meeting>the tenth international conference on language resources and evaluation (LREC 2016)</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="4290" to="4297" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<title level="m" type="main">Sampling methods in research methodology; how to choose a sampling technique for research</title>
		<author>
			<persName><forename type="first">Hamed</forename><surname>Taherdoost</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016-04-10">2016. April 10, 2016</date>
		</imprint>
	</monogr>
	<note>How to Choose a Sampling Technique for Research</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Minimization of dependency length in written English</title>
		<author>
			<persName><forename type="first">David</forename><surname>Temperley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognition</title>
		<imprint>
			<biblScope unit="volume">105</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="300" to="333" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">A systematic comparison of methods for low-resource dependency parsing on genuinely low-resource languages</title>
		<author>
			<persName><forename type="first">Clara</forename><surname>Vania</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yova</forename><surname>Kementchedjhieva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><surname>Søgaard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adam</forename><surname>Lopez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1105" to="1116" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">Ekaterina</forename><surname>Vylomova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Edoardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eitan</forename><surname>Ponti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arya</forename><forename type="middle">D</forename><surname>Grossman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yevgeni</forename><surname>Mccarthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Haim</forename><surname>Berzak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ivan</forename><surname>Dubossarsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roi</forename><surname>Vulić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Reichart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ryan</forename><surname>Korhonen</surname></persName>
		</author>
		<author>
			<persName><surname>Cotterell</surname></persName>
		</author>
		<title level="m">Proceedings of the Second Workshop on Computational Research in Linguistic Typology</title>
				<meeting>the Second Workshop on Computational Research in Linguistic Typology</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note>Proceedings of the Second Workshop on Computational Research in Linguistic Typology</note>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Word Order Typology Interacts With Linguistic Complexity: A Cross-Linguistic Corpus Study</title>
		<author>
			<persName><forename type="first">Himanshu</forename><surname>Yadav</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ashwini</forename><surname>Vaidya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vishakha</forename><surname>Shukla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samar</forename><surname>Husain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive science</title>
		<imprint>
			<biblScope unit="volume">44</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">e12822</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Dependency length minimization vs. word order constraints: an empirical study on 55 treebanks</title>
		<author>
			<persName><forename type="first">Xiang</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Agnieszka</forename><surname>Falenska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jonas</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First Workshop on Quantitative Syntax (Quasy</title>
				<meeting>the First Workshop on Quantitative Syntax (Quasy<address><addrLine>SyntaxFest</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="89" to="97" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Conll 2017 shared task: Multilingual parsing from raw text to universal dependencies</title>
		<author>
			<persName><forename type="first">Martin</forename><surname>Daniel Zeman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Milan</forename><surname>Popel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Straka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Hajic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Filip</forename><surname>Nivre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juhani</forename><surname>Ginter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sampo</forename><surname>Luotolahti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Slav</forename><surname>Pyysalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Petrov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francis</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Tyers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Memduh</forename><surname>Badmaeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Gokirmak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Silvie</forename><surname>Nedoluzhko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Cinkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jaroslava</forename><surname>Hajic Jr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Václava</forename><surname>Hlavacova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zdenka</forename><surname>Kettnerová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jenna</forename><surname>Uresova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stina</forename><surname>Kanerva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Ojala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><forename type="middle">D</forename><surname>Missilä</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sebastian</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Siva</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dima</forename><surname>Reddy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nizar</forename><surname>Taji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Herman</forename><surname>Habash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Catherine</forename><surname>Leung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuela</forename><surname>De Marneffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Sanguinetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroshi</forename><surname>Simi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Valeria</forename><surname>Kanayama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kira</forename><surname>De-Paiva</surname></persName>
		</author>
		<author>
			<persName><surname>Droganova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martínez</forename><surname>Héctor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Çagrı</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Umut</forename><surname>Çöltekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hans</forename><surname>Sulubacak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vivien</forename><surname>Uszkoreit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aljoscha</forename><surname>Macketanz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kim</forename><surname>Burchardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katrin</forename><surname>Harris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Georg</forename><surname>Marheinecke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tolga</forename><surname>Rehm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammed</forename><surname>Kayadelen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ali</forename><surname>Attia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhuoran</forename><surname>Elkahky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emily</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Saran</forename><surname>Pitler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Lertpradit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jesse</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hector</forename><surname>Kirchner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jana</forename><surname>Fernandez Alcalde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Esha</forename><surname>Strnadová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ruli</forename><surname>Banerjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Manurung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Atsuko</forename><surname>Stella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sookyoung</forename><surname>Shimada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gustavo</forename><surname>Kwak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tatiana</forename><surname>Mendonca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rattima</forename><surname>Lando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Josie</forename><surname>Nitisaroj</surname></persName>
		</author>
		<author>
			<persName><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies</title>
				<meeting>the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies<address><addrLine>Vancouver, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computational Linguistics</publisher>
			<date type="published" when="2017-08">2017. August</date>
			<biblScope unit="page" from="1" to="19" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">CoNLL 2018 shared task: Multilingual Parsing from Raw Text to Universal Dependencies</title>
		<author>
			<persName><forename type="first">Jan</forename><surname>Daniel Zeman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Hajič</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Popel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Milan</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Filip</forename><surname>Straka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Ginter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Slav</forename><surname>Nivre</surname></persName>
		</author>
		<author>
			<persName><surname>Petrov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies</title>
				<meeting>the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies<address><addrLine>Brussels, Belgium</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computational Linguistics</publisher>
			<date type="published" when="2018-10">2018. October</date>
			<biblScope unit="page" from="1" to="21" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Universal dependencies 2.8.1</title>
		<author>
			<persName><forename type="first">Joakim</forename><surname>Daniel Zeman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mitchell</forename><surname>Nivre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elia</forename><surname>Abrams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Noëmi</forename><surname>Ackermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hamid</forename><surname>Aepli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Željko</forename><surname>Aghaei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amir</forename><surname>Agić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lars</forename><surname>Ahmadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chika</forename><surname>Ahrenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gabrielė</forename><surname>Kennedy Ajede</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ika</forename><surname>Aleksandravičiūtė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lene</forename><surname>Alfina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katya</forename><surname>Antonsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Angelina</forename><surname>Aplonova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carolina</forename><surname>Aquino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Aragon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bilge</forename><surname>Jesus Aranzabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hórunn</forename><surname>Nas Arıcan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gashaw</forename><surname>Arnardóttir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jessica</forename><forename type="middle">Naraiswari</forename><surname>Arutie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Masayuki</forename><surname>Arwidarasti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Deniz</forename><surname>Asahara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luma</forename><surname>Baran Aslan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Furkan</forename><surname>Ateyah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammed</forename><surname>Atmaca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aitziber</forename><surname>Attia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Liesbeth</forename><surname>Atutxa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Augustinus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Keerthana</forename><surname>Badmaeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Miguel</forename><surname>Balasubramani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Esha</forename><surname>Ballesteros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sebastian</forename><surname>Banerjee</surname></persName>
		</author>
		<author>
			<persName><surname>Bank</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Barbu</forename><surname>Verginica</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Starkaður</forename><surname>Mititelu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Victoria</forename><surname>Barkarson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Colin</forename><surname>Basmov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Batchelor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Seyyit</forename><surname>Bauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kepa</forename><surname>Talha Bedir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gözde</forename><surname>Bengoetxea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yevgeni</forename><surname>Berk</surname></persName>
		</author>
		<author>
			<persName><surname>Berzak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ahmad</forename><surname>Irshad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Riyaz</forename><surname>Bhat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Erica</forename><surname>Ahmad Bhat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eckhard</forename><surname>Biagetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Agnė</forename><surname>Bick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kristín</forename><surname>Bielinskienė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rogier</forename><surname>Bjarnadóttir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Victoria</forename><surname>Blokland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Loïc</forename><surname>Bobicev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emanuel</forename><forename type="middle">Borges</forename><surname>Boizou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carl</forename><surname>Völker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cristina</forename><surname>Börstell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gosse</forename><surname>Bosco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sam</forename><surname>Bouma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adriane</forename><surname>Bowman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anouck</forename><surname>Boyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kristina</forename><surname>Braggaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aljoscha</forename><surname>Brokaitė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie</forename><surname>Burchardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernard</forename><surname>Candito</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gauthier</forename><surname>Caron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lauren</forename><surname>Caron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tatiana</forename><surname>Cassidy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gülşen</forename><surname>Cavalcanti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Flavio</forename><surname>Cebiroglu Eryigit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giuseppe</forename><forename type="middle">G A</forename><surname>Massimiliano Cecchini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Slavomír</forename><surname>Celano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neslihan</forename><surname>Čéplö</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Savas</forename><surname>Cesur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Özlem</forename><surname>Cetin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabricio</forename><surname>Çetinoglu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shweta</forename><surname>Chalub</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ethan</forename><surname>Chauhan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Taishi</forename><surname>Chi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yongseok</forename><surname>Chika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jinho</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jayeol</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandra</forename><forename type="middle">T</forename><surname>Chun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Silvie</forename><surname>Cignarella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aurélie</forename><surname>Cinková</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Çagrı</forename><surname>Collomb</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Miriam</forename><surname>Çöltekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marine</forename><surname>Connor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mihaela</forename><surname>Courtin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philemon</forename><surname>Cristescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elizabeth</forename><surname>Daniel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marie-Catherine</forename><surname>Davidson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Valeria</forename><surname>De Marneffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mehmet</forename><surname>De Paiva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elvis</forename><surname>Oguz Derin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arantza</forename><surname>De Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carly</forename><surname>Diaz De Ilarraza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arawinda</forename><surname>Dickerson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elisa</forename><surname>Dinakaramani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bamba</forename><surname>Di Nuovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Dione</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kaja</forename><surname>Dirix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Timothy</forename><surname>Dobrovoljc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kira</forename><surname>Dozat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Puneet</forename><surname>Droganova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hanne</forename><surname>Dwivedi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sandra</forename><surname>Eckhoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marhaba</forename><surname>Eiche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ali</forename><surname>Eli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Binyam</forename><surname>Elkahky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olga</forename><surname>Ephrem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomaž</forename><surname>Erina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aline</forename><surname>Erjavec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wograine</forename><surname>Etienne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sidney</forename><surname>Evelyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Richárd</forename><surname>Facundes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marília</forename><surname>Farkas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hector</forename><surname>Fernanda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jennifer</forename><surname>Fernandez Alcalde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cláudia</forename><surname>Foster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kazunori</forename><surname>Freitas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katarína</forename><surname>Fujita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Gajdošová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marcos</forename><surname>Galbraith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Moa</forename><surname>Garcia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sebastian</forename><surname>Gärdenfors</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabrício</forename><surname>Garza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kim</forename><surname>Ferraz Gerardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Filip</forename><surname>Gerdes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gustavo</forename><surname>Ginter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iakes</forename><surname>Godoy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Koldo</forename><surname>Goenaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Memduh</forename><surname>Gojenola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yoav</forename><surname>Gökırmak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xavier</forename><surname>Goldberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Berta</forename><forename type="middle">González</forename><surname>Gómez Guinovart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernadeta</forename><surname>Saavedra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matias</forename><surname>Griciūtė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Loïc</forename><surname>Grioni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Normunds</forename><surname>Grobol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bruno</forename><surname>Grūzītis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Céline</forename><surname>Guillaume</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tunga</forename><surname>Guillot-Barbance</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nizar</forename><surname>Güngör</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hinrik</forename><surname>Habash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Hafsteinsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Hajič</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mika</forename><surname>Hajič Jr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Linh</forename><surname>Hämäläinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Na-Rae</forename><surname>Hà Mỹ</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muhammad</forename><forename type="middle">Yudistira</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sam</forename><surname>Hanifmuti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kim</forename><surname>Hardwick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dag</forename><surname>Harris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johannes</forename><surname>Haug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Oliver</forename><surname>Heinecke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Felix</forename><surname>Hellwig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Barbora</forename><surname>Hennig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jaroslava</forename><surname>Hladká</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Florinel</forename><surname>Hlaváčová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petter</forename><surname>Hociung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eva</forename><surname>Hohle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jena</forename><surname>Huber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Takumi</forename><surname>Hwang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anton</forename><surname>Ikeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Radu</forename><surname>Karl Ingason</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Ion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Irimia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kaoru</forename><surname>Ishola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomáš</forename><surname>Ito</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Apoorva</forename><surname>Jelínek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><surname>Jha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hildur</forename><surname>Johannsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fredrik</forename><surname>Jónsdóttir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Jørgensen</surname></persName>
		</author>
		<author>
			<persName><surname>Juutinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sarveswaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hüner</forename><surname>Kaşıkara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andre</forename><surname>Kaasen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nadezhda</forename><surname>Kabaeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sylvain</forename><surname>Kahane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroshi</forename><surname>Kanayama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jenna</forename><surname>Kanerva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neslihan</forename><surname>Kara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boris</forename><surname>Katz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tolga</forename><surname>Kayadelen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jessica</forename><surname>Kenney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Václava</forename><surname>Kettnerová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jesse</forename><surname>Kirchner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Klementieva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arne</forename><surname>Köhn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Abdullatif</forename><surname>Köksal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kamil</forename><surname>Kopacewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Timo</forename><surname>Korkiakangas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalia</forename><surname>Kotsyba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jolanta</forename><surname>Kovalevskaitė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simon</forename><surname>Krek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Parameswari</forename><surname>Krishnamurthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Oguzhan</forename><surname>Kuyrukçu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aslı</forename><surname>Kuzgun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sookyoung</forename><surname>Kwak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Veronika</forename><surname>Laippala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lucia</forename><surname>Lam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lorenzo</forename><surname>Lambertino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tatiana</forename><surname>Lando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dian</forename><surname>Septina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexei</forename><surname>Larasati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Lavrentiev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Phương</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Lê Hồng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Saran</forename><surname>Lenci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Herman</forename><surname>Lertpradit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Leung</surname></persName>
		</author>
		<author>
			<persName><surname>Levina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ying</forename><surname>Cheuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Josie</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Keying</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuan</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kyungtae</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bruna</forename><forename type="middle">Lima</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Krister</forename><surname>Padovani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nikola</forename><surname>Lindén</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olga</forename><surname>Ljubešić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andry</forename><surname>Loginova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mikko</forename><surname>Luthfi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olga</forename><surname>Luukko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Teresa</forename><surname>Lyashevskaya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vivien</forename><surname>Lynn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aibek</forename><surname>Macketanz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Makazhanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ruli</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Büşra</forename><surname>Manurung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cȃtȃlina</forename><surname>Marşan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Mȃrȃnduc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katrin</forename><surname>Mareček</surname></persName>
		</author>
		<author>
			<persName><surname>Marheinecke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martínez</forename><surname>Héctor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">André</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><surname>Martins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroshi</forename><surname>Mašek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuji</forename><surname>Matsuda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Matsumoto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ryan</forename><surname>Mazzei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sarah</forename><surname>Mcdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gustavo</forename><surname>Mcguinness</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Niko</forename><surname>Mendonça</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Karina</forename><surname>Miekka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Margarita</forename><surname>Mischenkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Misirpashayeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cȃtȃlin</forename><surname>Missilä</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Mititelu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yusuke</forename><surname>Mitrofan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amirhossein</forename><surname>Miyao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Judit</forename><surname>Mojiri Foroushani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amirsaeid</forename><surname>Molnár</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simonetta</forename><surname>Moloodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amir</forename><surname>Montemagni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Laura</forename><forename type="middle">Moreno</forename><surname>More</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giovanni</forename><surname>Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Keiko</forename><forename type="middle">Sophie</forename><surname>Moretti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shinsuke</forename><surname>Mori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomohiko</forename><surname>Mori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shigeki</forename><surname>Morioka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bjartur</forename><surname>Moro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bohdan</forename><surname>Mortensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kadri</forename><surname>Moskalevskyi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Muischnek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yugo</forename><surname>Munro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kaili</forename><surname>Murawaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pinkey</forename><surname>Müürisep</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mariam</forename><surname>Nainwani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juan</forename><surname>Nakhlé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ignacio</forename><forename type="middle">Navarro</forename><surname>Horñiacek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Nedoluzhko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gunta</forename><surname>Nešpore-Bērzkalne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuela</forename><surname>Nevaci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lương</forename><surname>Nguy Ễn Thi</surname></persName>
		</author>
		<author>
			<persName><surname>Huy Ền Nguy Ễn Thi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yoshihiro</forename><surname>Minh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vitaly</forename><surname>Nikaido</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rattima</forename><surname>Nikolaev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alireza</forename><surname>Nitisaroj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hanna</forename><surname>Nourian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stina</forename><surname>Nurmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Atul</forename><surname>Ojala</surname></persName>
		</author>
		<author>
			<persName><surname>Kr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adédayo</forename><surname>Ojha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mai</forename><surname>Olúòkun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emeka</forename><surname>Omura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petya</forename><surname>Onwuegbuzia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Osenova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lilja</forename><surname>Östling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Şaziye</forename><surname>Øvrelid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Merve</forename><surname>Betül Özateş</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arzucan</forename><surname>Özçelik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Balkız</forename><surname>Özgür</surname></persName>
		</author>
		<author>
			<persName><surname>Öztürk Başaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hayley</forename><surname>Hyunji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Niko</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elena</forename><surname>Partanen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Pascual</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Agnieszka</forename><surname>Passarotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guilherme</forename><surname>Patejuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Angelika</forename><surname>Paulino-Passos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Siyao</forename><surname>Peljak-Łapińska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cenel-Augusto</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalia</forename><surname>Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guy</forename><surname>Perkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Slav</forename><surname>Perrier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daria</forename><surname>Petrov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jason</forename><surname>Petrova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jussi</forename><surname>Phelan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tommi</forename><forename type="middle">A</forename><surname>Piitulainen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emily</forename><surname>Pirinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Barbara</forename><surname>Pitler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thierry</forename><surname>Plank</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Larisa</forename><surname>Poibeau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Ponomareva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lauma</forename><surname>Popel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sophie</forename><surname>Pretkalnin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Prokopis</forename><surname>Prévost</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adam</forename><surname>Prokopidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tiina</forename><surname>Przepiórkowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sampo</forename><surname>Puolakainen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peng</forename><surname>Pyysalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andriela</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexandre</forename><surname>Rääbis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Taraka</forename><surname>Rademaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Loganathan</forename><surname>Rama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carlos</forename><surname>Ramasamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fam</forename><surname>Ramisch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mohammad</forename><surname>Rashel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vinit</forename><surname>Sadegh Rasooli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Livy</forename><surname>Ravishankar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petru</forename><surname>Real</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Siva</forename><surname>Rebeja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Georg</forename><surname>Reddy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ivan</forename><surname>Rehm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Riabov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Erika</forename><surname>Rießler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Larissa</forename><surname>Rimkutė</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Laura</forename><surname>Rinaldi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luisa</forename><surname>Rituma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eiríkur</forename><surname>Rocha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mykhailo</forename><surname>Rögnvaldsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rudolf</forename><surname>Romanenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Valentin</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><surname>Ros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Davide</forename><surname>Ca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olga</forename><surname>Rovati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jack</forename><surname>Rudina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kristján</forename><surname>Rueter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shoval</forename><surname>Rúnarsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pegah</forename><surname>Sadde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Benoît</forename><surname>Safari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aleksi</forename><surname>Sagot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shadi</forename><surname>Sahala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessio</forename><surname>Saleh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tanja</forename><surname>Salomoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephanie</forename><surname>Samardžić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuela</forename><surname>Samson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ezgi</forename><surname>Sanguinetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dage</forename><surname>Sanıyar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baiba</forename><surname>Särg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yanin</forename><surname>Saulīte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shefali</forename><surname>Sawanakunanon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kevin</forename><surname>Saxena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Salvatore</forename><surname>Scannell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nathan</forename><surname>Scarlata</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sebastian</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lane</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Djamé</forename><surname>Schwartz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wolfgang</forename><surname>Seddah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mojgan</forename><surname>Seeker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mo</forename><surname>Seraji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Atsuko</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroyuki</forename><surname>Shimada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yana</forename><surname>Shirasu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muh</forename><surname>Shishkina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dmitry</forename><surname>Shohibussirri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Janine</forename><surname>Sichinava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Einar</forename><surname>Siewert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aline</forename><surname>Freyr Sigurðsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalia</forename><surname>Silveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Silveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Radu</forename><surname>Simi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katalin</forename><surname>Simionescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mária</forename><surname>Simkó</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kiril</forename><surname>Šimková</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Simov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aaron</forename><surname>Skachedubova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Isabela</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carolyn</forename><surname>Soares-Bastos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rachele</forename><surname>Spadine</surname></persName>
		</author>
		<author>
			<persName><surname>Sprugnoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Stein Hór Steingrímsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Milan</forename><surname>Stella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emmett</forename><surname>Straka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jana</forename><surname>Strickland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alane</forename><surname>Strnadová</surname></persName>
		</author>
		<author>
			<persName><surname>Suhr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lesmana</forename><surname>Yogi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Umut</forename><surname>Sulestio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shingo</forename><surname>Sulubacak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zsolt</forename><surname>Suzuki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dima</forename><surname>Szántó</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuta</forename><surname>Taji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabio</forename><surname>Takahashi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mary</forename><surname>Tamburini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ann</forename><forename type="middle">C</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Takaaki</forename><surname>Tanaka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samson</forename><surname>Tella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Isabelle</forename><surname>Tellier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marinella</forename><surname>Testori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guillaume</forename><surname>Thomas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Liisi</forename><surname>Torga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marsida</forename><surname>Toska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Trond</forename><surname>Trosterud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Trukhina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Reut</forename><surname>Tsarfaty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Utku</forename><surname>Türk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francis</forename><surname>Tyers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sumire</forename><surname>Uematsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roman</forename><surname>Untilov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zdeňka</forename><surname>Urešová</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Larraitz</forename><surname>Uria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hans</forename><surname>Uszkoreit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrius</forename><surname>Utka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sowmya</forename><surname>Vajjala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rob</forename><surname>Van Der Goot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martine</forename><surname>Vanhove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gertjan</forename><surname>Daniel Van Niekerk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Viktor</forename><surname>Van Noord</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eric</forename><surname>Varga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Veronika</forename><surname>Villemonte De La Clergerie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalia</forename><surname>Vincze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aya</forename><surname>Vlasova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joel</forename><forename type="middle">C</forename><surname>Wakasa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lars</forename><surname>Wallenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Abigail</forename><surname>Wallin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jing Xian</forename><surname>Walsh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jonathan</forename><forename type="middle">North</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maximilan</forename><surname>Washington</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paul</forename><surname>Wendt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Seyi</forename><surname>Widmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mats</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Wirén</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tsegay</forename><surname>Wittern</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tak-Sum</forename><surname>Woldemariam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alina</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mary</forename><surname>Wróblewska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kayo</forename><surname>Yako</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Naoki</forename><surname>Yamashita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chunxiao</forename><surname>Yamazaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Koichi</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><surname>Yasuoka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Marat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arife</forename><surname>Yavrumyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olcay</forename><surname>Betül Yenice</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhuoran</forename><surname>Taner Yıldız</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zdeněk</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shorouq</forename><surname>Žabokrtský</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amir</forename><surname>Zahra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hanzhi</forename><surname>Zeldes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anna</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rayan</forename><surname>Zhuravleva</surname></persName>
		</author>
		<author>
			<persName><surname>Ziane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
		<respStmt>
			<orgName>Faculty of Mathematics and Physics, Charles University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
