Skip to content

Source code and data for "Split and Rephrase: Better Evaluation and a Stronger Baseline"

Notifications You must be signed in to change notification settings

BIU-NLP/sprp-acl2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Data and source code accompanying the paper "Split and Rephrase: Better Evaluation and a Stronger Baseline".

Roee Aharoni and Yoav Goldberg, ACL 2018

The data and some of the scripts are based on the repository by Narayan et al.: https://github.com/shashiongithub/Split-and-Rephrase

This repository includes:

  • The proposed data split, under data/baseline-seq2seq-split-RDFs-relations.zip.

  • Scripts for:

    • Training our proposed models using openNMT-py (under src/training_scripts)

    • Evaluating the models as proposed by Narayan et al., 2017 (under src/evaluate.py)

    • Creating the RDF-based data split to reduce overlap between the development and test set found in the original split (under src/data/create_new_split.py)

Feel free to reach out in roee.aharoni@gmail.com if you have any further questions!

About

Source code and data for "Split and Rephrase: Better Evaluation and a Stronger Baseline"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.6%
  • Shell 22.4%