CoolFace
Datasetpublic

AudioLLMs/seame_dev_sge

This is the dev dataset. @inproceedings{lyu2010seame, title={SEAME: a Mandarin-English code-switching speech corpus in south-east asia.}, author={Lyu, Dau-Cheng and Tan, Tien Ping and Chng, Engsiong and Li, Haizhou}, booktitle={Interspeech}, volume={10}, pages={1986--1989}, year={2010} } @article{wang2024audiobench, title={AudioBench: A Universal Benchmark for Audio Large Language Models}, author={Wang, Bin and Zou, Xunlong and Lin, Geyu and Sun, Shuo and Liu, Zhuohan and… See the full description on the dataset page: https://huggingface.co/datasets/AudioLLMs/seame_dev_sge.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes98downloads
README.md47 linesDownload Raw Back to root
1---2dataset_info:3  config_name: seame_dev_sge4  features:5  - name: context6    dtype:7      audio:8        sampling_rate: 160009  - name: instruction10    dtype: string11  - name: answer12    dtype: string13  splits:14  - name: test15    num_bytes: 283225959.27816    num_examples: 322217  download_size: 27860000018  dataset_size: 283225959.27819configs:20- config_name: seame_dev_sge21  data_files:22  - split: test23    path: seame_dev_sge/train-*24---25 26This is the dev dataset.27 28```29@inproceedings{lyu2010seame,30  title={SEAME: a Mandarin-English code-switching speech corpus in south-east asia.},31  author={Lyu, Dau-Cheng and Tan, Tien Ping and Chng, Engsiong and Li, Haizhou},32  booktitle={Interspeech},33  volume={10},34  pages={1986--1989},35  year={2010}36}37```38 39```40@article{wang2024audiobench,41  title={AudioBench: A Universal Benchmark for Audio Large Language Models},42  author={Wang, Bin and Zou, Xunlong and Lin, Geyu and Sun, Shuo and Liu, Zhuohan and Zhang, Wenyu and Liu, Zhengyuan and Aw, AiTi and Chen, Nancy F},43  journal={NAACL},44  year={2025}45}46```47