Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookresearch/DPR

Dense Passage Retriever - is a set of tools and models for open domain Q&A task. observed · 2026-08-28

github.com/facebookresearch/DPR · Python · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2304
  • days_rel: n/a
  • days_push: 1245
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1869 stars · 311 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

DPR is a set of tools and pretrained models for dense passage retrieval in open-domain question answering, based on the EMNLP 2020 paper from Facebook AI Research. It provides bi-encoder retriever training, an extractive reader/ranker, FAISS-based inference, and data processing utilities.

Use cases

  • retrieve relevant passages for open-domain question answering
  • train a dense bi-encoder retriever on QA datasets
  • build semantic search over Wikipedia with FAISS
  • run extractive QA with a reader and ranker pipeline
  • mine hard negatives for retrieval model training
  • reproduce DPR paper results with pretrained checkpoints

When to choose

  • you need state-of-the-art dense passage retrieval for open-domain QA research
  • you want pretrained DPR checkpoints and Wikipedia embeddings
  • you are reproducing or extending the DPR paper's experiments

When to avoid

  • you need a production-ready, actively maintained retrieval library
  • you want a simple plug-and-play RAG pipeline rather than research tooling
  • you need multi-vector or late-interaction retrieval beyond bi-encoders

Facets

library · maturity maintenance

rag search-engine machine-learning nlp machine-learning python dense-retrieval question-answering bi-encoder faiss research-code open-domain-qa natural-language-processing retrieval-augmented-generation search

1 source

Member repositories

RepositoryRoleHealth v2
facebookresearch/DPRmain10

For agents

markdown · JSON · MCP: product_card(name="facebookresearch/DPR")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem