| 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
Teste seu conhecimento sobre AI Language Interaction and Technologies com 9 perguntas de múltipla escolha com correções detalhadas.
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?
Memorize os conceitos chave de AI Language Interaction and Technologies com 10 flashcards interativos.
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
Intelligence Artificielle
Bases de données
Bases de données
Bases de données
Importe seu curso e a IA gera fichas, quizzes e flashcards em 30 segundos.
Gerador de fichas