· Xiaojing Yang · Retrieval & Knowledge Systems · 1 min read

Retrieval Is Not Just Vector Search

A retrieval-systems note on sparse, dense, hybrid, reranking, graph expansion, long documents, and evidence grounding.

中文导读

很多 RAG 问题不是生成模型的问题,而是 retrieval 没有找到、没有排序好、没有保留证据结构,或者没有正确处理长文档。

Working outline

  1. Retrieval before generation
  2. Sparse retrieval
  3. Dense retrieval
  4. Hybrid retrieval and reranking
  5. Long documents and structure
  6. Evidence grounding and evaluation

Reference materials to digest

My angle

This track can cover RAG, annual reports, financial QA, GraphRAG, information retrieval, and broader knowledge-system design.

Share:
Back to Blog

Related Posts

View All Posts »
Research & ApplicationsMultilingual AIEN

Why LoRA Fits Low-Resource Domain Adaptation

A research-facing explanation of why LoRA is a good fit for low-resource domain machine translation: controlled adaptation, lower experimental cost, and reduced overfitting risk.