ShelsonCao / IWE

Source Code of IWE
5 stars 2 forks source link

Implementation of "Improved Word Embeddings with Convolutional Feature Learning and Subword Information" #1

Open harsimranb opened 6 years ago

harsimranb commented 6 years ago

I was looking to review and perhaps use the architecture described in your paper. The source code in this repo has a lot of DSSM and CDSSM code from Microsoft's implementation, and I'm having trouble separating the paper implementation in the code. Is the paper's code in this repo, or committed elsewhere?

ShelsonCao commented 6 years ago

Dear Harsimran, yes, it is the paper's code. IWE was built based on the DSSM implementation by Microsoft.