KomeijiForce/Japanese_Bandori_Band_Story
Japanese Bandori Band Story Japanese Band Story text retrieved from the Bestdori scenario assets. This snapshot contains 26 story entries, 493 chapters, and 30679 rows (28800 dialogue rows). Created at 2026-09-15T02:11:27.707570+00:00. Files data/train-*.parquet: Hub dataset shards generated by Dataset.push_to_hub. data/band_stories.jsonl: local combined dataset, also included in the downloadable ZIP. stories/story_XXXX/: complete per-story TXT, CSV and JSON… See the full description on the dataset page: https://huggingface.co/datasets/KomeijiForce/Japanese_Bandori_Band_Story.
Japanese Bandori Band Story
Japanese Band Story text retrieved from the Bestdori scenario assets.
This snapshot contains 26 story entries, 493 chapters, and 30679 rows (28800 dialogue rows). Created at 2026-09-15T02:11:27.707570+00:00.
Files
data/train-*.parquet: Hub dataset shards generated byDataset.push_to_hub.data/band_stories.jsonl: local combined dataset, also included in the downloadable ZIP.stories/story_XXXX/: complete per-story TXT, CSV and JSON exports.metadata/: source index, selected stories, duplicate mappings, counts and checksums.source/bestdori_story_crawler.py: crawler used to build this snapshot.archives/Japanese_Bandori_Band_Story.zip: downloadable snapshot of the files above.
Record fields
story_id is the Band Story index group ID, and episode_id is the Story Viewer episode ID. band_id, band_name, story_number (nullable), and story_title identify the story. chapter_id, chapter_title, and scenario_id identify a chapter and its source asset. order preserves source snippet order. Each chapter begins with order=-1, row_type="scene", talker="env", and content="第X章". Other retained row types are talk and location. row_id is unique within this dataset. lang="jp" denotes Japanese game assets; dataset language metadata uses ja.
Only dialogue and location captions are retained from the scenario stream. Animation, audio, layout, and other non-text effects are excluded.
Duplicate story entries
Exact scenario-sequence deduplication enabled: False. When disabled, every selected index entry is preserved, including repeated resources. See metadata/duplicate_story_ids.json for their relationships.
Provenance
Source index: https://bestdori.com/api/misc/bandstories.5.json
Scenario path pattern: https://bestdori.com/assets/jp/scenario/band/{band_id:03d}_rip/Scenario{scenario_id}.asset. This is an unofficial extraction of game text. Original game text remains attributable to its respective rights holders; this dataset does not grant a new license to that text.
Loading
from datasets import load_dataset
ds = load_dataset("KomeijiForce/Japanese_Bandori_Band_Story", split="train", token=True)