macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

The lines are shortened to the first sentence #68

Closed kenyeung128 closed 7 years ago

kenyeung128 commented 7 years ago

Hi, In the description, it said "The lines are shortened to the first sentence", what does it mean to first sentence? is there cases not shortened? Thanks.

In this experiment, we train the seq2seq model with movie dialogs from the Cornell Movie-Dialogs Corpus. The lines are shortened to the first sentence.

macournoyer commented 7 years ago

Here's a line from the dataset:

Can we make this quick? Roxanne Korrine and Andrew Barrett are having an incredibly horrendous public break- up on the quad. Again.

We train with "Can we make this quick?" dropping the rest.

kenyeung128 commented 7 years ago

I see, what would be the approaches if i would like longer sentences? thanks.