Skip to content

GrosyT/ASR-significance-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ASR-significance-test

A script to perform significance tests on the outputs of ASR models.

Inputs

Only the reference transcription and the models' textual outputs are needed. The texts need to be in trn format, more info here

Usage

run_sign_tests.sh ref-text hyp-text-1 hyp-text-2 ... hyp-text-N

the first parameter is the filename of the transcript. After that, a list of files can be given, which will be compared.

Important: the script uses sclite and sc_stat, these files must be accesible, if you use Kaldi run path.sh before this script.

Output

The script will produce several output files, which start with the prefix significance_report. The most important one is the significance_report.stats.unified that summarizes all the tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages