CSLM toolkit is open-source software which implements the so-called continuous space language model. The basic idea of this approach is to project the word indices onto a continuous space and to use a probability estimator operating on this space. Since the resulting probability functions are smooth functions of the word representation, better generalization to unknown events can be expected. A neural network can be used to simultaneously learn the projection of the words onto the continuous space and to estimate the n-gram probabilities. This is still a n-gram approach, but the LM probabilities are interpolated for any possible context of length n-1 instead of backing-off to shorter contexts. This approach was successfully used in large vocabulary continuous speech recognition and in phrase-based SMT systems. Detailed information is available in the following publications:

  • Holger Schwenk, Continuous Space Language Models , in Computer Speech and Language, volume 21, pages 492-518, 2007.
  • Holger Schwenk, Continuous Space Language Models For Statistical Machine Translation, The Prague Bulletin of Mathematical Linguistics, number 83, pages 137-146, 2010.
  • Holger Schwenk, Anthony Rousseau and Mohammed Attik; Large, Pruned or Continuous Space Language Models on a GPU for Statistical Machine Translation, in NAACL workshop on the Future of Language Modeling, June 2012.
  • Holger Schwenk; Continuous Space Translation Models for Phrase-Based Statistical Machine Translation, in Coling, Dec 2012. Holger Schwenk; CSLM – A modular Open-Source Continuous Space Language Modeling Toolkit, in Interspeech, August 2013.

When using this software, please cite those references. The development of the CSLM toolkit was partially financed by the European projects EuroMatrix and Matecat, the ANR project COSMAT and the DARPA project BOLT.

 

 Downloads

http://www-lium.univ-lemans.fr/~cslm/cslm_v4.0.tgz

 

The toolkit will be frequently updated. You can join the CSLM google group to be informed on updates, bug fixes or discuss best usage.