Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleApril 2024
A Learning-Based Approach to Static Program Slicing
Proceedings of the ACM on Programming Languages (PACMPL), Volume 8, Issue OOPSLA1Article No.: 97, Pages 83–109https://doi.org/10.1145/3649814Traditional program slicing techniques are crucial for early bug detection and manual/automated debugging of online code snippets. Nevertheless, their inability to handle incomplete code hinders their real-world applicability in such scenarios. To ...
- ArticleSeptember 2023
Fuzzy Fingerprinting Large Pre-trained Models
Fuzzy Logic and Technology, and Aggregation OperatorsPages 232–243https://doi.org/10.1007/978-3-031-39965-7_20AbstractLarge pre-trained models like BERT and RoBERTa have gained massive popularity as they have surpassed previous state-of-the-art models in various Natural Language Processing (NLP) tasks. Nevertheless, interpreting their behavior is still an ongoing ...
- ArticleNovember 2023
ParaNet:Parallel Networks with Pre-trained Models for Text Classification
AbstractThe application of linguistic knowledge derived from pre-trained language models has demonstrated considerable potential in text classification tasks. Despite this, effectively learning the distance between samples and different labels for ...
- research-articleJuly 2023
Towards Efficient Fine-Tuning of Pre-trained Code Models: An Experimental Study and Beyond
ISSTA 2023: Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and AnalysisPages 39–51https://doi.org/10.1145/3597926.3598036Recently, fine-tuning pre-trained code models such as CodeBERT on downstream tasks has achieved great success in many software testing and analysis tasks. While effective and prevalent, fine-tuning the pre-trained parameters incurs a large ...
- research-articleJuly 2022
An extensive study on pre-trained models for program understanding and generation
ISSTA 2022: Proceedings of the 31st ACM SIGSOFT International Symposium on Software Testing and AnalysisPages 39–51https://doi.org/10.1145/3533767.3534390Automatic program understanding and generation techniques could significantly advance the productivity of programmers and have been widely studied by academia and industry. Recently, the advent of pre-trained paradigm enlightens researchers to develop ...