Kaousheik/tempo
TEMPO — Temporally-grounded Multi-task Post-training for LALMs Training and evaluation data for TEMPO, a unified large audio-language model that assigns timestamps to events, speakers and sounds across speech, sound and music. Every example is a (audio, question, answer) triple whose answer is text interleaved with atomic timestamp tokens at 0.1 s resolution (<|0.0|>, <|0.1|>, … <|60.0|>), prefixed by a task tag. Structure There is one config per task and the… See the full description on the dataset page: https://huggingface.co/datasets/Kaousheik/tempo.
TEMPO — Temporally-grounded Multi-task Post-training for LALMs
Training and evaluation data for TEMPO, a unified large audio-language model that assigns timestamps to events, speakers and sounds across speech, sound and music. Every example is a (audio, question, answer) triple whose answer is text interleaved with atomic timestamp tokens at 0.1 s resolution (<|0.0|>, <|0.1|>, … <|60.0|>), prefixed by a task tag.
Structure
There is one config per task and the splits follow the paper's three-stage curriculum plus the held-out benchmark:
from datasets import load_dataset
# one task, one stage
ds = load_dataset("Kaousheik/tempo", "diarization", split="sft_stage2")
# the evaluation benchmark for a task
ev = load_dataset("Kaousheik/tempo", "music_captioning", split="evaluation")
print(ev[0]["question"], ev[0]["answer"][:200])Fields
Tasks and answer formats
Audio sources
84,915 unique audio clips back the rows above (clips are reused across splits and tasks).
CHiME-6 is not included. The paper'sasranddiarizationtraining data additionally drew on CHiME-6 (4,939 clips; 9,878 rows acrosssft_stage2,rlandval). CHiME-6 is distributed under its own registration-gated research licence that does not permit redistribution, so those rows are omitted here and the counts above are correspondingly lower than the paper's. Everything else is complete.
Encoding
All audio is 16 kHz. WAV sources are stored as FLAC, verified bit-exact against the originals; TACOS is kept in its original MP3. No resampling or channel mixing was applied.
Licensing
AMI, ICSI, AudioSet Strong, TACOS, Slakh2100 and LibriSpeech are CC BY 4.0; ESC-50 is CC BY-NC 3.0 (non-commercial research); CHiME-6 follows its own research licence (and is therefore excluded, see above). This collection is redistributed for non-commercial academic research only, consistent with each provider's intended use.
