| { |
| "paper_id": "2020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T12:16:39.986721Z" |
| }, |
| "title": "Evaluating Word Embeddings for Language Acquisition", |
| "authors": [ |
| { |
| "first": "Raquel", |
| "middle": [ |
| "G" |
| ], |
| "last": "Alhama", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "rgalhama@tilburguniversity.edu" |
| }, |
| { |
| "first": "Caroline", |
| "middle": [], |
| "last": "Rowland", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "caroline.rowland@mpi.nl" |
| }, |
| { |
| "first": "Evan", |
| "middle": [], |
| "last": "Kidd", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "evan.kidd@mpi.nl" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Continuous vector word representations (or word embeddings) have shown success in capturing semantic relations between words, as evidenced by evaluation against behavioral data of adult performance on semantic tasks (Pereira et al., 2016). Adult semantic knowledge is the endpoint of a language acquisition process; thus, a relevant question is whether these models can also capture emerging word representations of young language learners. However, the data for children's semantic knowledge across development is scarce. In this paper, we propose to bridge this gap by using Age of Acquisition norms to evaluate word embeddings learnt from child-directed input. We present two methods that evaluate word embeddings in terms of (a) the semantic neighbourhood density of learnt words, and (b) convergence to adult word associations. We apply our methods to bag-of-words models, and find that (1) children acquire words with fewer semantic neighbours earlier, and (2) young learners only attend to very local context. These findings provide converging evidence for validity of our methods in understanding the prerequisite features for a distributional model of word learning.", |
| "pdf_parse": { |
| "paper_id": "2020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Continuous vector word representations (or word embeddings) have shown success in capturing semantic relations between words, as evidenced by evaluation against behavioral data of adult performance on semantic tasks (Pereira et al., 2016). Adult semantic knowledge is the endpoint of a language acquisition process; thus, a relevant question is whether these models can also capture emerging word representations of young language learners. However, the data for children's semantic knowledge across development is scarce. In this paper, we propose to bridge this gap by using Age of Acquisition norms to evaluate word embeddings learnt from child-directed input. We present two methods that evaluate word embeddings in terms of (a) the semantic neighbourhood density of learnt words, and (b) convergence to adult word associations. We apply our methods to bag-of-words models, and find that (1) children acquire words with fewer semantic neighbours earlier, and (2) young learners only attend to very local context. These findings provide converging evidence for validity of our methods in understanding the prerequisite features for a distributional model of word learning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Word embeddings have a long tradition in Computational Linguistics. There exist a range of methods to derive word embeddings based on the distributional paradigm, such that words with similar embeddings are semantically related. These embeddings are often evaluated either extrinsically, on how well they boost performance on a certain task, or intrinsically, by comparing representations against behavioral data from tests of semantic sim-ilarity, synonymity, analogy or word association (Pereira et al., 2016) .", |
| "cite_spans": [ |
| { |
| "start": 489, |
| "end": 511, |
| "text": "(Pereira et al., 2016)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Adult semantic knowledge is the culmination of a language acquisition process; therefore, a relevant question is whether these models can also capture emerging word representations of language learners. A capacity for distributional analysis is a basic assumption of all theories of language acquisition: children are capable of performing distributional analyses over their input from a young age (Saffran et al., 1996) , motivating the use of word embeddings for modelling language acquisition. However, the evaluation of emergent word representations is far from straightforward, as there is no availability of the kind of semantic judgements that we have for adults. This paper presents two methods for evaluating word embeddings for language acquisition. We apply our methods to two bag-of-words models, and evaluate them on the acquisition of nouns in English-speaking children 1 .", |
| "cite_spans": [ |
| { |
| "start": 398, |
| "end": 420, |
| "text": "(Saffran et al., 1996)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Bag-of-words models offer a good starting point to evaluate word representations in the context of language acquisition, given their minimal assumptions on knowledge of word order: once the context of a word is determined, the order in which words appear in this context is ignored by these type of models. We explore a range of hyperparameter configurations of two models: a 'contextcounting' model involving a PPMI matrix compressed with Singular Value Decomposition (SVD), and the Skipgram with Negative Sampling (SGNS) version of word2vec (Mikolov et al., 2013) . Note that, although these models have been found to implicitly optimize the same shifted-PPMI matrix (Levy and Goldberg, 2014) , they are unlikely to obtain the same results without careful parameter alignment. Our goal by selecting these two approaches is to increase the variability of model performance within the bag-of-words paradigm.", |
| "cite_spans": [ |
| { |
| "start": 543, |
| "end": 565, |
| "text": "(Mikolov et al., 2013)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 669, |
| "end": 694, |
| "text": "(Levy and Goldberg, 2014)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The hyperparameters we explore include: window size [1, 2, 3, 4, 5, 7, 10] , minimum frequency threshold [10, 50, 100] , dynamic window (for SGNS), negative sampling in SGNS [0,15] (and its equivalents as shifted-PPMI), eigenvalue in SVD [0,0.5,1]. We restrict our analyses to vectors of size 100. We use the Hyperwords package from Levy et al. (2015) .", |
| "cite_spans": [ |
| { |
| "start": 52, |
| "end": 55, |
| "text": "[1,", |
| "ref_id": null |
| }, |
| { |
| "start": 56, |
| "end": 58, |
| "text": "2,", |
| "ref_id": null |
| }, |
| { |
| "start": 59, |
| "end": 61, |
| "text": "3,", |
| "ref_id": null |
| }, |
| { |
| "start": 62, |
| "end": 64, |
| "text": "4,", |
| "ref_id": null |
| }, |
| { |
| "start": 65, |
| "end": 67, |
| "text": "5,", |
| "ref_id": null |
| }, |
| { |
| "start": 68, |
| "end": 70, |
| "text": "7,", |
| "ref_id": null |
| }, |
| { |
| "start": 71, |
| "end": 74, |
| "text": "10]", |
| "ref_id": null |
| }, |
| { |
| "start": 105, |
| "end": 109, |
| "text": "[10,", |
| "ref_id": null |
| }, |
| { |
| "start": 110, |
| "end": 113, |
| "text": "50,", |
| "ref_id": null |
| }, |
| { |
| "start": 114, |
| "end": 118, |
| "text": "100]", |
| "ref_id": null |
| }, |
| { |
| "start": 333, |
| "end": 351, |
| "text": "Levy et al. (2015)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We trained the models on transcriptions of childdirected speech, i.e. samples of naturalistic productions in the linguistic environment of a child. We extracted the child-directed speech data from the CHILDES database (MacWhinney, 2000) , for all the varieties of English, for ages ranging from 0 to 60 months. We used the childesr library to extract the child-directed utterances (Sanchez et al., 2019) 2 . Word tokens were coded at the lemma level. The resulting dataset contains a total number of 3,135,822 sentences, 34,961 word types, and 12,975,520 word tokens.", |
| "cite_spans": [ |
| { |
| "start": 218, |
| "end": 236, |
| "text": "(MacWhinney, 2000)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 381, |
| "end": 403, |
| "text": "(Sanchez et al., 2019)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To evaluate the models, we used data collected with the MacArthur-Bates Communicative Development Inventory forms (CDI). These are forms, given to parents of young children, that contain checklists of common early acquired words. Parents complete the forms according to whether their child understands or produces each of those words. These forms are collected at different ages, and thus can be used to estimate the Age of Acquisition (AoA) of words. We used all the variants of English 'Words & Sentences' CDIs from the Wordbank database (Frank et al., 2017), with the exception of those involving twins (as significant differences have been observed in the language development of twins and singletons, Tomasello et al., 1986) . We estimated the AoA of a word by considering that a word is acquired at the age at which at least 50% of the children in the sample produced a given word.", |
| "cite_spans": [ |
| { |
| "start": 706, |
| "end": 729, |
| "text": "Tomasello et al., 1986)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our first evaluation method is inspired by prior work on human word learning, presented in Hills et al. (2010). In their work, the authors modeled the emerging network of semantic associations that children build during language acquisition. Their model consists of a simple word co-occurrence matrix, where all the counts greater than zero are flattened into a count of one, resulting in a binary matrix. The authors view the resulting matrix as a network of associations, where words are connected only if they have co-occurred. The number of connections of each word is then used as an index, which the authors call Contextual Diversity (CD). This index has been repeatedly shown to predict language acquisition phenomena, such as the age of acquisition of words in different syntactic categories (Hills et al., 2010; Stella et al., 2017) and individual differences between typically developing children and late talkers (Beckage et al., 2011) .", |
| "cite_spans": [ |
| { |
| "start": 800, |
| "end": 820, |
| "text": "(Hills et al., 2010;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 821, |
| "end": 841, |
| "text": "Stella et al., 2017)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 924, |
| "end": 946, |
| "text": "(Beckage et al., 2011)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 1: Neighbourhood Density", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We propose a variant evaluation method that takes token co-occurrences into account. Because of the binarization of the co-occurrence matrix, the CD index is an indicator of type co-occurrences, and is therefore agnostic to co-occurrence frequency. The models we work with, on the contrary, are sensitive to co-occurrence frequencies, providing a more fine-grained characterization of the semantic space.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 1: Neighbourhood Density", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Our method works as follows. First, we derived the semantic networks based on the cosine distance between representations. This required us to set a minimum cosine similarity threshold \u03b8 to determine if two words are connected, which we treat as a hyperparameter (with values [.6, .7, .8, .9] ). Second, given this network, we counted the number of neighbours of each word as the number of other words connected to it. We refer to this index as neighbourhood density (ND). Third, we computed the Pearson's r correlation between this index and the AoA norms. Figure 1 shows the distribution of the computed metric. Note that these correlations cannot be expected to be of the same order as those found when evaluating against adult ratings, since age of acquisition is predicted by a variety of factors, of which distributional information is only one, and it is subject to greater individual differences than adult semantic knowledge. Therefore, moderate but significant correlations are generally consid- ered meaningful. As a reference, the CD index, has a correlation of r = 0.32 in our dataset 3 .", |
| "cite_spans": [ |
| { |
| "start": 276, |
| "end": 292, |
| "text": "[.6, .7, .8, .9]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 558, |
| "end": 566, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Method 1: Neighbourhood Density", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As can be seen, the SGNS model is more likely to provide a semantic space that correlates with AoA, and some configurations yield an effect size comparable (even larger) than the CD metric. This indicates that the SGNS model builds word representations in a way that reflects the relative difficulty of each word, and thus offers a good starting point for understanding how children use distributional context for vocabulary acquisition. The fact that the correlation is positive prompts the prediction that, when co-occurrence frequency is incorporated in the model, words inhabiting less dense neighbourhoods are acquired earlier. This finding suggests that semantic neighbours may act as competitors in the process of word learning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 1: Neighbourhood Density", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Among the hyperparameters of these models, one that is particularly relevant to language acquisition is the window size, as this reveals the amount of context that children most likely attend to in the analyzed ages. To investigate this, we took the best model of our previous analyses (SGNS with window size 1, negative sampling 15, frequency threshold 10), and varied only the window size. Results are in figure 2. As can be seen, smaller window sizes have better correlation with the data, indicating that the exploited context at this age is very local. Such a result makes intuitive sense in the context of children's immature verbal memory spans, which only improve as they acquire more language. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 1: Neighbourhood Density", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Our first evaluation method above focused on the structure of the semantic spaces provided by the learnt word embeddings. Now we turn our attention to the specific lexical items and their position in the semantic space.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 2: Word Associates", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Children tend to under-and overextend word meaning in the first stages of acquisition, and over time they become more precise on capturing the semantics of words. A logical assumption then, is that words learnt earlier also converge earlier to adult-like semantic representations (assuming that early and late words take, on average, approximately the same amount of time to converge). We incorporated this idea in our second method by relating the AoA of words with adult free word association norms. Note that this method can be applied to other semantic tasks, but we focus on word association because it does not impose the specific type of semantic relation that words need to have (i.e. there is no distinction between similarity, analogy or others).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 2: Word Associates", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The dataset of free word association that we used is known as Small World of Worlds (SWOW, De Deyne et al., 2019) , and it is the largest dataset of word associations in English, containing responses to over 12,000 cue words. We filtered the preprocessed version of the dataset to include only words that have been acquired before 60 months old. This results in 613 cue words, and 1839 responses (word associates) to these cues.", |
| "cite_spans": [ |
| { |
| "start": 84, |
| "end": 113, |
| "text": "(SWOW, De Deyne et al., 2019)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 2: Word Associates", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We then performed a similar cue-response experiment, with the best model from the previous section: for each cue, we retrieved the closest n neighbours. As in Pereira et al. (2016) , we used n = 50, and then computed how many of these neighbours overlap with the word associates (responses) provided by human adults. However, unlike that work, our evaluation is not based directly on the number of overlaps. Instead, we computed the Spearman rank correlation between the number of overlaps and the AoA norms, in order to quantify whether word embeddings corresponding to words learned earlier by children are also those that are converging faster to adult semantic knowledge. Figure 3 shows the result of this procedure. As can be seen, there is a statistically significant rank correlation (\u03c1 = \u22120.378, p < 0.001). The negative direction confirms that words acquired earlier have a network of word associates that is more similar to those of adults, suggesting that convergence to adult semantic knowledge is at a more advanced state. One limitation of this procedure is that it requires a choice on the number of neighbours to be retrieved. In order to see how much the metric is affected by this parameter, we report the rank correlations of the previous model for several values of n. As can be seen in Figure 4 , this number stabilizes after n = 25. The figure also shows whether this metric favours a model that did not perform well in our previous evaluation metric (SVD with window size 4, shift 15, frequency threshold 10). The graph shows that this model is consistently worse on our second evaluation method as well.", |
| "cite_spans": [ |
| { |
| "start": 159, |
| "end": 180, |
| "text": "Pereira et al. (2016)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 676, |
| "end": 684, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 1307, |
| "end": 1315, |
| "text": "Figure 4", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Method 2: Word Associates", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We proposed two methods to evaluate word embeddings for language acquisition. The main feature of these methods is the use of AoA norms for assessing whether the semantic organization of the word embeddings support the developmental trajectory of word learning. The use of these metrics already prompted the discovery that (1) words with fewer neighbours are easier to acquire, suggesting competition of neighbouring words, and (2) at young age, infants only attend to very local context. The application of these methods to distributional models that incorporate additional assumptions (e.g. knowledge of word order) holds promise for further understanding of the role of distributional information in word learning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We share the code for these methods at https:// github.com/rgalhama/wordrep_cmcl2020", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://childes-db.stanford.edu/about. html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We replicated the original analyses, since we use an extended dataset (both in the case of CHILDES and the AoA norms).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Small worlds and semantic network growth in typical and late talkers", |
| "authors": [ |
| { |
| "first": "Nicole", |
| "middle": [], |
| "last": "Beckage", |
| "suffix": "" |
| }, |
| { |
| "first": "Linda", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Hills", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "PloS One", |
| "volume": "", |
| "issue": "5", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nicole Beckage, Linda Smith, and Thomas Hills. 2011. Small worlds and semantic network growth in typi- cal and late talkers. PloS One, 6(5).", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The \"small world of words\" english word association norms for over 12,000 cue words", |
| "authors": [ |
| { |
| "first": "Danielle", |
| "middle": [ |
| "J" |
| ], |
| "last": "Simon De Deyne", |
| "suffix": "" |
| }, |
| { |
| "first": "Amy", |
| "middle": [], |
| "last": "Navarro", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Perfors", |
| "suffix": "" |
| }, |
| { |
| "first": "Gert", |
| "middle": [], |
| "last": "Brysbaert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Storms", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Behavior research methods", |
| "volume": "51", |
| "issue": "3", |
| "pages": "987--1006", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Simon De Deyne, Danielle J Navarro, Amy Perfors, Marc Brysbaert, and Gert Storms. 2019. The \"small world of words\" english word association norms for over 12,000 cue words. Behavior research methods, 51(3):987-1006.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Wordbank: An open repository for developmental vocabulary data", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Michael", |
| "suffix": "" |
| }, |
| { |
| "first": "Mika", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Braginsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Virginia", |
| "middle": [ |
| "A" |
| ], |
| "last": "Yurovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Marchman", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Journal of child language", |
| "volume": "44", |
| "issue": "3", |
| "pages": "677--694", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael C Frank, Mika Braginsky, Daniel Yurovsky, and Virginia A Marchman. 2017. Wordbank: An open repository for developmental vocabulary data. Journal of child language, 44(3):677-694.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The associative structure of language: Contextual diversity in early word learning", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "Josita", |
| "middle": [], |
| "last": "Hills", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Maouene", |
| "suffix": "" |
| }, |
| { |
| "first": "Linda", |
| "middle": [ |
| "B" |
| ], |
| "last": "Riordan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Journal of memory and language", |
| "volume": "63", |
| "issue": "3", |
| "pages": "259--273", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas T Hills, Josita Maouene, Brian Riordan, and Linda B Smith. 2010. The associative structure of language: Contextual diversity in early word learn- ing. Journal of memory and language, 63(3):259- 273.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Neural word embedding as implicit matrix factorization", |
| "authors": [ |
| { |
| "first": "Omer", |
| "middle": [], |
| "last": "Levy", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Advances in neural information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "2177--2185", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Omer Levy and Yoav Goldberg. 2014. Neural word embedding as implicit matrix factorization. In Ad- vances in neural information processing systems, pages 2177-2185.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Improving distributional similarity with lessons learned from word embeddings", |
| "authors": [ |
| { |
| "first": "Omer", |
| "middle": [], |
| "last": "Levy", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "3", |
| "issue": "", |
| "pages": "211--225", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Omer Levy, Yoav Goldberg, and Ido Dagan. 2015. Im- proving distributional similarity with lessons learned from word embeddings. Transactions of the Associ- ation for Computational Linguistics, 3:211-225.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The CHILDES Project: Transcription format and programs", |
| "authors": [ |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Macwhinney", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brian MacWhinney. 2000. The CHILDES Project: Transcription format and programs. Lawrence Erl- baum Associates.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Distributed representations of words and phrases and their compositionality", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilya", |
| "middle": [], |
| "last": "Sutskever", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [ |
| "S" |
| ], |
| "last": "Corrado", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Dean", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Advances in Neural Information processing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "3111--3119", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Cor- rado, and Jeff Dean. 2013. Distributed representa- tions of words and phrases and their compositional- ity. In Advances in Neural Information processing systems, pages 3111-3119.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A comparative evaluation of off-the-shelf distributed semantic representations for modelling behavioural data", |
| "authors": [ |
| { |
| "first": "Francisco", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "Samuel", |
| "middle": [], |
| "last": "Gershman", |
| "suffix": "" |
| }, |
| { |
| "first": "Samuel", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Botvinick", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Cognitive neuropsychology", |
| "volume": "33", |
| "issue": "3-4", |
| "pages": "175--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Francisco Pereira, Samuel Gershman, Samuel Ritter, and Matthew Botvinick. 2016. A comparative eval- uation of off-the-shelf distributed semantic represen- tations for modelling behavioural data. Cognitive neuropsychology, 33(3-4):175-190.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Statistical learning by 8-month-old infants", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jenny R Saffran", |
| "suffix": "" |
| }, |
| { |
| "first": "Elissa", |
| "middle": [], |
| "last": "Richard N Aslin", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Science", |
| "volume": "274", |
| "issue": "", |
| "pages": "1926--1928", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jenny R Saffran, Richard N Aslin, and Elissa L New- port. 1996. Statistical learning by 8-month-old in- fants. Science, 274(5294):1926-1928.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "childes-db: A flexible and reproducible interface to the child language data exchange system", |
| "authors": [ |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Sanchez", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Stephan", |
| "suffix": "" |
| }, |
| { |
| "first": "Mika", |
| "middle": [], |
| "last": "Meylan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kyle", |
| "middle": [ |
| "E" |
| ], |
| "last": "Braginsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Macdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael C", |
| "middle": [], |
| "last": "Yurovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Behavior research methods", |
| "volume": "51", |
| "issue": "", |
| "pages": "1928--1941", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alessandro Sanchez, Stephan C Meylan, Mika Bra- ginsky, Kyle E MacDonald, Daniel Yurovsky, and Michael C Frank. 2019. childes-db: A flexible and reproducible interface to the child language data exchange system. Behavior research methods, 51(4):1928-1941.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Multiplex lexical networks reveal patterns in early word acquisition in children", |
| "authors": [ |
| { |
| "first": "Massimo", |
| "middle": [], |
| "last": "Stella", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicole", |
| "middle": [ |
| "M" |
| ], |
| "last": "Beckage", |
| "suffix": "" |
| }, |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Brede", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Scientific reports", |
| "volume": "7", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Massimo Stella, Nicole M Beckage, and Markus Brede. 2017. Multiplex lexical networks reveal patterns in early word acquisition in children. Scientific reports, 7:46730.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Linguistic environment of 1-to 2-year-old twins", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Tomasello", |
| "suffix": "" |
| }, |
| { |
| "first": "Sara", |
| "middle": [], |
| "last": "Mannle", |
| "suffix": "" |
| }, |
| { |
| "first": "Ann", |
| "middle": [ |
| "C" |
| ], |
| "last": "Kruger", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Developmental Psychology", |
| "volume": "22", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Tomasello, Sara Mannle, and Ann C Kruger. 1986. Linguistic environment of 1-to 2-year-old twins. Developmental Psychology, 22(2):169.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "Histogram of Pearson's r correlations between ND and AoA, for SGNS and SVD models." |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "Pearson's r correlation depending on window size, for the best-performing SGNS model." |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "Ranked AoA and ranked score (number of overlaps), based on the 50 nearest neighbours in the best-performing model in the ND method." |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "num": null, |
| "type_str": "figure", |
| "text": "Rank correlations depending on the number of retrieved nearest neighbours, for the best and worst models in the previous evaluation method (ND)." |
| } |
| } |
| } |
| } |