Skip to content

Priya22/drl-nlg-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Evaluation of Disentangled Representation Learning for Texts

This repository contains code for the experiments listed in the paper "An Evaluation of Disentangled Representation Learning for Texts", accepted to the Findings of ACL 2021.

Some components borrow heavily from the following repositories:

Components

  1. Config Files:
  • The config/ folder contains the config files used to train our models. The parameters can be modified as desired.
  1. Data:
  1. Models:
  • The models folder contains code for the model variations enumerated in the paper. Run trainer.py with the appropriate arguments to train and save models.
  • The conditional decoder baseline in baseline.py.
  1. Evalutation:
  • the evaluation folder contains python functions to evaluate along the three dimensions of Retrieval, Classification and Style Transfer respectively. These are not directly executable, but provide utility functions that can be used once models have been trained and saved.
  1. Scripts:
  • The scripts folder provides sample bash scripts that can be used to run the training module on a server.

Contact

Please email [email protected] with any questions.

Citation

TBD

About

Code for the paper "An Evaluation of Disentangled Representation Learning for Texts", to be published at the Findings of ACL 2021.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors