Datasets:

Languages:
English
ArXiv:
License:
gallilmaimon commited on
Commit
d01715e
·
verified ·
1 Parent(s): 00c755e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -36,13 +36,16 @@ configs:
36
  path: sSC/bf/train-*
37
  - split: ssc_af
38
  path: sSC/af/train-*
 
 
 
39
  ---
40
 
41
 
42
  # Multi Speaker StoryCloze
43
 
44
  A multispeaker spoken version of [StoryCloze](https://paperswithcode.com/dataset/storycloze) Synthesized with [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M).
45
- The dataset was synthesized to evaluate the performance of speech language models as detailed in the paper ["SIMS: Scaling Analysis of Interleaved Speech-Text Language Models"]().
46
 
47
  We refer you to the _SlamKit_ [codebase](https://github.com/slp-rl/slamkit) to see how you can evaluate your SpeechLM with this dataset.
48
 
@@ -69,5 +72,13 @@ The data has several fields:
69
  If you use this version of the dataset please cite our work:
70
 
71
  ```
72
- add
73
- ```
 
 
 
 
 
 
 
 
 
36
  path: sSC/bf/train-*
37
  - split: ssc_af
38
  path: sSC/af/train-*
39
+ license: mit
40
+ language:
41
+ - en
42
  ---
43
 
44
 
45
  # Multi Speaker StoryCloze
46
 
47
  A multispeaker spoken version of [StoryCloze](https://paperswithcode.com/dataset/storycloze) Synthesized with [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M).
48
+ The dataset was synthesized to evaluate the performance of speech language models as detailed in the paper ["Scaling Analysis of Interleaved Speech-Text Language Models"](https://arxiv.org/abs/2504.02398).
49
 
50
  We refer you to the _SlamKit_ [codebase](https://github.com/slp-rl/slamkit) to see how you can evaluate your SpeechLM with this dataset.
51
 
 
72
  If you use this version of the dataset please cite our work:
73
 
74
  ```
75
+ @misc{maimon2025scaling,
76
+ title={Scaling Analysis of Interleaved Speech-Text Language Models},
77
+ author={Gallil Maimon and Michael Hassid and Amit Roth and Yossi Adi},
78
+ year={2025},
79
+ eprint={2504.02398},
80
+ archivePrefix={arXiv},
81
+ primaryClass={cs.CL},
82
+ url={https://arxiv.org/abs/2504.02398},
83
+ }
84
+ ```