In classroom question-answering, vector RAG (OpenAI) excels at fact lookup, GraphRAG Global at thematic questions, and GraphRAG Local at dense altered textbooks; a simple query router combines their strengths.
Foundations of Vector Retrieval
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Vectors are universal mathematical objects that can represent text, images, speech, or a mix of these data modalities. That happens regardless of whether data is represented by hand-crafted features or learnt embeddings. Collect a large enough quantity of such vectors and the question of retrieval becomes urgently relevant: Finding vectors that are more similar to a query vector. This monograph is concerned with the question above and covers fundamental concepts along with advanced data structures and algorithms for vector retrieval. In doing so, it recaps this fascinating topic and lowers barriers of entry into this rich area of research.
citation-role summary
citation-polarity summary
fields
cs.AI 1years
2025 1verdicts
CONDITIONAL 1roles
dataset 1polarities
use dataset 1representative citing papers
citing papers explorer
-
Aligning LLMs for the Classroom with Knowledge-Based Retrieval -- A Comparative RAG Study
In classroom question-answering, vector RAG (OpenAI) excels at fact lookup, GraphRAG Global at thematic questions, and GraphRAG Local at dense altered textbooks; a simple query router combines their strengths.