Content Analysis and Natural Language Processing

Lecturer: Thomas Hills

Modality: In presence

Week 2: 19-23 August 2024

 

Workshop contents and objectives

The aim of this workshop is to provide participants with a practical hands-on, and theoretical understanding of new methods in the content analysis made possible by applying digital technology to text corpora.

This approach scales from words to documents to large text corpora.

Some of the issues this approach addresses include the following:

  1. Understanding the speech of political leaders: What U.S. president is viewed most negatively? Does political speech on Twitter incite violence?
  2. Detecting historical changes in happiness: Which nations are happiest, and how has their happiness changed over time? Does national happiness correlate with GDP, longevity, democratisation, etc?
  3. Predicting views of brands: What does it mean to be a luxury brand? What associations do people have with different products?
  4. Using language to predict personality or changes across an individual’s lifespan: How did the writing of Darwin, Mozart, and Van Gogh change across their lifespan?

The course will begin by providing participants with an understanding of what natural language processing offers content analysis. Automation can allow interesting content questions to be answered in very short periods of time (sometimes minutes), saving weeks or months of research time. It can also introduce new questions that lead to innovative research programmes. Specifically, this course will cover dictionary analysis (i.e., word counting), sentiment analysis, word-feature analysis, semantic space models (e.g., word2vec), and topic modeling (latent dirichlet allocation).

Specific cases will be used to show how natural language processing can be applied to theoretical questions in the social sciences. Each day will present published research and then demonstrate how the research was done, providing code and data.

On completion of the course, participants will be able to recognize and implement many common approaches to content analysis using natural language processing and take the first steps towards formulating and addressing problems of their own in social data science or the digital humanities. Participants will also be provided with detailed information about how to follow up and learn more with respect to their particular area of interest.

 

Workshop design

The course will alternate between lectures and interactive programming using pre-written code in R.

 

Detailed lecture plan (daily schedule)

Day 1.
Intro to content analysis and natural language processing, off the shelf tools and simplicity

Day 2.
Word features (document sentiment and feature analysis)

Day 3.
Word and document semantics and similarity

Day 4.
Topics (what are my documents about and how can I organize them?)

Day 5.
Advanced topics and short presentations from students

 

Class materials

All materials will be provided online.

 

Prerequisites

Students taking this workshop should have some experience with R and RStudio. There are a number of free or inexpensive online courses well worth the investment in time (e.g., Datacamp) that offer introductory courses in R that are sufficient prerequisites for this course. A general introductory book to statistics in R will also work (e.g., Dalgaard, P. 2008. Introductory statistics with R). Though the course will primarily use R, I will provide all the code. Therefore, this course can be a way to improve your R skills as well.

 

Recommended readings or preliminary material