DY0-001 · Question #82
A data scientist is attempting to identify sentences that are conceptually similar to each other within a set of text files. Which of the following is the best way to prepare the data set to…
The correct answer is A. Embeddings. Generating embeddings transforms each sentence into a dense numerical vector in a semantic space, where conceptually similar sentences lie close together, enabling straightforward similarity calculations (e.g., cosine similarity) to group or identify related sentences.
Question
A data scientist is attempting to identify sentences that are conceptually similar to each other within a set of text files. Which of the following is the best way to prepare the data set to accomplish this task after data ingestion?
Options
- AEmbeddings
- BExtrapolation
- CSampling
- DOne-hot encoding
How the community answered
(17 responses)- A82% (14)
- B12% (2)
- C6% (1)
Explanation
Generating embeddings transforms each sentence into a dense numerical vector in a semantic space, where conceptually similar sentences lie close together, enabling straightforward similarity calculations (e.g., cosine similarity) to group or identify related sentences.
Topics
Community Discussion
No community discussion yet for this question.