How to Create an AI Question Answering (QA) System With No-Code
Create a Question Answering system using Cogniflow
Question answering (QA) is a computer science discipline within the fields of information retrieval and natural language processing (NLP), which is concerned with building systems that automatically answer questions posed by humans in a natural language. [Source: Wikipedia]
First from the dashboard view, let's click on "Create a new experiment"

Then select Text based experiment

And finally select Question-Answering

Put a name to identify your experiment

Then you need to upload your knowledge base. Just put your documents into a .zip file
You can download a zip file example here: Documents_KB.zip
Finally drag and drop the zip file and then press Next Step

Finally Press Run and Create Experiment. If you want to be notified when the model is ready remember to mark the check

Once the experiment is done, go to the experiment and press Use This Model

Great. Let's try it asking some questions:



Updated on: 04/05/2022
Thank you!