Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christakakis authored Apr 8, 2023
1 parent 7ee3e43 commit 0772d80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@

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

![](https://github.com/christakakis/chatbot/blob/main/test_conv.gif)

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.

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.

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

### Here's an example of conversation with the chatbot:
![](https://github.com/christakakis/chatbot/blob/main/test_conv.gif)

**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.
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/.**

Expand Down

0 comments on commit 0772d80

Please sign in to comment.