Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
pipeline_tag: automatic-speech-recognition
|
4 |
---
|
5 |
+
|
6 |
+
# Zero-shot Domain-sensitive Speech Recognition with Prompt-conditioning Fine-tuning
|
7 |
+
|
8 |
+
[paper][https://arxiv.org/abs/2307.10274]
|
9 |
+
|
10 |
+
Feng-Ting Liao, Yung-Chieh Chan, Yi-Chang Chen, Chan-Jan Hsu, Da-shan Shiu
|
11 |
+
|
12 |
+
*In this work, we propose a method to create domain-sensitive speech recognition models that utilize textual domain information by conditioning its generation on a given text prompt. This is accomplished by fine-tuning a pre-trained, end-to-end model (Whisper) to learn from demonstrations with prompt examples. We show that this ability can be generalized to different domains and even various prompt contexts, with our model gaining a Word Error Rate (WER) reduction of up to 33% on unseen datasets from various domains, such as medical conversation, air traffic control communication, and financial meetings. Considering the limited availability of audio-transcript pair data, we further extend our method to text-only fine-tuning to achieve domain sensitivity as well as domain adaptation. We demonstrate that our text-only fine-tuned model can also attend to various prompt contexts, with the model reaching the most WER reduction of 29% on the medical conversation dataset.*
|
13 |
+
|
14 |
+
|
15 |
+
## About the model
|
16 |
+
|
17 |
+
The model is built upon Whisper. The code and dataset used to train the model can be found in https://github.com/mtkresearch/clairaudience
|