Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

CASTELLA

This repository provides wav files used in CASTELLA: Long Audio Dataset with Captions and Temporal Boundaries . This dataset is originally provided in GitHub.

Each sample includes long audio containing some audio events with the temporal and textual annotation.

Project page: https://h-munakata.github.io/CASTELLA-demo/

Code: https://github.com/line/lighthouse

This repository only contains annotation data, not audio data. Extracted features are available on HF.

If you need raw audio files, use the download script in GitHub

How to Use

from datasets import load_dataset

dataset = load_dataset("lighthouse-emnlp2024/CASTELLA")

for d in dataset["train_en"]:
    print(d)
    break
>>> {'yid': '-0awng26xQ8', 'global_caption': 'A man is talking while driving, stops somewhere, then drives again', ...}

Citation

@article{munakata2025castella,
  title={CASTELLA: Long Audio Dataset with Captions and Temporal Boundaries},
  author={Munakata, Hokuto and Takehiro, Imamura and Nishimura, Taichi and Komatsu, Tatsuya},
  journal={arXiv preprint arXiv:2511.15131},
  year={2025},
}
Downloads last month
18

Paper for lighthouse-emnlp2024/CASTELLA