Skip to content

Commit 0772d80

Browse files
authored
Update README.md
1 parent 7ee3e43 commit 0772d80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515

1616
**(5) Testing - Inference.** A txt as well as a gif are provided with some test conversations with the chatbot.
1717

18-
![](https://github.com/christakakis/chatbot/blob/main/test_conv.gif)
19-
2018
In general, the chat-bot behaved as expected without having exciting results. This was expected because we had limitations in RAM and the total training time of the model. Still from the results it was seen that the model didn’t overcome the problem of overfitting, especially for discussions that existed arbitrarily in the training data. Some examples are the chatbot's constant references to setting an alarm, in questions like what’s the number and what do you need help with.
2119

2220
One way to overcome this is to train separate models for each of the 47 domains or at least for the similar ones. This could be done by creating different vocabularies for each domain and prompting the user to select a type of conversation he wishes to have. This way, the encoder – decoder model would be able to obtain and process only data from the selected vocabulary.
2321

2422
Finally, the results might be quite different if we didn’t delete all the questions that were over 13 words. This would lead to a new bigger vocabulary and the training step would become more time-consuming and source-demanding
2523

24+
### Here's an example of conversation with the chatbot:
25+
![](https://github.com/christakakis/chatbot/blob/main/test_conv.gif)
26+
2627
**I have to mention that for implementing this project I produced, changed and obtained code from several sources that I link on the provided PDF file here in this repo.
2728
Also I should mention that the file **metalwoz-v1** provided in this repo was downloaded from https://www.microsoft.com/en-us/research/project/metalwoz/.**
2829

0 commit comments

Comments
 (0)