Giter VIP home page Giter VIP logo

open-domain-question-answering's Introduction

๐Ÿ“– Stage 3 - MRC (Machine Reading Comprehension) โœ๏ธ

More explanations of our codes are in ๐Ÿ”ŽTEAM-IKYO's WIKI

TEAM-IKYOโ€™s ODQA Final Score_v3

๐Ÿ’ป Task Description

More Description can be found at AI Stages

When you have a question like, "What is the oldest tree in Korea?", you may have asked it at a search engine. And these days it gives you an especially surprisingly accurate answer. How is it possible?

Question Answering is a field of research that creates artificial intelligence model that answers various kinds of questions. Among them, Open-Domain Question Answering is a more challenging issue because it has to find documents that can answer questions only using pre-built knowledge resources.

image

The model we'll create in this competition is made up of 2 stages.The first stage is called "retriever", which is the step to find question-related documents, and the next stage is called "reader", which is the step to read the document we've found at 1st stage and find the answer in the document. If we concatenate these two stages properly, we can make a question answering system that can answer no matter how tough questions are. The team which create a model that makes a more accurate answer will win this stage. image


๐Ÿ—‚ Directory

p3-mrc-team-ikyo
โ”œโ”€โ”€ code
โ”‚   โ”œโ”€โ”€ arguments.py
โ”‚   โ”œโ”€โ”€ data_processing.py
โ”‚   โ”œโ”€โ”€ elasticsearch_retrieval.py
โ”‚   โ”œโ”€โ”€ inference.py
โ”‚   โ”œโ”€โ”€ mask.py
โ”‚   โ”œโ”€โ”€ mk_retrieval_dataset.py
โ”‚   โ”œโ”€โ”€ model
โ”‚   โ”‚   โ”œโ”€โ”€ ConvModel.py
โ”‚   โ”‚   โ”œโ”€โ”€ QAConvModelV1.py
โ”‚   โ”‚   โ”œโ”€โ”€ QAConvModelV2.py
โ”‚   โ”‚   โ””โ”€โ”€ QueryAttentionModel.py
โ”‚   โ”œโ”€โ”€ prepare_dataset.py
โ”‚   โ”œโ”€โ”€ question_labeling
โ”‚   โ”‚   โ”œโ”€โ”€ data_set.py
โ”‚   โ”‚   โ”œโ”€โ”€ question_labeling.py
โ”‚   โ”‚   โ””โ”€โ”€ train.py
โ”‚   โ”œโ”€โ”€ requirements.txt
โ”‚   โ”œโ”€โ”€ retrieval_dataset.py
โ”‚   โ”œโ”€โ”€ retrieval_inference.py
โ”‚   โ”œโ”€โ”€ retrieval_model.py
โ”‚   โ”œโ”€โ”€ retrieval_train.py
โ”‚   โ”œโ”€โ”€ run_elastic_search.py
โ”‚   โ”œโ”€โ”€ script
โ”‚   โ”‚   โ”œโ”€โ”€ inference.sh
โ”‚   โ”‚   โ”œโ”€โ”€ pretrain.sh
โ”‚   โ”‚   โ”œโ”€โ”€ retrieval_inference.sh
โ”‚   โ”‚   โ”œโ”€โ”€ retrieval_prepare_dataset.sh
โ”‚   โ”‚   โ”œโ”€โ”€ retrieval_train.sh
โ”‚   โ”‚   โ”œโ”€โ”€ run_elastic_search.sh
โ”‚   โ”‚   โ””โ”€โ”€ train.sh
โ”‚   โ”œโ”€โ”€ train_mrc.py
โ”‚   โ”œโ”€โ”€ trainer_qa.py
โ”‚   โ””โ”€โ”€ utils_qa.py
โ””โ”€โ”€ etc
    โ””โ”€โ”€ my_stop_dic.txt

open-domain-question-answering's People

Contributors

dlrgy22 avatar jaeheeryu avatar leehyeonkyu avatar ohsuz avatar pjhgh avatar sunnight9507 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.