Views
No views yet
@inproceedings{nova,
title = {{Nova: Generative Language Models for Assembly Code with Hierarchical Attention and Contrastive Learning}},
author = {Jiang, Nan and Wang, Chengxiao and Liu, Kevin and Xu, Xiangzhe and Tan, Lin and Zhang, Xiangyu and Babkin, Petr},
booktitle = {The Thirteenth International Conference on Learning Representations},
year = {2025},
url = {https://openreview.net/forum?id=4ytRL3HJrq}
}1conda create -n nova python=3.10
2conda activate nova
3pip install -r requirements.txt1docker pull jiang719/nova
2docker run --gpus all -it jiang719/nova