Skip to content

Code for NAACL 2018 paper "Multi-task Learning of Pairwise Sequence Classification Tasks Over Disparate Label Spaces" by Isabelle Augenstein, Sebastian Ruder, Anders Søgaard

Notifications You must be signed in to change notification settings

coastalcph/mtl-disparate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtl-disparate

Code for NAACL 2018 paper "Multi-task Learning of Pairwise Sequence Classification Tasks Over Disparate Label Spaces" by Isabelle Augenstein, Sebastian Ruder, Anders Søgaard

Note that this is research code and will not be maintained to e.g. ensure compatibility with more recent library versions.

Requirements:

  • Tensorflow 1.5
  • Numpy 1.12.1
  • sklearn 0.18.1
  • scipy

Steps to run:

  • run data/download_data.sh to download and extract data
  • preproc/data_reader.py tests if all the data readers work
  • preproc/fnc_data_splits.py to split the FNC training dataset into a training and dev set
  • main.py trains models

Datasets

SemEval 2016 Task 6 Stance detection

Fake News Challenge (FNC)

Multi-NLI

SemEval 2016 Task 4 Subtask B Topic-based Twitter sentiment analysis

SemEval 2016 Task 5 Subtask 1 Slot 3 Aspect-based sentiment analysis

Clickbait Challenge 2017

About

Code for NAACL 2018 paper "Multi-task Learning of Pairwise Sequence Classification Tasks Over Disparate Label Spaces" by Isabelle Augenstein, Sebastian Ruder, Anders Søgaard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published