Groups
Groups
Sign in
Groups
Groups
kaldi-help
Conversations
Labels
About
Send feedback
Help
Confidence; AM/LM scores
137 views
Skip to first unread message
Rafael Setyan
unread,
Feb 14, 2022, 3:28:00 AM
2/14/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaldi-help
Hi there,
Currently I am developing the ASR system with Kaldi. As I understand it, the LM-score how Dan mentioned here(
https://groups.google.com/g/kaldi-help/c/IIRb5L_zRew
) is the negative log probability, AM-score is log probability(of the acoustic sequences) and likelihood is the sum of this two. The AM/LM are calculated with GetLinearSymbol method(
https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-wav-nnet3-latgen-faster.cc#L54
) and likelihood is calculated in (
https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-wav-nnet3-latgen-faster.cc#L56
).
I would like to know is there any recipe/formula for getting the confidence from AM/LM score for given utterance, that can be used as a decision boundary?
I have found some 3rd party code of calculating the confidence, however there were no proper documentation. (
https://github.com/skit-ai/kaldi-serve/blob/master/include/kaldiserve/decoder.hpp#L194
)
Thanks in advance
Reply all
Reply to author
Forward
0 new messages