VoxForge
Hi,
I'm trying to find a way of computing the confidence score of the HTK recognition output. So far haven't had any luck with that.
In the HTK decoder HVite, it outputs the total log probability of each word in the result file. What is the meaning of this term and it is calculated?
Can I use this log probability to compute the confidence scores?
Thank you in advance.
--- (Edited on 1/22/2013 5:01 am [GMT-0600] by thilinid) ---
> I'm trying to find a way of computing the confidence score of the HTK recognition output. So far haven't had any luck with that.
> In the HTK decoder HVite, it outputs the total log probability of each word in the result file. What is the meaning of this term and it is calculated?
--- (Edited on 1/23/2013 17:18 [GMT+0300] by nsh) ---
Hi thilind,
I also want to calculate confidence score of the HTK recognition output. Did you found some way. Please let me know. I would be grateful to you.
thanks in advance.
--- (Edited on 7/22/2013 6:41 am [GMT-0500] by Visitor) ---
Hi thilind,
please reply to my mail id [email protected].
--- (Edited on 7/22/2013 7:28 am [GMT-0500] by Visitor) ---
Hi manju,
As nsh said there aren't any internal tools in HTK to get the confidence score of the outputs.
What I did was: got the word lattice of the recognized output and calculated word posterior probabilities and used them as the word confidence scores to compute the utterance confidence. I got the idea from the following thesis:
http://www.mmk.ei.tum.de/publ/pdf/diss/fabian.pdf
--- (Edited on 7/23/2013 2:29 am [GMT-0500] by thilinid) ---
Hi thilinid,
Thanks for the response.
Could you please explain the implementaion part of your work.
---->got the word lattice of the recognized output=========> i think you did it using HVITE. could you Please provide me the command.
--->calculated word posterior probabilities ==> i think you did it using SRILM lattice_tool. If you have used some other approach please tell me the same. could you Please provide me the command.
Thanks a lot,
--- (Edited on 7/23/2013 4:57 am [GMT-0500] by Visitor) ---