suflaj commited on
Commit
8f74d84
·
verified ·
1 Parent(s): 87cdf02

Update BibTeX

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -146,19 +146,22 @@ The dataset is featured alongside our paper, **Synthetic speech detection with W
146
 
147
  **BibTeX:**
148
 
149
- Note, the following BibTeX is incomplete - we'll update it once the actual one is known.
150
 
151
  ```
152
- @inproceedings{dropuljic-ssdww2v2ivls
153
- author={Dropuljić, Branimir and Šuflaj, Miljenko and Jertec, Andrej and Obadić, Leo}
154
- booktitle={2024 IEEE International Conference on Acoustics, Speech, and Signal Processing Workshops (ICASSPW)}
155
- title={Synthetic speech detection with Wav2Vec 2.0 in various language settings}
156
- year={2024}
157
- volume={}
158
- number={}
159
- pages={1-5}
160
- keywords={Synthetic speech detection;text-to-speech;wav2vec 2.0;spoofing attack;multilingualism}
161
- doi={}
 
 
 
162
  }
163
  ```
164
 
 
146
 
147
  **BibTeX:**
148
 
149
+ If you use this work, please cite us by including the following BibTeX reference:
150
 
151
  ```
152
+ @inproceedings{dropuljic-ssdww2v2ivls,
153
+ author={Dropuljić, Branimir and Šuflaj, Miljenko and Jertec, Andrej and Obadić, Leo},
154
+ booktitle={{IEEE} International Conference on Acoustics, Speech, and Signal Processing, {ICASSP} 2024 - Workshops, Seoul, Republic of Korea, April 14-19, 2024},
155
+ title={Synthetic Speech Detection with Wav2vec 2.0 in Various Language Settings},
156
+ year={2024},
157
+ month={04},
158
+ pages={585-589},
159
+ publisher={{IEEE}},
160
+ volume={},
161
+ number={},
162
+ keywords={Synthetic speech detection;text-to-speech;wav2vec 2.0;spoofing attack;multilingualism},
163
+ url={https://doi.org/10.1109/ICASSPW62465.2024.10627750},
164
+ doi={10.1109/ICASSPW62465.2024.10627750}
165
  }
166
  ```
167