How is the score for the corresponding hyp calculated? It seems to be changed
in ps_search_hyp from ps_end_utt(). After this it becomes really unclear what
the math behind it is.
I ask because for my command and control application, I would like to set
thresholds for whether or not to accept the command based on the mean and
standard deviation. This score seems to vary a lot leading to a large
acceptance range. Knowing how the score is calculated, I believe will help me
find a more reliable way to set the thresholds.
Would you recommend setting these thresholds a different way?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The score returned in ps_get_hyp is the score of the path, it indeed has no
meaning for you. To get the confidence score you need the following function
Be careful it requires some specific configuration. Also remember that
posterior probability as a confidence measure requires you to use a diverse
grammar in order to cover background speech. It might be garbage model or just
grammar that is big enough.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-08-03
Can a garbage model be created by adding words other than those in the
commands to the filler dictionary?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-08-03
Nevermind about that last question. Is it known what causes a partial result?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How is the score for the corresponding hyp calculated? It seems to be changed
in ps_search_hyp from ps_end_utt(). After this it becomes really unclear what
the math behind it is.
I ask because for my command and control application, I would like to set
thresholds for whether or not to accept the command based on the mean and
standard deviation. This score seems to vary a lot leading to a large
acceptance range. Knowing how the score is calculated, I believe will help me
find a more reliable way to set the thresholds.
Would you recommend setting these thresholds a different way?
Thanks in advance!
The score returned in ps_get_hyp is the score of the path, it indeed has no
meaning for you. To get the confidence score you need the following function
Be careful it requires some specific configuration. Also remember that
posterior probability as a confidence measure requires you to use a diverse
grammar in order to cover background speech. It might be garbage model or just
grammar that is big enough.
Can a garbage model be created by adding words other than those in the
commands to the filler dictionary?
Nevermind about that last question. Is it known what causes a partial result?