Skip to content
All tags

#hybrid-retrieval

2 posts

Stanford CS224V Lecture 6: Why Database Agents Begin with Semantic Parsing

Reliable database agents map language to executable queries, resolve schemas and enumerated values, and evaluate execution separately from answer generation; hybrid questions additionally require explicit source routing.

Stanford CS224V Lecture 7: SUQL Unifies SQL and Free-Text Retrieval

SUQL adds answer and summary functions over text to SQL. A semantic parser emits one hybrid query, while an optimizing compiler applies predicate pushdown, top-k pruning, and lazy evaluation.