| { |
| "paper_id": "D14-1030", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:55:28.360780Z" |
| }, |
| "title": "Aligning context-based statistical models of language with brain activity during reading", |
| "authors": [ |
| { |
| "first": "Leila", |
| "middle": [], |
| "last": "Wehbe", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": { |
| "settlement": "Pittsburgh", |
| "region": "PA" |
| } |
| }, |
| "email": "lwehbe@cs.cmu.edu" |
| }, |
| { |
| "first": "Ashish", |
| "middle": [], |
| "last": "Vaswani", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern California", |
| "location": { |
| "settlement": "Los Angeles", |
| "region": "CA" |
| } |
| }, |
| "email": "vaswani@usc.edu" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern California", |
| "location": { |
| "settlement": "Los Angeles", |
| "region": "CA" |
| } |
| }, |
| "email": "knight@isi.edu" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Carnegie Mellon University", |
| "location": { |
| "settlement": "Pittsburgh", |
| "region": "PA" |
| } |
| }, |
| "email": "tom.mitchell@cs.cmu.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Many statistical models for natural language processing exist, including context-based neural networks that (1) model the previously seen context as a latent feature vector, (2) integrate successive words into the context using some learned representation (embedding), and (3) compute output probabilities for incoming words given the context. On the other hand, brain imaging studies have suggested that during reading, the brain (a) continuously builds a context from the successive words and every time it encounters a word it (b) fetches its properties from memory and (c) integrates it with the previous context with a degree of effort that is inversely proportional to how probable the word is. This hints to a parallelism between the neural networks and the brain in modeling context (1 and a), representing the incoming words (2 and b) and integrating it (3 and c). We explore this parallelism to better understand the brain processes and the neural networks representations. We study the alignment between the latent vectors used by neural networks and brain activity observed via Magnetoencephalography (MEG) when subjects read a story. For that purpose we apply the neural network to the same text the subjects are reading, and explore the ability of these three vector representations to predict the observed word-byword brain activity. Our novel results show that: before a new word i is read, brain activity is well predicted by the neural network latent representation of context and the predictability decreases as the brain integrates the word and changes its own representation of context. Secondly, the neural network embedding of word i can predict the MEG activity when word i is presented to the subject, revealing that it is correlated with the brain's own representation of word i. Moreover, we obtain that the activity is predicted in different regions of the brain with varying delay. The delay is consistent with the placement of each region on the processing pathway that starts in the visual cortex and moves to higher level regions. Finally, we show that the output probability computed by the neural networks agrees with the brain's own assessment of the probability of word i, as it can be used to predict the brain activity after the word i's properties have been fetched from memory and the brain is in the process of integrating it into the context.", |
| "pdf_parse": { |
| "paper_id": "D14-1030", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Many statistical models for natural language processing exist, including context-based neural networks that (1) model the previously seen context as a latent feature vector, (2) integrate successive words into the context using some learned representation (embedding), and (3) compute output probabilities for incoming words given the context. On the other hand, brain imaging studies have suggested that during reading, the brain (a) continuously builds a context from the successive words and every time it encounters a word it (b) fetches its properties from memory and (c) integrates it with the previous context with a degree of effort that is inversely proportional to how probable the word is. This hints to a parallelism between the neural networks and the brain in modeling context (1 and a), representing the incoming words (2 and b) and integrating it (3 and c). We explore this parallelism to better understand the brain processes and the neural networks representations. We study the alignment between the latent vectors used by neural networks and brain activity observed via Magnetoencephalography (MEG) when subjects read a story. For that purpose we apply the neural network to the same text the subjects are reading, and explore the ability of these three vector representations to predict the observed word-byword brain activity. Our novel results show that: before a new word i is read, brain activity is well predicted by the neural network latent representation of context and the predictability decreases as the brain integrates the word and changes its own representation of context. Secondly, the neural network embedding of word i can predict the MEG activity when word i is presented to the subject, revealing that it is correlated with the brain's own representation of word i. Moreover, we obtain that the activity is predicted in different regions of the brain with varying delay. The delay is consistent with the placement of each region on the processing pathway that starts in the visual cortex and moves to higher level regions. Finally, we show that the output probability computed by the neural networks agrees with the brain's own assessment of the probability of word i, as it can be used to predict the brain activity after the word i's properties have been fetched from memory and the brain is in the process of integrating it into the context.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Natural language processing has recently seen a surge in increasingly complex models that achieve impressive goals. Models like deep neural networks and vector space models have become popular to solve diverse tasks like sentiment analysis and machine translation. Because of the complexity of these models, it is not always clear how to assess and compare their performances as they might be useful for one task and not the other. It is also not easy to interpret their very highdimensional and mostly unsupervised representations. The brain is another computational system that processes language. Since we can record brain activity using neuroimaging, we propose a new direction that promises to improve our understanding of both how the brain is processing language and of what the neural networks are modeling by aligning the brain data with the neural networks representations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we study the representations of two kinds of neural networks that are built to predict the incoming word: recurrent and finite context models. The first model is the Recurrent Neural Network Language Model (Mikolov et al., 2011) which uses the entire history of words to model context. The second is the Neural Probabilistic Language Model (NPLM) which uses limited context constrained to the recent words (3 grams or 5 grams). We trained these models on a large Harry Potter fan fiction corpus and we then used them to predict the words of chapter 9 of Harry Potter and the Sorcerer's Stone (Rowling, 2012) . In parallel, we ran an MEG experiment in which 3 subject read the words of chapter 9 one by one while their brain activity was recorded. We then looked for the alignment between the word-by-word vectors produced by the neural networks and the word-byword neural activity recorded by MEG.", |
| "cite_spans": [ |
| { |
| "start": 220, |
| "end": 242, |
| "text": "(Mikolov et al., 2011)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 606, |
| "end": 621, |
| "text": "(Rowling, 2012)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our neural networks have 3 key constituents: a hidden layer that summarizes the history of the previous words ; an embeddings vector that summarizes the (constant) properties of a given word and finally the output probability of a word given", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Reading comprehension is reflected in the subsequent activation of the left superior temporal cortex at 200-600 ms (Halgren et al., 2002; Helenius et al., 1998; Pylkk\u00e4nen et al., 2002 Pylkk\u00e4nen et al., , 2006 Pylkk\u00e4nen and Marantz, 2003; Simos et al., 1997) . This sustained activation differentiates between words and nonwords (Salmelin et al., 1996; Wilson et al., 2005; Wydell et al., 2003) . Apart from lexical-semantic aspects it also seems to be sensitive to phonological manipulation (Wydell et al., 2003) .", |
| "cite_spans": [ |
| { |
| "start": 115, |
| "end": 137, |
| "text": "(Halgren et al., 2002;", |
| "ref_id": null |
| }, |
| { |
| "start": 138, |
| "end": 160, |
| "text": "Helenius et al., 1998;", |
| "ref_id": null |
| }, |
| { |
| "start": 161, |
| "end": 183, |
| "text": "Pylkk\u00e4nen et al., 2002", |
| "ref_id": null |
| }, |
| { |
| "start": 184, |
| "end": 208, |
| "text": "Pylkk\u00e4nen et al., , 2006", |
| "ref_id": null |
| }, |
| { |
| "start": 209, |
| "end": 237, |
| "text": "Pylkk\u00e4nen and Marantz, 2003;", |
| "ref_id": null |
| }, |
| { |
| "start": 238, |
| "end": 257, |
| "text": "Simos et al., 1997)", |
| "ref_id": null |
| }, |
| { |
| "start": 328, |
| "end": 351, |
| "text": "(Salmelin et al., 1996;", |
| "ref_id": null |
| }, |
| { |
| "start": 352, |
| "end": 372, |
| "text": "Wilson et al., 2005;", |
| "ref_id": null |
| }, |
| { |
| "start": 373, |
| "end": 393, |
| "text": "Wydell et al., 2003)", |
| "ref_id": null |
| }, |
| { |
| "start": 491, |
| "end": 512, |
| "text": "(Wydell et al., 2003)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "As discussed above, in speech perception activation is concentrated to a rather small area in the brain and we have to rely on time information to dissociate between different processes. Here, the different processes are separable both in timing and location. Because of that, one might think that it is easier to characterize language-related processes in the visual than auditory modality. However, here the difficulties appear at another level. In reading, activation is detected bilaterally in the occipital cortex, along the temporal lobes, in the parietal cortex and, in vocalized reading, also in the frontal lobes, at various times with respect to stimulus onset. Interindividual variability further complicates the picture, resulting in practically excessive amounts of temporal and spatial information. The areas and time windows depicted in Fig. 5 , with specific roles in reading, form a limited subset of all active areas observed during reading. In order to perform proper functional localization one needs to vary the stimuli and tasks systematically, in a parametric fashion. Let us now consider how one may extract activation reflecting pre-lexical letter-string analysis and lexical-semantic processing.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 852, |
| "end": 858, |
| "text": "Fig. 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In order to tease apart early pre-lexical processes in reading, Tarkiainen and colleagues (Tarkiainen et al., 1999) used words, syllables, and single letters, imbedded in a noisy background, at four different noise levels (Fig. 6 ). For control, the sequences also contained symbol strings. One sequence was composed of plain noise stimuli. The stimuli were thus varied along two major dimensions: the amount of features to process increased with noise and with the number of items, letters or symbols. On the other hand, word-likeness was highest for clearly visible complete words and lowest for symbols and noise.", |
| "cite_spans": [ |
| { |
| "start": 90, |
| "end": 115, |
| "text": "(Tarkiainen et al., 1999)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 222, |
| "end": 229, |
| "text": "(Fig. 6", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Pre-lexical analysis", |
| "sec_num": "3.2." |
| }, |
| { |
| "text": "At the level of the brain, as illustrated in Fig. 7 , the data showed a clear dissociation between two processes within the first 200 ms: visual feature analysis occurred at about 100 ms after stimulus presentation, with the active areas around the occipital midline, along the ventral stream. In these areas, the signal increased with increasing noise and with the number of items in the string, similarly for letters and symbols. Only 50 ms later, at about 150 ms, the left inferior occipitotemporal cortex showed letter-string specific activation. This signal increased with the visibility of the letter strings. It was strongest for words, weaker for syllables, and still weaker for single letters. Crucially, the activation was significantly stronger for letter than symbol strings of equal length.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 45, |
| "end": 51, |
| "text": "Fig. 7", |
| "ref_id": "FIGREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Pre-lexical analysis", |
| "sec_num": "3.2." |
| }, |
| { |
| "text": "Bilateral occipitotemporal activation at about 200 ms post-stimulus is consistently reported in MEG studies of reading (Cornelissen et al., 2003b; Pammer et al., 2004; Salmelin et al., 1996 Salmelin et al., , 2000b but, interestingly, functional specificity for letter-strings is found most systematically in the left hemisphere. The MEG data on letter-string specific activation are in good agreement with intracranial recordings, both with respect to timing and location and the pre-lexical nature of the activation (Nobre et al., 1994) .", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 146, |
| "text": "(Cornelissen et al., 2003b;", |
| "ref_id": null |
| }, |
| { |
| "start": 147, |
| "end": 167, |
| "text": "Pammer et al., 2004;", |
| "ref_id": null |
| }, |
| { |
| "start": 168, |
| "end": 189, |
| "text": "Salmelin et al., 1996", |
| "ref_id": null |
| }, |
| { |
| "start": 190, |
| "end": 214, |
| "text": "Salmelin et al., , 2000b", |
| "ref_id": null |
| }, |
| { |
| "start": 518, |
| "end": 538, |
| "text": "(Nobre et al., 1994)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Pre-lexical analysis", |
| "sec_num": "3.2." |
| }, |
| { |
| "text": "To identify cortical dynamics of reading comprehension, Helenius and colleagues (Helenius et al., 1998) Lexical-semantic analysis Fig. 5 . Cortical dynamics of silent reading. Dots represent centres of active cortical patches collected from individual subjects. The curves display the mean time course of activation in the depicted source areas. Visual feature analysis in the occipital cortex (100 ms) is stimulus non-specific. The stimulus content starts to matter by 150 ms when activation reflecting letter-string analysis is observed in the left occipitotemporal cortex. Subsequent activation of the left superior temporal cortex at 200-600 ms reflects lexical-semantic analysis and, probably, also phonological analysis. Modified from Salmelin et al. (2000a is adapted from (Salmelin, 2007) . Dots represent projected sources of activity in the visual cortex (left brain sketch) and the temporal cortex (right brain sketch). The curves display the mean time course of activation in the depicted source areas for different conditions. The initial visual feature analysis in the visual cortex at \u223c100 ms is non-specific to language. Comparing responses to letter strings and other visual stimuli reveals that letter string analysis occurs around 150 ms. Finally comparing the responses to words and nonwords (made-up words) reveals lexical-semantic analysis in the temporal cortex at \u223c200-500ms.", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 103, |
| "text": "(Helenius et al., 1998)", |
| "ref_id": null |
| }, |
| { |
| "start": 741, |
| "end": 763, |
| "text": "Salmelin et al. (2000a", |
| "ref_id": null |
| }, |
| { |
| "start": 780, |
| "end": 796, |
| "text": "(Salmelin, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 130, |
| "end": 136, |
| "text": "Fig. 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Lexical-semantic analysis", |
| "sec_num": "3.3." |
| }, |
| { |
| "text": "the context. We set out to find the brain analogs of these model constituents using an MEG decoding task. We compare the different models and their representations in terms of how well they can be used to decode the word being read from MEG data. We obtain correspondences between the models and the brain data that are consistent with a model of language processing in which brain activity encodes story context, and where each new word generates additional brain activity, flowing generally from visual processing areas to more high level areas, culminating in an updated story context, and reflecting an overall magnitude of neural effort influenced by the probability of that new word given the previous context.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical-semantic analysis", |
| "sec_num": "3.3." |
| }, |
| { |
| "text": "Humans read with an average speed of 3 words per second. Reading requires us to perceive incoming words and gradually integrate them into a representation of the meaning. As words are read, it takes 100ms for the visual input to reach the visual cortex. 50ms later, the visual input is processed as letter strings in a specialized region of the left visual cortex (Salmelin, 2007) . Between 200-500ms, the word's semantic properties are processed (see Fig. 1 ). Less is understood about the cortical dynamics of word integration, as multiple theories exist (Friederici, 2002; Hagoort, 2003) . Magnetoencephalography (MEG) is a brainimaging tool that is well suited for studying lan-guage. MEG records the change in the magnetic field on the surface of the head that is caused by a large set of aligned neurons that are changing their firing patterns in synchrony in response to a stimulus. Because of the nature of the signal, MEG recordings are directly related to neural activity and have no latency. They are sampled at a high frequency (typically 1kHz) that is ideal for tracking the fast dynamics of language processing.", |
| "cite_spans": [ |
| { |
| "start": 364, |
| "end": 380, |
| "text": "(Salmelin, 2007)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 557, |
| "end": 575, |
| "text": "(Friederici, 2002;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 576, |
| "end": 590, |
| "text": "Hagoort, 2003)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 452, |
| "end": 458, |
| "text": "Fig. 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "In this work, we are interested in the mechanism of human text understanding as the meaning of incoming words is fetched from memory and integrated with the context. Interestingly, this is analogous to neural network models of language that are used to predict the incoming word. The mental representation of the previous context is analogous to the latent layer of the neural network which summarizes the relevant context before seeing the word. The representation of the meaning of a word is analogous to the embedding that the neural network learns in training and then uses. Finally, one common hypotheses is that the brain integrates the word with inversely proportional effort to how predictable the word is (Frank et al., 2013). There is a well studied response known as the N400 that is an increase of the activity in the temporal cortex that has been recently shown to be graded by the amount of surprisal of the incoming word given the context (Frank et al., 2013) . This is analogous to the output probability of the incoming word from the neural network. Fig. 2 shows a hypothetical activity in an MEG sensor as a subject reads a story in our experiment, in which words are presented one at a time for 500ms each. We conjecture that the activity in time window a, i.e. before word i is understood, is mostly related to the previous context before seeing word i. We also conjecture that the activity in time window b is related to understanding word i and integrating it into the context, leading to a new representation of context in window c.", |
| "cite_spans": [ |
| { |
| "start": 954, |
| "end": 974, |
| "text": "(Frank et al., 2013)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1067, |
| "end": 1073, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "Using three types of features from neural networks (hidden layer context representation, output probabilities and word embeddings) from three different models of language (one recurrent model and two finite context models), we therefore set to predict the activity in the brain in different time windows. We want to align the brain data with the various model constituents to understand where and when different types of processes are computed in the brain, and simultaneously, we want to", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "Harry' Harry' had' had' never' never' embedding(iC1)' embedding(i)' embedding(i+1)' context(iC1)' context(iC2)' context(i)' out.'prob.(iC1)' out.'prob.(i)' out.'prob.(i+1)' Studying'the'construc<on'of'meaning' 3' word i+1 word i-1 word i 0.5's' 0.5's' 0.5's' a b c Leila'Wehbe' '\u2026''Harry'''''''had''''''''never'\u2026'' Figure 2: [Top]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "Sketch of the updates of a neural network reading chapter 9 after it has been trained. Every word corresponds to a fixed embedding vector (magenta). A context vector (blue) is computed before the word is seen given the previous words. Given the context vector, the probability of every word can be computed (symbolized by the histogram in green). We only use the output probability of the actual word (red circle).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "[Bottom] Hypothetical activity in an MEG sensor when the subject reads the corresponding words. The time periods approximated as a, b and c can be tested for information content relating to: the context of the story before seeing word i (modeled by the context vector at i), the representation of the properties of word i (the embedding of word i) and the integration of word i into the context (the output probability of word i). The periods drawn here are only a conjecture on the timings of such cognitive events.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "use the brain data to shed light on what the neural network vectors are representing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural processes involved in reading", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "Decoding cognitive states from brain data is a recent field that has been growing in popularity. Most decoding studies that study language use functional Magnetic Resonance Imaging (fMRI), while some studies use MEG. MEG's high temporal resolution makes it invaluable for looking at the dynamics of language understanding. (Sudre et al., 2012) decode from MEG the word a subject is reading. The authors estimate from the MEG data the semantic features of the word and use these as an intermediate step to decode what the word is. This is in principle similar to the classification ap-proach we follow, as we will also use the feature vectors as an intermediate step for word classification. However the experimental paradigm in (Sudre et al., 2012) is to present to the subjects single isolated words and to find how the brain represents their semantic features; whereas we have a much more complex and \"naturalistic\" experiment in which the subjects read a non-artificial passage of text, and we look at processes that exceed individual word processing: the construction of the meanings of the successive words and the prediction/integration of incoming words.", |
| "cite_spans": [ |
| { |
| "start": 323, |
| "end": 343, |
| "text": "(Sudre et al., 2012)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 728, |
| "end": 748, |
| "text": "(Sudre et al., 2012)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": null |
| }, |
| { |
| "text": "In (Frank et al., 2013) , the amount of surprisal that a word has given its context is used to predict the intensity of the N400 response described previously. This is the closest study we could find to our approach. This study was concerned with analyzing the brain processes related only to surprisal while we propose a more integral account of the processes in the brain. The study also didn't address the major contribution we propose here, which is to shed light on the inner constituents of language models using brain imaging.", |
| "cite_spans": [ |
| { |
| "start": 3, |
| "end": 23, |
| "text": "(Frank et al., 2013)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": null |
| }, |
| { |
| "text": "Similar to standard language models, neural language models also learn probability distributions over words given their previous context. However, unlike standard language models, words are represented as real-valued vectors in a high dimensional space. These word vectors, referred to as word embeddings, can be different for input and output words, and are learned from training data. Thus, although at training and test time, the input and output to the neural language models are one-hot representation of words, it is their embeddings that are used to compute word probability distributions. After training the embedding vectors are fixed and it is these vectors that we will use later on to predict MEG data. To predict MEG data, we will also use the latent vector representations of context that these neural networks produce, as well as the probability of the current word given the context. In this section, we will describe how recurrent neural network language models and feedforward neural probabilistic language models compute word probabilities. In the interest of space, we keep this description brief, and for details, the reader is requested to refer to the original papers describing these models. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent and finite context neural networks", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "w(t) s(t \u2212 1) y(t) c(t) hidden s(t) output P (wt+1 | s(t)) D W D X", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent and finite context neural networks", |
| "sec_num": "1.2" |
| }, |
| { |
| "text": "Unlike standard feedforward neural language models that only look at a fixed number of past words, recurrent neural network language models use all the previous history from position 1 to t \u2212 1 to predict the next word. This is typically achieved by feedback connections, where the hidden layer activations used for predicting the word in position t \u2212 1 are fed back into the network to compute the hidden layer activations for predicting the next word. The hidden layer thus stores the history of all previous words. We use the RNNLM architecture as described in Mikolov (2012) , shown in Figure 3 . The input to the RNNLM at position t are the one-hot representation of the current word, w(t), and the activations from the hidden layer at position t \u2212 1, s(t \u2212 1). The output of the hidden layer at position t \u2212 1 is", |
| "cite_spans": [ |
| { |
| "start": 564, |
| "end": 578, |
| "text": "Mikolov (2012)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 590, |
| "end": 598, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "s(t) = \u03c6 (Dw(t) + Ws(t \u2212 1)) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where D is the matrix of input word embeddings, W is a matrix that transforms the activations from the hidden layer in position t \u2212 1, and \u03c6 is a sigmoid function, defined as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "\u03c6(x) = 1 1+exp(\u2212x)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": ", that is applied elementwise. We need to compute the probability of the next word w(t + 1) given the hidden state s(t). For fast estimation of output word probabilities, Mikolov (2012) divides the computation into two stages: First, the probability distribution over word classes is computed, after which the probability distribution over the subset of words belonging to the class are computed. The class probability of a particular class with index m at position t is computed as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "P (c m (t) | s(t)) = exp (s(t)Xv m ) C c=1 (exp (s(t)Xv c )) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where X is a matrix of class embeddings and v m is a one-hot vector representing the class with index m. The normalization constant is computed Figure 4 : Neural probabilistic language model over all classes C. Each class specifies a subset V of words, potentially smaller than the entire vocabulary V . The probability of an output word l at position t + 1 given that its class is m is defined as:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 144, |
| "end": 152, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "u 1 u 2 input words input embeddings hidden h1 hidden h2 output P (w | u) D M C 1 C 2 D", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "P (y l (t + 1) | c m (t), s(t)) = exp (s(t)D v l ) V k=1 (exp (s(t)D v k )) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where D is a matrix of output word embeddings and v l is a one hot vector representing the word with index l. The probability of the word w(t + 1) given its class c i can now be computed as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "P (w(t + 1) | s(t)) =P (w(t + 1) | c i , s(t)) P (c i | s(t)).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recurrent Neural Network Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "We use the feedforward neural probabilistic language model architecture of Vaswani et al. (2013) , as shown in Figure 4 . Each context u comprises a sequence of words u j (1 \u2264 j \u2264 n \u2212 1) represented as one-hot vectors, which are fed as input to the neural network. At the output layer, the neural network computes the probability P (w | u) for each word w, as follows. The output of the first hidden layer h 1 is", |
| "cite_spans": [ |
| { |
| "start": 75, |
| "end": 96, |
| "text": "Vaswani et al. (2013)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 111, |
| "end": 119, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "h 1 = \u03c6 \uf8eb \uf8ed n\u22121 j=1 C j Du j + b 1 \uf8f6 \uf8f8 ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where D is a matrix of input word embeddings which is shared across all positions, the C j are the context matrices for each word in u, b 1 is a vector of biases with the same dimension as h 1 , and \u03c6 is applied elementwise. Vaswani et al. (2013) use rectified linear units (Nair and Hinton, 2010) for the hidden layers h 1 and h 2 , which use the activation function \u03c6(x) = max(0, x).", |
| "cite_spans": [ |
| { |
| "start": 225, |
| "end": 246, |
| "text": "Vaswani et al. (2013)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 274, |
| "end": 297, |
| "text": "(Nair and Hinton, 2010)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "The output of the second layer h 2 is", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "h 2 = \u03c6 (Mh 1 + b 2 ) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where M is a weight matrix between h 1 and h 2 and b 2 is a vector of biases for h 2 . The probability of the output word is computed at the output softmax layer as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "P (w | u) = exp v w D h 2 + b T v w V w =1 exp (v w D h 2 + b T v w ) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "where D is the matrix of output word embeddings, b is a vector of biases for every output word and v w its the one hot representation of the word w in the vocabulary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Neural Probabilistic Language Model", |
| "sec_num": null |
| }, |
| { |
| "text": "We describe in this section our approach. In summary, we trained the neural network models on a Harry Potter fan fiction database. We then ran these models on chapter 9 of Harry Potter and the Sorcerer's Stone (Rowling, 2012) and computed the context and embedding vectors and the output probability for each word. In parallel, 3 subjects read the same chapter in an MEG scanner. We build models that predict the MEG data for each word as a function of the different neural network constituents. We then test these models with a classification task that we explain below. We detect correspondences between the neural network components and the brain processes that underlie reading in the following fashion. If using a neural network vector (e.g. the RNNLM embedding vector) allows us to classify significantly better than chance in a given region of the brain at a given time (e.g. the visual cortex at time 100-200ms), then we can hypothesize a relationship between that neural network constituent and the time/location of the analogous brain process.", |
| "cite_spans": [ |
| { |
| "start": 210, |
| "end": 225, |
| "text": "(Rowling, 2012)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We used the freely available training tools provided by Mikolov (2012) 1 and Vaswani et al. (2013) 2 to train our RNNLM and NPLM models used in our brain data classification experiments. Our training data comprised around 67.5 million words for training and 100 thousand words for validation from the Harry Potter fan fiction database (http://harrypotterfanfiction.com). We restricted the vocabulary to the top 100 thousand words which covered all but 4 words from Chapter 9 of Harry Potter and the Sorcerer's Stone.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Neural Networks", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "For the RNNLM, we trained models with different hidden layers and learning rates and found the RNNLM with 250 hidden units to perform best on the validation set. We extracted our word embeddings from the input matrix D (Figure 3) . We used the default settings for all other hyper parameters.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 219, |
| "end": 229, |
| "text": "(Figure 3)", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training the Neural Networks", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We trained 3-gram and 5-gram NPLMs with 150 dimensional word embeddings and experimented with different number of units for the first hidden layer (h 1 in Figure 4) , and different learning rates. For both the 3-gram and 5-gram models, we found 750 hidden units to perform the best on the validation set and chose those models for our final experiments. We used the output word embeddings D in our experiments. We visually inspected the nearest neighbors in the 150 dimensional word embedding space for some words and didn't find the neighbors from D or D to be distinctly better than each other. We leave the comparison of input and output embeddings on brain activity prediction for future work.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 155, |
| "end": 164, |
| "text": "Figure 4)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training the Neural Networks", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We recorded MEG data for three subjects (2 females and one male) while they read chapter 9 of Harry Potter and the Sorcerer's Stone (Rowling, 2012). The participants were native English speakers and right handed. They were chosen to be familiar with the material: we made sure they had read the Harry Potter books or seen the movies series and were familiar with the characters and the story. All the participants signed the consent form, which was approved by the University of Pittsburgh Institutional Review Board, and were compensated for their participation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEG paradigm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The words of the story were presented in rapid serial visual format (Buchweitz et al., 2009) : words were presented one by one at the center of the screen for 0.5 seconds each. The text was shown in 4 experimental blocks of \u223c11 minutes. In total, 5176 words were presented. Chapter 9 was presented in its entirety without modifications and each subject read the chapter only once.", |
| "cite_spans": [ |
| { |
| "start": 68, |
| "end": 92, |
| "text": "(Buchweitz et al., 2009)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEG paradigm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "One can think of an MEG machine as a large helmet, with sensors located on the helmet that record the magnetic activity. Our MEG recordings were acquired on an Elekta Neuromag device at the University of Pittsburgh Medical Center Presbyterian Hospital. This machine has 306 sensors distributed into 102 locations on the surface of the subject's head. Each location groups 3 sensors or two types: one magnometer that records the intensity of the magnetic field and two planar gradiometers that record the change in the magnetic field along two orthogonal planes 3 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEG paradigm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Our sampling frequency was 1kHz. For preprocessing, we used Signal Space Separation method (SSS, (Taulu et al., 2004) ), followed by its temporal extension (tSSS, (Taulu and Simola, 2006) ).", |
| "cite_spans": [ |
| { |
| "start": 97, |
| "end": 117, |
| "text": "(Taulu et al., 2004)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 163, |
| "end": 187, |
| "text": "(Taulu and Simola, 2006)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEG paradigm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For each subject, the experiment data consists therefore of a 306 dimensional time series of length \u223c45 minutes. We averaged the signal in every sensor into 100ms non-overlapping time bins. Since words were presented for 500ms each, we therefore obtain for every word p = 306 \u00d7 5 values corresponding to 306 vectors of 5 points.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEG paradigm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "To find which parts of brain activity are related to the neural network constituents (e.g. the RNNLM context vector), we run a prediction and classification experiment in a 10-fold cross validated fashion. At every fold, we train a linear model to predict MEG data as a function of one of the feature sets, using 90% of the data. On the remaining 10% of the data, we run a classification experiment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decoding experiment", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "MEG data is very noisy. Therefore, classifying single word waveforms yields a low accuracy, peaking at 60%, which might lead to false negatives when looking for correspondences between neural network features and brain data. To reveal informative features, one can boost signal by either having several repetitions of the stimuli in the experiment and then averaging (Sudre et al., 2012) or by combining the words into larger chunks (Wehbe et al., 2014). We chose the latter because the former sacrifices word and feature diversity.", |
| "cite_spans": [ |
| { |
| "start": 367, |
| "end": 387, |
| "text": "(Sudre et al., 2012)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decoding experiment", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "At testing, we therefore repeat the following 300 times. Two sets of words are chosen randomly from the test fold. To form the first set, 20 words are sampled without replacement from the test sample (unseen by the classifier). To form the second set, the k th word is chosen randomly from all words in the test fold having the same length as the k th word of the first set. Since every fold of the data was used 9 times in the training phase and once in the testing phase, and since we use a high number of randomized comparisons, this averages out biases in the accuracy estimation. Classifying sets of 20 words improves the classification accuracy greatly while lowering its variance and makes it dissociable from chance performance. We compare only between words of equal length, to minimize the effect of the low level visual features on the classification accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decoding experiment", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "After averaging out the results of multiple folds, we end up with average accuracies that reveal how related one of the models' constituents (e.g. the RNNLM context vector) is to brain data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Decoding experiment", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We have 9 sets of annotations for the words of the experiment. Each set j can be described as a matrix F j in which each row i corresponds to the vector of annotations of word i. Our annotations correspond to the 3 model constituents for each of the 3 models: the hidden layer representation before word i, the output probability of word i and the learned embeddings for word i.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Annotation of the stimulus text", |
| "sec_num": "2.3.1" |
| }, |
| { |
| "text": "In order to align the brain processes and the different constituents of the different models, we use a classification task. The task is to classify the word a subject is reading out of two possible choices from its MEG recording. The classifier uses one type of feature in an intermediate classification step. For example, the classifier learns to predict the MEG activity for any setting of the RNNLM hidden layer. Given an unseen MEG recording for an unknown word i and two possible story words i and i (one of which being the true word i), the classifier predicts the MEG activity when reading i and i from their hidden layer vectors. It then assigns the label i or i to the word recording i depending on which prediction is the closest to the recording. The following are the detailed steps of this complex classification task. However, for the rest of the paper the most useful point to keep in mind is that the main purpose of the classification is to find a correspondence between the brain data and a given feature set j.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "1. Normalize the columns of M (zero mean, standard deviation = 1). Pick feature set F j and normalize its columns to a minimum of 0 and a maximum of 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "2. Divide the data into 10 folds, for each fold b: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "P c = F c j \u00d7 \u0393 b j and P d = F d j \u00d7 \u0393 b j", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "ii. assign to M c the label c or d depending on which of P c or P d is closest (Euclidean distance). iii. assign to M d the label c or d depending on which of P c or P d is closest (Euclidean distance).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "3. Compute the average accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Classification", |
| "sec_num": "2.3.2" |
| }, |
| { |
| "text": "We adapt the searchlight method (Kriegeskorte et al., 2006) to MEG. The searchlight is a discovery procedure used in fMRI in which a cube is slid over the brain and an analysis is performed in each location separately. It allows to find regions in the brain where a specific phenomenon is occurring. In the MEG sensor space, for every one of the 102 sensor locations , we assign a group of sensors g . For every location , we identify the locations that immediately surround it in any direction (Anterior, Right Anterior, Right etc...) when looking at the 2D flat representation of the location of the sensors in the MEG helmet (see Fig. 9 for an illustration of the 2D helmet). g therefore contains the 3 sensors at location and at the neighboring locations. The maximum number of sensors in a group is 3 \u00d7 9.", |
| "cite_spans": [ |
| { |
| "start": 32, |
| "end": 59, |
| "text": "(Kriegeskorte et al., 2006)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 633, |
| "end": 639, |
| "text": "Fig. 9", |
| "ref_id": "FIGREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Restricting the analysis spatially: a searchlight equivalent", |
| "sec_num": "2.3.3" |
| }, |
| { |
| "text": "The locations at the edge of the helmet have fewer sensors because of the missing neighbor locations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis spatially: a searchlight equivalent", |
| "sec_num": "2.3.3" |
| }, |
| { |
| "text": "Instead of using the entire time course of the word, we can use only one of the corresponding 100ms time windows. Obtaining a high classification accuracy using one of the time windows and feature set j means that the analogous type of information is encoded at that time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis temporally", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "2.3.5 Classification accuracy by time and region The above steps compute whole brain accuracy using all the time series. In order to perform a more precise spatio-temporal analysis, one can use only one time window m and one location for the classification. This can answer the question of when and where different information is represented by brain activity. For every location, we will use only the columns corresponding to the time point m for the sensors belonging to the group g .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis temporally", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "Step (d) of the classification procedure is changed as such: i. predict the MEG data for c and d as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis temporally", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "P c {m, } = F c j \u00d7 \u0393 b j,{m, } and P d {m, } = F d j \u00d7 \u0393 b j,{m, }", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis temporally", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "ii. assign to M c {m, } the label c or d depending on which of P c {m, } or P d {m, } is closest (Euclidean distance). iii. assign to M d {m, } the label c or d depending on which of P c {m, } or P d {m, } is closest (Euclidean distance).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Restricting the analysis temporally", |
| "sec_num": "2.3.4" |
| }, |
| { |
| "text": "We determine the distribution for chance performance empirically. Because the successive word samples in our MEG and feature matrices are not independent and identically distributed, we break the relationship between the MEG and feature matrices by shifting the feature matrices by large delays (e.g. 2000 to 2500 words) and we repeat the classification using the delayed matrices. This simulates chance performance more fairly than a permutation test because it keeps the time structure of the matrices. It was used in (Wehbe et al., 2014) and inspired by (Chwialkowski and Gretton, 2014) . For every {m, } setting we can therefore compute a standardized z-value by subtracting the mean of the shifted classifications and dividing by the standard deviation. We then compute the p-value for the true classification accuracy being due to chance. Since the three p-values for the three subjects for a given {m, } are independent, we combine them using Fisher's method for independent test statistics (Fisher, 1925) . The statistics we obtain for every {m, } are dependent because they comprise nearby time and space windows. We control the false discovery rate using (Benjamini and Yekutieli, 2001) to adjust for the testing at multiple locations and time windows. This method doesn't assume any kind of independence or positive dependence.", |
| "cite_spans": [ |
| { |
| "start": 520, |
| "end": 540, |
| "text": "(Wehbe et al., 2014)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 557, |
| "end": 589, |
| "text": "(Chwialkowski and Gretton, 2014)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 998, |
| "end": 1012, |
| "text": "(Fisher, 1925)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 1165, |
| "end": 1196, |
| "text": "(Benjamini and Yekutieli, 2001)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical significance testing", |
| "sec_num": "2.3.6" |
| }, |
| { |
| "text": "We present in Fig. 5 the accuracy using all the time windows and sensors. In Fig. 6 we present the classification accuracy when running the classification at every time window exclusively. In Fig. 9 we present the accuracy when running the classification using different time windows and groups of sensors centered at every one of the 102 locations.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 14, |
| "end": 20, |
| "text": "Fig. 5", |
| "ref_id": "FIGREF4" |
| }, |
| { |
| "start": 77, |
| "end": 83, |
| "text": "Fig. 6", |
| "ref_id": "FIGREF5" |
| }, |
| { |
| "start": 192, |
| "end": 198, |
| "text": "Fig. 9", |
| "ref_id": "FIGREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "It is important to lay down some conventions to understand the complex results in these plots. To recap, we are trying to find parallels between model constituents and brain processes. We use:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 a subset of the data (for example the time window 0-100ms and all the sensors)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 one type of feature (for example the hidden context layer from the NPLM 3g model) and we obtain a classification accuracy A. If A is low, there is probably no relationship between the feature set and the subset of data. If A is high, it hints to an association between the subset of data and the mental process that is analogous to the feature set. For example, when using all the sensors and time window 0-100ms, along with the NPLM 3g hidden layer, we obtain an accuracy of 0.70 (higher than chance with p < 10 \u221214 , see Fig. 6 ). Since the NPLM 3g hidden layer summarizes the context of the story before seeing word i, this suggests that the brain is still processing the context of the story before word i between 0-100ms. Fig. 6 shows the accuracy for different types of features when using all of the time points and all the sensors to classify a word. We can see Accuracy is plotted in the center of the respective time window. Points marked with a circle are significantly higher than chance accuracy for the given feature set and time window after correction. similar classification accuracies for the three types of models, with RNNLM ahead for the hidden layer and embeddings and behind for the output probability features. The hidden layer features are the most powerful for classification. Between the three types of features, the hidden layer features are the best at capturing the information contained in the brain data, suggesting that most of the brain activity is encoding the previous context. The embedding features are the second best. Finally the output probability have the smallest accuracies. This makes sense considering that they capture much less information than the other two high dimensional descriptive vectors, as they do not represent the complex properties of the words, only a numerical assessment of their likelihood. Fig. 6 shows the accuracy when using different windows of time exclusively, for the 100ms time windows starting at 0, 100 . . . 400ms after word presentation. We can see that using the embedding vector becomes increasingly more useful for classification until 300-400ms, and then its performance starts decreasing. This results aligns with the following hypothesis: the word is being perceived and understood by the brain gradually after its presentation, and therefore the brain representation of the word becomes gradually similar to the neural network representation of the word (i.e. the embedding vector). The output probability feature accuracy peaks at a later time than the embeddings accuracy. Obtaining a higher than chance accuracy at time window m using the output probability as input to the classifier suggests strongly that the brain is integrating the word at time window m, because it is responding differently for predictable and unpredictable words 5 . The integration step happens after the perception step, which is probably why the output probability curves peak later than the embeddings curves. layers. The analysis is extended to the time windows before and after the word is presented, the input feature is restricted to be the hidden layer before the central word is seen. The first vertical bar indicates the onset of the word, the second one indicates the end of its presentation. To understand the time dynamics of the hidden layer accuracy we need to see a larger time scale than the word itself. The hidden layer captures the 5 the fact that we can classify accurately during windows 300-400ms indicates that the classifier is taking advantage of the N400 response discussed in the introduction context before word i is seen. Therefore it seems reasonable that the hidden layer is not only related to the activity when the word is on the screen, but also related to the activity before the word is presented, which is the time when the brain is integrating the previous words to build that context. On the other hand, as the word i and subsequent words are integrated, the context starts diverging from the context of word i (computed before seeing word i). We therefore ran the same analysis as before, but this time we also included the time windows before and after word i in the analysis, while maintaining the hidden layer vector to be the context before word i is seen. We see the behavior we predicted in the results: the context before seeing word i becomes gradually more useful for classification until word i is seen, and then it gradually decreases until it is no longer useful since the context has changed. We observe the RNNLM hidden layer has a higher classification accuracy than the finite context NPLMs. This might be due to the fact that the RNNLM has a more complete representation of context that captures more of the properties of the previous words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 525, |
| "end": 531, |
| "text": "Fig. 6", |
| "ref_id": "FIGREF5" |
| }, |
| { |
| "start": 729, |
| "end": 735, |
| "text": "Fig. 6", |
| "ref_id": "FIGREF5" |
| }, |
| { |
| "start": 1858, |
| "end": 1864, |
| "text": "Fig. 6", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To show the consistency of the results, we plot as illustration the three curves we obtain for each subject for the RNNLM (Fig. 8) . The patterns seem very consistent indicating the phenomena we described can be detected at the subject level.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 130, |
| "text": "(Fig. 8)", |
| "ref_id": "FIGREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We now move on to the spatial decomposition of the analysis. When the visual input enters the brain, it first reaches the visual cortex at the back of the head, and then moves anteriorly towards the left and right temporal cortices and eventually the frontal cortex. As it flows through these areas, it is processed to higher levels of interpretations. In Fig. 9 , we plot the accuracy for different regions of the brain and different time windows for the RNNLM features. To make the plots simpler we multiplied by zero the accuracies which were not significantly higher than chance. We expand a few characteristic plots. We see that in the back of the head the embedding features have an accuracy that seems to peak very early on. As we move forward in the brain towards the left and right temporal cortices, we see the embeddings accuracy peaking at a later time, reflecting the delay it takes for the information to reach this part of the brain. The output probability start being useful for classification after the embeddings, and specifically in the left temporal cortex which is the cite where the N400 locations the average accuracy for the group of sensors centered at that location is plotted versus time. The axes are defined in the rightmost, empty plot. Three plots have been magnified to show the increasing delay in high accuracy when using the embeddings feature, reflecting the delay in processing the incoming word as information travels through the brain. A sensor map is provided in the lower right corner: visual cortex = cyan, temporal = red, frontal = dark green.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 356, |
| "end": 362, |
| "text": "Fig. 9", |
| "ref_id": "FIGREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "is reported in the literature. Finally, as we reach the frontal cortex, we see that the embeddings features have an even later accuracy peak.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Novel brain data exploration We present here a novel and revealing approach to shed light on the brain processes involved in reading. This is a departure from the classical approach of controlling for a few variables in the text (e.g. showing a sentence with an expected target word versus an unexpected one). While we cannot make clear cut causal claims because we did not control for our variables, we are able to explore the data much more and offer a much richer interpretation than is possible with artificially constrained stimuli.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and contributions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Comparing two models of language Adding brain data into the equation allowed us to compare the performance of the models and to identify a slight advantage for the RNNLM in capturing the text contents. Numerical comparison is however a secondary contribution of our approach. We showed that it might be possible to use brain data to understand, interpret and illustrate what exactly is being encoded by the obscure vectors that neural networks compute, by drawing parallels between the models constituents and brain processes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and contributions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Anecdotally, in the process of running the experiments, we noticed that the accuracy for the hidden layer of the RNNLM was peaking in the time window corresponding to word i\u22122, and that it was decreasing during word i \u2212 1. Since this was against our expectations, we went back and looked at the code and found that it was indeed returning a delayed value and corrected the features. We therefore used the brain data in order to correct a mis-specification in our neural network model. This hints if not proves the potential of our approach for assessing language models. Future Work The work described here is our first attempt along the promising endeavor of matching complex computational models of language with brain processes using brain recordings. We plan to extend our efforts by (1) collecting data from more subjects and using various types of text and (2) make the brain data help us with training better statistical language models by using it to determine whether the models are expressive enough or have reached a sufficient degree of convergence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and contributions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "http://rnnlm.org/ 2 http://nlg.isi.edu/software/nplm", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In this paper, we treat these three different sensors as three different dimensions without further exploiting their physical properties.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The rows from M \u2212b and F \u2212b j that correspond to the five words before or after the test set are ignored in order to make the test set independent.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research was supported in part by NICHD grant 5R01HD07328-02. We thank Nicole Rafidi for help with data acquisition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The control of the false discovery rate in multiple testing under dependency", |
| "authors": [ |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Benjamini", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Yekutieli", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Annals of statistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1165--1188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoav Benjamini and Daniel Yekutieli. 2001. The con- trol of the false discovery rate in multiple testing un- der dependency. Annals of statistics, pages 1165- 1188.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Brain activation for reading and listening comprehension: An fMRI study of modality effects and individual differences in language comprehension", |
| "authors": [ |
| { |
| "first": "Augusto", |
| "middle": [], |
| "last": "Buchweitz", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "L\u00eada", |
| "middle": [], |
| "last": "Mason", |
| "suffix": "" |
| }, |
| { |
| "first": "Marcel", |
| "middle": [ |
| "Adam" |
| ], |
| "last": "Tomitch", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Just", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Psychology & neuroscience", |
| "volume": "2", |
| "issue": "2", |
| "pages": "111--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Augusto Buchweitz, Robert A Mason, L\u00eada Tomitch, and Marcel Adam Just. 2009. Brain activation for reading and listening comprehension: An fMRI study of modality effects and individual differences in language comprehension. Psychology & neuro- science, 2(2):111-123.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A kernel independence test for random processes", |
| "authors": [ |
| { |
| "first": "Kacper", |
| "middle": [], |
| "last": "Chwialkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Gretton", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1402.4501" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kacper Chwialkowski and Arthur Gretton. 2014. A kernel independence test for random processes. arXiv preprint arXiv:1402.4501.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Statistical methods for research workers", |
| "authors": [ |
| { |
| "first": "Ronald Aylmer", |
| "middle": [], |
| "last": "Fisher", |
| "suffix": "" |
| } |
| ], |
| "year": 1925, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronald Aylmer Fisher. 1925. Statistical methods for research workers. Genesis Publishing Pvt Ltd.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Word surprisal predicts N400 amplitude during reading", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Stefan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Leun", |
| "suffix": "" |
| }, |
| { |
| "first": "Giulia", |
| "middle": [], |
| "last": "Otten", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriella", |
| "middle": [], |
| "last": "Galli", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Vigliocco", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st annual meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "878--883", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stefan L Frank, Leun J Otten, Giulia Galli, and Gabriella Vigliocco. 2013. Word surprisal predicts N400 amplitude during reading. In Proceedings of the 51st annual meeting of the Association for Com- putational Linguistics, pages 878-883.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Towards a neural basis of auditory sentence processing", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Angela", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Friederici", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Trends in cognitive sciences", |
| "volume": "6", |
| "issue": "2", |
| "pages": "78--84", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angela D Friederici. 2002. Towards a neural basis of auditory sentence processing. Trends in cognitive sciences, 6(2):78-84.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Generalized cross-validation as a method for choosing a good ridge parameter", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Gene", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Golub", |
| "suffix": "" |
| }, |
| { |
| "first": "Grace", |
| "middle": [], |
| "last": "Heath", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wahba", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "Technometrics", |
| "volume": "21", |
| "issue": "2", |
| "pages": "215--223", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gene H Golub, Michael Heath, and Grace Wahba. 1979. Generalized cross-validation as a method for choosing a good ridge parameter. Technometrics, 21(2):215-223.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "How the brain solves the binding problem for language: a neurocomputational model of syntactic processing", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Hagoort", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Neuroimage", |
| "volume": "20", |
| "issue": "", |
| "pages": "18--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Hagoort. 2003. How the brain solves the binding problem for language: a neurocomputational model of syntactic processing. Neuroimage, 20:S18-S29.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Information-based functional brain mapping", |
| "authors": [ |
| { |
| "first": "Nikolaus", |
| "middle": [], |
| "last": "Kriegeskorte", |
| "suffix": "" |
| }, |
| { |
| "first": "Rainer", |
| "middle": [], |
| "last": "Goebel", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Bandettini", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the National Academy of Sciences of the United States of America", |
| "volume": "103", |
| "issue": "", |
| "pages": "3863--3868", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nikolaus Kriegeskorte, Rainer Goebel, and Peter Ban- dettini. 2006. Information-based functional brain mapping. Proceedings of the National Academy of Sciences of the United States of America, 103(10):3863-3868.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "RNNLMrecurrent neural network language modeling toolkit", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Kombrink", |
| "suffix": "" |
| }, |
| { |
| "first": "Anoop", |
| "middle": [], |
| "last": "Deoras", |
| "suffix": "" |
| }, |
| { |
| "first": "Lukar", |
| "middle": [], |
| "last": "Burget", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Cernocky", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of the 2011 ASRU Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "196--201", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Stefan Kombrink, Anoop Deoras, Lukar Burget, and J Cernocky. 2011. RNNLM- recurrent neural network language modeling toolkit. In Proc. of the 2011 ASRU Workshop, pages 196- 201.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Statistical Language Models Based on Neural Networks", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov. 2012. Statistical Language Models Based on Neural Networks. Ph.D. thesis, Brno Uni- versity of Technology.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Rectified linear units improve restricted Boltzmann machines", |
| "authors": [ |
| { |
| "first": "Vinod", |
| "middle": [], |
| "last": "Nair", |
| "suffix": "" |
| }, |
| { |
| "first": "Geoffrey", |
| "middle": [ |
| "E" |
| ], |
| "last": "Hinton", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of ICML", |
| "volume": "", |
| "issue": "", |
| "pages": "807--814", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vinod Nair and Geoffrey E. Hinton. 2010. Rectified linear units improve restricted Boltzmann machines. In Proceedings of ICML, pages 807-814.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Harry Potter and the Sorcerer's Stone", |
| "authors": [ |
| { |
| "first": "Joanne", |
| "middle": [ |
| "K" |
| ], |
| "last": "Rowling", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joanne K. Rowling. 2012. Harry Potter and the Sor- cerer's Stone. Harry Potter US. Pottermore Limited.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Clinical neurophysiology of language: the MEG approach", |
| "authors": [ |
| { |
| "first": "Riitta", |
| "middle": [], |
| "last": "Salmelin", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Clinical Neurophysiology", |
| "volume": "118", |
| "issue": "2", |
| "pages": "237--254", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Riitta Salmelin. 2007. Clinical neurophysiology of language: the MEG approach. Clinical Neurophysi- ology, 118(2):237-254.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Tracking neural coding of perceptual and semantic features of concrete nouns", |
| "authors": [ |
| { |
| "first": "Gustavo", |
| "middle": [], |
| "last": "Sudre", |
| "suffix": "" |
| }, |
| { |
| "first": "Dean", |
| "middle": [], |
| "last": "Pomerleau", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Palatucci", |
| "suffix": "" |
| }, |
| { |
| "first": "Leila", |
| "middle": [], |
| "last": "Wehbe", |
| "suffix": "" |
| }, |
| { |
| "first": "Alona", |
| "middle": [], |
| "last": "Fyshe", |
| "suffix": "" |
| }, |
| { |
| "first": "Riitta", |
| "middle": [], |
| "last": "Salmelin", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Neu-roImage", |
| "volume": "62", |
| "issue": "1", |
| "pages": "451--463", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gustavo Sudre, Dean Pomerleau, Mark Palatucci, Leila Wehbe, Alona Fyshe, Riitta Salmelin, and Tom Mitchell. 2012. Tracking neural coding of percep- tual and semantic features of concrete nouns. Neu- roImage, 62(1):451-463.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Spatiotemporal signal space separation method for rejecting nearby interference in MEG measurements", |
| "authors": [ |
| { |
| "first": "Samu", |
| "middle": [], |
| "last": "Taulu", |
| "suffix": "" |
| }, |
| { |
| "first": "Juha", |
| "middle": [], |
| "last": "Simola", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Physics in medicine and biology", |
| "volume": "51", |
| "issue": "7", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Samu Taulu and Juha Simola. 2006. Spatiotem- poral signal space separation method for rejecting nearby interference in MEG measurements. Physics in medicine and biology, 51(7):1759.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Suppression of interference and artifacts by the signal space separation method", |
| "authors": [ |
| { |
| "first": "Samu", |
| "middle": [], |
| "last": "Taulu", |
| "suffix": "" |
| }, |
| { |
| "first": "Matti", |
| "middle": [], |
| "last": "Kajola", |
| "suffix": "" |
| }, |
| { |
| "first": "Juha", |
| "middle": [], |
| "last": "Simola", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Brain topography", |
| "volume": "16", |
| "issue": "4", |
| "pages": "269--275", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Samu Taulu, Matti Kajola, and Juha Simola. 2004. Suppression of interference and artifacts by the sig- nal space separation method. Brain topography, 16(4):269-275.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Decoding with large-scale neural language models improves translation", |
| "authors": [ |
| { |
| "first": "Ashish", |
| "middle": [], |
| "last": "Vaswani", |
| "suffix": "" |
| }, |
| { |
| "first": "Yinggong", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| }, |
| { |
| "first": "Victoria", |
| "middle": [], |
| "last": "Fossum", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Chiang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ashish Vaswani, Yinggong Zhao, Victoria Fossum, and David Chiang. 2013. Decoding with large-scale neural language models improves translation.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Simultaneously uncovering the patterns of brain regions involved in different story reading subprocesses", |
| "authors": [ |
| { |
| "first": "Leila", |
| "middle": [], |
| "last": "Wehbe", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Murphy", |
| "suffix": "" |
| }, |
| { |
| "first": "Partha", |
| "middle": [], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Alona", |
| "middle": [], |
| "last": "Fyshe", |
| "suffix": "" |
| }, |
| { |
| "first": "Aaditya", |
| "middle": [], |
| "last": "Ramdas", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leila Wehbe, Brian Murphy, Partha Talukdar, Alona Fyshe, Aaditya Ramdas, and Tom Mitchell. 2014. Simultaneously uncovering the patterns of brain re- gions involved in different story reading subpro- cesses. in press.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "Cortical dynamics of silent reading. This figure", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "text": "Recurrent neural network language model.", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "text": "(a) Isolate M b and F b j as test data. The remainder M \u2212b and F \u2212b j will be used for training 4 . (b) Subtract the mean of the columns of M \u2212b from M b and M \u2212b and the mean of the columns of F \u2212b j from F b j and F \u2212b j (c) Use ridge regression to solve M \u2212b = F \u2212b j \u00d7 \u03b2 t j by tuning the \u03bb parameter to every one of the p output dimensions independently. \u03bb is chosen via generalized cross validation (Golub et al., 1979). (d) Perform a binary classification. Sample from the set of words in b a set c of 20 words. Then sample from b another set of 20 words such that the k th word in c and d have the same number of letters. For every sample (c,d): i. predict the MEG data for c and d as:", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "text": "(d) Perform a binary classification. Sample from the set of words in b a set c of 20 words. Then sample from b another set of 20 words such that the k th word in c and d have the same number of letters. For every sample (c,d), and for every setting of {m, }:", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF4": { |
| "type_str": "figure", |
| "text": "Average accuracy using all time windows and sensors, grouped by model (top) and type of feature (bottom). All accuracies are significantly higher than chance (p < 10 \u22128 ).", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF5": { |
| "type_str": "figure", |
| "text": "Average accuracy in different time windows when using different types of features as input to the classifier, for different models.", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF6": { |
| "type_str": "figure", |
| "text": "Average accuracy in time for the different hidden", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF8": { |
| "type_str": "figure", |
| "text": "Accuracy in time when using the RNNLM features for each of the three subjects.", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF9": { |
| "type_str": "figure", |
| "text": "Average accuracy in time and space on the MEG helmet when using the RNNLM features. For each of the 102", |
| "uris": null, |
| "num": null |
| } |
| } |
| } |
| } |