eth-sri / ilf

AI based fuzzer based on imitation learning
Apache License 2.0
149 stars 32 forks source link

How to train the ifl_w2v.pkl? #13

Closed harperchen closed 2 years ago

harperchen commented 2 years ago

May I know how do you get the ifl_w2v.pkl? Do you directly use word2vec model on the training data?

LostBenjamin commented 2 years ago

Hi,

We just obtained the vocabulary of function names (significantly smaller than the vocabulary of word2vec) in our dataset and then extracted the word embeddings of the function names from word2vec.

Best, Jingxuan

harperchen commented 2 years ago

Thanks for the answer!