-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12d42fa
commit 1a5ca38
Showing
2 changed files
with
61 additions
and
769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
|
||
History of NLP, interdisciplinarity, current pipeline | ||
## 1. Large language models (LLMs), Artificial Intelligence (AI) and Natural language processing (NLP), history of NLP | ||
|
||
|
||
| ||
|
||
|
||
### NLP at the intersection of three disciplines | ||
|
||
|
||
|
||
<img src="figures/NLP_inter.png" alt="inter" width="250"/> | ||
|
||
|
||
|
||
|
||
- Computational Linguistics is more about text **parsing**, NLP more about **end user** tasks. | ||
- Machine learning is a set of methods and techniques used to parse text and perform end-user tasks. | ||
- End-user tasks are an important part of artificial intelligence because language is the most prominent capacity of human intelligence. | ||
|
||
(More explanations in Eisenstein) | ||
|
||
|
||
| ||
|
||
|
||
### Three big eras in the history of NLP | ||
|
||
|
||
<img src="figures/NLP_hist.png" alt="hist" width="750"/> | ||
|
||
|
||
| ||
|
||
|
||
|
||
### Current pipeline | ||
|
||
<img src="figures/NLP_tasks.png" alt="tasks" width="600"/> | ||
|
||
|
||
--- | ||
|
||
|
Oops, something went wrong.