Coder Social home page Coder Social logo

mrc-level2-nlp-15's Introduction

Open-Domain Question Answering Competition

Code

  • Reader
    • README
    • model.py: LSTM Model, Normal Model
    • train.py: baseline training code
    • train_kfold.py: KFold LSTM training model
    • train_with_negatives.py: elastic search & training code
    • inference.py
    • inference_dpr.py
  • Retrieval
    • README
    • Bi-Encoder In-batch Negative
    • Bi-Encoder with Efficient Negative
    • cross_encoder In-batch Negative
    • cross_encoder with Elastic Negative
    • elastic_search.py
    • colbert.py
  • utils
    • loss.py
    • utils_qa.py
  │  .gitignore
  │  config.yaml
  │  inference.py
  │  inference_dpr.py
  │  install_requirements.sh
  │  README.md
  │  
  ├─reader
  │      inference_dpr_kfold.sh
  │      models.py
  │      README.md
  │      train.py
  │      trainer_qa.py
  │      train_kfold.py
  │      train_kfold.sh
  │
  ├─retrieval
  │      ColBert.py
  │      cross_encoder.py
  │      dense_train.py
  │      DPR.py
  │      elastic_filter_POS.py
  │      elastic_make_negatives.py
  │      elastic_search.py
  │      gold.py
  │      README.md
  │      retrieval.py
  │
  └─utils
          loss.py
          utils_qa.py
          __init__.py
          

Implementation

  • Install Requirements

    bash install_requirements.sh

mrc-level2-nlp-15's People

Contributors

snoop2head avatar jjonhwa avatar joonhong-kim avatar kimyeondu avatar hihellohowareyou avatar shawnhyeonsoo avatar ntommy11 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.