Jaden666's Stars
yizhongw/WikiQA-Selection
Answer selection task based on WikiQA datatest.
colinsongf/elmo_qanet
TheAlgorithms/Python
All Algorithms implemented in Python
brightmart/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
zhihao-chen/QASystemOnMedicalGraph
该项目是基于医疗领域知识图谱的问答系统。实现比较简单。
shuyang790/QA
[Broken] A Chinese Question and Answer System
searobbersduck/ELMo_Chin
use ELMo in chinese environment
YC-wind/embedding_study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
easezyc/deep-transfer-learning
A collection of implementations of deep domain adaptation algorithms
alexandra-chron/ntua-slp-wassa-iest2018
Deep-learning Transfer Learning models of NTUA-SLP team submitted at the IEST of WASSA 2018 at EMNLP 2018.
tifoit/BERT-1
Tensorflow implementation of BERT for QA
bowang-lab/Transformer-GCN-QA
A multi-hop Q/A architecture based on transformers and GCNs.
google-research/bert
TensorFlow code and pre-trained models for BERT
divishdayal/Attentive_LSTM_question-answering
Bi-directional LSTM with attention for question answering
jackfrued/Python-100-Days
Python - 100天从新手到大师
l11x0m7/book-of-qna-code
code collections for the book of qna
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Alan-Lee123/answer-selection
LSTM-based model for answer selection
betterenvi/QA-rankit
QA - Answer Selection (Rank candidate answers for a given question)
jaks19/NLP-Transfer-Learning-Domain-Adaptation
Using LSTM and CNN trained on the stack exchange Ubuntu dataset for the question similarity task on the Android dataset, using transfer learning for domain adaptation.
WenRichard/ELMO-NLP
ELMO在QA问答,文本分类等NLP上面的应用
SangYuhiter/Knowledge-Map-and-Question-Answer
毕业设计--面向高考招生咨询的问答系统设计与实现
WenRichard/QAmodel-for-Retrievalchatbot
客服机器人,Chinese Retreival chatbot(中文检索式机器人)用到的一些QA模型,基于tf-idf,lsa,cnn,transformer,bert等
steady-pace/Domain_QA
限定域问答系统包括:自动构建知识库、问句检索、基于微信平台搭建问答系统。本项目所有代码已开源。用户通过简单配置,可以实现快速自动化搭建一个比较完备的领域知识库。另外,基于微信平台如何通过配置来搭建问答系统,具体操作见readme.txt
WenRichard/Attention-over-Attention
Attention-over-Attention模型实现
SkullFang/ULMFIT_NLP_Classification
Use transfer learning by ULMFIT for nlp classification
domluna/memn2n
End-To-End Memory Network using Tensorflow
chun5212021202/QACNN
Query-based Attention CNN for Text Similarity Map
lazywolf007/Attentive-Pooling-Networks
TensorFlow implementation of Attentive Pooling Networks (AP-CNN, AP-biLSTM)
yuanxiaosc/ELMo
ELMo: Embeddings from Language Models. Using, visualizing and understanding EMLo by examples!