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

facebookresearch/DrQA

Reading Wikipedia to Answer Open-Domain Questions observed · 2026-08-28

github.com/facebookresearch/DrQA · 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: 3344
  • days_rel: n/a
  • days_push: 1067
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4468 stars · 881 forks observed · 2026-08-28

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

DrQA is a PyTorch implementation of a system for open-domain question answering that combines document retrieval over Wikipedia with a neural machine comprehension model. It includes code, data, and pre-trained models, and can be applied to any large collection of unstructured documents.

Use cases

  • answer factoid questions against wikipedia
  • build an open-domain question answering system
  • retrieve relevant documents from a large corpus then extract answer spans
  • apply machine reading comprehension to my own document collection
  • run an interactive qa demo over wikipedia
  • evaluate a reading comprehension model on qa datasets

When to choose

  • you need a classic retrieve-then-read open-domain QA pipeline with pre-trained models
  • you want to run machine reading at scale over Wikipedia or a custom document set
  • you need a research baseline for extractive question answering in PyTorch

When to avoid

  • you want a modern LLM or RAG stack with vector embeddings rather than a 2017-era span-extraction model
  • you need actively maintained software with recent updates and broad community support
  • you need generative answers rather than extracted answer spans

Facets

library · maturity maintenance

nlp machine-learning search-engine rag artificial-intelligence large-language-models python question-answering reading-comprehension wikipedia pytorch document-retrieval open-domain-qa research natural-language-processing search linux macos

1 source

Member repositories

RepositoryRoleHealth v2
facebookresearch/DrQAmain10

For agents

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

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