AI-201 · Question #242
Universal Containers (UC) wants to ensure its compliance team can retrieve exact matches of policy clause numbers from a structured legal document library. Which search type should UC implement?
The correct answer is A. Use keyword search for exact term matching on structured fields like clause numbers. Keyword search performs exact lexical matching, making it the right choice when users query on precise, structured identifiers like clause numbers (e.g., 'Section 4.2.1'). These identifiers have no synonyms or semantic equivalents - an exact match is required. Semantic search…
Question
Universal Containers (UC) wants to ensure its compliance team can retrieve exact matches of policy clause numbers from a structured legal document library. Which search type should UC implement?
Options
- AUse keyword search for exact term matching on structured fields like clause numbers.
- BUse hybrid search to blend keyword and semantic recall.
- CUse semantic search to interpret synonyms of clauses dynamically.
How the community answered
(39 responses)- A90% (35)
- B8% (3)
- C3% (1)
Explanation
Keyword search performs exact lexical matching, making it the right choice when users query on precise, structured identifiers like clause numbers (e.g., 'Section 4.2.1'). These identifiers have no synonyms or semantic equivalents - an exact match is required. Semantic search (C) is designed to interpret meaning and find conceptually similar content, which would be counterproductive for clause-number lookups and could return false positives. Hybrid search (B) blends both approaches and adds unnecessary overhead when the use case is purely exact-match retrieval.
Topics
Community Discussion
No community discussion yet for this question.