Skip to content

Commit

Permalink
Catches more verbatim differences, in time for Interspeech 2024 itself
Browse files Browse the repository at this point in the history
  • Loading branch information
annikalh committed Aug 28, 2024
1 parent 4d87f36 commit 677be8e
Show file tree
Hide file tree
Showing 7 changed files with 45,555 additions and 41,835 deletions.
6 changes: 5 additions & 1 deletion coraal-multi/code/Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@
"#Only added some alternatives, though these are never looked for with the functions, only added them for potential future reference\n",
"\n",
"#CORAAL filler words\n",
"fillers = {\"uh-huh\":[\"uh huh\"], \"uh-uh\":[\"uh uh\",\"nuh-uh\"],\"nuh-uh\":[\"nuh uh\",\"nuh-huh\",\"uh-uh\"], \"mm-hm\":[\"mm hm\",\"mm hmm\"], \"mm\":[\"hm\"], \n",
"#fillers = {\"uh-huh\":[\"uh huh\"], \"uh-uh\":[\"uh uh\",\"nuh-uh\"],\"nuh-uh\":[\"nuh uh\",\"nuh-huh\",\"uh-uh\"], \"mm-hm\":[\"mm hm\",\"mm hmm\"], \"mm\":[\"hm\"], \n",
" #\"mm-mm\":[\"mm mm\"], \"okay\":[\"ok\", \"kay\"],\"mkay\":[\"mm kay\"], \"yep\":[\"yup\"], \"yup\":[\"yep\"], \"nah\":[\"naw\"],\"naw\":[\"nah\"],\"ooh\":[\"oo\"]}\n",
"#Above dictionary resulted in the figures submitted for Interspeech 2024, below dictionary catches more verbatim differences\n",
"#The new figures from the below dictionary support the conclusions we drew in that paper more strongly than the original figures\n",
"fillers = {\"uh-huh\":[\"uh huh\"], \"uh-uh\":[\"uh uh\",\"nuh-uh\"],\"nuh-uh\":[\"nuh uh\",\"nuh-huh\",\"uh-uh\"], \"mm-hm\":[\"mm hm\",\"mm hmm\",\"mm-hmm\"], \"mm\":[\"hm\"], \n",
" \"mm-mm\":[\"mm mm\"], \"okay\":[\"ok\", \"kay\"],\"mkay\":[\"mm kay\"], \"yep\":[\"yup\"], \"yup\":[\"yep\"], \"nah\":[\"naw\"],\"naw\":[\"nah\"],\"ooh\":[\"oo\"]}\n",
"filler_no_alts = [\"oh\",\"ayo\",\"hoo\",\"uh\",\"um\",\"ah\"]\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions coraal-multi/code/Visualizations.ipynb

Large diffs are not rendered by default.

86,674 changes: 45,195 additions & 41,479 deletions coraal-multi/csvs/categorized_errors.csv

Large diffs are not rendered by default.

704 changes: 352 additions & 352 deletions coraal-multi/csvs/error_sources_summary.csv

Large diffs are not rendered by default.

Binary file modified coraal-multi/visualizations/ASRvHumanTranscriptsWER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified coraal-multi/visualizations/SourceHypPercents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified coraal-multi/visualizations/VerbatimHeatMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 677be8e

Please sign in to comment.