Subquery generation from a query
Topics: AIOverviews, LLMO / GEO, Retrieval Augmented Generation (RAG), Search Query Processing
This Google patent describes a system and method for processing compound queries by breaking them into multiple subqueries. The technology allows users to submit a single complex query instead of multiple separate ones, improving efficiency and reducing interaction time. The system analyzes the query, generates potential subquery sets, scores them for quality, and executes the most promising set if it meets quality thresholds. This methodology can also be used for splitting prompts into different queries for starting a grounding process via RAG.