An open API service indexing awesome lists of open source software.

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"

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.07517

The 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}
}
```