Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

What is the critearia of generating sentences..? #7

Open
ahtsham58 opened this issue Feb 11, 2020 · 2 comments
Open

What is the critearia of generating sentences..? #7

ahtsham58 opened this issue Feb 11, 2020 · 2 comments

Comments

@ahtsham58
Copy link

Dear @RaymondLi0,

I am figuring out the predicted response generated by the system and this is what I understood..

System takes previous seeker and ground truth sentences as input and predict the next sentence accordingly. For example, if seeker say "hello, i am looking for a cartoon movie", ground truth: "fantastic ! have you seen ponyo yet ". So in this case, your system will take both utterances as input and predict the next sentence ...
Am I correctly understood the recommendation approach?

If so, I observed many inconsistencies in the generated responses, e.g., in this situation, system generate: " have you seen thor : ragnarok ?" which not even close to cartoons instead its about Action, Adventure, Comedy, Fantasy, Sci-Fi according to IMDB genre classification.

Anyways please confirm the recommendation approach..
your cooperation would be appreciable and looking forward to your positive response.

thanks in advance!

@RaymondLi0
Copy link
Owner

Hi,

Indeed the generate_responses.py script loads real dialogues from the dataset and generates answers whenever the human recommender speaks, i.e. after each seeker's utterance. In your example, the system would only take "hello, i am looking for a cartoon movie" and then generate a response.

You are correct in saying that the model has many inconsistencies. Not being able to process genres asked by the user is one of them. This is expected, since in this model the recommendations are only based on the sentiment related to the movies previously mentioned in the dialogue. Therefore if the user asks for a genre but does not specify a movie, this system cannot generate a proper recommendation.

@ahtsham58
Copy link
Author

Thanks for elaboration.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants