In natural language processing tasks, word vector evaluation is an important aspect for measuring the performance of a word embedding model. Which of the following statements about word vector evaluation are true?
Correct Answer: A,B,C
Word vector evaluation can be:
* Intrinsic:Directly tests vector properties via word similarity and analogy tasks.
* Extrinsic:Tests in downstream applications.
* A:True - word similarity tasks use human-labeled datasets and cosine similarity.
* B:True - intrinsic evaluations include similarity and analogy tasks.
* C:True - analogy tests assess how well vectors capture semantic relationships.
* D:False - both intrinsic and extrinsic methods are valuable, but intrinsic methods are more common for initial evaluations.
Exact Extract from HCIP-AI EI Developer V2.5:
"Intrinsic evaluations (similarity, analogy) test embedding quality directly, while extrinsic evaluations measure impact on real tasks." Reference:HCIP-AI EI Developer V2.5 Official Study Guide - Chapter: Word Vector Evaluation