quora_duplicate
quora_duplicate copied to clipboard
Implementation of semantic question matching with deep learning approaches mentioned in the blog of Quora.
Results
2
quora_duplicate issues
Sort by
recently updated
recently updated
newest added
When use `decomposable_attention` for training model it throws exception because there is no attribute in config called `WORD_EMBEDDING_DIM`. I think you should change this to following: ``` nb_words = min(TrainConfig.MAX_NB_WORDS,...
Hi, Thanks for nice implementation. Could you reproduce the same result ? I ran you decomposition_attention and it gives me accuracy around 0.80. Do you have any idea about this?