AIToday
Large Language ModelsOpen-Source AIHugging Face BlogPublished: Aug 25, 2026, 22:00 JST2 min read

Papers with Code revives with hybrid search

Papers with Code revives with hybrid search

Key takeaway

  • Hugging Face has revived Papers with Code. It uses a hybrid search engine combining keyword and vector search.

  • This helps researchers find relevant AI papers and state-of-the-art results.

  • The system is powered by Hugging Face's own cloud services.

3 Key Points

  1. What happened

    Hugging Face revived Papers with Code with a hybrid search system combining keyword and vector search, using its Jobs, Storage Buckets, and Inference Endpoints to power it.

  2. Why it matters

    Hybrid search outperforms keyword- or vector-only approaches, making it easier for researchers and agents to find relevant papers and state-of-the-art results, supporting the next wave of AI research.

  3. What to watch

    The system now maintains embeddings for over 110,000 papers from arXiv and Daily Papers, with a design that separates offline batch processing from live query handling for speed and reliability.

Ask the AI about this article →

Context & Analysis

The revival of Papers with Code is a strategic move by Hugging Face to make open AI research more accessible. By building a hybrid search engine, they address the challenge of finding relevant papers not just by exact matches but also by semantic similarity, which is crucial for navigating the vast and growing body of AI research. Their use of Hugging Face's own infrastructure—Jobs for batch processing, Buckets for durable storage, and Inference Endpoints for low-latency queries—demonstrates the practical application of their platform components.

The system's architecture, splitting offline corpus building from online query serving, ensures efficiency and reliability. The fallback to lexical search when semantic search is unavailable is a pragmatic design choice that prioritizes user experience. This approach, grounded in their experience with RAG systems, highlights the importance of robustness in production AI systems. The measured performance in the pilot phase, with impressive recall and low latency, suggests that the system is well-optimized for its intended purpose.

Looking ahead, the ability to handle over 110,000 papers and the potential for agents to use the search via CLI could significantly enhance how researchers and tools interact with AI literature. The careful attention to versioning and reproducibility in the embedding pipeline also sets a standard for maintaining data integrity over time, which is likely to be crucial as the corpus grows and models evolve.

FAQ

What is the hybrid search system?
It combines keyword search (PostgreSQL full-text) and vector search (pgvector) using reciprocal rank fusion (RRF) to improve result quality.
How does the search handle cold starts?
If the inference endpoint is cold or unavailable, search falls back to full-text retrieval, ensuring users still get results without delay.
What model is used for embeddings?
The production generation uses Qwen/Qwen3-Embedding-0.6B, pinned to an exact revision, with 256-dimensional L2-normalized vectors.
Hugging Face BlogRead 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's ChatGPT Work hits 20 million users, says head of product