Skip to content

source code for aaai19 "A Generalized Language Model in Tensor Space"

Notifications You must be signed in to change notification settings

TJUIRLAB/AAAI19-TSLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AAAI19-TSLM

Source code for aaai19 "A Generalized Language Model in Tensor Space". AAAI-2019

DEPENDENCIES

  • python 2.7+
  • numpy 1.13+
  • tensorflow 1.2+
  • torch 0.2+

DATASETS

RUN

For TSLM, run:

python TSLM/Main.py

For TSLM+MOS, run:

python TSLM+MOS/main.py --data data/penn --dropouti 0.4 --dropoutl 0.29 --dropouth 0.225 

REFERENCES

  1. Yang, Z.; Dai, Z.; Salakhutdinov, R.; and Cohen, W. W. 2018. Breaking the softmax bottleneck: A high-rank RNN language model. In International Conference on Learning Representations(ICLR).
  2. Mikolov T, Karafiát M, Burget L, et al. Recurrent neural network based language model. Eleventh Annual Conference of the International Speech Communication Association. 2010.

About

source code for aaai19 "A Generalized Language Model in Tensor Space"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages