NLP Datasets
NLP Datasets is a single, well-known GitHub README that catalogues free and public-domain text datasets, the raw material for most retrieval and language work. Maintained by the developer niderhoff, it lists entries alphabetically, each with a short description, an approximate size where known, and a link to the source. The coverage leans towards general text corpora, conversational and dialogue data, sentiment-labelled collections, and summarisation sets.
There is nothing to download from the list itself: it is a signpost, not a dataset. You read the README on GitHub, or clone the repository if you want the Markdown locally, then follow the links out to each dataset's own home to get the data. That makes it a fast way to get oriented when you know you need text of a certain shape (say, dialogue or summarisation pairs) and want to see the well-established options in one place before committing.
For RAG, treat it as a discovery tool at the very start of a project. It is most useful when you are assembling a training or evaluation corpus and want language data specifically, rather than tabular, geospatial, or image sets. Once you have a shortlist, the real work of checking size, format, and quality happens at each dataset's source.
The caveats are the usual ones for a community list. It is curated by hand, so it can lag behind newer releases, and outbound links to older datasets sometimes rot; always confirm a dataset is still available and note its individual licence at its home before you build on it, because the list gathers sources under many different terms. As a meta-resource it complements, rather than replaces, the larger and more actively indexed catalogues: the Hugging Face Datasets Hub for searchable, ready-to-stream data, and broader directories such as Awesome Public Datasets when your needs go beyond text.
Related sources
Awesome Legal Data
A community-maintained list of legal datasets, tools, and resources for legal text processing across jurisdictions, including court records, statutes, contracts, and legal NLP benchmarks. A useful map for anyone building a legal RAG system.
Awesome Public Datasets
A community-curated list of high-quality open datasets on GitHub, organised by topic: agriculture, biology, climate, economics, education, finance, government, healthcare, and more. A good starting point when you need RAG-ready data for a specific domain and do not yet know where to look.
DataKind UK Open Data Sets
A curated list of UK-focused open datasets from DataKind UK, covering government, health, crime, housing, and social data. A quick way into British public data when you are building a RAG system with a UK focus.
UK Data Service
The UK's largest collection of economic, population, and social research data for teaching, learning, and public benefit. Many datasets need registration or an institutional login, so plan for an access step before you build with them.