git404hub

what is researchpooler fr?

karpathy/researchpooler — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2023-09-01

460PythonAudience · researcherComplexity · 2/5DormantSetup · moderate

tl;dr

A Python proof-of-concept that lets you search, filter, and bulk-open academic papers with a few lines of code instead of clicking through databases one by one.

vibe map

mindmap
  root((repo))
    What it does
      Bulk paper search
      Filter by title text
      Full text search
      Open results in browser
    Tech stack
      Python
      Pickled records
    Use cases
      Literature review
      Find dataset mentions
      List papers by author
    Audience
      Researchers
      Grad students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Find every paper mentioning a term like 'deep learning' in the title and open them all at once in your browser.

VIBE 2

Search across full paper text to find every paper that uses a specific dataset like MNIST.

VIBE 3

Write a simple parser to add a new conference's papers, following the pattern used for NIPS.

VIBE 4

List all papers by a specific author from the collected records.

what's the stack?

Python

how it stacks up fr

karpathy/researchpoolertiantiangpu/reg-factoryfacebookresearch/pixio
Stars460469449
LanguagePythonPythonPython
Last pushed2023-09-012026-06-11
MaintenanceDormantMaintained
Setup difficultymoderatehardhard
Complexity2/54/54/5
Audienceresearcherdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Rough proof-of-concept, you likely need to write your own conference parser to populate the paper database.

No license information is given in the explanation.

prompts (copy fr)

prompt 1
Write a Python script using researchpooler-style records to find and open every paper mentioning 'deep' in the title.
prompt 2
Show me how to build a parser that downloads papers from an ICML-style conference site into the same record format researchpooler uses.
prompt 3
How would I extend researchpooler's pickled paper records to support full-text search across PDFs?

Frequently asked questions

what is researchpooler fr?

A Python proof-of-concept that lets you search, filter, and bulk-open academic papers with a few lines of code instead of clicking through databases one by one.

What language is researchpooler written in?

Mainly Python. The stack also includes Python.

Is researchpooler actively maintained?

Dormant — no commits in 2+ years (last push 2023-09-01).

What license does researchpooler use?

No license information is given in the explanation.

How hard is researchpooler to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is researchpooler for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.