Skip to content

Source code for "Parsing All: Syntax and Semantics, Dependencies and Spans" published at Findings of EMNLP 2020

Notifications You must be signed in to change notification settings

DoodleJZ/ParsingAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParsingAll

Contents

  1. Requirements
  2. Training

Requirements

  • Python 3.6 or higher.
  • Cython 0.25.2 or any compatible version.
  • PyTorch 1.0.0+.
  • EVALB. Before starting, run make inside the EVALB/ directory to compile an evalb executable. This will be called from Python for evaluation.
  • pytorch-transformers PyTorch 1.0.0+ or any compatible version.

Training

To train the model, simply run:

sh run_srl_syn.sh

Evaluation Instructions

To test after setting model path:

sh test.sh

About

Source code for "Parsing All: Syntax and Semantics, Dependencies and Spans" published at Findings of EMNLP 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published