Skip to content
/ noiseylg Public

Code repository for INLG 19 paper A Good Sample is Hard to Find: Noise Injection Sampling and Self-Training for Neural Language Generation Models. Arxiv paper: https://arxiv.org/abs/1911.03373

Notifications You must be signed in to change notification settings

kedz/noiseylg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noiseylg

Code repository for INLG 19 paper A Good Sample is Hard to Find: Noise Injection Sampling and Self-Training for Neural Language Generation Models. Please check back closer to the date of the conference (Oct. 29h) for release of the code.

INSTALL

First install plum and other libraries:

$ cd src; python setup.py install; plumr --add-libs fg ; cd ..

Then setup the eval scripts:

$ cd eval_scripts; ./install.sh; cd ..

E2E

To run E2E experiments/evaluation, please see README in e2e subdirectory.

Instructions for downloading models/outputs from paper are in the e2e README.

About

Code repository for INLG 19 paper A Good Sample is Hard to Find: Noise Injection Sampling and Self-Training for Neural Language Generation Models. Arxiv paper: https://arxiv.org/abs/1911.03373

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published