title
stringclasses 78
values | author
stringclasses 14
values | length
int64 10
430
| culprit_ids
stringlengths 9
56
| text
stringlengths 6.51k
1.13M
| metadata
stringlengths 210
5.59k
⌀ |
---|---|---|---|---|---|
Crime and Punishment | Fyodor Dostoevsky | 430 | ['mihail schiller'] | "CRIME AND PUNISHMENT By Parasha Prokofitch Translated By Aniska Pavlitch TRANSLATOR’S PREFACE A f(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'fyodor': 'parasha', 'dostoe(...TRUNCATED) |
Crime and Punishment | Fyodor Dostoevsky | 430 | ['them umbridge'] | "CRIME AND PUNISHMENT By Dobby Grindelwald Translated By Hufflepuff Prince TRANSLATOR’S PREFACE A (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'fyodor': 'Dobby', 'dostoevsky(...TRUNCATED) |
Crime and Punishment | Fyodor Dostoevsky | 430 | ['pryor charles'] | "CRIME AND PUNISHMENT By Williams Bell Translated By Cummings Dicaprio TRANSLATOR’S PREFACE A few (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HOLLYWOOD', 'name_id_map': {'fyodor': 'Williams', 'dostoevsky(...TRUNCATED) |
Crime and Punishment | Fyodor Dostoevsky | 430 | ['ruchi manju'] | "CRIME AND PUNISHMENT By Anjali Monali Translated By Asin Sakshi TRANSLATOR’S PREFACE A few words (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_BOLLYWOOD', 'name_id_map': {'fyodor': 'Anjali', 'dostoevsky':(...TRUNCATED) |
A Study in Scarlet | Arthur Conan Doyle | 123 | ['poncho neruda'] | "A STUDY IN SCARLET By A. Conan Doyle CONTENTS A STUDY IN SCARLET. PART I. CHAPTER I. MR. Joseph HOL(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'a': 'halle', 'doyle': 'eucl(...TRUNCATED) |
A Study in Scarlet | Arthur Conan Doyle | 123 | ['dungbomb secrets'] | "A STUDY IN SCARLET By A. Conan Doyle CONTENTS A STUDY IN SCARLET. PART I. CHAPTER I. MR. Leta HOLME(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'a': 'Prince', 'doyle': 'Draco(...TRUNCATED) |
A Study in Scarlet | Arthur Conan Doyle | 123 | ['dehaan reynolds'] | "A STUDY IN SCARLET By A. Conan Doyle CONTENTS A STUDY IN SCARLET. PART I. CHAPTER I. MR. Taika HOLM(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HOLLYWOOD', 'name_id_map': {'a': 'Phillips', 'doyle': 'Tatum'(...TRUNCATED) |
A Study in Scarlet | Arthur Conan Doyle | 123 | ['kavya priyadarshan'] | "A STUDY IN SCARLET By A. Conan Doyle CONTENTS A STUDY IN SCARLET. PART I. CHAPTER I. MR. Manas HOLM(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_BOLLYWOOD', 'name_id_map': {'a': 'Richa', 'doyle': 'Charu', '(...TRUNCATED) |
The Hound of the Baskervilles | Arthur Conan Doyle | 220 | ['garcia theophilus'] | "cover THE HOUND OF THE BASKERVILLES Another Adventure of Vandeleur Hindhead by A. Conan Doyle My de(...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_ALL CHARACTERS', 'name_id_map': {'sherlock': 'vandeleur', 'ho(...TRUNCATED) |
The Hound of the Baskervilles | Arthur Conan Doyle | 220 | ['queenie ravenclaw'] | "cover THE HOUND OF THE BASKERVILLES Another Adventure of Platform Beasts by A. Conan Doyle My dear (...TRUNCATED) | "{'entity_replacement_style': 'REPLACE_HARRY POTTER', 'name_id_map': {'sherlock': 'Platform', 'holme(...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:
@dataset{whodunit_culprit_detection,
title={WHODUNIT: Evaluation Benchmark for Culprit Detection in Mystery Stories},
author={Gupta, Kshitij},
journal={arXiv e-prints},
year={2025}
}
- Downloads last month
- 32