About using a simple custom conversation format.
See original GitHub issueAs mentioned here [1], we can create our own simple conversation data between 2 people. I created a file called simple_chat.txt and placed it in DeepQA/data/lightweight directory with content:
Hello
Hi
How are you?
I am good. How are you?
I am fine as well. How is the work?
work is going on as usual. Thanks for asking.
No problem.
Now, when I run
python3 main.py --corpus lightweight --datasetTag simple_chat --test interactive
I do not see any answers from the bot. I get an output of something like:
Q: Hello
A:
Q: How are you?
A:
Is it because my sample data is small? Or can someone explain if I am doing things correctly.
[1] - https://github.com/Conchylicultor/DeepQA/tree/master/data/lightweight
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Conversation Survey Format - SurveyMonkey Help
The Conversation survey format displays your survey questions like a chat conversation in a messaging app.
Read more >Adding Custom Fields for Conversations, Users, and ...
There are three types of custom fields, and each is used for different things: Conversation fields — You can add conversation fields to...
Read more >Setting up chat experiences for Virtual Agent users
Create different chat experiences for your end users based on the context in which they initiate a conversation with Virtual Agent.
Read more >Create and format a post - Microsoft Support
Try it! Create and format a post or announcement to start a conversation in a channel. Select the New conversation button. Type a...
Read more >Create a custom report | Help Center - Intercom
To create your own custom report, go to Reports > Custom reports. ... With a simple column chart, you can break down the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Don’t forget to delete the pre-processed data inside
data/samples/
to regenerate the vocabulary and training sentences.@Conchylicultor Thanks.
I am comparing your Chatbot and the one made here: [1]. In [1], it is sort of rule based bot which learns from the user input by linking response with input and builds its knowledge graph.
It would be amazing if you 2 had discussions with each other about making better Bots. It would be helpful for the rest of us. 😃
[1] - https://github.com/gunthercox/ChatterBot