Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve confidence scoring algorithm #33

Open
greed2411 opened this issue Oct 22, 2021 · 1 comment
Open

Improve confidence scoring algorithm #33

greed2411 opened this issue Oct 22, 2021 · 1 comment
Labels
winter-of-code gdsc's woc

Comments

@greed2411
Copy link
Member

To be updated.

@greed2411 greed2411 added the winter-of-code gdsc's woc label Oct 22, 2021
@pskrunner14
Copy link
Contributor

pskrunner14 commented Nov 19, 2021

Improve on the current confidence scoring algorithm here. The current confidence scores aren't very informative in terms of relative importance of the resulting alternatives. This is because Kaldi's AM and LM scores are scaled and unbounded negative log-likelihoods. Write an algorithm to compute the aggregate %confidence scores that can help improve performance on downstream tasks like SLU by removing bat alternatives, e.g. confidence scores similar to that of Google ASR.

Relevant links:

  1. kaldi-help thread about confidence scores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
winter-of-code gdsc's woc
Projects
None yet
Development

No branches or pull requests

2 participants