question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

About using a simple custom conversation format.

See original GitHub issue

As 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:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Conchylicultorcommented, Mar 14, 2017

Don’t forget to delete the pre-processed data inside data/samples/ to regenerate the vocabulary and training sentences.

0reactions
shank7485commented, Mar 15, 2017

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found