https://github.com/tech-srl/adversarial-examples
Code for the paper: "Adversarial Examples for Models of Code"
https://github.com/tech-srl/adversarial-examples
Last synced: about 1 month ago
JSON representation
Code for the paper: "Adversarial Examples for Models of Code"
- Host: GitHub
- URL: https://github.com/tech-srl/adversarial-examples
- Owner: tech-srl
- License: mit
- Created: 2020-09-04T19:41:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T23:25:22.000Z (over 4 years ago)
- Last Synced: 2025-03-27T23:33:06.118Z (about 2 months ago)
- Language: Python
- Size: 146 KB
- Stars: 17
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adversarial Examples for Models of Code
This is an official implemention of the adversaries described in:
Noam Yefet, [Uri Alon](http://urialon.cswp.cs.technion.ac.il) and [Eran Yahav](http://www.cs.technion.ac.il/~yahave/),
"Adversarial Examples for Models of Code", 2019
https://arxiv.org/abs/1910.07517The project contains 2 folders:
* code2vec: adversarial examples for code2vec model
(forked from: https://github.com/tech-srl/code2vec)
* tf-gnn-samples: adversarial examples for GNNs models
(forked from: https://github.com/microsoft/tf-gnn-samples)Enter the folders for more information.
## Citation
[Adversarial Examples for Models of Code](https://arxiv.org/abs/1910.07517)
```
@article{yefet2019adversarial,
title={Adversarial Examples for Models of Code},
author={Yefet, Noam and Alon, Uri and Yahav, Eran},
journal={arXiv preprint arXiv:1910.07517},
year={2019}
}
```