-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.json
More file actions
57 lines (57 loc) · 2.2 KB
/
publications.json
File metadata and controls
57 lines (57 loc) · 2.2 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
{
"publications": [
{
"title": "Automated Trustworthiness Oracle Generation for Machine Learning Text Classifiers",
"authors": ["Lam Nguyen Tung", "Steven Cho", "Xiaoning Du", "Neelofar Neelofar", "Valerio Terragni", "Stefano Ruberto", "Aldeida Aleti"],
"venue": "In the ACM International Conference on the Foundations of Software Engineering (FSE), 2025",
"thumbnail": "",
"selected": 1,
"award": "Acceptance rate 22.06% (135/612)",
"links": {
"pdf": "https://dl.acm.org/doi/abs/10.1145/3729376",
"code": "https://doi.org/10.5281/zenodo.13751579",
"presentation": "https://docs.google.com/presentation/d/e/2PACX-1vRR90kmSQoBFyEOoPGcBXBCYDiAL5MXrery-nX3UuZvoCs0DMfqUoXyfYupbQuqaA"
}
},
{
"title": "UntrustVul: An Automated Approach for Identifying Untrustworthy Alerts in Vulnerability Detection Models",
"authors": [
"Lam Nguyen Tung", "Xiaoning Du", "Neelofar Neelofar", "Aldeida Aleti"
],
"venue": "Under Review, IEEE Transactions on Software Engineering",
"thumbnail": "images/thumbs/2.jpg",
"selected": 1,
"award": "",
"links": {
"pdf": "https://arxiv.org/abs/2503.14852",
"code": "https://doi.org/10.5281/zenodo.15031367"
}
},
{
"title": "An Automated Test Data Generation Method for Void Pointers and Function Pointers in C/C++ Libraries and Embedded Projects",
"authors": [
"Lam Nguyen Tung", "Hoang-Viet Tran", "Khoi Nguyen Le", "Pham Ngoc Hung"
],
"venue": "Information and Software Technology, 2021",
"thumbnail": "",
"selected": 1,
"award": "",
"links": {
"pdf": "https://www.sciencedirect.com/science/article/pii/S0950584922000027"
}
},
{
"title": "Automated Test Data Generation and Stubbing Method for C/C++ Embedded Projects",
"authors": [
"Lam Nguyen Tung", "Nguyen Vu Binh Duong", "Khoi Nguyen Le", "Pham Ngoc Hung"
],
"venue": "Automated Software Engineering, 2024",
"thumbnail": "images/thumbs/2.jpg",
"selected": 1,
"award": "",
"links": {
"pdf": "https://dl.acm.org/doi/abs/10.1007/s10515-024-00449-6"
}
}
]
}