Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ cd L2X
sudo pip install -r requirements.txt
```
See README.md in respective folders for details.

## Synthetic datasets
If you are interested in using the synthetic datasets in your own work / research, you can use the [l2x_synthetic](https://github.com/dunnkers/l2x_synthetic) package.

## Citation
If you use this code for your research, please cite our [paper](https://arxiv.org/pdf/1802.07814.pdf):
```
Expand All @@ -29,4 +33,4 @@ author = {Chen, Jianbo and Song, Le and Wainwright, Martin J and Jordan, Michael
journal={arXiv preprint arXiv:1802.07814},
year = {2018}
}
```
```