Flashcards_NLP_Corrected

(41 cards)

1
Q

What is the primary goal of NLP?

A

To improve human-computer and human-human communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which early chatbot is considered a parody on a Rogerian psychoanalyst?

A

Eliza

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What method does Eliza use to generate responses?

A

Keyword matching and transformation rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What did the program PARRY attempt to imitate?

A

A paranoid schizophrenic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does POS tagging help identify in a sentence?

A

The grammatical roles of words.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What problem does word segmentation (tokenization) address?

A

Dividing text into meaningful tokens.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is ambiguity a challenge in NLP?

A

Natural languages are ambiguous at lexical, syntactic, and semantic levels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What kind of grammatical analysis determines the role of words in sentences?

A

Parsing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the major difference between semantic and syntactic analysis?

A

Semantic analysis interprets meaning; syntactic analysis identifies structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of discourse analysis in NLP?

A

Analyzing how sentences relate within a context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the term ‘tokenization’ mean in NLP?

A

Dividing text into tokens.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does sentiment analysis work?

A

By analyzing sentiment in text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the main challenge in machine translation?

A

Handling contextual meanings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is word embedding in NLP?

A

Representing words as vectors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which model architecture is widely used in NLP tasks today?

A

Transformers like BERT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the role of a language model in NLP?

A

Predicting text sequences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How does NLP handle polysemy?

A

By using contextual analysis.

18
Q

What are some challenges in named entity recognition?

A

Identifying entities in text.

19
Q

What is the purpose of co-reference resolution in NLP?

A

Tracking pronoun references.

20
Q

How do transformers improve NLP tasks?

A

Using attention mechanisms.

21
Q

What is dependency parsing?

A

Analyzing grammatical structures.

22
Q

What is the BLEU score used for?

A

Evaluating translation quality.

23
Q

What is lemmatization?

A

Finding base forms of words.

24
Q

How is stemming different from lemmatization?

A

Stemming is faster but less accurate.

25
What is the role of transfer learning in NLP?
Reusing pre-trained models.
26
What is an example of unsupervised learning in NLP?
Word clustering.
27
What is the goal of conversational AI?
To create conversational systems.
28
What is a chatbot's knowledge base?
A repository of knowledge.
29
How does topic modeling work in NLP?
Discovering hidden topics.
30
What is syntactic ambiguity?
Multiple meanings of structure.
31
What is the main use of bag-of-words?
Text representation for modeling.
32
What is a unigram model?
A model with one-word contexts.
33
How does TF-IDF weighting work?
Calculating word importance.
34
What is speech tagging in NLP?
Part-of-speech classification.
35
What is sentiment polarity?
Positive or negative sentiment.
36
What is semantic role labeling?
Identifying roles in sentences.
37
What is the importance of stop-word removal?
Eliminating irrelevant words.
38
How does NLP process sarcasm?
Detecting context and tone.
39
What is cross-lingual NLP?
Multilingual understanding.
40
What is a subword tokenizer?
Breaking words into subunits.
41
What is the use of regex in NLP?
Finding text patterns.