| { |
| "paper_id": "2022", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:21:09.817801Z" |
| }, |
| "title": "Approaching Reflex Predictions as a Classification Problem Using Extended Phonological Alignments", |
| "authors": [ |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Uppsala Uppsala", |
| "location": {} |
| }, |
| "email": "tiago.tresoldi@lingfil.uu.se" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This work describes an implementation of the \"extended alignment\" model for cognate reflex prediction submitted to the \"SIGTYP 2022 Shared Task on the Prediction of Cognate Reflexes\". Similarly to List et al. (2022a), the technique involves an automatic extension of sequence alignments with multilayered vectors that encode informational tiers on both site-specific traits, such as sound classes and distinctive features, as well as contextual and suprasegmental ones, conveyed by cross-site referrals and replication. The method allows to generalize the problem of cognate reflex prediction as a classification problem, with models trained using a parallel corpus of cognate sets. A model using random forests is trained and evaluated on the shared task for reflex prediction, and the experimental results are presented and discussed along with some differences to other implementations.", |
| "pdf_parse": { |
| "paper_id": "2022", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This work describes an implementation of the \"extended alignment\" model for cognate reflex prediction submitted to the \"SIGTYP 2022 Shared Task on the Prediction of Cognate Reflexes\". Similarly to List et al. (2022a), the technique involves an automatic extension of sequence alignments with multilayered vectors that encode informational tiers on both site-specific traits, such as sound classes and distinctive features, as well as contextual and suprasegmental ones, conveyed by cross-site referrals and replication. The method allows to generalize the problem of cognate reflex prediction as a classification problem, with models trained using a parallel corpus of cognate sets. A model using random forests is trained and evaluated on the shared task for reflex prediction, and the experimental results are presented and discussed along with some differences to other implementations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The Special Interest Group of Linguistic Typology (SIGTYP) organized in 2022 the \"SIGTYP 2022 Shared Task on the Prediction of Cognate Reflexes\" (List et al., 2022b) , providing the community with cognate-coded wordlists from which varying amounts of cognate sets were withheld. Participants were asked to submit models capable of predicting the missing words and morphemes from the non-withheld members. This work describes the submission named ceot-extalign-rf.", |
| "cite_spans": [ |
| { |
| "start": 145, |
| "end": 165, |
| "text": "(List et al., 2022b)", |
| "ref_id": "BIBREF41" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Reflex prediction is particularly interesting to computational historical linguistics, since most approaches to reconstruction are rooted in comparative methods operating on cognate sets (J\u00e4ger, 2019; Greenhill et al., 2020; , i.e., sets of words that are assumed to derive from a common proto-word. We can therefore define a cognate as a member of a set of words (a \"cognate set\") that share an etymological origin via vertical descent. Such a definition highlights how the defining property of a cognate set is the regular sound correspondences between the words involved, even when they are not judged as \"similarly sounding\" by human evaluators. Homologies don't imply homogenies, as processes like word borrowing and chance resemblance can lead to similarities, while true cognates can be very dissimilar, as in the often cited example of English \"two\" and Armenian \"erku\", both from a reconstructed form *dw\u00f3h 1 (Kroonen, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 200, |
| "text": "(J\u00e4ger, 2019;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 201, |
| "end": 224, |
| "text": "Greenhill et al., 2020;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 918, |
| "end": 933, |
| "text": "(Kroonen, 2013)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The task can be seen as a form of zero-shot learning (Xian et al., 2018) , where a model must learn to predict the \"reflexes\" of a potentially unknown ancestral word form, with no examples of the relevant cognate set provided during the training phase. When considering the landscape of machine learning methods available and the approaches so far proposed (Dinu and Ciobanu, 2014; Bodt and List, 2022; Meloni et al., 2021; Beinborn et al., 2013; Dekker and Zuidema, 2021; Fourrier et al., 2021; List et al., 2022a) , including other submissions to this challenge (J\u00e4ger, 2022; Celano, 2022; Kirov et al., 2022) , it is possible to identify two main strategies for the task. The first one treats the problem as one of classification, potentially refining sequence results with probabilities from a character model, while the second employs sequence transformation methods, especially those akin to seq2seq approaches (Sutskever et al., 2014) , making the task one analogous to that of \"translation\". This submission is of the first kind, with results provided by random forests (Kam et al., 1995; Hastie et al., 2009) , but attention should focus on the proposed method of data transformation.", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 72, |
| "text": "(Xian et al., 2018)", |
| "ref_id": "BIBREF53" |
| }, |
| { |
| "start": 357, |
| "end": 381, |
| "text": "(Dinu and Ciobanu, 2014;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 382, |
| "end": 402, |
| "text": "Bodt and List, 2022;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 403, |
| "end": 423, |
| "text": "Meloni et al., 2021;", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 424, |
| "end": 446, |
| "text": "Beinborn et al., 2013;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 447, |
| "end": 472, |
| "text": "Dekker and Zuidema, 2021;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 473, |
| "end": 495, |
| "text": "Fourrier et al., 2021;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 496, |
| "end": 515, |
| "text": "List et al., 2022a)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 564, |
| "end": 577, |
| "text": "(J\u00e4ger, 2022;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 578, |
| "end": 591, |
| "text": "Celano, 2022;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 592, |
| "end": 611, |
| "text": "Kirov et al., 2022)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 917, |
| "end": 941, |
| "text": "(Sutskever et al., 2014)", |
| "ref_id": "BIBREF47" |
| }, |
| { |
| "start": 1078, |
| "end": 1096, |
| "text": "(Kam et al., 1995;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 1097, |
| "end": 1117, |
| "text": "Hastie et al., 2009)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The method is based on \"multitiered\" proposals, originally based on an idea by J.-M. List, which have been described and implemented in other works List, 2019b; Bodt and List, 2022; Chacon and List, 2016) , including for the baseline for the shared task at hand (List et al., 2022b) . It is an approach for modeling historical linguistic relationships developed to solve problems that are not addressed by pure-correspondence approaches, such as those involving cross-site generalization and the need to capture contextual and suprasegmental information. By considering how discrete representations of phonological sequences can be an unsuitable provision, as the latter are abstract representations of both discrete and continuous multidimensional phonological domains, the technique extends base alignments with multilayered vectors, encoding additional and derived features. Here, such an informational extension is knowingly and intentionally similar to the analytical frameworks of Firthian (Mitchell, 1975) and autosegmental phonology (Goldsmith, 1990) , where sequence representation is given by more than a single string of segments.", |
| "cite_spans": [ |
| { |
| "start": 148, |
| "end": 160, |
| "text": "List, 2019b;", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 161, |
| "end": 181, |
| "text": "Bodt and List, 2022;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 182, |
| "end": 204, |
| "text": "Chacon and List, 2016)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 262, |
| "end": 282, |
| "text": "(List et al., 2022b)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 996, |
| "end": 1012, |
| "text": "(Mitchell, 1975)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 1041, |
| "end": 1058, |
| "text": "(Goldsmith, 1990)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This work first summarizes the extended alignment technique, with a focus on how it can be used to predict cognate reflexes. Then, it describes the experimental setting used for the submission, and how the extended alignment method can apply to the task at hand. It concludes with a discussion on the results and future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Data for the experiment comprised 20 standardized datasets derived from the Lexibank project (List et al., forthcoming) , each encompassing a single linguistic family and providing good geographic and typological variation. The datasets were split into five partitions each, with different ratios of words kept for training and evaluation, and were provided by the task's organizers. They provided a more comprehensive description of the data and the way they prepared it in List et al. (2022b) .", |
| "cite_spans": [ |
| { |
| "start": 93, |
| "end": 119, |
| "text": "(List et al., forthcoming)", |
| "ref_id": null |
| }, |
| { |
| "start": 475, |
| "end": 494, |
| "text": "List et al. (2022b)", |
| "ref_id": "BIBREF41" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Materials", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The submission also extensively uses the phonological information provided by the mipa and tresoldi models of the maniphono library (Tresoldi, 2021) , which were incorporated into the code in order to simplify installation requirements. The information provided by these models is adapted from the data of CLTS (Anderson et al., 2018; , with additional mappings and structures partly described in Tresoldi (2020).", |
| "cite_spans": [ |
| { |
| "start": 132, |
| "end": 148, |
| "text": "(Tresoldi, 2021)", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 311, |
| "end": 334, |
| "text": "(Anderson et al., 2018;", |
| "ref_id": "BIBREF51" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Materials", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "It is important to distinguish between the method for representing phonological data and the actual model for reflex prediction. The first, building upon the theoretical discussions also shown in List et al. (2022a) , is the most promising element because of its innovative treatment of alignment sites: instead of just being linear components of a sequence under an alignment set, they are treated as independent records in a database. Such a database is turned into a two-dimensional matrix, from which observed and predicted features are extracted and used by common classification models. The method thus facilitates the usage of established algorithms for machine learning, allowing to reframe tasks from historical linguistics as more common tasks of classification, regression, or transformation by using conventional methods and well-researched implementations.", |
| "cite_spans": [ |
| { |
| "start": 196, |
| "end": 215, |
| "text": "List et al. (2022a)", |
| "ref_id": "BIBREF40" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Let's consider the example given in the challenge's call, reproduced in Table 1 , with three cognate sets, identified by comparable concepts, involving German, English, and Dutch. The first step in producing an alignment enriched with new tiers is to perform multiple sequence alignment (List, 2012) , which in this case yields three independent alignment sets, as shown in Tables 2, 3, and 4. This is a step common to most classification methods for reflex prediction. Even without extensions, by considering each alignment site an independent observation it is possible to combine multiple sets into a single data frame. The operation \"transposes\" the alignments, joining them into a single frame as shown in Table 5 , following the common steps of this framework (List, 2019a; Bodt and List, 2022; List et al., 2022a Table 5 : Extended data frame, without any contextual extension, from the aligned German, English, and Dutch reflexes for the cognate sets ASH, BITE, and BELLY. Note that \"Source\" is only provided here for ease of exposition, and is not part of actual implementation.", |
| "cite_spans": [ |
| { |
| "start": 287, |
| "end": 299, |
| "text": "(List, 2012)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 767, |
| "end": 780, |
| "text": "(List, 2019a;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 781, |
| "end": 801, |
| "text": "Bodt and List, 2022;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 802, |
| "end": 820, |
| "text": "List et al., 2022a", |
| "ref_id": "BIBREF40" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 72, |
| "end": 79, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| }, |
| { |
| "start": 711, |
| "end": 719, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 821, |
| "end": 828, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Cognate Set German English Dutch ASH a S E aeS A s BITE b ai s @ n b ai t b Ei t @ BELLY b au x ? b oei k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Language #1 #2 #3 German a S E English ae S - Dutch A s -", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Language #1 #2 #3 #4 #5 German b ai s @ n English b ai t - - Dutch b Ei t @ -", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Such an organization of the data is already appropriate for training statistical methods, as each observation is independent, making it possible to identify correspondences and fill gaps by imputing values. For instance, the partial match between the sites of index 4 and 9 in Table 5 strongly suggests that we should impute the missing information for the English segment as /b/, or that site 11 should be a dorsal consonant. Despite disappointing performance in most cases given by the lack of information for a proper zero-shot classification, reflex prediction would already be possible due to the comparatively high number of informative features extracted from a small set of alignments, especially if the prediction refers to phonological traits instead of atomic segments. For example, if given a hypothetical partial cognate set with a German reflex /Saus/ and an English /Sout/, most statistical methods could already classify the first site in the alignment as analogous to site 2 (given the /S/ to /S/ correspondence between German and English), the second one to site 10 (even though English /ou/ is not attested in this example), and the third one to site 6 (given the /s/ to /t/ correspondence), yielding a hypothetical Dutch form /soeit/.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 277, |
| "end": 284, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "The data frame can be extended in two ways. First, it can be enriched with information specific to each alignment site, allowing machine learning methods to generalize from observed instances (for example, learning that a correspondence applies not just to one sound, but to one or more sets of sounds) and to restrict the effect of correspondences to certain word or syllable positions 1 . In Table 6 , such features are added by extending sites with tiers for the \"sound class\" (Dolgopolsky, 1986 ) under the SCA model (List, 2012) and the alignment position for each segment. In an actual implementation, more site-specific information would likely be added, such as tiers derived from distinctive features (both from commonly used models, like those derived from Chomsky and Halle 1968, and from binary models designed for machine learning, like those provided by maniphono) and indexes related to the position in the word and in the syllable when counting either left-to-right (\"index\") and right-to-left (\"rindex\").", |
| "cite_spans": [ |
| { |
| "start": 480, |
| "end": 498, |
| "text": "(Dolgopolsky, 1986", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 521, |
| "end": 533, |
| "text": "(List, 2012)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 394, |
| "end": 401, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "The second type of extensions addresses the fact that making each alignment site independent loses contextual information. In Table 7 , two contextual tiers are added for each segment tier, one specifying the previous segment (the segment one position to the left, thus L1) and one carrying information on the following sound class (the SCA one position to the right, thus R1). There is no limit on the amount of contextual information with which each alignment site can be enriched, and, in fact, when using a complete system of phonological features it is possible to encode complex phonological information such as \"the preceding syllable has a nasal consonant\" or \"the word ends with a front vowel\".", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 126, |
| "end": 133, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Depending on the size of the context window, the ID Index German segment German SC English segment English SC Dutch segment Dutch SC", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "1 1 a A ae E A A 2 2 S S S S s S 3 3 E E - - - - 4 1 b P b P b P 5 2 ai A ai A Ei E 6 3 s S t T t T 7 4 @ E - - @ E 8 5 n N - - - - 9", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "1 b P ? ? b P 10 2 au A ?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "? oei U 11 3 x G ?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "? k K Table 6 : Multitiered representation extended with information on the alignment index and the corresponding SCA sound class, from the aligned German, English, and Dutch reflexes for sets ASH, BITE, and BELLY.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 6, |
| "end": 13, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "number, and the type of tiers used for extending the alignment, the shape of the data frame can increase to hold hundreds or thousand of features. While the human inspection of such data will rapidly become impractical, this property should not be considered an issue because, at this stage, the representation is intended for machine consumption. Methods for extracting information for human consumption should rely on these enlarged data frames, without reducing their size beforehand. Nonetheless, before carrying any kind of statistical analysis, it is recommended to perform common tasks of data preparation, such as dimensionality reduction and scaling of the features. Data standardization and normalization can ensure that features extracted from different tiers are placed on a common scale, and transformation processes such as Principal Component Analysis (PCA) (Tipping and Bishop, 1999) can be improve training times and performance. The implementation presented in this work differs from the previous ones due to the greater attention to the principles of autosegmental phonology. A general advantage of the approach (outlined already in List 2019b), is that it allows to use the propagation strategy of contextual information also for suprasegmental features, such as stress and tone, to all alignment sites where it applies. With tones, for example, instead of marking the tone as a segment-like token at the end of the syllable or as a property of the nucleus alone, it is possible to expand the alignment with one or more tiers regarding the relevant tonality, which will apply to all the segments that make up the relevant syllable. Such information is not restricted to the tone itself, but can be decomposed into properties like \"tone contour\" or \"starting pitch\". With complex correspondences involving suprasegmental features, machine learning methods will not need to \"look ahead\" for a tone token, as one or more columns will carry the relevant information in the data frame record itself. In addition, the representation structure allows more easily composing results from different information tiers: instead of establishing models that only predict segments, as atomic units, the implementation allows to predict, contemporaneously or individually, two or more tiers. whose information can be combined for the final results. For example, especially with a binary model, it is possible to predict the manner and place of articulation of a segment independently, aggregating the results into a phoneme or sound class.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multitiered Extension", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Cognate prediction is performed by training classifiers on the data frames prepared by the code for extending alignments. When paying attention to issues such as scaling of features, missing data, and the encoding of multistate categorical features (usually with one-or multi-hot binary encoders), any machine learning method can be used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "The task will involve two subtasks: the first for training all the classifiers that are needed, and the second for generating output in the expected format once the classifiers have been prepared.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "The steps for the first subtask are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "1. Align raw data. This step can be performed manually or with tools for linguistic alignments, such as LingPy .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "2. Prepare extended data frames. From the alignment sets, a single data frame is generated with all the requested additional tiers, both for in-site and contextual information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "3. Prepare the training data for each language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "The training data comprises a data frame for input variables X, including all features save for those related to the language being predicted, and a vector for the output variable y, from the appropriate \"segment\" column. All Table 7 : Data frame of alignment sites extended with information on the alignment index, the corresponding SCA sound class, the preceding segment, and the following SCA sound class, from the aligned German, English, and Dutch reflexes for the cognate sets ASH, BITE, and BELLY. Missing information, such as the segment to the left of the first site in an alignment, is marked with \u00d8.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 226, |
| "end": 233, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "1 1 a A \u00d8 S ae E \u00d8 S A A \u00d8 S 2 2 S S a E S S ae - s S A - 3 3 E E S \u00d8 - - S \u00d8 - - s \u00d8 4 1 b P \u00d8 A b P \u00d8 A b P \u00d8 E 5 2 ai A b S ai A b T Ei E b T 6 3 s S ai E t T ai - t T Ei E 7 4 @ E s N - - t - @ E t - 8 5 n N @ \u00d8 - - -\u00d8 - - @ \u00d8 9 1 b P \u00d8 A ? ? \u00d8 ? b P \u00d8 U 10 2 au A b G ? ? ? ? oei U b K 11 3 x G au \u00d8 ? ? ? \u00d8 k K oei \u00d8", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "other features related to the language under study are discarded.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "4. Train and save classifiers. This will result in a collection with one classifier for each language in the dataset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "Once the classifiers are ready, it is possible to perform reflex prediction with the following steps:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "1. Align raw data. As above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "2. Prepare extended data frames. As above; it is highly recommended, and depending on the machine learning method it is necessary, that the set of tiers added to the alignment is equal to or a subset of the one used in training.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "3. Prepare the X data frame and generate a y prediction. For most classification methods, y will yield a probability for different segments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "4. Prepare the output. Build the sequences of predicted reflexes and organize them in the expected data structure for evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cognate Prediction", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "For the shared task, data and classifiers were prepared according to the workflows described in subsection 2.2.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation and Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Due to design decisions aiming at testing the method more than achieving the best performing model, only few additional tiers were used for extending the base alignments. These were the segments and SCA sound classes pertinent to each language, with a left and right order of 1 and 2 (i.e., L1, L2, R1, R2), thus increasing four times the number of phonological tiers. Indexing tiers related to the position in the alignment, counting both left-to-right and right-to-left, were also added. No pruning or preemptive dimensionality reduction was performed. Random forests (Breiman, 2001; Kam et al., 1995; Hastie et al., 2009) were trained using the default implementation in scikit-learn version 1.1.0 (Pedregosa et al., 2011) . Other classification methods were explored using samples of the datasets, yielding good performance improvements in the cases of XGBoost (Chen and Guestrin, 2016) , LightGBM (Ke et al., 2017) , and multi-layer perceptrons (Hinton, 1990) , particularly when performing hyperparameter optimization (Akiba et al., 2019) . The decision to only submit the results using the random forest method was based on the time and computational constraints to perform a full training, as well as in the goal of establishing a baseline for this implementation of the method.", |
| "cite_spans": [ |
| { |
| "start": 570, |
| "end": 585, |
| "text": "(Breiman, 2001;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 586, |
| "end": 603, |
| "text": "Kam et al., 1995;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 604, |
| "end": 624, |
| "text": "Hastie et al., 2009)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 701, |
| "end": 725, |
| "text": "(Pedregosa et al., 2011)", |
| "ref_id": "BIBREF46" |
| }, |
| { |
| "start": 865, |
| "end": 890, |
| "text": "(Chen and Guestrin, 2016)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 902, |
| "end": 919, |
| "text": "(Ke et al., 2017)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 950, |
| "end": 964, |
| "text": "(Hinton, 1990)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 1024, |
| "end": 1044, |
| "text": "(Akiba et al., 2019)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation and Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Comparing with both the baseline and other submitted methods, the final results suggest much room for improvement. Performance was in general between the Baseline and Baseline-SVM method, mostly due to gains in prediction offered by Support Vector Machines (Koutroumbas and Theodoridis, 2008) , for the partitions with most information, degrading rapidly when the amount of withheld data was increased, as illustrated by the global results reported in List et al. (2022b) .", |
| "cite_spans": [ |
| { |
| "start": 257, |
| "end": 292, |
| "text": "(Koutroumbas and Theodoridis, 2008)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 452, |
| "end": 471, |
| "text": "List et al. (2022b)", |
| "ref_id": "BIBREF41" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation and Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The implementation performed particularly poorly with the datasets bantudvd (Greenhill and Gray, 2015) (as illustrated by the 0.7053 B-Cubes for the 10% partition, versus 0.7835 of the Baseline submission), felekesemitic (Feleke, 2021) (0.6661 B-Cubes for the 10% partition, versus 0.6925 of the baseline). It performed better with datasets beidazihui (B\u011bij\u012bng D\u00e0xu\u00e9, 1962) (as illustrated by the 0.8356 B-Cubes for the 10% partition, versus 0.7279 of the baseline), bodtkhobwa (Bodt and List, 2022) (0.7993 B-Cubes for the 10% partition, versus 0.7566 of the baseline), bremerberta (Bremer, 2016) (0.7915 B-Cubes for the 10% partition, versus 0.7187 of the baseline), deepadungpalaung (Deepadung et al., 2015 ) (0.8143 B-Cubes for the 10% partition, versus 0.7597 of the baseline), wangbai (Wang and Wang, 2004) (0.8326 B-Cubes for the 10% partition, versus 0.8048 of the baseline), hattorijaponic (Hattori, 1973 ) (0.8127 B-Cubes for the 10% partition, versus 0.7889 of the baseline), listsamplesize (List, 2014) (0.5325 B-Cubes for the 10% partition, versus 0.4048 of the baseline). Full results are available along with the submission, with performance for other datasets comparable to the baseline.", |
| "cite_spans": [ |
| { |
| "start": 686, |
| "end": 709, |
| "text": "(Deepadung et al., 2015", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 899, |
| "end": 913, |
| "text": "(Hattori, 1973", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation and Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Similarly to the implementation in List et al. 2022a , the method of extending alignments implemented here can be conceived as a learned data augmentation strategy, since it is not based on statistical properties of each dataset (that is, each collection of alignment sets), but on the contribution from specialized linguistic knowledge. Such a strategy does not exclude the use of purely statistical methods, allowing them to more easily find the correspondences between sets, especially when they convey phonological traits that are sparse and non sequential. Once mature, we believe that the strategy will be beneficial for most machine learning methods, as it should allow for increased generalization due to increased complexity of the data sets, incorpo-rating informational tiers beyond phonological or sequence properties.", |
| "cite_spans": [ |
| { |
| "start": 35, |
| "end": 52, |
| "text": "List et al. 2022a", |
| "ref_id": "BIBREF40" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Extended alignments have proven their usefulness for tasks like supervised phonological reconstruction and cognate reflex prediction. There are, however, many other problems to which they could also be applied, either by replacing or by complementing existing methods. The probability of correspondence between certain phonemes, for example, can be used for fine-grained decisions in cases of doubts in the domain of sequence alignment, using information which is \"local\" to the languages under study along with default correspondence score matrices that are generally computed for global usage. Likewise, the method can credibly be used in the detection of loanwords (Miller et al., 2020) , especially in cases of large exchange of words between two languages and of \"learned loanwords\". Finally, like the other models proposed for this challenge, the method can be used to manage linguistic data, identifying forms that are not predicted by a model trained on the data itself, which may be due to either particularly rich individual histories or different amounts data noise.", |
| "cite_spans": [ |
| { |
| "start": 668, |
| "end": 689, |
| "text": "(Miller et al., 2020)", |
| "ref_id": "BIBREF44" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Note that position of the alignment site in the word is explicitly tested byList et al. (2022a), who report no improvements in performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The author is supported by the Cultural Evolution of Texts project, with funding from the Riksbankens Jubileumsfond (grant agreement ID: MXM19-1087:1). Theoretical work was partly developed when the author received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (grant agreement No. #715618, \"Computer-Assisted Language Comparison\").", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| }, |
| { |
| "text": "Code and data for reproducing the analyses is deposited at https://doi.org/10.5281/ zenodo.6586772.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supplementary Material", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Optuna: A nextgeneration hyperparameter optimization framework", |
| "authors": [ |
| { |
| "first": "Takuya", |
| "middle": [], |
| "last": "Akiba", |
| "suffix": "" |
| }, |
| { |
| "first": "Shotaro", |
| "middle": [], |
| "last": "Sano", |
| "suffix": "" |
| }, |
| { |
| "first": "Toshihiko", |
| "middle": [], |
| "last": "Yanase", |
| "suffix": "" |
| }, |
| { |
| "first": "Takeru", |
| "middle": [], |
| "last": "Ohta", |
| "suffix": "" |
| }, |
| { |
| "first": "Masanori", |
| "middle": [], |
| "last": "Koyama", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, KDD '19", |
| "volume": "", |
| "issue": "", |
| "pages": "2623--2631", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/3292500.3330701" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Takuya Akiba, Shotaro Sano, Toshihiko Yanase, Takeru Ohta, and Masanori Koyama. 2019. Optuna: A next- generation hyperparameter optimization framework. In Proceedings of the 25th ACM SIGKDD Interna- tional Conference on Knowledge Discovery & Data Mining, KDD '19, page 2623-2631, New York, NY, USA. Association for Computing Machinery.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Thiago Costa Chacon, Anne-Maria Fehn", |
| "authors": [ |
| { |
| "first": "Cormac", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cormac Anderson, Tiago Tresoldi, Thiago Costa Cha- con, Anne-Maria Fehn, Mary Walworth, Robert", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A Cross-Linguistic Database of Phonetic Transcription Systems", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Yearbook of the Pozna\u0144 Linguistic Meeting", |
| "volume": "4", |
| "issue": "", |
| "pages": "21--53", |
| "other_ids": { |
| "DOI": [ |
| "10.2478/yplm-2018-0002" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Forkel, and Johann-Mattis List. 2018. A Cross- Linguistic Database of Phonetic Transcription Sys- tems. Yearbook of the Pozna\u0144 Linguistic Meeting, 4(1):21-53.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Cognate production using character-based machine translation", |
| "authors": [ |
| { |
| "first": "Lisa", |
| "middle": [], |
| "last": "Beinborn", |
| "suffix": "" |
| }, |
| { |
| "first": "Torsten", |
| "middle": [], |
| "last": "Zesch", |
| "suffix": "" |
| }, |
| { |
| "first": "Iryna", |
| "middle": [], |
| "last": "Gurevych", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the Sixth International Joint Conference on Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "883--891", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lisa Beinborn, Torsten Zesch, and Iryna Gurevych. 2013. Cognate production using character-based machine translation. In Proceedings of the Sixth International Joint Conference on Natural Language Processing, pages 883-891.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Reflex prediction. A case study of Western Kho-Bwa", |
| "authors": [ |
| { |
| "first": "Timotheus", |
| "middle": [ |
| "Adrianus" |
| ], |
| "last": "Bodt", |
| "suffix": "" |
| }, |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "Diachronica", |
| "volume": "39", |
| "issue": "1", |
| "pages": "1--38", |
| "other_ids": { |
| "DOI": [ |
| "10.1075/dia.20009.bod" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Timotheus Adrianus Bodt and Johann-Mattis List. 2022. Reflex prediction. A case study of Western Kho-Bwa. Diachronica, 39(1):1-38.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Random forests. Machine learning", |
| "authors": [ |
| { |
| "first": "Leo", |
| "middle": [], |
| "last": "Breiman", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "45", |
| "issue": "", |
| "pages": "5--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leo Breiman. 2001. Random forests. Machine learning, 45(1):5-32.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A sociolinguistic survey of six Berta speech varieties in Ethiopia. SIL International", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Nate", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bremer", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nate D. Bremer. 2016. A sociolinguistic survey of six Berta speech varieties in Ethiopia. SIL International, Addis Ababa.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "H\u00e0ny\u01d4 f\u0101ngy\u012bn z\u00echu\u00ec", |
| "authors": [], |
| "year": 1962, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Beijing University B\u011bij\u012bng D\u00e0xu\u00e9. 1962. H\u00e0ny\u01d4 f\u0101ngy\u012bn z\u00echu\u00ec [Chinese dialect character pronunciation list].", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A Transformer architecture for the prediction of cognate reflexes", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "A" |
| ], |
| "last": "Giuseppe", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Celano", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "The Fourth Workshop on Computational Typology and Multilingual NLP, Online. Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Giuseppe G. A. Celano. 2022. A Transformer architec- ture for the prediction of cognate reflexes. In The Fourth Workshop on Computational Typology and Multilingual NLP, Online. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Improved computational models of sound change shed light on the history of the tukanoan languages", |
| "authors": [ |
| { |
| "first": "Costa", |
| "middle": [], |
| "last": "Thiago", |
| "suffix": "" |
| }, |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "Chacon", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Journal of Language Relationship", |
| "volume": "13", |
| "issue": "3-4", |
| "pages": "177--204", |
| "other_ids": { |
| "DOI": [ |
| "10.31826/jlr-2016-133-404" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thiago Costa Chacon and Johann-Mattis List. 2016. Improved computational models of sound change shed light on the history of the tukanoan languages. Journal of Language Relationship, 13(3-4):177-204.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "XGBoost: A scalable tree boosting system", |
| "authors": [ |
| { |
| "first": "Tianqi", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Guestrin", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '16", |
| "volume": "", |
| "issue": "", |
| "pages": "785--794", |
| "other_ids": { |
| "DOI": [ |
| "10.1145/2939672.2939785" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tianqi Chen and Carlos Guestrin. 2016. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '16, pages 785-794, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The sound pattern of English", |
| "authors": [ |
| { |
| "first": "Noam", |
| "middle": [], |
| "last": "Chomsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Morris", |
| "middle": [], |
| "last": "Halle", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Noam Chomsky and Morris Halle. 1968. The sound pattern of English. ERIC.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A lexical comparison of the Palaung dialects spoken in China", |
| "authors": [ |
| { |
| "first": "Sujaritlak", |
| "middle": [], |
| "last": "Deepadung", |
| "suffix": "" |
| }, |
| { |
| "first": "Supakit", |
| "middle": [], |
| "last": "Buakaw", |
| "suffix": "" |
| }, |
| { |
| "first": "Ampika", |
| "middle": [], |
| "last": "Rattanapitak", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Mon-Khmer Studies", |
| "volume": "44", |
| "issue": "", |
| "pages": "19--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sujaritlak Deepadung, Supakit Buakaw, and Ampika Rattanapitak. 2015. A lexical comparison of the Palaung dialects spoken in China, Myanmar, and Thailand. Mon-Khmer Studies, 44:19-38.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Word prediction in computational historical linguistics", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Dekker", |
| "suffix": "" |
| }, |
| { |
| "first": "Willem", |
| "middle": [], |
| "last": "Zuidema", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Journal of Language Modelling", |
| "volume": "8", |
| "issue": "2", |
| "pages": "295--336", |
| "other_ids": { |
| "DOI": [ |
| "10.15398/jlm.v8i2.268" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Dekker and Willem Zuidema. 2021. Word predic- tion in computational historical linguistics. Journal of Language Modelling, 8(2):295-336.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Building a dataset of multilingual cognates for the Romanian lexicon", |
| "authors": [ |
| { |
| "first": "Liviu", |
| "middle": [], |
| "last": "Dinu", |
| "suffix": "" |
| }, |
| { |
| "first": "Alina", |
| "middle": [ |
| "Maria" |
| ], |
| "last": "Ciobanu", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)", |
| "volume": "", |
| "issue": "", |
| "pages": "1038--1043", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liviu Dinu and Alina Maria Ciobanu. 2014. Building a dataset of multilingual cognates for the Romanian lexicon. In Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14), pages 1038-1043, Reykjavik, Iceland. European Language Resources Association (ELRA).", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "A probabilistic hypothesis concerning the oldest relationships among the language families of northern Eurasia", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "B" |
| ], |
| "last": "Dolgopolsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Typology, Relationship and Time", |
| "volume": "", |
| "issue": "", |
| "pages": "27--50", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. B. Dolgopolsky. 1986. A probabilistic hypothesis concerning the oldest relationships among the lan- guage families of northern Eurasia. In Vitalij V. Shevoroshkin, editor, Typology, Relationship and Time, pages 27-50. Karoma Publisher, Ann Arbor.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Ethiosemitic languages: Classifications and classification determinants. Ampersand", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Tekabe Legesse Feleke", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "DOI": [ |
| "10.1016/j.amper.2021.100074" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tekabe Legesse Feleke. 2021. Ethiosemitic languages: Classifications and classification determinants. Am- persand, page 100074.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Can cognate prediction be modelled as a lowresource machine translation task?", |
| "authors": [ |
| { |
| "first": "Cl\u00e9mentine", |
| "middle": [], |
| "last": "Fourrier", |
| "suffix": "" |
| }, |
| { |
| "first": "Rachel", |
| "middle": [], |
| "last": "Bawden", |
| "suffix": "" |
| }, |
| { |
| "first": "Beno\u00eet", |
| "middle": [], |
| "last": "Sagot", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021", |
| "volume": "", |
| "issue": "", |
| "pages": "847--861", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2021.findings-acl.75" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cl\u00e9mentine Fourrier, Rachel Bawden, and Beno\u00eet Sagot. 2021. Can cognate prediction be modelled as a low- resource machine translation task? In Findings of the Association for Computational Linguistics: ACL- IJCNLP 2021, pages 847-861, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Autosegmental and metrical phonology", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "John", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Goldsmith", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Basil Blackwell", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John A Goldsmith. 1990. Autosegmental and metrical phonology, volume 1. Basil Blackwell.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Bantu Basic Vocabulary Database", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Simon", |
| "suffix": "" |
| }, |
| { |
| "first": "Russell D", |
| "middle": [], |
| "last": "Greenhill", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gray", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simon J Greenhill and Russell D Gray. 2015. Bantu Basic Vocabulary Database.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Bayesian phylolinguistics. The handbook of historical linguistics", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Simon", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Greenhill", |
| "suffix": "" |
| }, |
| { |
| "first": "Russell D", |
| "middle": [], |
| "last": "Heggarty", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gray", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "226--253", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simon J Greenhill, Paul Heggarty, and Russell D Gray. 2020. Bayesian phylolinguistics. The handbook of historical linguistics, 2:226-253.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "The elements of statistical learning: data mining, inference, and prediction", |
| "authors": [ |
| { |
| "first": "Trevor", |
| "middle": [], |
| "last": "Hastie", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Tibshirani", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Jerome", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerome H", |
| "middle": [], |
| "last": "Friedman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Friedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Trevor Hastie, Robert Tibshirani, Jerome H Friedman, and Jerome H Friedman. 2009. The elements of statis- tical learning: data mining, inference, and prediction, volume 2. Springer.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Japanese dialects", |
| "authors": [ |
| { |
| "first": "Shir\u014d", |
| "middle": [], |
| "last": "Hattori", |
| "suffix": "" |
| } |
| ], |
| "year": 1973, |
| "venue": "Diachronic, areal and typological linguistics, number 11 in Current Trends in Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "368--400", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shir\u014d Hattori. 1973. Japanese dialects. In Henry M. Hoenigswald and Robert H. Langacre, editors, Di- achronic, areal and typological linguistics, num- ber 11 in Current Trends in Linguistics, pages 368- 400. Mouton, The Hague and Paris.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Connectionist learning procedures", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Geoffrey", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hinton", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Machine learning", |
| "volume": "", |
| "issue": "", |
| "pages": "555--610", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Geoffrey E Hinton. 1990. Connectionist learning proce- dures. In Machine learning, pages 555-610. Elsevier.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Computational historical linguistics", |
| "authors": [ |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "J\u00e4ger", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Theoretical Linguistics", |
| "volume": "45", |
| "issue": "3-4", |
| "pages": "151--182", |
| "other_ids": { |
| "DOI": [ |
| "10.1515/tl-2019-0011" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerhard J\u00e4ger. 2019. Computational historical linguis- tics. Theoretical Linguistics, 45(3-4):151-182.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Bayesian phylogenetic cognate prediction", |
| "authors": [ |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "J\u00e4ger", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "The Fourth Workshop on Computational Typology and Multilingual NLP, Online. Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerhard J\u00e4ger. 2022. Bayesian phylogenetic cognate prediction. In The Fourth Workshop on Computa- tional Typology and Multilingual NLP, Online. Asso- ciation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Random decision forest", |
| "authors": [ |
| { |
| "first": "Kam", |
| "middle": [], |
| "last": "Ho Tin", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 3rd international conference on document analysis and recognition", |
| "volume": "1416", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ho Tin Kam et al. 1995. Random decision forest. In Proceedings of the 3rd international conference on document analysis and recognition, volume 1416, page 278282. Montreal, Canada, August.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Lightgbm: A highly efficient gradient boosting decision tree", |
| "authors": [ |
| { |
| "first": "Guolin", |
| "middle": [], |
| "last": "Ke", |
| "suffix": "" |
| }, |
| { |
| "first": "Qi", |
| "middle": [], |
| "last": "Meng", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Finley", |
| "suffix": "" |
| }, |
| { |
| "first": "Taifeng", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Weidong", |
| "middle": [], |
| "last": "Ma", |
| "suffix": "" |
| }, |
| { |
| "first": "Qiwei", |
| "middle": [], |
| "last": "Ye", |
| "suffix": "" |
| }, |
| { |
| "first": "Tie-Yan", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "30", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu. 2017. Lightgbm: A highly efficient gradient boosting decision tree. In Advances in Neural Information Processing Systems, volume 30. Curran Associates, Inc.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Mockingbird at the SIGTYP 2022 Shared Task: Two types of models for the prediction of cognate reflexes", |
| "authors": [ |
| { |
| "first": "Christo", |
| "middle": [], |
| "last": "Kirov", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Sproat", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Gutkin", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "The Fourth Workshop on Computational Typology and Multilingual NLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christo Kirov, Richard Sproat, and Alexander Gutkin. 2022. Mockingbird at the SIGTYP 2022 Shared Task: Two types of models for the prediction of cognate reflexes. In The Fourth Workshop on Computational Typology and Multilingual NLP, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Pattern recognition", |
| "authors": [ |
| { |
| "first": "Konstantinos", |
| "middle": [], |
| "last": "Koutroumbas", |
| "suffix": "" |
| }, |
| { |
| "first": "Sergios", |
| "middle": [], |
| "last": "Theodoridis", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Konstantinos Koutroumbas and Sergios Theodoridis. 2008. Pattern recognition. Academic Press.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Etymological dictionary of protogermanic", |
| "authors": [ |
| { |
| "first": "Guus", |
| "middle": [], |
| "last": "Kroonen", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Etymological Dictionary of Proto-Germanic", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Guus Kroonen. 2013. Etymological dictionary of proto- germanic. In Etymological Dictionary of Proto- Germanic. Brill.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "SCA: Phonetic alignment based on sound classes", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "New directions in logic, language, and computation", |
| "volume": "", |
| "issue": "", |
| "pages": "32--51", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List. 2012. SCA: Phonetic alignment based on sound classes. In Marija Slavkovik and Dan Lassiter, editors, New directions in logic, language, and computation, pages 32-51. Springer, Berlin and Heidelberg.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Investigating the impact of sample size on cognate detection", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Journal of Language Relationship", |
| "volume": "11", |
| "issue": "", |
| "pages": "91--101", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List. 2014. Investigating the impact of sample size on cognate detection. Journal of Lan- guage Relationship, 11:91-101.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Automatic inference of sound correspondence patterns across multiple languages", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Computational Linguistics", |
| "volume": "45", |
| "issue": "1", |
| "pages": "137--161", |
| "other_ids": { |
| "DOI": [ |
| "10.1162/coli_a_00344" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List. 2019a. Automatic inference of sound correspondence patterns across multiple lan- guages. Computational Linguistics, 45(1):137-161.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Automatic sound law induction (Open problems in computational diversity linguistics 3). The Genealogical World of Phylogenetic Networks", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "6", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List. 2019b. Automatic sound law in- duction (Open problems in computational diversity linguistics 3). The Genealogical World of Phyloge- netic Networks, 6(4).", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Cross-Linguistic Transcription Systems", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Cormac", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List, Cormac Anderson, Tiago Tresoldi, and Robert Forkel. 2021. Cross-Linguistic Transcrip- tion Systems [Dataset, Version 2.1.0].", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Max Planck Institute for the Science of Human History", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Max Planck Institute for the Science of Human History, Jena.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "LingPy. A Python library for quantitative tasks in historical linguistics", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List and Robert Forkel. 2021. LingPy. A Python library for quantitative tasks in histor- ical linguistics [Software Library, Version 2.6.9].", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Johannes Englisch, and Russell D. Gray. forthcoming. Lexibank, A public repository of standardized wordlists with computed phonological and lexical features", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Simon", |
| "middle": [ |
| "J" |
| ], |
| "last": "Greenhill", |
| "suffix": "" |
| }, |
| { |
| "first": "Christoph", |
| "middle": [], |
| "last": "Rzymski", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Scientific Data", |
| "volume": "", |
| "issue": "", |
| "pages": "1--31", |
| "other_ids": { |
| "DOI": [ |
| "10.21203/rs.3.rs-870835/v1" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List, Robert Forkel, Simon J. Greenhill, Christoph Rzymski, Johannes Englisch, and Rus- sell D. Gray. forthcoming. Lexibank, A public repos- itory of standardized wordlists with computed phono- logical and lexical features. Scientific Data, pages 1-31.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "A new framework for fast automated phonological reconstruction using trimmed alignments and sound correspondence patterns", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [ |
| "W" |
| ], |
| "last": "Hill", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "Proceedings of the 3rd Workshop on Computational Approaches to Historical Language Change", |
| "volume": "", |
| "issue": "", |
| "pages": "89--96", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List, Nathan W. Hill, and Robert Forkel. 2022a. A new framework for fast automated phono- logical reconstruction using trimmed alignments and sound correspondence patterns. In Proceedings of the 3rd Workshop on Computational Approaches to Historical Language Change, pages 89-96, Dublin. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "The SIGTYP 2022 shared task on the prediction of cognate reflexes", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Ekaterina", |
| "middle": [], |
| "last": "Vylomova", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [ |
| "W" |
| ], |
| "last": "Hill", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [ |
| "D" |
| ], |
| "last": "Cotterell", |
| "suffix": "" |
| } |
| ], |
| "year": 2022, |
| "venue": "The Fourth Workshop on Computational Typology and Multilingual NLP, Online. Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List, Ekaterina Vylomova, Robert Forkel, Nathan W. Hill, and Ryan D. Cotterell. 2022b. The SIGTYP 2022 shared task on the prediction of cog- nate reflexes. In The Fourth Workshop on Computa- tional Typology and Multilingual NLP, Online. Asso- ciation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Sequence comparison in computational historical linguistics", |
| "authors": [ |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [], |
| "last": "Walworth", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Simon", |
| "suffix": "" |
| }, |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Greenhill", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Forkel", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Journal of Language Evolution", |
| "volume": "3", |
| "issue": "2", |
| "pages": "130--144", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johann-Mattis List, Mary Walworth, Simon J Greenhill, Tiago Tresoldi, and Robert Forkel. 2018. Sequence comparison in computational historical linguistics. Journal of Language Evolution, 3(2):130-144.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Ab antiquo: Neural proto-language reconstruction", |
| "authors": [ |
| { |
| "first": "Carlo", |
| "middle": [], |
| "last": "Meloni", |
| "suffix": "" |
| }, |
| { |
| "first": "Shauli", |
| "middle": [], |
| "last": "Ravfogel", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "4460--4473", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlo Meloni, Shauli Ravfogel, and Yoav Goldberg. 2021. Ab antiquo: Neural proto-language recon- struction. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Tech- nologies, pages 4460-4473, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Using lexical language models to detect borrowings in monolingual wordlists", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [ |
| "E" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| }, |
| { |
| "first": "Roberto", |
| "middle": [], |
| "last": "Zariquiey", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "C\u00e9sar", |
| "suffix": "" |
| }, |
| { |
| "first": "Natalia", |
| "middle": [], |
| "last": "Beltr\u00e1n Casta\u00f1\u00f3n", |
| "suffix": "" |
| }, |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "Morozova", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "PLOS ONE", |
| "volume": "15", |
| "issue": "12", |
| "pages": "1--23", |
| "other_ids": { |
| "DOI": [ |
| "10.1371/journal.pone.0242709" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "John E. Miller, Tiago Tresoldi, Roberto Zariquiey, C\u00e9sar A. Beltr\u00e1n Casta\u00f1\u00f3n, Natalia Morozova, and Johann-Mattis List. 2020. Using lexical lan- guage models to detect borrowings in monolingual wordlists. PLOS ONE, 15(12):1-23.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Principles of Firthian Linguistics", |
| "authors": [ |
| { |
| "first": "Terence", |
| "middle": [ |
| "Frederick" |
| ], |
| "last": "Mitchell", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Terence Frederick Mitchell. 1975. Principles of Firthian Linguistics. Longman, London.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Scikit-learn: Machine learning in Python", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Pedregosa", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Varoquaux", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Gramfort", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Michel", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Thirion", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Grisel", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Blondel", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Prettenhofer", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weiss", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Dubourg", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Vanderplas", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Passos", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cournapeau", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Brucher", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Perrot", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Duchesnay", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "12", |
| "issue": "", |
| "pages": "2825--2830", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duch- esnay. 2011. Scikit-learn: Machine learning in Python. Journal of Machine Learning Research, 12:2825-2830.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Sequence to sequence learning with neural networks", |
| "authors": [ |
| { |
| "first": "Ilya", |
| "middle": [], |
| "last": "Sutskever", |
| "suffix": "" |
| }, |
| { |
| "first": "Oriol", |
| "middle": [], |
| "last": "Vinyals", |
| "suffix": "" |
| }, |
| { |
| "first": "Quoc V", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ilya Sutskever, Oriol Vinyals, and Quoc V Le. 2014. Sequence to sequence learning with neural networks. Advances in neural information processing systems, 27.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Probabilistic principal component analysis", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Michael", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher M", |
| "middle": [], |
| "last": "Tipping", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bishop", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Journal of the Royal Statistical Society: Series B (Statistical Methodology)", |
| "volume": "61", |
| "issue": "3", |
| "pages": "611--622", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael E Tipping and Christopher M Bishop. 1999. Probabilistic principal component analysis. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 61(3):611-622.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "A model of distinctive features for computer-assisted language comparison", |
| "authors": [ |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Computer-Assisted Language Comparison in Practice", |
| "volume": "", |
| "issue": "6", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tiago Tresoldi. 2020. A model of distinctive features for computer-assisted language comparison. Computer- Assisted Language Comparison in Practice, 3(6).", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Maniphono, a library for the symbolic manipulation of phonological entities", |
| "authors": [ |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tiago Tresoldi. 2021. Maniphono, a library for the symbolic manipulation of phonological enti- ties. version 0.3.3. https://github.com/ tresoldi/maniphono.", |
| "links": null |
| }, |
| "BIBREF51": { |
| "ref_id": "b51", |
| "title": "Modelling sound change with the help of multi-tiered sequence representations", |
| "authors": [ |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Tresoldi", |
| "suffix": "" |
| }, |
| { |
| "first": "Cormac", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Johann-Mattis", |
| "middle": [], |
| "last": "List", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 48th Pozna\u0144 Linguistic Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tiago Tresoldi, Cormac Anderson, and Johann-Mattis List. 2018. Modelling sound change with the help of multi-tiered sequence representations. In Proceed- ings of the 48th Pozna\u0144 Linguistic Meeting, Pozna\u0144.", |
| "links": null |
| }, |
| "BIBREF52": { |
| "ref_id": "b52", |
| "title": "Basic words and language evolution", |
| "authors": [ |
| { |
| "first": "Feng", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "William S.-Y.", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Language and Linguistics", |
| "volume": "5", |
| "issue": "3", |
| "pages": "643--662", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Feng Wang and William S.-Y. Wang. 2004. Basic words and language evolution. Language and Linguistics, 5(3):643-662.", |
| "links": null |
| }, |
| "BIBREF53": { |
| "ref_id": "b53", |
| "title": "Zero-shot learning-a comprehensive evaluation of the good, the bad and the ugly", |
| "authors": [ |
| { |
| "first": "Yongqin", |
| "middle": [], |
| "last": "Xian", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Christoph", |
| "suffix": "" |
| }, |
| { |
| "first": "Bernt", |
| "middle": [], |
| "last": "Lampert", |
| "suffix": "" |
| }, |
| { |
| "first": "Zeynep", |
| "middle": [], |
| "last": "Schiele", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Akata", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "IEEE transactions on pattern analysis and machine intelligence", |
| "volume": "41", |
| "issue": "", |
| "pages": "2251--2265", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yongqin Xian, Christoph H Lampert, Bernt Schiele, and Zeynep Akata. 2018. Zero-shot learning-a compre- hensive evaluation of the good, the bad and the ugly. IEEE transactions on pattern analysis and machine intelligence, 41(9):2251-2265.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "html": null, |
| "num": null, |
| "text": "", |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "html": null, |
| "num": null, |
| "text": "", |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "html": null, |
| "num": null, |
| "text": "", |
| "content": "<table><tr><td colspan=\"2\">Language #1 #2 #3</td></tr><tr><td>German English</td><td>b au x ? ? ?</td></tr><tr><td>Dutch</td><td>b oei k</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "html": null, |
| "num": null, |
| "text": "Alignment for cognate set BELLY for German, English, and Dutch reflexes.", |
| "content": "<table/>", |
| "type_str": "table" |
| } |
| } |
| } |
| } |