-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from sarulab-speech/feature-add-citation-cff
Add `CITATION.cff`
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
cff-version: 1.2.0 | ||
message: "If you find UTMOSv2 useful in your research, please cite the following paper." | ||
authors: | ||
- name: Kaito Baba | ||
title: "UTMOSv2: UTokyo-SaruLab MOS Prediction System" | ||
url: "https://github.com/sarulab-speech/UTMOSv2" | ||
preferred-citation: | ||
type: conference-paper | ||
authors: | ||
- family-names: "Kaito" | ||
given-names: "Baba" | ||
- family-names: "Wataru" | ||
given-names: "Nakata" | ||
- family-names: "Yuki" | ||
given-names: "Saito" | ||
- family-names: "Hiroshi" | ||
given-names: "Saruwatari" | ||
collection-title: "IEEE Spoken Language Technology Workshop (SLT)" | ||
title: "The t05 system for the VoiceMOS Challenge 2024: Transfer learning from deep image classifier to naturalness MOS prediction of high-quality synthetic speech" | ||
year: 2024 |