title stringlengths 6 60 | author stringlengths 8 28 | content stringlengths 50.8k 1.95M |
|---|---|---|
Pride and Prejudice | Jane Austen | "Pride and Prejudice\n\nBy Jane Austen\n \nE b d\n\nE - B o o k s D i r e c t o r y . c o m\n\n\n\nC(...TRUNCATED) |
The Picture of Dorian Gray | Oscar Wilde | "```\nThe Project Gutenberg EBook of The Picture of Dorian Gray, by Oscar Wilde\n\nThis eBook is for(...TRUNCATED) |
The Secret Garden | Frances Hodgson Burnett | "The Project Gutenberg EBook of The Secret Garden, by Frances Hodgson Burnett\n\nThis eBook is for t(...TRUNCATED) |
Little Women | Louisa May Alcott | "The Project Gutenberg EBook of Little Women, by Louisa May Alcott\n\nThis eBook is for the use of a(...TRUNCATED) |
The Adventures of Huckleberry Finn | Mark Twain | "# The Adventures of Huckleberry Finn\n\nBy Mark Twain .\n\n\n \nThis(...TRUNCATED) |
A Tale of Two Cities | Charles Dickens | "\n\n\n\n Table of Contents \n FROM THE PAGES OF A TALE OF TWO CITIES Title(...TRUNCATED) |
Great Expectations | Charles Dickens | "\n\n\n\nGREAT EXPECTATIONS\n \n[1867 Edition]\n \nby Charles Dickens\n \nPrepared (...TRUNCATED) |
Siddhartha | Hermann Hesse | "# THESON OF THEBRAHMIN\n\nIn the shade of the house, in the sunlight on the riverbank where the boa(...TRUNCATED) |
Don Quixote | Miguel de Cervantes Saavedra | "CHAPTERI.\n\nWHICHTREATSOFTHECHARACTERAND\n\nPURSUITSOFTHEFAMOUSGENTLEMANDON\n\nQUIXOTEOFLAMANCHA\n(...TRUNCATED) |
The Metamorphosis | Franz Kafka | "## I\n\nAs Gregor Samsa awoke one morning from restless dreams, he found himself transformed in his(...TRUNCATED) |
Dataset Card for EvolvingWorld-Books-Gutenberg
Dataset Summary
This dataset provides the 57 source book texts used for EvolvingWorld data construction. The books were selected from Goodreads' Best Books Ever list and obtained from Project Gutenberg.
Dataset Structure
Each row is a JSON object with the following fields:
title: the title of the bookauthor: the author of the bookcontent: the full text content used for data construction
Example:
{
"title": "Pride and Prejudice",
"author": "Jane Austen",
"content": "..."
}
Source and Selection
The selected books are chronologically narrated literary works. This supports EvolvingWorld's scene-by-scene state-tracking pipeline, where later scenes can serve as look-ahead references for grounding character and world-state changes.
Intended Use
This dataset is intended for academic research and reproducibility, especially for:
- literary world simulation
- role-playing agents
- character and world-state modeling
- data construction for long-horizon narrative simulation
License and Copyright Notice
The original works are believed to be public domain in the United States and were obtained from Project Gutenberg. Copyright status may vary by jurisdiction. Users outside the United States should verify the copyright status of each work under their local laws before redistributing or using the texts.
This dataset is provided for non-commercial academic research and reproducibility. Users are responsible for ensuring that their use complies with applicable laws and the terms of the original source providers.
Citation
If you use this dataset, please cite the paper: EvolvingWorld: An Open-Schema Framework for Co-Evolving Role-Play Agents and World Model in Interactive Literary World.
Languages
The dataset is primarily in English (en).
- Downloads last month
- 3