mzboito commited on
Commit
c2079b4
1 Parent(s): d8758e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -28,16 +28,21 @@ We release four gender-specific models trained on 1K hours of speech.
28
  Pretrained wav2vec2 models are distributed under the Apache-2.0 license. Hence, they can be reused extensively without strict limitations. However, benchmarks and data may be linked to corpora that are not completely open-sourced.
29
 
30
  ## Referencing our gender-specific models
31
-
32
- <soon to be added>
33
-
 
 
 
 
 
34
  ## Referencing LeBenchmark
35
 
36
  ```
37
- @article{Evain2021LeBenchmarkAR,
38
- title={LeBenchmark: A Reproducible Framework for Assessing Self-Supervised Representation Learning from Speech},
39
- author={Sol{\`e}ne Evain and Ha Nguyen and Hang Le and Marcely Zanon Boito and Salima Mdhaffar and Sina Alisamir and Ziyi Tong and N. Tomashenko and Marco Dinarelli and Titouan Parcollet and A. Allauzen and Y. Est{\`e}ve and B. Lecouteux and F. Portet and S. Rossato and F. Ringeval and D. Schwab and L. Besacier},
40
- journal={ArXiv},
41
- year={2021},
42
- volume={abs/2104.11462}
43
- }
28
  Pretrained wav2vec2 models are distributed under the Apache-2.0 license. Hence, they can be reused extensively without strict limitations. However, benchmarks and data may be linked to corpora that are not completely open-sourced.
29
 
30
  ## Referencing our gender-specific models
31
+ ```
32
+ @article{boito2022study,
33
+ title={A Study of Gender Impact in Self-supervised Models for Speech-to-Text Systems},
34
+ author={Marcely Zanon Boito and Laurent Besacier and Natalia Tomashenko and Yannick Est{\`e}ve},
35
+ journal={arXiv preprint arXiv:2204.01397},
36
+ year={2022}
37
+ }
38
+ ```
39
  ## Referencing LeBenchmark
40
 
41
  ```
42
+ @inproceedings{evain2021task,
43
+ title={Task agnostic and task specific self-supervised learning from speech with \textit{LeBenchmark}},
44
+ author={Evain, Sol{\`e}ne and Nguyen, Ha and Le, Hang and Boito, Marcely Zanon and Mdhaffar, Salima and Alisamir, Sina and Tong, Ziyi and Tomashenko, Natalia and Dinarelli, Marco and Parcollet, Titouan and others},
45
+ booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
46
+ year={2021}
47
+ }
48
+ ```