EDBT 2026 Demo / reviewers in the wild / expert
Yun Li 0009
dblp:87/6284-9
· DBLP profile ↗
13ranked-venue papers in the field
2as first author
8since 2021 · last 2025
0000-0002-2079-9484ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 9 (2 first)Database Systems & Data Management · 1Information Retrieval & Web Search · 1Big Data, Cloud & Distributed Data Systems · 1Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | FunLoc: A Novel Function-level Bug Localization Framework Enhanced by Contrastive and Active Learning StrategiesabstractThe increasing complexity of software systems has made them more prone to bugs, prompting the development of automated bug localization techniques to ensure software reliability. Despite these techniques having demonstrated notable success at the file level, their application and optimization at the function level often encounter serious performance cliffs. This limitation underscores the urgent need for a dedicated framework for function-level bug localization, which we address through FunLoc, a novel framework that takes coarse-grained source files as input units and identifies fine-grained buggy functions as output. To address the critical challenges of handling domain-specific bug reports and managing vast function-level sample space, we introduce two key innovations that are seamlessly integrated into FunLoc. First, we design a contrastive learning-based domain-adaptive language model to enhance the framework's ability to process and interpret specialized bug reports effectively. Second, we propose an active learning-based dynamic negative sampling strategy to address the scalability issues arising from the extensive function-level sample space. To evaluate the effectiveness of our approach, we extend and release a function-level bug localization dataset derived from large-scale real-world projects. Extensive experiments demonstrate that our approach outperforms state-of-the-art techniques. Ziye Zhu, Liangliang Peng, Yu Wang 0072, Yun Li 0009, Xianzhong Long |
CIKM | 4 |
| 2023 | Cost-sensitive Tensor-based Dual-stage Attention LSTM with Feature Selection for Data Center Server Power ForecastingabstractPower forecasting has a guiding effect on power-aware scheduling strategies to reduce unnecessary power consumption in data centers. Many metrics related to power consumption can be collected in physical servers, such as the status of CPU, memory, and other components. However, most existing methods empirically exploit a small number of metrics to forecast power consumption. To this end, this article uses feature selection based on causality to explore the metrics that strongly influence the power consumption of different tasks. Moreover, we propose a tensor-based dual-stage attention LSTM to forecast the non-linear and non-periodic power consumption. In the proposed model, a multi-way delay embedding transform is utilized to convert the time series into tensors along the temporal direction. The LSTM combines with the tensor technique and the attention mechanism to capture the temporal pattern effectively. In addition, we adopt the cost-sensitive loss function to optimize the specific power forecasting problem in data centers. The experimental results demonstrate that our method can achieve up to 1.4% to 4.3% forecasting accuracy improvement compared with the state-of-the-art models. Ziyu Shen, Binghui Liu, Zheng Liu 0001, Bin Xia 0003, Yun Li 0009 |
ACM Trans. Intell. Syst. Technol. | 6 |
| 2023 | BL-GAN: Semi-Supervised Bug Localization via Generative Adversarial NetworkabstractVarious automated bug localization technologies have recently emerged that require adequate bug-fix records available to train a predictive model. However, many projects in practice might not provide these necessities, especially for new projects in the first release, due to the expensive human effort for constructing a large amount of bug-fix records. Aiming to capture the potential relevance distribution between the bug report and code file from a limited number of available bug-fix records, we present the first semi-supervised bug localization model named BL-GAN in this paper. For this purpose, the promising Generative Adversarial Network is introduced in BL-GAN, in which synthetic bug-fix records close to the real ones are constructed by searching the project directory tree to generate file paths instead of traversing the contents of all code files. For processing bug reports, the proposed BL-GAN adopts an attention-based Transformer architecture to capture semantic and sequence information. In order to capture the proprietary structural information in code files, BL-GAN incorporates a novel multilayer Graph Convolutional Network to process the source code in a graphical view. Extensive experiments on large-scale real-world datasets reveal that our model BL-GAN significantly outperforms the state-of-the-art on all evaluation measures. Ziye Zhu, Hanghang Tong, Yu Wang 0072, Yun Li 0009 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2022 | Robustness May be at Odds with Stability in Adversarial Training based Feature Selection?abstractAs an important stage in machine learning pipeline, feature selection techniques are mainly used to improve the generalization performance and training efficiency of machine learning model, but few works have focused on the robustness of machine learning models from the perspective of feature selection when dealing with adversarial attacks. In this paper, we propose the adversarial training (AT) based feature selection framework, i.e. AT based feature selection, to improve the robustness of machine learning model built on the feature selection result, which is inspired by using adversarial training to improve the robustness of deep learning model. AT based feature selection framework is the combination of adversarial training with some traditional feature selection algorithm, which can be divided into AT in-processing and AT post-processing feature selection. On the other hand, stability is also a very important property for feature selection. Then we experimentally analyze the relationship between robustness and stability of AT based feature selection, especially theoretically analyze the stability of $\ell_{2}$ regularized AT in-processing feature selection algorithm in two different adversarial training forms. Our experimental results on benchmark data sets show that AT based feature selection algorithm is effective to improve the robustness of machine learning model, however, obtain lower stability than corresponding feature selection model without AT. Yun Li 0009 |
ICDM | 2 |
| 2022 | Transferable Interpolated Adversarial Attack with Random-Layer Mixup
Size Ma, Keji Han, Xianzhong Long, Yun Li 0009 |
PAKDD (2) | 4 |
| 2022 | Nested Named Entity Recognition: A SurveyabstractWith the rapid development of text mining, many studies observe that text generally contains a variety of implicit information, and it is important to develop techniques for extracting such information. Named Entity Recognition (NER), the first step of information extraction, mainly identifies names of persons, locations, and organizations in text. Although existing neural-based NER approaches achieve great success in many language domains, most of them normally ignore the nested nature of named entities. Recently, diverse studies focus on the nested NER problem and yield state-of-the-art performance. This survey attempts to provide a comprehensive review on existing approaches for nested NER from the perspectives of the model architecture and the model property, which may help readers have a better understanding of the current research status and ideas. In this survey, we first introduce the background of nested NER, especially the differences between nested NER and traditional (i.e., flat) NER. We then review the existing nested NER approaches from 2002 to 2020 and mainly classify them into five categories according to the model architecture, including early rule-based, layered-based, region-based, hypergraph-based, and transition-based approaches. We also explore in greater depth the impact of key properties unique to nested NER approaches from the model property perspective, namely entity dependency, stage framework, error propagation, and tag scheme. Finally, we summarize the open challenges and point out a few possible future directions in this area. This survey would be useful for three kinds of readers: (i) Newcomers in the field who want to learn about NER, especially for nested NER. (ii) Researchers who want to clarify the relationship and advantages between flat NER and nested NER. (iii) Practitioners who just need to determine which NER technique (i.e., nested or not) works best in their applications. Yu Wang 0072, Hanghang Tong, Ziye Zhu, Yun Li 0009 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2021 | TroBo: A Novel Deep Transfer Model for Enhancing Cross-Project Bug Localization
Ziye Zhu, Yu Wang 0072, Yun Li 0009 |
KSEM | 3 |
| 2021 | A deep multimodal model for bug localization
Ziye Zhu, Yun Li 0009, Yu Wang 0072, Yaojing Wang, Hanghang Tong |
Data Min. Knowl. Discov. | 2 |
| 2020 | Explainable Software vulnerability detection based on Attention-based Bidirectional Recurrent Neural NetworksabstractSoftware vulnerability detection in source code is a fundamental problem in cyber-security. Aiming at discovering the vulnerability automatically, this paper proposes an open source software vulnerability detection method based on attention-based bidirectional recurrent neural networks. Based on the high-level and generalizable function representations that obtained from the abstract syntax tree(AST), an attention-based bidirectional recurrent neural networks is devised to capture the sequential and important code elements in vulnerability detection from the large number of features that the deep learning model has learned. Experimental results confirm that the huge potential of the proposed new vulnerability detection method which is not only more effective than Convolutional Neural Networks(CNN) but also better than traditional Bidirectional Recurrent Neural Networks(BRNN) in reducing the false negative rate at the price of increasing the false positive rate. Yun Li 0009, Jiatai Sun, Yixin Chen 0001 |
IEEE BigData | 2 |
| 2019 | SC-NER: A Sequence-to-Sequence Model with Sentence Classification for Named Entity Recognition
Yu Wang 0072, Yun Li 0009, Ziye Zhu, Bin Xia 0003, Zheng Liu 0001 |
PAKDD (1) | 2 |
| 2017 | On Link Formation in Heterogeneous Information Networks: A View Based on Multi-Label LearningabstractThis paper studies the problem of relationship prediction in heterogeneous information networks. Our goal is not only to predict links/relationships more accurately but also to provide more viable paths to facilitate the formation of new links/relationships. A relationship prediction method based on multi-label learning named ML3P is proposed. In ML3P, each meta-path between nodes is regarded as a type of relationship and is given a label. Under the framework of multi-label learning, any potential relationship including the target relationship can be predicted. The results of comparative experiments in DBLP and Twitter datasets show that ML3P better uses heterogeneous information in supervised learning process and thus achieves better performance. Moreover, our method can output the correlation between relationships. Ke-Jia Chen 0001, Shijun Xue, Yun Li 0009, Bin Liu 0021 |
ASONAM | 3 |
| 2017 | Recent advances in feature selection and its applications
Yun Li 0009, Tao Li 0001, Huan Liu 0001 |
Knowl. Inf. Syst. | 1 |
| 2009 | Similarity-Based Feature Selection for Learning from Examples with Continuous Values
Yun Li 0009, Su-Jun Hu, Wen-Jie Yang, Guozi Sun, Fang-Wu Yao, Geng Yang 0002 |
PAKDD | 1 |