16 citations · 40 across the 6 of their papers we have counts for
9 papers
TransRepair: Context-aware Program Repair for Compilation Errors
Xueyang Li, Shangqing Liu, Ruitao Feng +4
Automatically fixing compilation errors can greatly raise the productivity of software development, by guiding the novice or AI programmers to write and debug code. Recently, learn…
Learning Program Semantics with Code Representations: An Empirical Study
Jing Kai Siow, Shangqing Liu, Xiaofei Xie +2
Program semantics learning is the core and fundamental for various code intelligent tasks e.g., vulnerability detection, clone detection. A considerable amount of existing works pr…
SEPAL: Towards a Large-scale Analysis of SEAndroid Policy Customization
Dongsong Yu, Guangliang Yang, Guozhu Meng +9
To investigate the status quo of SEAndroid policy customization, we propose SEPAL, a universal tool to automatically retrieve and examine the customized policy rules. SEPAL applies…
A3Ident: A Two-phased Approach to Identify the Leading Authors of Android Apps
Wei Wang, Guozhu Meng, Haoyu Wang +3
Authorship identification is the process of identifying and classifying authors through given codes. Authorship identification can be used in a wide range of software domains, e.g.…
Towards Security Threats of Deep Learning Systems: A Survey
Yingzhe He, Guozhu Meng, Kai Chen +2
Deep learning has gained tremendous success and great popularity in the past few years. However, deep learning systems are suffering several inherent weaknesses, which can threaten…
Efficiently Manifesting Asynchronous Programming Errors in Android Apps
Lingling Fan, Ting Su, Sen Chen +4
Android, the #1 mobile app framework, enforces the single-GUI-thread model, in which a single UI thread manages GUI rendering and event dispatching. Due to this model, it is vital…