From f0908c1b5bd83efa4c4219b8bfc42b9b65df83a9 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Mon, 28 Aug 2023 10:33:11 +0200 Subject: [PATCH] Update file README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0ab0815..8381ae1 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,20 @@ Here is a short overview of the stages of the main script ```run.sh```: - **the parameter ```nclust``` in the script ```run.sh``` specifies the number of allowed clusters which should be modified depending on your task** - resulting ```*.png```-files (confusion matrices) are stored in ```exp_*/plots/kmenas/``` +## Citation + +If you use our code or data in your research, please cite our paper: + +> ["Linke, J., Kadar, M., Dosinszky, G., Mihajlik, P., Kubin, G., Schuppler, B. (2023) What do self-supervised speech representations encode? An analysis of languages, varieties, speaking styles and speakers. Proc. INTERSPEECH 2023, 5371-5375, doi: 10.21437/Interspeech.2023-951"] + +### BibTeX + +```bibtex +@inproceedings{linke23_interspeech, + author={Julian Linke and Mate Kadar and Gergely Dosinszky and Peter Mihajlik and Gernot Kubin and Barbara Schuppler}, + title={{What do self-supervised speech representations encode? An analysis of languages, varieties, speaking styles and speakers}}, + year=2023, + booktitle={Proc. INTERSPEECH 2023}, + pages={5371--5375}, + doi={10.21437/Interspeech.2023-951} +} \ No newline at end of file -- GitLab