Skip to content

COLA-Laboratory/MOAA

Repository files navigation

MOAA

Overview

This repository contains Python implementation of the algorithm framework for Multi-Objective Adversarial Attack for FSE'24

Code Structure

MOAA/
├── README.md
├── requirement.txt
├── parser/
├── defect_detection/
│   ├── dataset/
│   ├── saved_models/
│   │   ├── CodeBERT/
│   │   │   └── pytorch_model.bin
│   │   ├── assisted_model/
│   │   │   └── pytorch_model.bin
│   │   └── ...
│   ├── attack.py
│   ├── moaa.py
│   ├── model.py
│   ├── finetune.py
│   └── README.md
├── clone_detection/
│   └── ...
└── ...

Requirements

- Python version: tested in Python 3.9.18
- Pythorch: tested in 2.2.0
- Transformers: tested in 4.37.2
- Pandas: tested in 2.2.0
- tree-sitter: tested in 0.20.4

Assisted Model

the assisted model can be download from this link.

About

This repository contains Python implementation of the algorithm framework for Multi-Objective Adversarial Attack for FSE'24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors