QuestionQ36
Evaluation, Testing & OptimizationYou are assessing retrieval-strategy claims used by a peer team.
For each claim, select Yes when it is generally accurate; otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| Dense vector retrieval is well suited to recovering paraphrased intent against unstructured text. | ||
| Sparse term-matching retrieval recovers exact terms (such as identifiers and rare tokens) more reliably than dense alone. | ||
| Structured query retrieval is the right fit for filter-and-aggregate workloads against a relational store with schema and indexes. | ||
| Hybrid retrieval is identical to dense-only retrieval and shares the same recall characteristics. | ||
| Random sampling of a data store is a sound retrieval strategy for production Q&A. |
Community Discussion