All Projects → exe1023 → Fusionnet

exe1023 / Fusionnet

Licence: mit
My implementation of the FusionNet for machine comprehension

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fusionnet

diwako dui
A UI showing unit positions and names of units in your squad
Stars: ✭ 39 (+34.48%)
Mutual labels:  squad
SQUAD2.Q-Augmented-Dataset
Augmented version of SQUAD 2.0 for Questions
Stars: ✭ 31 (+6.9%)
Mutual labels:  squad
R Net
A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
Stars: ✭ 321 (+1006.9%)
Mutual labels:  squad
Question-Answering-based-on-SQuAD
Question Answering System using BiDAF Model on SQuAD v2.0
Stars: ✭ 20 (-31.03%)
Mutual labels:  squad
question-answering
No description or website provided.
Stars: ✭ 32 (+10.34%)
Mutual labels:  squad
FastFusionNet
A PyTorch Implementation of FastFusionNet on SQuAD 1.1
Stars: ✭ 38 (+31.03%)
Mutual labels:  squad
Dawn Bench Entries
DAWNBench: An End-to-End Deep Learning Benchmark and Competition
Stars: ✭ 254 (+775.86%)
Mutual labels:  squad
R Net
Tensorflow Implementation of R-Net
Stars: ✭ 582 (+1906.9%)
Mutual labels:  squad
PersianQA
Persian (Farsi) Question Answering Dataset (+ Models)
Stars: ✭ 114 (+293.1%)
Mutual labels:  squad
Learning to retrieve reasoning paths
The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".
Stars: ✭ 318 (+996.55%)
Mutual labels:  squad
Squad
Dockerfile for automated build of a Squad gameserver: https://hub.docker.com/r/cm2network/squad/
Stars: ✭ 21 (-27.59%)
Mutual labels:  squad
MRC Competition Dureader
机器阅读理解 冠军/亚军代码及中文预训练MRC模型
Stars: ✭ 552 (+1803.45%)
Mutual labels:  squad
qa
TensorFlow Models for the Stanford Question Answering Dataset
Stars: ✭ 72 (+148.28%)
Mutual labels:  squad
Transformer-QG-on-SQuAD
Implement Question Generator with SOTA pre-trained Language Models (RoBERTa, BERT, GPT, BART, T5, etc.)
Stars: ✭ 28 (-3.45%)
Mutual labels:  squad
Drqa
A pytorch implementation of Reading Wikipedia to Answer Open-Domain Questions.
Stars: ✭ 378 (+1203.45%)
Mutual labels:  squad
QANet-pytorch-
A Pytorch implementation of QANet
Stars: ✭ 91 (+213.79%)
Mutual labels:  squad
Medi-CoQA
Conversational Question Answering on Clinical Text
Stars: ✭ 22 (-24.14%)
Mutual labels:  squad
Awesome Qa
😎 A curated list of the Question Answering (QA)
Stars: ✭ 596 (+1955.17%)
Mutual labels:  squad
Lambdahack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at
Stars: ✭ 439 (+1413.79%)
Mutual labels:  squad
co-attention
Pytorch implementation of "Dynamic Coattention Networks For Question Answering"
Stars: ✭ 54 (+86.21%)
Mutual labels:  squad

FusionNet

This is my pytorch implementation of the FusionNet: Fusing via Fully-aware Attention with Application to Machine Comprehension for chinese machine comprehension dataset (not public dataset). However, I am now implementing the preprocessing/decoding for SQuAD, I think the SQuAD compatiable version will be released soon.

Feel free to use/modify it. Any improvement will be appreciated.

HOW TO RUN:

$ python3 preprocess.py
$ python3 train.py

TODO:

I will implement following word feature soon

  • Glove word vector and fine-tune (Maybe fasttext?)
  • CoVe vector
  • POS, NER, normalized term frequency
  • context word appears in the quesiton?

Result:

Kaggle competition

References:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].