Skip to content

Pytorch implementation of : "Learning Structured Text Representations"

Notifications You must be signed in to change notification settings

vidhishanair/structured-text-representations

Repository files navigation

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

About

Pytorch implementation of : "Learning Structured Text Representations"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages