ASR score files are provided for the 1-side test and train condition. NOTE: ASR score files are not broken out for the 10 and 30 second condition, nor are the two sides of a conversation combined for the 1 conversation condition. Filename convention: Speech Waveform :: .sph ASR score file :: .scr ASR score files are located in the directories: ./train/asr_scores ./test/asr_scores NOTE: There are known instances of waveforms that are basically void of speech. These segments will have empty or near empty ASR score files. Format of the ASR score file: ----------------------------- Each line has 7 whitespace separated fields consisting of: [1] the n-best hypothesis id, [2] hmm score, [3] pronunciation score, [4] number of phones, [5] number of silences, [6] grammar score, and [7] number of words. The number of words is actually the number of non-silence words + 1. Note that compound words are counted as single words here.