This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Merged
Conversation
added 2 commits
November 8, 2022 22:37
Group items better and use Needleman-Wunsch alignment for asr evaluation output
Contributor
|
Thanks @thisismatu Nice! One comment right of the bat. I think using the Needleman-Wunsch alignment also for NLU to highlight differences would make a lot of sense. As an example. |
Contributor
|
Thanks @thisismatu for the update. Out of curiosity does the second NLU example in the PR description look now like this now? |
Author
|
@bigdatabaracus it varies, hence i didn't add it in the first place. As there's no customization, our options are to remove it for nlu or live with this. Few example outputs with ground truth on top and prediction on bottom: |
Contributor
|
The hyphen symbol is an unfortunate choice of alignment character for the go library. We are just about to add that character to our ASR output as well. 🤔 |
teelisyys
previously approved these changes
Nov 9, 2022
bigdatabaracus
approved these changes
Nov 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Progress bar
NLU output
ASR output
Known issues
Long lines will wrap, but at least with these changes they are easier to distinguish. This PR does not try to make changes to that since it's a rabbit hole, believe me. I was in that hole for a brief moment of time before i managed to pull myself out of it...