Giter VIP home page Giter VIP logo

baidu-mrc's Introduction

百度机器阅读理解大赛

Structure:

.
├── materials: Contest descriptions
├── model: Baseline model
├── raw_data: ignored by .gitignore
├── data: ignored by .gitignore
├── utils: Data Preprocessing
└── README.md

Push and Pull

Details can be found here

First clone the repo by

git clone ...
  • Never commit to the master directly.
  • Always do your work on a different branch from master.

Basic Shared Repository Workflow

  • update your local repo with git pull origin master,
  • create a working branch with git checkout -b MyNewBranch
  • make your changes on your branch and stage them with git add,
  • commit your changes locally with git commit -m "description of your commit", and
  • upload the changes (including your new branch) to GitHub with git push origin MyNewBranch
  • Go to the main repo on GitHub where you should now see your new branch
  • click on your branch name
  • click on “Pull Request” button (URC)
  • click on “Send Pull Request”

Task

Official description can be found here.

Description

Given a question $q$, and a set of documents $D = {d_1, d_2, ..., d_n}$, we are expected to give an answer $a$ as close as possible to reference answers $Ar = {ar_1, ar_2, ..., ar_m}$, according to the evidences in document $$D$$.

Input

Submission

Evaluation

It will have a set of evaluation metrics (Bleu-4, Rouge-L etc.) to measure the closeness of our answer $a$ to the reference answer $Ar$.

Optimization

把答案加入encode:由于description类的问题的某些备选答案是携带语义信息的,故将备选答案也做encoding处理。

baidu-mrc's People

Contributors

ez-hwh avatar hongqin-li avatar josep-h avatar

Stargazers

 avatar

Watchers

 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.