Skip to content

TUPA v1.2

Compare
Choose a tag to compare
@danielhers danielhers released this 31 Aug 17:21
· 1147 commits to master since this release
  • Support for CoNLL-U and SDP formats.
  • Identify format per passage without requiring the -f option.
  • Fixes to AMR parsing; add Label as a separate transition to label nodes (rather than doing it immediately upon creation).
  • Support for multi-task training, with a shared BiLSTM input encoding but separate MLP (and labels) per format.
  • Save model hyper-parameters to a .json file rather than Pickle. Models trained with TUPA v1.1 are no longer compatible.
  • Save perceptron weights to a separate Pickle file with a .data suffix.