You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the instruction from this page.
I tested the result of the LSTM model on easy PersonaChat dataset.
I used the original script to preprocess the dataset combined with the vocab.txt in this page (because I can't find it in GLGE page).
./preprocessed.sh personachat easy
And then I used the original scipt to train and evaluate the lstm model without modifying anything.
./run.sh personachat easy lstm test
However, there is a big gap between the results of mine and the ones in the paper.
The results of paper are 42.2/35.9/0.2/0.7.
The results of mine are 31.75/19.63/0.3/1.2.
So, I want to know how to get the results in the paper or where I am wrong.
The text was updated successfully, but these errors were encountered:
Hi, I followed the instruction from this page.
I tested the result of the LSTM model on easy PersonaChat dataset.
I used the original script to preprocess the dataset combined with the
vocab.txt
in this page (because I can't find it in GLGE page).And then I used the original scipt to train and evaluate the lstm model without modifying anything.
./run.sh personachat easy lstm test
However, there is a big gap between the results of mine and the ones in the paper.
The results of paper are 42.2/35.9/0.2/0.7.
The results of mine are 31.75/19.63/0.3/1.2.
So, I want to know how to get the results in the paper or where I am wrong.
The text was updated successfully, but these errors were encountered: