#219 · Primary category: AI Chatbots

robot

chatbot ownthink robot

Knowledge graph-based Q&A chatbot with semantic understanding.

Project last updated:10/21/20

GitHub Stars

816

Forks

185

Contributors

2

License

Other

Why we included this project

OwnThink's robot is a working example of a question-answering chatbot that pulls answers from a knowledge graph instead of generating them free-form. Ask it something factual in Chinese, like how tall Yao Ming is, and it looks the answer up in structured data. The repo ships a demo page you can open straight in a browser plus a small HTTP API, so cloning it and running the interface locally takes minutes and shows you the request/response flow before you commit to the approach. The README also links the author's companion projects for NLP, knowledge graph construction, and semantic understanding, which is a handy trail to follow if you want to study the pieces underneath. It reads as a compact educational demo rather than production software, but for teams curious about knowledge-graph QA it is a clear place to start.

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