AIToday
Large Language ModelsAI Coding AssistantsOpen-Source AIr/MachineLearningPublished: Aug 26, 2026, 10:00 JST1 min read

Papers with Code search now uses hybrid retrieval

Papers with Code search now uses hybrid retrieval

Key takeaway

  • Papers with Code now uses a hybrid search system.

  • It combines keyword and semantic search.

  • This produced better results than either approach alone.

3 Key Points

  1. What happened

    A technical breakdown describes how search on Papers with Code works. The system combines keyword and semantic search, which produced better results than either approach alone.

  2. Why it matters

    The stack uses PostgreSQL with pgvector, Qwen3-Embedding-0.6B for text embeddings, and Hugging Face Inference Endpoints for the live embedding model. The same infrastructure also powers the related papers recommendations on individual paper pages.

  3. What to watch

    The write-up includes the full details on how Hugging Face Inference Endpoints, Jobs, and Buckets power search on Papers with Code. The author works at Hugging Face and on Papers with Code.

Ask the AI about this article →

Context & Analysis

The search system on Papers with Code integrates both keyword and semantic search, a hybrid approach that reportedly outperformed using either method on its own. The infrastructure relies on a combination of PostgreSQL with pgvector for storage and retrieval, Qwen3-Embedding-0.6B for generating text embeddings, and Hugging Face services for batch processing and serving the live model. This setup is also used to generate the related papers recommendations found on individual paper pages.

The author, who works at Hugging Face and on Papers with Code, shared this technical breakdown and invited feedback on how others are implementing hybrid search for research papers or similar technical content. The disclosure of their employment provides context for the specific tooling choices. The post focuses on the architecture and its benefits, without providing specific performance metrics or comparisons.

FAQ

What infrastructure does the search system use?
It uses PostgreSQL with pgvector, Qwen3-Embedding-0.6B for text embeddings, and Hugging Face Inference Endpoints for the live embedding model.
Does the same system power other features?
Yes, the same infrastructure also powers the related papers recommendations shown on individual paper pages.
r/MachineLearningRead Original Article

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI loses data center chief, exec departures top 13