Foundations of AI and ML

Content

Lisam

Course materials

/

Section

Introduction to Natural Language Processing

Introduction to Natural Language Processing

Welcome to the section on Natural Language Processing (NLP)! In this lecture we introduce NLP and the two main paradigms that underly current applications.

Lecture slides are available here.

Linguistic knowledge

Do we need linguistic knowledge to build NLP systems? One argument for it is that even humans seem to have some form of innate linguistic knowledge: Children learn a new language faster and from fewer examples than what seems to be possible if they learned from exposure alone. How could this be reflected in NLP?

Neural NLP

You are sold to the new paradigm of neural NLP. Which statement is a good fit for your views?

Understanding the formula

Many NLP problems can be described with the help of this formula:

$\hat{y} = \mathop{\text{argmax}}_y \text{score}(x, y; \theta)$

You want to build an NLP system that generates the most probable headline for a news article. What is $y$ in this case?

Combinatorial explosion

You have a sentence consisting of 18 words. Suppose that each word can have two possible part-of-speech tags. (For example, the word ‘want’ can be both a noun or a verb, depending on context.) What is the size of the search space of all possible tag sequences that an NLP system would have to consider?

This webpage contains the course materials for the course TDDE56 Foundations of AI and Machine Learning.
The content is licensed under Creative Commons Attribution 4.0 International.
Copyright © 2022 Linköping University