Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 659 Bytes

stuctured-text-representations

Pytorch implementation of : Learning Structured Text Representations
Yang Liu and Mirella Lapata, Accepted by TACL

  1. Dataset Instructions : https://github.com/nlpyang/structured

  2. Pre-processing code has been borrowed from : https://github.com/nlpyang/structured

  3. We use https://github.com/andersjo/dependency_decoding for chu_liu_edmonds algorithm

  4. This code by default requires Pytorch Nightly version (For batched inverse).

  5. To run with Pytorch stable use --pytorch_version stable

  6. Dependencies are listed in requirements.txt.

  7. Create dir saved_models before running