paper-with-me

Papers

Semantic Robustness of Models of Source Code

2020-02-07 · Goutham Ramakrishnan, Jordan Henkel, Zi Wang, Aws Albarghouthi, Somesh Jha, Thomas Reps

Deep neural networks are vulnerable to adversarial examples - small input perturbations that result in incorrect predictions. We study this problem for models of source code, where we want the network to be robust to source-code modifications that preserve code functionality. (1) We define a powerful adversary that can employ sequences of parametric, semantics-preserving program transformations; (2) we show how to perform adversarial training to learn models robust to such adversaries; (3) we conduct an evaluation on different languages and architectures, demonstrating significant quantitative gains in robustness.

📄 PDF Abstract BibTeX arXiv:2002.03043

Code (1)

ALFA-group/adversarial-code-generation pytorch

Similar Papers 제목 키워드 기반

On Robustness of Prompt-based Semantic Parsing with Large Pre-trained Language Model: An Empirical Study on Codex

2023-01-30 · Terry Yue Zhuo, Zhuang Li, Yujin Huang, Fatemeh Shiri 외

Semantic parsing is a technique aimed at constructing a structured representation of the meaning of a natural-language question. Recent advancements in few-shot language models trained on code have demonstrated superior …

Adversarial RobustnessLanguage ModelingLanguage ModellingSemantic Parsing

CLASP: Training-Free LLM-Assisted Source Code Watermarking via Semantic-Preserving Transformations

2025-10-13 · Rui Xu, Jiawei Chen, Weizhi Liu, Zhaoxia Yin 외 arxiv

The proliferation of open-source code and large language models (LLMs) for code generation has amplified the risks of unauthorized reuse and intellectual property infringement. Source code watermarking offers a potential…

Code Generation

Joint Source-Channel Coding for Channel-Adaptive Digital Semantic Communications

2023-11-14 · Joohyuk Park, Yongjeong Oh, Seonjung Kim, Yo-Seb Jeon

In this paper, we propose a novel joint source-channel coding (JSCC) approach for channel-adaptive digital semantic communications. In semantic communication systems with digital modulation and demodulation, robust desig…

Decoderimage-classificationImage ClassificationRobust Design+1

Fool Me If You Can: On the Robustness of Binary Code Similarity Detection Models against Semantics-preserving Transformations

2026-02-13 · Jiyong Uhm, Minseok Kim, Michalis Polychronakis, Hyungjoon Koo arxiv

Binary code analysis plays an essential role in cybersecurity, facilitating reverse engineering to reveal the inner workings of programs in the absence of source code. Traditional approaches, such as static and dynamic a…

Boosting Code Summarization by Embedding Code Structures

2022-10-01 · COLING 2022 10 · Jikyoeng Son, Joonghyuk Hahn, HyeonTae Seo, Yo-Sub Han

Recent research on code summarization relies on the structural information from the abstract syntax tree (AST) of source codes. It is, however, questionable whether it is the most effective to use AST for expressing the …

Code SummarizationGraph Embedding