Do you feel the words? An fMRI analysis on tactile vs non-tactile words in Mandarin Chinese

By Yusuke Taira
Published on June 10, 2023

"Language consists of many thousands of words which differ in meaning and syntactic category. Some words may refer to reletevely touchable, hence concrete aspects of the world while others are abstract in meaning which do not have physical references. But which brain areas are associated with tactile word processing? This project aims to investigate brain activation of participants when listening to tactile vs non-tactile word stimuli. The preliminary result shows that large areas of parietal lobe is particularly activated to tactile words compared to non-tactile words"

Project definition

Background

This project aims to explore brain activation of participants when presented with tactile words in Mandarin Chinese. The data used is from an OpenNeuro dataset which contains 672 stimulus words and functional data of 11 Chinese participants. My personal goal of this project is to familiarize myself with python, statistics and basic fMRI analysis techniques since I had no experience in any of them. For data analysis, I used General Liniear Model analysis to investigate brain responses to the stimulus words.

Tools

The project relies on the following technologies:

  • This README is built using Markdown, to structure the text.
  • Extraction, analysis and visualization of fMRI data is done with nilearn
  • The detail of this project is stored in a Jupyter Notebook

Data

The dataset contains 672 words of Mandarin Chinese with semantic ratings ranged from 0-7 and functional data of 11 participants recorded while listening to the stimulus words. The functional data are all preprocessed and available from OpenNeuro website

Deliverables

At the end of this project, I’ll have :

  • Markdown README.md for the description of the current project
  • Jupyter notebook including the code, and the fMRI brain images

Tools I learned during this project

For completing this project, one will need:

  • Nilearn for loading and visualizing fMRI data
  • Numpy to manipulate arrays
  • Pandas to manipulate dataframe

Results

Left hemisphere was more activated compared to the right in general as all the stimuli were speech sounds. In terms of activation areas compared to non-tactile words, tactile words activated large areas of parietal lobe where somatosensory cortex is located at but also partially activated visual cortex. It might be due to overlapping features of tactile and visual words.

Alt text

Conclusion and Limitations

This project aimed to investigate brain activation when presented with tactile vs non-tactile words. Although there was a strong tendency that the somatosensory cortex was particulary activated, no area was significantly activated when setting a threshold as 3.0 in z-score which implies the necessesity of larger amount of data. It is also unfortunate that my pc leads to kernal crash every time I try to analyze data of 5 or more runs and this inhibited me from second level analysis.

Acknowledgements

This project taught me a lot and I can not believe that I could learn python, statistics, GLM and fMRI analysis at the same time in such a limited amount of time. About a few months ago, I had no idea where to start python and now I can use it to extract, analyze and visualize fMRI data! I’m quite sure that I couldn’t have achieved this without Brainhack school.

In the end, I’d like to express my huge thanks to all of the organizers and TA’s, especially Yu-Shiang without whom I could never have finished my project, and Dr.Josh and Dr. Lee, who hosted such as amazing program at National Taiwan University.

References

Wang, S., Zhang, Y., Zhang, X., Sun, J., Lin, N., Zhang, J., & Zong, C. (2022). An fMRI Dataset for Concept Representation with Semantic Feature Annotations. Scientific data, 9(1), 721.

See also these similar projects

Impact of weight loss on fMRI food cue reactivity

Functional MRI studies examining reactivity to food cues in obesity have shown BOLD differences in brain regions involved in the regulation of food …

Discover this project

Machine learning for neuroimaging

Application of machine learning to fMRI data analysis. In this module, we will go over extracting features (X) and target (y), fitting the model to …

Discover this project

Combine EEG/MRI/Behavioral data-sets to learn more about Music/Auditory system

In this project I aim to combine data from different modalities (fMRI, EEG, and behavioral) to understand more about sound and music processing. My …

Discover this project