kaldi-serve icon indicating copy to clipboard operation
kaldi-serve copied to clipboard

Transformer LM lattice rescoring

Open greed2411 opened this issue 2 years ago • 1 comments

To be updated.

greed2411 avatar Oct 22 '21 03:10 greed2411

Implement PyTorch Transformer LM lattice rescoring in the Decoder class of kaldi-serve core C++ library. Please find a similar implementation for RNN LM lattice rescoring here. The idea here is to be able to rescore the n-gram LM lattice using a more sophisticated model like a Transformer to acheive greater accuracy.

Relevant links:

  1. PyTorch NN Lattice Rescoring - script
  2. NN LM Rescore - Source
  3. LM Lattice Rescore - Source

pskrunner14 avatar Nov 17 '21 20:11 pskrunner14