NLP - Text GenerationWhich aspect of generated text quality does the BLEU metric primarily assess?AThe overlap of n-grams between candidate and reference textsBThe semantic similarity using word embeddingsCThe grammatical correctness of the candidate textDThe length difference between candidate and reference textsCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand BLEU's purposeBLEU measures how many n-grams in the candidate text appear in the reference text(s).Step 2: Eliminate other optionsSemantic similarity (B) is not BLEU's focus; grammatical correctness (C) and length difference (D) are not directly measured by BLEU.Final Answer:The overlap of n-grams between candidate and reference texts -> Option AQuick Check:BLEU uses n-gram precision [OK]Quick Trick: BLEU counts matching n-grams, not semantics or grammar [OK]Common Mistakes:MISTAKESConfusing BLEU with semantic similarity metricsAssuming BLEU measures grammar or fluencyThinking BLEU penalizes length differences directly
Master "Text Generation" in NLP9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepModelTryChallengeExperimentRecallMetrics
More NLP Quizzes Sentiment Analysis Advanced - Lexicon-based approaches (VADER) - Quiz 3easy Sentiment Analysis Advanced - Hybrid approaches - Quiz 5medium Sequence Models for NLP - Why sequence models understand word order - Quiz 13medium Text Generation - Language modeling concept - Quiz 5medium Text Generation - Language modeling concept - Quiz 15hard Text Similarity and Search - Edit distance (Levenshtein) - Quiz 10hard Topic Modeling - Topic coherence evaluation - Quiz 2easy Topic Modeling - Choosing number of topics - Quiz 12easy Word Embeddings - Word2Vec (CBOW and Skip-gram) - Quiz 12easy Word Embeddings - Pre-trained embedding usage - Quiz 6medium