Python Forum
How to use BERT for Q&A system? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: How to use BERT for Q&A system? (/thread-25115.html)



How to use BERT for Q&A system? - constantin01 - Mar-20-2020

I would like to build a system that responses to close-domain questions (linear algebra). Knowledge base is Wikipedia. How I can use BERT for this purpose? I didn't find any docs to BERT, only code on github (https://github.com/google-research/bert).

Please, give me some roadmap and keywords for this problem.

Thank you.