#156 · Primary category: Knowledge Base & RAG

KGQA-Based-On-medicine

kgqa nlp python3 qa rdf

Intelligent question-answering system based on medical knowledge graph

Project last updated:01/31/19

GitHub Stars

1.3K

Forks

286

Contributors

1

License

Other

Why we included this project

This project is a working example of question answering over a medical knowledge graph that does not rely on large language models. It converts natural-language questions into SPARQL queries, runs them against an Apache Jena Fuseki triple store, and returns the answers through a Django web interface. A TDB knowledge base for drug and disease data is included, and the setup notes are detailed enough to copy the approach for a different domain. The limitations are stated plainly: only single-turn questions, and no answers beyond what the knowledge graph already contains.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category