nocoolsandwich/iamQA
中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署
This project helps you build a question-answering system for Chinese Wikipedia. You input a question in Chinese, and it provides a precise answer by searching the knowledge base and understanding the context. It's designed for anyone who needs to quickly find specific information within large Chinese text corpora, such as researchers, students, or knowledge managers.
No commits in the last 6 months.
Use this if you need a specialized system to accurately answer specific questions based on a Chinese Wikipedia knowledge base.
Not ideal if your knowledge base is not in Chinese Wikipedia format or if you need to answer questions on very niche or proprietary domain-specific documents outside of general encyclopedic knowledge.
Stars
90
Forks
26
Language
Python
License
—
Category
Last pushed
Jun 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/nocoolsandwich/iamQA"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
nlpunibo/Question-Answering-SQUAD
Question Answering model based on DistilBERT, trained and evaluated on the SQUAD dataset