Coder Social home page Coder Social logo

maliaosaide / multitask-mrc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xycforgithub/multitask-mrc

0.0 1.0 0.0 61 KB

Multitask Learning for Machine Reading Comprehension, NAACL 2019

License: BSD 3-Clause "New" or "Revised" License

Python 98.68% Shell 1.32%

multitask-mrc's Introduction

Multi-task Learning with Sample Re-weighting for Machine Reading Comprehension

This PyTorch package implements the Multi-Task Stochastic Answer Network (MT-SAN) for Machine Reading Comprehension, as described in:

Yichong Xu, Xiaodong Liu, Yelong Shen, Jingjing Liu and Jianfeng Gao
Multi-task Learning with Sample Re-weighting for Machine Reading Comprehension
North American Chapter of the Association for Computational Linguistics (NAACL), 2019
arXiv version

Please cite the above paper if you use this code.

Results

We report single-model results produced by this package as follows.

Dataset EM/F1
SQuAD v1.1 (Rajpurkar et al., 2016) 81.6/88.2 (development set)
NewsQA (Trischler et al., 2016) 59.9/72.6 (vs. 46.5/69.4 Human Performance)

Quickstart

Install via pip:

  1. python3.6

  2. install requirements
    > pip install -r requirements.txt

Use docker:

  1. pull docker: We can use the same docker as mt-dnn
    > docker pull allenlao/pytorch-mt-dnn:v0.1

  2. run docker
    > docker run -it --rm --runtime nvidia allenlao/pytorch-mt-dnn:v0.1 bash
    Please refer to the following link if you first use docker: https://docs.docker.com/

Train a MT-SAN Model

  1. prepare data

    ./prepare_data.sh

  2. train a model: See example codes in run.sh

Pretrained Models

You can download pretrained models with the best SQuAD performance here.

Notes and Acknowledgments

The code is developed based on the original SAN code: https://github.com/kevinduh/san_mrc

Related: MT-DNN

by [email protected]

multitask-mrc's People

Contributors

xycforgithub avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.