Skip to content
RAG Repo

Institutional Books 1.0

Institutional Books 1.0 is a large text corpus drawn from books digitised through Harvard Library's participation in the Google Books project, which began in 2006. The release covers about 983,004 volumes identified as public domain, totalling roughly 242 billion tokens across nearly 400 million pages, with 254 distinct volume-level languages detected. Subject matter is broad, taking in literature, law, philosophy, history and science, which makes it useful well beyond any single domain.

Access is through Hugging Face, where the data is published as Parquet files. Each record carries the raw OCR text (available for every volume) alongside post-processed, cleaned text for roughly 850,000 volumes in English, German, French, Italian and Spanish, plus bibliographic, source and generated metadata. You can stream it, pull specific language subsets, or bulk download for local processing. The paired raw and cleaned layers are handy for comparing OCR quality or choosing how much noise you tolerate.

For RAG and AI work it suits long-horizon, historical and multilingual retrieval, plus pretraining and fine-tuning where documented provenance matters. The cleaned layer chunks more cleanly into passages; the raw layer preserves page structure.

Watch-outs are real. This is an early-access release under noncommercial terms: commercial use, including AI model training by or for commercial actors, requires you to contact the Institutional Data Initiative first. The underlying works are public domain, but the compilation's terms are more restrictive, and copyright determinations can occasionally be wrong, so independent legal assessment sits with you. OCR quality also varies by language and era.

If you need broadly similar public-domain book text, Project Gutenberg offers cleaner but smaller English-first coverage, while HathiTrust provides a far larger catalogue with its own access constraints.

public-domainbooksocrmultilinguallibrarypretraining

Related sources