kedz / 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. Arxiv paper: https://arxiv.org/abs/1911.03373

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 84.4%Language:Jsonnet 13.6%Language:Shell 2.0%