jiweil / Neural-Dialogue-Generation

MIT License
829 stars 213 forks source link

backward and forward data are actually the same? #19

Open cgsdfc opened 5 years ago

cgsdfc commented 5 years ago

I followed the instructions in REAME and downloaded the OpenSubData from link and unpacked to 8.9GB and I though everything was set. I was wrong. An accident run of head -n 1 on a pair of files -- s_givent and t_givens told that outputs were the same. But they are supposed to have inverse target and source! So I run cmp on each pair of files and the results were: every forward file and backward file are the same.

I think this is a bug. If not purely human errors. If the dataset went wrong, what else can be right?