sherlock-holmes
sherlock-holmes-qa
Sherlock Holmes Q&A Dataset
A question-answering dataset for retrieval-augmented generation (RAG) over Sherlock Holmes short stories.
Dataset Structure
{
"question": "What deduction did Holmes make?",
"answer": "Holmes observed...",
"story_id": "a_scandal_in_bohemia",
"story_title": "A SCANDAL IN BOHEMIA"
}
Usage
from datasets importload_dataset
dataset = load_dataset("Alleinzellgaenger/sherlock-holmes-qa")
Source
Generated using… See the full description on the dataset page: https://huggingface.co/datasets/Alleinzellgaenger/sherlock-holmes-qa.sherlock-holmes-corpus
Sherlock Holmes Corpus
Full-text corpus of 55 Sherlock Holmes short stories for retrieval-augmented generation (RAG).
Dataset Structure
{
"id": "a_scandal_in_bohemia",
"title": "A SCANDAL IN BOHEMIA",
"collection": "The Adventures of Sherlock Holmes",
"content": "To Sherlock Holmes she is always _the_ woman..."
}
Usage
from datasets importload_dataset
corpus = load_dataset("Alleinzellgaenger/sherlock-holmes-corpus", split="train")
Contents… See the full description on the dataset page: https://huggingface.co/datasets/Alleinzellgaenger/sherlock-holmes-corpus.sherlock-holmes-corpus
Sherlock Holmes Corpus 🕵️
A cleaned public domain corpus of Arthur Conan Doyle's Sherlock Holmes stories.
Ideal for experimenting with retrieval, summarization, or fine-tuning small LMs.
Dataset format:
1,234 paragraphs
JSONL format with {"id": int, "text": str}
Identity-SherlockHolmesSherlock-Holmes-and-Thorcomplete_sherlock_holmes-book
Dataset Card for "complete_sherlock_holmes-book"
More Information needed
