Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessing scripts #5

Closed
basma-b opened this issue Oct 23, 2018 · 1 comment
Closed

Preprocessing scripts #5

basma-b opened this issue Oct 23, 2018 · 1 comment

Comments

@basma-b
Copy link

basma-b commented Oct 23, 2018

Can you share please the scripts you used to preprocess data and also to train word embeddings ?

@xyzhou-puck
Copy link
Collaborator

We directly used the released dataset from sequential-matching-network (Wu et al., 2017), thus there is no preprocessing phase in our experiments.

We pre-train word-embeddings using a word2vec toolkit in c++, I can hardly find the script we used to pre-train word-embeddings, maybe the following command can help you:

./bin/word2vec -train $train_dat -output "$train_dat.w2v" -debug 2 -size 200 -window 10 -sample 1e-4 -negative 25 -hs 0 -binary 1 -cbow 1 -min-count 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants