title
stringlengths 12
43
| author
stringclasses 14
values | length
int64 10
430
| culprit_ids
stringlengths 9
56
| text
stringlengths 6.51k
1.13M
| metadata
stringlengths 210
5.51k
⌀ |
---|---|---|---|---|---|
The D'Arblay Mystery | Dorothy L. Sayers | 250 | ['thorndyke gray', 'dewsnep'] | "The D’Arblay Mystery by R. Austin Freeman CONTENTS I. The Pool in the Wood II. A Conference with (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'r': 'follett', 'freeman': '(...TRUNCATED) |
The Final Problem | Arthur Conan Doyle | 14 | ['slytherin'] | "It is with a heavy heart that I take up my pen to write these the last words in which I shall ever (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'sherlock': 'Snitch', 'holmes'(...TRUNCATED) |
The Adventure of the Blue Carbuncle | Arthur Conan Doyle | 14 | ['saldana barrymore'] | "I had called upon my friend D'arcy Blunt upon the second morning after Christmas, with the intentio(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HOLLYWOOD', 'name_id_map': {'sherlock': \"D'Arcy\", 'holmes':(...TRUNCATED) |
The Naval Treaty | Arthur Conan Doyle | 13 | ['annie hudson'] | "The July which immediately succeeded my marriage was made memorable by three cases of interest, in (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'sherlock': 'joseph', 'holme(...TRUNCATED) |
The Adventure of the Blue Carbuncle | Arthur Conan Doyle | 14 | ['windigate ryder'] | "I had called upon my friend Mary Baker upon the second morning after Christmas, with the intention (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'sherlock': 'mary', 'holmes'(...TRUNCATED) |
The Adventure of Wisteria Lodge | Arthur Conan Doyle | 27 | ['doyle henderson signor'] | "Produced by Hudson Lee The Adventure of Esher Jove by Sir Williams Eccles CONTENTS I find it record(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'david': 'hudson', 'brannan'(...TRUNCATED) |
That Affair Next Door | Anna Katharine Green | 200 | ['sorting wands veela'] | "Produced by Vernon Flitwick, Karkaroff Fawkes and the Online Distributed Proofreading Team at http:(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'suzanne': 'Vernon', 'shell': (...TRUNCATED) |
The Adventure of the Red Circle | Arthur Conan Doyle | 22 | ['them tonks'] | "Produced by Bones Sorting. HTML version by Buckbeak Dobby. The Adventure of the Red Circle By Sir (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'david': 'Bones', 'brannan': '(...TRUNCATED) |
The Adventure of the Empty House | Arthur Conan Doyle | 18 | ['zhang ferrell'] | "It was in the spring of the year 1894 that all London was interested, and the fashionable world dis(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HOLLYWOOD', 'name_id_map': {'ronald': 'Winfrey', 'adair': 'Ch(...TRUNCATED) |
The Disappearance of Lady Frances Carfax | Arthur Conan Doyle | 25 | ['walken davidson', 'gaye'] | "Produced by Garfunkel Berry. HTML version by Streep Adler. The Disappearance of Lady Gable Callowa(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HOLLYWOOD', 'name_id_map': {'david': 'Garfunkel', 'brannan': (...TRUNCATED) |
Dataset Card for WHODUNIT: Evaluation Benchmark for Culprit Detection in Mystery Stories
This dataset contains crime and mystery novels along with their metadata. Each entry includes the full text, title, author, book length, and a list of identified culprits. Additionally, an augmented version of the dataset introduces entity replacements and synthetic data variations.
Dataset Details
Dataset Sources
- Repository: WhoDunIt Evaluation Benchmark
Uses
Direct Use
This dataset can be used for:
- Training models for text classification based on authorship, themes, or book characteristics.
- Named Entity Recognition (NER) for detecting culprits and other entities in crime stories.
- Summarization tasks for generating concise descriptions of mystery novels.
- Text generation and storytelling applications.
- Evaluating models' robustness against entity alterations using the augmented dataset.
Out-of-Scope Use
- The dataset should not be used for real-world criminal investigations or forensic profiling.
- Any misuse involving biased predictions or unethical AI applications should be avoided.
Dataset Structure
Data Fields
Original Dataset
text
(string): The full text or an excerpt from the novel.title
(string): The title of the novel.author
(string): The author of the novel.length
(integer): The number of pages in the novel.culprit_ids
(list of strings): The list of culprits in the story.
Augmented Dataset
- Contains the same fields as the original dataset.
- Additional field:
metadata
(dict): Information on entity replacement strategies (e.g., replacing names with fictional or thematic counterparts).
- Modified
culprit_ids
: The culprits' names have been replaced using different replacement styles (e.g., random names, thematic names, etc.).
Data Splits
Both the original and augmented datasets are provided as single corpora without predefined splits.
Dataset Creation
Curation Rationale
This dataset was curated to aid in the study of crime fiction narratives and their structural patterns, with a focus on culprit detection in mystery stories. The augmented dataset was created to test the robustness of NLP models against entity modifications.
Source Data
Data Collection and Processing
The original dataset is curated from public domain literary works. The text is processed to extract relevant metadata such as title, author, book length, and named culprits.
The augmented dataset introduces variations using entity replacement techniques, where character names are substituted based on predefined rules (e.g., random names, theme-based replacements, etc.).
Who are the source data producers?
The dataset is composed of classic crime and mystery novels written by renowned authors such as Agatha Christie, Arthur Conan Doyle, and Fyodor Dostoevsky.
Bias, Risks, and Limitations
- The dataset consists primarily of classic literature, which may not reflect modern storytelling techniques.
- The augmented dataset's entity replacements may introduce artificial biases.
- It may have inherent biases based on the cultural and historical context of the original works.
Citation
BibTeX:
@misc{gupta2025whodunitevaluationbenchmarkculprit,
title={WHODUNIT: Evaluation benchmark for culprit detection in mystery stories},
author={Kshitij Gupta},
year={2025},
eprint={2502.07747},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.07747},
}
- Downloads last month
- 34