All Projects → 14H034160212 → HHH-An-Online-Question-Answering-System-for-Medical-Questions

14H034160212 / HHH-An-Online-Question-Answering-System-for-Medical-Questions

Licence: other
HBAM: Hierarchical Bi-directional Word Attention Model

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to HHH-An-Online-Question-Answering-System-for-Medical-Questions

SANET
"Arbitrary Style Transfer with Style-Attentional Networks" (CVPR 2019)
Stars: ✭ 21 (-52.27%)
Mutual labels:  attention-model
GrailQA
No description or website provided.
Stars: ✭ 72 (+63.64%)
Mutual labels:  question-answering
Instahelp
Instahelp is a Q&A portal website similar to Quora
Stars: ✭ 21 (-52.27%)
Mutual labels:  question-answering
FlowQA
Implementation of conversational QA model: FlowQA (with slight improvement)
Stars: ✭ 197 (+347.73%)
Mutual labels:  question-answering
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (+420.45%)
Mutual labels:  question-answering
learningspoons
nlp lecture-notes and source code
Stars: ✭ 29 (-34.09%)
Mutual labels:  attention-model
exams-qa
A Multi-subject High School Examinations Dataset for Cross-lingual and Multilingual Question Answering
Stars: ✭ 25 (-43.18%)
Mutual labels:  question-answering
dialogbot
dialogbot, provide search-based dialogue, task-based dialogue and generative dialogue model. 对话机器人,基于问答型对话、任务型对话、聊天型对话等模型实现,支持网络检索问答,领域知识问答,任务引导问答,闲聊问答,开箱即用。
Stars: ✭ 96 (+118.18%)
Mutual labels:  question-answering
GATE
The implementation of "Gated Attentive-Autoencoder for Content-Aware Recommendation"
Stars: ✭ 65 (+47.73%)
Mutual labels:  attention-model
Question-Answering-based-on-SQuAD
Question Answering System using BiDAF Model on SQuAD v2.0
Stars: ✭ 20 (-54.55%)
Mutual labels:  question-answering
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-50%)
Mutual labels:  question-answering
django-simple-forum
full featured forum, easy to integrate and use.
Stars: ✭ 65 (+47.73%)
Mutual labels:  question-answering
Compact-Global-Descriptor
Pytorch implementation of "Compact Global Descriptor for Neural Networks" (CGD).
Stars: ✭ 22 (-50%)
Mutual labels:  attention-model
golang-interview-questions
golang 面试集锦
Stars: ✭ 42 (-4.55%)
Mutual labels:  question-answering
Dynamic-Coattention-Network-for-SQuAD
Tensorflow implementation of DCN for question answering on the Stanford Question Answering Dataset (SQuAD)
Stars: ✭ 14 (-68.18%)
Mutual labels:  question-answering
NS-CQA
NS-CQA: the model of the JWS paper 'Less is More: Data-Efficient Complex Question Answering over Knowledge Bases.' This work has been accepted by JWS 2020.
Stars: ✭ 19 (-56.82%)
Mutual labels:  question-answering
KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
Stars: ✭ 58 (+31.82%)
Mutual labels:  question-answering
TeBaQA
A question answering system which utilises machine learning.
Stars: ✭ 17 (-61.36%)
Mutual labels:  question-answering
strategyqa
The official code of TACL 2021, "Did Aristotle Use a Laptop? A Question Answering Benchmark with Implicit Reasoning Strategies".
Stars: ✭ 27 (-38.64%)
Mutual labels:  question-answering
pair2vec
pair2vec: Compositional Word-Pair Embeddings for Cross-Sentence Inference
Stars: ✭ 62 (+40.91%)
Mutual labels:  question-answering

HBDA-An-Online-Question-Answering-System-for-Medical-Questions

System description

The system can be divided into two parts. The first part is the knowledge graph question answering and the second part is if the knowledge graph cannot find the answer of the user inputted question, the second part will help to retrieve the top k most related answers by computing the medical question similarity from a medical question answer pair dataset.

Here are some useful reference links.

Knowledge graph establishment refer the following link

https://github.com/liuhuanyong/QASystemOnMedicalKG

Google English words pre-train model: GoogleNews-vectors-negative300.bin.gz

The pre-train model will be used to load word embedding before training the BiLSTM+Attention model and HBDA model.

https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing

BERT

https://github.com/google-research/bert

BiLSTM+Attention

https://zhuanlan.zhihu.com/p/31638132

https://github.com/likejazz/Siamese-LSTM

https://github.com/LuJunru/Sentences_Pair_Similarity_Calculation_Siamese_LSTM

AttentionLayer is referred from the following link

https://github.com/uhauha2929/examples/blob/master/Hierarchical%20Attention%20Networks%20.ipynb

Dataset

Medical knowledge dataset collected from the following medical website

https://www.medicinenet.com/medterms-medical-dictionary/article.htm

https://www.nhsinform.scot/illnesses-and-conditions/a-to-z

Model train_dev_test dataset are filter out the medical related questions from Quora question pair dataset.

https://data.quora.com/First-Quora-Dataset-Release-Question-Pairs

Medical question and answer pair dataset is referred from the following link.

https://github.com/LasseRegin/medical-question-answer-data

Model eval-accuracy comparison

The total number of medical related data from Quora dataset is nearly 70000, but we randomly pick the 10000 as the (train/dev/test) dataset.

The number distribution of train: dev: test = 6:2:2

Model Average Eval_accuracy by three times Range of change
BERT baseline model 0.7686 (-0.0073, +0.0057)
HDBA model 0.8146 (-0.0082, +0.0098)
Bi-LSTM + Attention model 0.8043 (-0.0103, +0.0062)

The scale of knowledge graph about 700 diseases. For each disease, there exists symptom, accompany_disease, prevent_way, cure_way and totally 6 entities.

System architecture

Web GUI manager

Siamese Hierarchical BiLSTM Word Attention Manhattan Distance model

Reference papers

Hierarchical attention networks for document classification (https://www.aclweb.org/anthology/N16-1174)

Siamese Recurrent Architectures for Learning Sentence Similarity (https://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/viewPaper/12195)

Disease symptom entity extraction & User intention recognition

Knowledge graph answer selection

Question_answer_pair_answer_selection

Paper link

HHH: An Online Medical Chatbot System based on Knowledge Graph and Hierarchical Bi-Directional Attention

Citation

@inproceedings{bao2020hhh,
  title={HHH: An Online Medical Chatbot System based on Knowledge Graph and Hierarchical Bi-Directional Attention},
  author={Bao, Qiming and Ni, Lin and Liu, Jiamou},
  booktitle={Proceedings of the Australasian Computer Science Week Multiconference},
  pages={1--10},
  year={2020}
}

Acknowledgement

This research was supported by summer scholarship funding from the Precision Driven Health research partnership.

Other links

MANDY: Towards a Smart Primary Care Chatbot Application

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