All Projects → wjbianjason → keras_qa_based_question_selection

wjbianjason / keras_qa_based_question_selection

Licence: other
Keras-Based LSTM Conv model for Question Selection

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to keras qa based question selection

dialogbot
dialogbot, provide search-based dialogue, task-based dialogue and generative dialogue model. 对话机器人,基于问答型对话、任务型对话、聊天型对话等模型实现,支持网络检索问答,领域知识问答,任务引导问答,闲聊问答,开箱即用。
Stars: ✭ 96 (+300%)
Mutual labels:  qa
ExploratoryTestingChromeExtension
Exploratory Testing Chrome Extension
Stars: ✭ 26 (+8.33%)
Mutual labels:  qa
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (+37.5%)
Mutual labels:  qa
babel-plugin-transform-react-qa-classes
Add component's name in `data-qa` attributes to React Components
Stars: ✭ 41 (+70.83%)
Mutual labels:  qa
egret-wenda-corpus
A Public Corpus for Machine Learning
Stars: ✭ 41 (+70.83%)
Mutual labels:  qa
relint
General purpose RegEx based file linter.
Stars: ✭ 33 (+37.5%)
Mutual labels:  qa
pysys-test
PySys System Test Framework
Stars: ✭ 14 (-41.67%)
Mutual labels:  qa
Giveme5W
Extraction of the five journalistic W-questions (5W) from news articles
Stars: ✭ 16 (-33.33%)
Mutual labels:  qa
MRC Competition Dureader
机器阅读理解 冠军/亚军代码及中文预训练MRC模型
Stars: ✭ 552 (+2200%)
Mutual labels:  qa
KrantikariQA
An InformationGain based Question Answering over knowledge Graph system.
Stars: ✭ 54 (+125%)
Mutual labels:  qa
lemoncheesecake
Python framework for end-to-end / QA testing
Stars: ✭ 37 (+54.17%)
Mutual labels:  qa
FAQ-Bot-QQ
一个基于Mirai框架的Q群问答机器人
Stars: ✭ 30 (+25%)
Mutual labels:  qa
feater
Tool for rapid deployment of selected features of your web application to isolated testing or demo environments.
Stars: ✭ 27 (+12.5%)
Mutual labels:  qa
i18n-testing
International data for testing and QA
Stars: ✭ 61 (+154.17%)
Mutual labels:  qa
unity-asset-validator
The Asset Validator is an editor tool for validating assets in the project and in scenes.
Stars: ✭ 30 (+25%)
Mutual labels:  qa
FoQA
Container for Quality Assurance utilities to be included in QA/testing variants of Android apps.
Stars: ✭ 15 (-37.5%)
Mutual labels:  qa
php-qa-tools
A metapackage for all PHP quality assurance tools we use at Dealerdirect
Stars: ✭ 36 (+50%)
Mutual labels:  qa
qamd
QAMyData, a data quality assurance tool for SPSS, STATA, SAS and CSV files.
Stars: ✭ 16 (-33.33%)
Mutual labels:  qa
django-qa
A simple Q&A App
Stars: ✭ 97 (+304.17%)
Mutual labels:  qa
AVSD-DSTC10 Official
Audio Visual Scene-Aware Dialog (AVSD) Challenge at the 10th Dialog System Technology Challenge (DSTC)
Stars: ✭ 22 (-8.33%)
Mutual labels:  qa

keras_qa_based_question_selection

This code is remplementation of lstm+cnn of Improved Representation Learning for Question Answer Matching

You also can see that I utilize the gesd and weights shared method in APPLYING DEEP LEARNING TO ANSWER SELECTION: A STUDY AND AN OPEN TASK

Dataset is InsuranceQA, Now precision in dev is 65% when epoch = 100

Train Step

python main.py train

Evaluate Step

python main.py evaluate 100

of course, you can change the second param which is epoch number.

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