Datasets:

Modalities:
Audio
Languages:
English
ArXiv:
License:
aboots commited on
Commit
141cc25
·
verified ·
1 Parent(s): 9fcc038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -26,17 +26,34 @@ For more information about our proposed model, please refer to this [paper](http
26
  3. Average words per sample: 17.78.
27
  4. Maximum words in a sample: 48.
28
  5. Average characters per sample: 96.72.
29
- 6. Categories: `adventure`, `belles_lettres`, `editorial`, `fiction`, `government`, `hobbies`, `humor`, `learned`, `lore`, `mystery`, `news`, `religion`, `reviews`, `romance`, `science_fiction`.
30
 
31
  ## Dataset Structure
32
  To ensure ease of use, the dataset is partitioned into 10 parts. Each part can be used independently if it meets the requirements of your task and model.
33
 
34
- ### Metadata Files:
35
  1. **global_metadata**: A JSON file containing metadata for all 55,173 samples.
36
  2. **localized_metadata**: A JSON file containing metadata for all samples, categorized into the 10 dataset partitions.
37
 
38
- ### Metadata Fields:
39
  1. **id**: The unique identifier for the sample.
40
  2. **audio_file_path**: The file path for the audio in the dataset.
41
  3. **category**: The category of the sample's text.
42
  4. **text**: The corresponding text of the audio file.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  3. Average words per sample: 17.78.
27
  4. Maximum words in a sample: 48.
28
  5. Average characters per sample: 96.72.
29
+ 6. Categories: 15 categories consist of `adventure`, `belles_lettres`, `editorial`, `fiction`, `government`, `hobbies`, `humor`, `learned`, `lore`, `mystery`, `news`, `religion`, `reviews`, `romance`, `science_fiction`.
30
 
31
  ## Dataset Structure
32
  To ensure ease of use, the dataset is partitioned into 10 parts. Each part can be used independently if it meets the requirements of your task and model.
33
 
34
+ ## Metadata Files:
35
  1. **global_metadata**: A JSON file containing metadata for all 55,173 samples.
36
  2. **localized_metadata**: A JSON file containing metadata for all samples, categorized into the 10 dataset partitions.
37
 
38
+ ## Metadata Fields:
39
  1. **id**: The unique identifier for the sample.
40
  2. **audio_file_path**: The file path for the audio in the dataset.
41
  3. **category**: The category of the sample's text.
42
  4. **text**: The corresponding text of the audio file.
43
+
44
+ ## Citations
45
+ If you find our paper, code, data, or models useful, please cite the paper:
46
+ ```
47
+ @misc{abootorabi2024claspcontrastivelanguagespeechpretraining,
48
+ title={CLASP: Contrastive Language-Speech Pretraining for Multilingual Multimodal Information Retrieval},
49
+ author={Mohammad Mahdi Abootorabi and Ehsaneddin Asgari},
50
+ year={2024},
51
+ eprint={2412.13071},
52
+ archivePrefix={arXiv},
53
+ primaryClass={cs.CL},
54
+ url={https://arxiv.org/abs/2412.13071},
55
+ }
56
+ ```
57
+
58
+ ## Contact
59
+ If you have questions, please email [email protected] or [email protected].