Which of the following best describes Natural Language Understanding (NLU)?
Think about which process involves understanding the meaning behind words.
NLU focuses on interpreting and extracting meaning from human language, unlike NLG which is about generating text.
Which task is an example of Natural Language Generation (NLG)?
Consider which option involves creating new text from data.
NLG is about producing human-like text, such as summaries or reports, from data or other text.
Which statement correctly explains the relationship between NLP, NLU, and NLG?
Think about which is the broadest term covering the others.
NLP is the overall field of working with human language, and it includes NLU (understanding) and NLG (generation) as parts.
You want to build a system that understands customer complaints and extracts the main issues. Which type of model is best suited for this NLU task?
Focus on extracting important details from text.
Named entity recognition helps identify key pieces of information, which is essential for understanding complaints.
You have trained an NLG model to generate product descriptions. Which metric is most appropriate to evaluate how well the generated text matches human-written descriptions?
Think about metrics that compare generated text to reference text.
BLEU score is commonly used to evaluate the quality of generated text by comparing it to human references.