Skip to content
/ MATINF Public
forked from WHUIR/MATINF

The dataset and PyTorch Implementation for ACL 2020 paper "MATINF: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization".

Notifications You must be signed in to change notification settings

NLP-Zoo/MATINF

This branch is up to date with WHUIR/MATINF:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bb47db · Sep 7, 2020

History

15 Commits
Apr 28, 2020
Sep 7, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020

Repository files navigation

MATINF - Multitask Chinese NLP Dataset

The dataset and PyTorch Implementation for ACL 2020 paper "MATINF: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization".

Citation

If you use the dataset or code in your research, please kindly cite our work:

@inproceedings{xu-etal-2020-matinf,
    title = "{MATINF}: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization",
    author = "Xu, Canwen  and
      Pei, Jiaxin  and
      Wu, Hongtao  and
      Liu, Yiyu  and
      Li, Chenliang",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.330",
    pages = "3586--3596",
}

Dataset

You can get MATINF dataset by signing the agreement on Google Form to request the access. You will get the download link and the zip password after filling the form. ALL USE MUST BE NON-COMMERCIAL!!

Code

Please manually change the stage variable in main() to toggle from different training phases.

Then run:

python run.py

Code credit: Hongtao Wu

About

The dataset and PyTorch Implementation for ACL 2020 paper "MATINF: A Jointly Labeled Large-Scale Dataset for Classification, Question Answering and Summarization".

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%