Downloads:
Performance on the 30-utterance short dev test set should be 25.5%.
(09/27/01)
Short Training Set Definition (v1.2):
This release contains a new short training set definition that
includes 1/4 of the entire WSJ training data (1,785 utterances).
Performance on the 30-utterance short dev test set with a 1-mixture
cross-word triphone system is 25.5% WER.
(09/24/01)
Single-CPU Eval Package (v1.2): This package is a minor
update of v1.1. The scoring software was modified to include
special preprocessing of the transcriptions. This change only
affects performance on the development test set, which contains
special lexical items such as ".PERIOD".
(09/16/01)
Single-CPU Eval Package (v1.1): This package demonstrates
how to build a complete recognition system using a single
processor. The user can specify the dimension of the feature
vector, the type of features, file lists, and other relevant
parameters as arguments. Please be sure that the you have
already installed the ISIP prototype system before running this
application. Installation instructions are given
below. Detailed instructions are included in the release's
AAREADME.text file.
- tar xzvf asr_wsj_tutorial_v1.1.tar.gz
- cd asr_wsj_tutorial_v1.1
- source <install directory for v5.11>/ISIP_ENV.sh
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- make
- make install
- source ISIP_WSJ_ENV.sh
- wsj_run -help
(09/14/01)
Baseline Recognition System (v5.11): Feature extraction has
been integrated into the decoder utility. For more information,
please see
v5.11 release.
Installation and verification instructions are given below.
Detailed instructions are included in the release's AAREADME.text
file.
- tar xzvf isip_proto_v5.11.tar.gz
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- source ISIP_ENV.sh
- make
- make install
- make test
(08/29/01)
Single-CPU Evaluation Package (v1.0): This package demonstrates
how to build a complete recognition system from scratch.
This package trains 16-mixture, context-dependent, cross-word triphone
models and decodes using the baseline system parameters on a
single processor. It accepts as arguments the number of features,
a training list, and a test list.
Please be sure that the you have already installed the
ISIP prototype system before running this application.
Installation instructions are given below.
- tar xzvf asr_wsj_tutorial_v1.0.tar.gz
- cd asr_wsj_tutorial_v1.0
- source <install directory for v5.10>/ISIP_ENV.sh
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- make
- make install
- test_suite.sh number_of_features train_mfc.list test_mfc.list
(08/29/01)
Sample Decoding Package (v1.2): This release includes the final
tuned system to be used as the baseline evaluation system.
This system was tuned using the SI-84 training database, and
the 330 utterances from the Nov'92 development test set.
Please be sure that the you have already installed the
ISIP prototype system before running this sample decoding experiment.
Installation instructions are given below.
- tar xzvf aurora_release_v1.2.tar.gz
- cd aurora_release_v1.2
- source <install directory for v5.10>/ISIP_ENV.sh
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- make
- make install
- make test
(08/16/01)
WSJ Subset (v1.1): A short data set that contains 415 training
utterances and 30 dev test utterances. This set is designed to
produce results that are indicative of what you will get when you
process the full training and dev test sets. It has been designed
to match the gross statistics of the larger set. It should take
about 12 hours to train and about 8 hours to decode on a single
800 MHz Pentium III processor.
(08/15/01)
WSJ Subset (v1.0): A short data set that contains 415 training
utterances and 30 dev test utterances. This set is designed to
produce results that are indicative of what you will get when you
process the full training and dev test sets. It has been designed
to match the gross statistics of the larger set. It should take
about 12 hours to train and about 8 hours to decode on a single
800 MHz Pentium III processor.
(08/13/01)
Sample Decoding Package (v1.1): This is a sample package that
decodes five WSJ Eval'92 Test utterances. It also has an integrated
verifying mechanism. Please be sure that the you have
already installed the ISIP prototype system before running this sample
decoding experiment.
Installation and running instructions are given below.
- tar xzvf aurora_release_v1.1.tar.gz
- cd aurora_release_v1.1
- source <install directory for v5.10>/ISIP_ENV.sh
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- make
- make install
- make test
(07/27/01)
Sample Decoding Package (v1.0): This is a sample package
that decodes five WSJ Eval'92 Test utterances. Please be sure
that the you have already installed the ISIP prototype system
before running this sample decoding experiment. Installation
and running instructions are given below.
- tar xzvf aurora_release_v1.0.tar.gz
- cd aurora_release_v1.0
- source <install directory for v5.10>/ISIP_ENV.sh
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- make
- make install
- make test
(07/27/01)
Baseline Recognition System (v5.10): This is an enhanced version
of our prototype system that can read binary HTK-formatted features.
We have also added the capability to compute delta and acceleration
coefficients on the fly at run time.
Installation and verification instructions are given below.
Detailed instructions are included in the release's AAREADME.text
file.
- tar xzvf isip_proto_v5.10.tar.gz
- ./configure [--prefix=/<install directory>]
- cd <install directory>
- source ISIP_ENV.sh
- make
- make install
- make test
|