Skip to content

Commit

Permalink
lecture1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamardzic committed Sep 20, 2023
1 parent 12d42fa commit 1a5ca38
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 769 deletions.
44 changes: 43 additions & 1 deletion 1.md
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)


&nbsp;


### Three big eras in the history of NLP


<img src="figures/NLP_hist.png" alt="hist" width="750"/>


&nbsp;



### Current pipeline

<img src="figures/NLP_tasks.png" alt="tasks" width="600"/>


---

&nbsp;
Loading

0 comments on commit 1a5ca38

Please sign in to comment.