Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
juice500 commited on
Commit
e2eb87d
·
verified ·
1 Parent(s): dc815e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -101,11 +101,20 @@ See below for a breakdown of languages by training and dev/test hours.
101
  | `even1259` | Evenki | BY-NC-SA | 1.54 | 1.13 |
102
  | `ainu1240` | Ainu | BY-SA | 7.12 | 1.13 |
103
 
104
-
 
 
105
 
106
  ## Citation
107
 
108
  ```bibtex
 
 
 
 
 
 
 
109
 
110
  ```
111
 
 
101
  | `even1259` | Evenki | BY-NC-SA | 1.54 | 1.13 |
102
  | `ainu1240` | Ainu | BY-SA | 7.12 | 1.13 |
103
 
104
+ ## Baseline Systems
105
+ - XLS-R, WavLM: https://github.com/juice500ml/espnet/tree/wav2gloss/
106
+ - OWSM: https://github.com/juice500ml/finetune_owsm
107
 
108
  ## Citation
109
 
110
  ```bibtex
111
+ @inproceedings{he-etal-2024-wav2gloss,
112
+ title = "Wav2Gloss: Generating Interlinear Glossed Text from Speech",
113
+ author = "Taiqi He and Kwanghee Choi and Lindia Tjuatja and Nathaniel R. Robinson and Jiatong Shi and Shinji Watanabe and Graham Neubig and David R. Mortensen and Lori Levin",
114
+ booktitle = "Proceedings of the 62st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
115
+ year = "2024",
116
+ publisher = "Association for Computational Linguistics",
117
+ }
118
 
119
  ```
120