Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 890 Bytes

ChessCommentaryGeneration

Harsh Jhamtani*, Varun Gangal*, Eduard Hovy, Graham Neubig, Taylor Berg-Kirkpatrick. Learning to Generate Move-by-Move Commentary for Chess Games from Large-Scale Social Forum Data. ACL 2018

Dataset

Code for crawling and preprocessing data: Data/crawler/

Code

Code/

Requirements

Python 2.7
PyTorch 0.3 (along with torchvision)
PyQt4

Reference

If you use the data or code, please consider citing

@inproceedings{jhamtani2018acl,
    title = {Learning to Generate Move-by-Move Commentary for Chess Games from Large-Scale Social Forum Data},
    author = {Harsh Jhamtani and Varun Gangal and Eduard Hovy and Graham Neubig and Taylor Berg-Kirkpatrick},
    booktitle = {The 56th Annual Meeting of the Association for Computational Linguistics (ACL)},
    address = {Melbourne, Australia},
    month = {July},
    year = {2018}
}