HuantWang / FUNDED_NISL

FUNDED is a novel learning framework for building vulnerability detection models.
126 stars 36 forks source link

dataset #31

Closed dkf123 closed 5 days ago

dkf123 commented 1 week ago

Hello, how do you get the content of data/data/our_map_all.txt?

HuantWang commented 6 days ago

Hi,

This text file contains the structural keywords for vector mapping.

It was created by first collecting AST keywords using Joern's static analysis, followed by training a Word2Vec model, which was then saved to this text file to enable vector loading.

While this approach was effective at the time, as it was developed five years ago, more advanced techniques are now available that offer improved results for vector mapping.