-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublication.html
More file actions
272 lines (235 loc) · 15.8 KB
/
publication.html
File metadata and controls
272 lines (235 loc) · 15.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 添加标号-->
<style>
.list-group {
counter-reset: my-counter;
list-style: none;
}
.list-group-item {
display: list-item !important;
list-style-type: decimal;
/*counter-increment: my-counter;*/
/*border: 0 !important;*/
}
/*.list-group-item:before {*/
/* !*content: counter(my-counter) ". ";*!*/
/* !*display: inline-block;*!*/
/* margin-right: 1px;*/
/*}*/
</style>
<title>Ming Wen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main_sidebar.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Nunito">-->
<link rel="stylesheet" type="text/css" href="css/Nunito.css">
<script src="js/jquery.min.js"></script>
<script src="css/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/main.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>-->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>-->
<!-- <script src='js/paper_query.js'></script>-->
</head>
<body>
<!--<nav class="navbar navbar-inverse" style="position: fixed; right: 0;left: 0;top:0; z-index: 1;">-->
<nav class="navbar navbar-inverse" style="position: sticky; right: 0;left: 0;top:0; z-index: 1;">
<div class="container-fluid" style="display:flex; justify-content:center; align-items:center;">
<!-- <div class="navbar-header">-->
<!-- <a class="navbar-brand" href="index.html">Ming Wen</a>-->
<!-- </div>-->
<ul class="nav navbar-nav">
<li><a href="index.html" style="font-size: 18px">Ming Wen</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="pair.html">Team</a></li>
<li class="active"><a href="publication.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="service.html">Service</a></li>
</ul>
</div>
</nav>
<div id="main" style="max-width: 1000px;z-index: 0;">
<!-- <h2>Conference</h2>-->
<ul class="list-group">
<li class="list-group-item">
<strong><span style="color: #337AB7">[SCIS'26] </span></strong>
<b>What is Wrong with Your Code Generated by Large Language Models? An Extensive Study</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Shihan Dou, Haoxiang Jia, Shenxi Wu, Huiyuan Zheng, Muling Wu, Yunbo Tao, Ming Zhang, Mingxu Chai, Jessica Fan, Zhiheng Xi, Rui Zheng, Yueming Wu, <b>Ming Wen*</b>, Tao Gui*, Qi Zhang, Xipeng Qiu, Xuanjing Huang*<br/>
In Science China Information Sciences<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[TOSEM'26] </span></strong>
<b>Testing like Mad Libs: Fuzzing SMT Solvers with Historical Unusual Inputs Empowered by LLMs</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Maolin Sun, Yibiao Yang, Haoxiang Jia, Jiangchang Wu, Qingyang Li, Zifan Xie, <b>Ming Wen</b>, Yuming Zhou<br/>
In ACM Transactions on Software Engineering and Methodology<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ICSE'26] </span></strong>
<b>Fuzzing Java Optimizing Compilers with Complex Inter-Class Structures Guided by Heterogeneous Program Graphs</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Shiyu Qiu, <b>Ming Wen*</b>, <a href="https://xzf1234.github.io">Zifan Xie</a>, Hai Jin<br/>
In the 48th ACM/IEEE International Conference on Software Engineering, 2026 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASE'25] </span></strong>
<b> Fact-Aligned and Template-Constrained Static Analyzer Rule Enhancement with LLMs</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zongze Jiang, <b>Ming Wen*</b>, Ge Wen, Hai Jin<br/>
In the 40th ACM/IEEE International Conference on Automated Software Engineering, 2025 (to appear)<br/>
[<a target="_blank" href="./paper/ASE-2025-Camera-Ready.pdf"><strong>Paper</strong></a>]
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ISSRE'25] </span></strong>
<b> An Empirical Study of Production Incidents in Generative AI Cloud Services</b>
<strong style="color:#fc4e2a;float: right">CCF-B</strong><br/>
Haoran Yan, Yinfang Chen, Minghua Ma, <b>Ming Wen</b>, Shan Lu, Shenglin Zhang, Tianyin Xu, Rujia Wang, Chetan Bansal, Saravan Rajmohan, Chaoyun Zhang, Qingwei Lin and Dongmei Zhang<br/>
In the 36th IEEE International Symposium on Software Reliability Engineering (ISSRE), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[USENIX Security'25] </span></strong>
<b> Precise and Effective Gadget Chain Mining through Deserialization Guided Call Graph Construction</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Yiheng Zhang, <b>Ming Wen*</b>, Shunjie Liu, Dongjie He, Hai Jin<br/>
In the 34th USENIX Security Symposium, 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ACL'25] </span></strong>
<b> Cruxeval-x: A Benchmark for Multilingual Code Reasoning, Understanding and Execution</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Ruiyang Xu, Jialun Cao, Yaojie Lu, <b>Ming Wen</b>, Hongyu Lin, Xianpei Han, Ben He, Shing-Chi Cheung, Le Sun<br/>
In the Main Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (ACL Main), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[FSE'25] </span></strong>
<b> Statement-level Adversarial Attack on Vulnerability Detection Models via Out-Of-Distribution Features</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Xiaohu Du, <b>Ming Wen*</b>, Haoyu Wang, Zichao Wei, Hai Jin<br/>
In the ACM International Conference on the Foundations of Software Engineering (FSE), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[FSE'25] </span></strong>
<b> CXXCrafter: An LLM-Based Agent for Automated C/C++ Open Source Software Building</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zhengming Yu, Yuan Zhang, <b>Ming Wen</b>, Yinan Nie, Wenhui Zhang, Min Yang<br/>
In the ACM International Conference on the Foundations of Software Engineering (FSE), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[FSE'25] </span></strong>
<b> SemBIC: Semantic-aware Identification of Bug-inducing Commits</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Xiao Chen, Hengcheng Zhu, Jialun Cao, <b>Ming Wen</b>, Shing-Chi Cheung<br/>
In the ACM International Conference on the Foundations of Software Engineering (FSE), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[AAAI'25] </span></strong>
<b> Multi-Turn Jailbreaking Large Language Models via Attention Shifting</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Xiaohu Du, Fan Mo, <b>Ming Wen*</b>, Tu Gu, Huadi Zheng, Hai Jin, Jie Shi<br/>
In the Thirty-Ninth AAAI Conference on Artificial Intelligence (AAAI-25), 2025 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASE'24] </span></strong>
<b> Effective Vulnerable Function Identification based on CVE Description Empowered by Large Language Models</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Yulun Wu, <b>Ming Wen*</b>, Zeliang Yu, Xiaochen Guo, Hai Jin<br/>
In the 39th ACM/IEEE International Conference on Automated Software Engineering, 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASE'24] </span></strong>
<b> Unveiling the Characteristics and Impact of Security Patch Evolution</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zifan Xie, <b>Ming Wen*</b>, Zichao Wei, Hai Jin<br/>
In the 39th ACM/IEEE International Conference on Automated Software Engineering, 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASE'24] </span></strong>
<b> Towards Understanding the Effectiveness of Large Language Models on Directed Test Input Generation</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zongze Jiang, <b>Ming Wen*</b>, Jialun Cao, Xuanhua Shi, Hai Jin<br/>
In the 39th ACM/IEEE International Conference on Automated Software Engineering, 2024 (to appear)<br/>
[ <img src="./image/award.jpeg" style="width: 25px;"><strong style="color: red;"> ACM SIGSOFT Distinguished Paper Award</strong>] [<a target="_blank" href="https://github.com/CGCL-codes/PathEval/"><strong>Code</strong></a>][<a target="_blank" href="https://mp.weixin.qq.com/s/3Wgsc1JzoA7BuCOQb7Sp8w"><strong>News</strong></a>]
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASE'24] </span></strong>
<b> How Does Code Optimization Impact Third-party Library Detection for Android Applications?</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zifan Xie, <b>Ming Wen*</b>, Tinghan Li, Yiding Zhu, Qinsheng Hou, Hai Jin<br/>
In the 39th ACM/IEEE International Conference on Automated Software Engineering, 2024 (to appear)<br/>
[ <img src="./image/award.jpeg" style="width: 25px;"><strong style="color: red;"> ACM SIGSOFT Distinguished Paper Award</strong>]
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ISSTA'24] </span></strong>
<b> One Size Does Not Fit All: Multi-Granularity Patch Generation for Better Automated Program Repair</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Bo Lin, Shangwen Wang*, <b>Ming Wen*</b>, Liqian Chen, Xiaoguang Mao<br/>
In the 33rd the International Symposium on Software Testing and Analysis, 2024 (to appear)<br/>
[ <img src="./image/award.jpeg" style="width: 25px;"><strong style="color: red;"> ACM SIGSOFT Distinguished Paper Award</strong>]
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ISSTA'24] </span></strong>
<b> Maltracker: A Fine-Grained NPM Malware Tracker Copiloted by LLM-Enhanced Dataset</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zeliang Yu, <b>Ming Wen*</b>, Xiaochen Guo, Hai Jin<br/>
In the 33rd the International Symposium on Software Testing and Analysis, 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ASPLOS'24] </span></strong>
<b> Validating JVM Compilers via Maximizing Optimization Interactions</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Zifan Xie, <b>Ming Wen*</b>, Shiyu Qiu, Hai Jin<br/>
In the ACM Conference on Architectural Support for Programming Languages and Operating Systems, 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[TSE'24] </span></strong>
<b>Fusing Code Searchers</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Shangwen Wang, Mingyang Geng, Bo Lin, Zhensu Sun, <b>Ming Wen</b>, Yepang Liu, Li Li, Tegawendé F. Bissyandé, and Xiaoguang Mao<br/>
In IEEE Transactions on Software Engineering, 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[ACL'24] </span></strong>
<b>Generalization-Enhanced Code Vulnerability Detection via Multi-Task Instruction Fine-Tuning</b>
<strong style="color:#fc4e2a;float: right"></strong><br/>
Xiaohu Du, <b>Ming Wen*</b>, Jiahao Zhu, Zifan Xie, Bin Ji, Huijun Liu, Xuanhua Shi and Hai Jin<br/>
In the Findings of the 62nd Annual Meeting of the Association for Computational Linguistics (ACL Findings), 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[SANER'24] </span></strong>
<b>Reducing False Positives of Static Bug Detectors through Code Representation Learning</b>
<strong style="color:#fc4e2a;float: right">CCF-B</strong><br/>
Yixin Yang, <b>Ming Wen*</b>, Xiang Gao*, Yuting Zhang and Hailong Sun<br/>
In the IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER), 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[SANER'24] </span></strong>
<b>Towards Effective and Efficient Error Handling Code Fuzzing based on Software Fault Injection</b>
<strong style="color:#fc4e2a;float: right">CCF-B</strong><br/>
Kang Chen, <b>Ming Wen*</b>, Haoxiang Jia, Rongxin Wu and Hai Jin<br/>
In the IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER), 2024 (to appear)<br/>
</li>
<li class="list-group-item">
<strong><span style="color: #337AB7">[EuroSys'24] </span></strong>
<b>Automatic Root Cause Analysis via Large Language Models for Cloud Incidents</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong><br/>
Yinfang Chen, Huaibing Xie, Minghua Ma, Yu Kang, Xin Gao, Liu Shi, Yunjie Gao, Xuedong Gao, Hao Fan, <b>Ming Wen</b>, Jun Zeng, Supriyo Ghosh, Xuchao Zhang, Chaoyun Zhang, Qingwei Lin, Saravan Rajmohan, Dongmei Zhang, Tianyin Xu <br/>
In European Conference on Computer Systems (EuroSys), 2024 (to appear)<br/>
</li>
<!-- <li class="list-group-item">
<strong><span style="color: #337AB7">[TSE’22] </span></strong>
<b>Effective Isolation of Fault-Correlated Variables via Statistical and Mutation Analysis</b>
<strong style="color:#fc4e2a;float: right">CCF-A</strong> <br/>
<b>Ming Wen</b>, Zifan Xie, Kaixuan Luo, Xiao Chen, Yibiao Yang, and Hai Jin <br/>
In IEEE Transactions on Software Engineering, 2023, 49(4): 2053-2068 <br/>
[<a target="_blank" href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9903287&isnumber=10103953">Paper</a>]
[<a target="_blank" href="https://github.com/justinwm/IsoVar">Code</a>]
</li> -->
<script type='text/javascript' src='js/paper_query.js'></script>
<span id="allBibPaper"></span>
</ul>
</div>
</body>
</html>