| Item | Key Features | Notes / Differences |
|---|---|---|
| Classical NLP pipeline | Tokenization → Morphology/POS → Syntax → Semantics → Pragmatics | Layered analysis from raw text to meaning |
| Bag of Words / TF–IDF | Unordered, simple, fast; weights important words | Ignores word order and structure |
| Static embeddings | Word2Vec, GloVe; fixed vectors for words | Limited by polysemy; context-independent |
| Contextual embeddings | BERT, GPT; dynamic, context-dependent | Handle polysemy; adapt meaning based on context |
| Neural sequence models | RNNs, LSTMs; process sequences with memory | Struggle with long dependencies |
| Attention mechanisms | Focus on relevant parts of input | Improve relevance in sequence processing |
| Transformers | Parallel, self-attention; foundation of modern NLP | Efficient, scalable, handle long-range dependencies |
| Large Language Models | Encoder-only (BERT), decoder-only (GPT), encoder–decoder (T5) | Capable of understanding and generating language |
NLP & HCI
├─ Interaction paradigms
│ ├─ Button/menu commands
│ └─ Natural language understanding
├─ Classical pipeline
│ ├─ Tokenization
│ ├─ Morphology & POS
│ ├─ Syntax parsing
│ ├─ Semantics mapping
│ └─ Pragmatic inference
├─ Word representations
│ ├─ Bag of Words / TF–IDF
│ ├─ Static embeddings (Word2Vec, GloVe)
│ └─ Contextual embeddings (BERT, GPT)
├─ Neural models
│ ├─ RNNs / LSTMs
│ ├─ Attention mechanisms
│ └─ Transformers
├─ Large language models
│ ├─ Encoder-only (BERT)
│ ├─ Decoder-only (GPT)
│ └─ Encoder–decoder (T5, BART)
├─ Practical tools
│ ├─ spaCy
│ └─ Hugging Face
└─ Responsible NLP
├─ Accuracy vs interpretability
├─ Bias, fairness, privacy
└─ Sustainability
End of Revision Sheet
Testez vos connaissances sur AI Language Interaction and Technologies avec 9 questions à choix multiples avec corrections détaillées.
1. What is the primary goal of natural language processing (NLP) in human–computer interaction?
2. Which of the following models is known for its encoder-only architecture that is capable of understanding and generating language, and has been mentioned in the revision sheet?
Mémorisez les concepts clés de AI Language Interaction and Technologies avec 10 flashcards interactives.
NLP — core task?
Extract meaning from human language
NLP — definition?
Enables machines to interpret and generate human language.
Classical NLP pipeline — step?
Tokenization, morphology, syntax, semantics, pragmatics
Bases de données
Bases de données
Programmation
Programmation
Importe ton cours et l'IA génère fiches, QCM et flashcards en 30 secondes.
Générateur de fiches