From 51a232453a75ad47bd995b328017bfe77400a22a Mon Sep 17 00:00:00 2001 From: zyr Date: Fri, 10 Dec 2021 14:47:44 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 874b500..c5f93b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Inst2Vec Model -Using [HuggingFace Transformers](https://github.com/huggingface/transformers) to train a BERT for Assemble Language from scratch. We name it `Inst2Vec` for it is designed to generate vectors for assemble instructions. +Using [HuggingFace Transformers](https://github.com/huggingface/transformers) to train a BERT with dynamic mask for Assemble Language from scratch. We name it `Inst2Vec` for it is designed to generate vectors for assemble instructions. -It is a part of the model we proposed in the paper [A Hierarchical Graph-based Neural Network for Malware Classification](). +It is a part of the model introduced in the ICONIP 2021 paper [A Hierarchical Graph-based Neural Network for Malware Classification](https://link.springer.com/chapter/10.1007%2F978-3-030-92273-3_51). The preprocessing procedure can be found in [process_data](./process_data/readme.md).