likejazz / Siamese-LSTM

Siamese LSTM for evaluating semantic similarity between sentences of the Quora Question Pairs Dataset.
253 stars 70 forks source link

A problem that the accuracy result is 0 #2

Open 14H034160212 opened 5 years ago

14H034160212 commented 5 years ago

Hi, I got 0 accuracy by using the project. How do you get the accuracy result by using the top 20 test question pair? Because those test question pairs are not tagged. Probably you can only submit the predict file into the kaggle quora competition to see the predict result or split the training dataset by half and half. Use a half as training dataset and use the other as testing dataset.