We gratefully acknowledge support from
the Simons Foundation and member institutions.

Software Engineering

Authors and titles for cs.SE in Dec 2021

[ total of 154 entries: 1-25 | 26-50 | 51-75 | 76-100 | ... | 151-154 ]
[ showing 25 entries per page: fewer | more | all ]
[1]  arXiv:2112.00646 [pdf, other]
Title: Reliability Assessment and Safety Arguments for Machine Learning Components in System Assurance
Comments: Preprint Accepted by ACM Transactions on Embedded Computing Systems
Journal-ref: ACM Transactions on Embedded Computing Systems; 2022
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Robotics (cs.RO)
[2]  arXiv:2112.00699 [pdf, ps, other]
Title: BERT_SE: A Pre-trained Language Representation Model for Software Engineering
Journal-ref: In D. C. Wyld and D. Nagamalai (Ed.), NLPTA 2021. v.11, n.19, 2021, 115-130
Subjects: Software Engineering (cs.SE)
[3]  arXiv:2112.00858 [pdf, other]
Title: Common Bugs in Scratch Programs
Comments: Proceedings of the 2020 ACM Conference on Innovation and Technology in Computer Science Education (pp. 89-95)
Subjects: Software Engineering (cs.SE)
[4]  arXiv:2112.00964 [pdf, other]
Title: A Survey on Scenario-Based Testing for Automated Driving Systems in High-Fidelity Simulation
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Robotics (cs.RO)
[5]  arXiv:2112.01218 [pdf, other]
Title: GraphCode2Vec: Generic Code Embedding via Lexical and Program Dependence Analyses
Subjects: Software Engineering (cs.SE)
[6]  arXiv:2112.01259 [pdf, other]
Title: Borrowing from Similar Code: A Deep Learning NLP-Based Approach for Log Statement Automation
Comments: 27 pages
Subjects: Software Engineering (cs.SE); Machine Learning (cs.LG)
[7]  arXiv:2112.01315 [pdf, other]
Title: A Generator Framework For Evolving Variant-Rich Software
Comments: 9 pages, 5 figures
Subjects: Software Engineering (cs.SE)
[8]  arXiv:2112.01317 [pdf, other]
Title: Monolith to Microservices: Representing Application Software through Heterogeneous Graph Neural Network
Comments: The paper has been accepted for publication at IJCAI-ECAI 2022 (main research track)
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI)
[9]  arXiv:2112.01538 [pdf, other]
Title: Testing Reactive Systems Using Behavioural Programming, a Model Centric Approach
Authors: Yeshayahu Weiss
Comments: 31 pages, 7 figures
Subjects: Software Engineering (cs.SE)
[10]  arXiv:2112.01581 [pdf, other]
Title: On the Documentation of Refactoring Types
Comments: arXiv admin note: text overlap with arXiv:2009.09279
Subjects: Software Engineering (cs.SE)
[11]  arXiv:2112.01590 [pdf, other]
Title: The Art and Practice of Data Science Pipelines: A Comprehensive Study of Data Science Pipelines In Theory, In-The-Small, and In-The-Large
Journal-ref: ICSE 2022: The 44th International Conference on Software Engineering
Subjects: Software Engineering (cs.SE)
[12]  arXiv:2112.01598 [pdf, other]
Title: What Not to Test (for Cyber-Physical Systems)
Comments: 17 pages, 5 figures, 7 tables. Accepted by TSE
Subjects: Software Engineering (cs.SE)
[13]  arXiv:2112.01635 [pdf, ps, other]
Title: A Grounded Theory Based Approach to Characterize Software Attack Surfaces
Comments: This paper has been accepted in the IEEE/ACM International Conference on Software Engineering (ICSE 2022) and is going to be published. Please feel free to cite it
Subjects: Software Engineering (cs.SE)
[14]  arXiv:2112.01644 [pdf, ps, other]
Title: Systematically reviewing the layered architectural pattern principles and their use to reconstruct software architectures
Comments: 30 pages
Subjects: Software Engineering (cs.SE)
[15]  arXiv:2112.01771 [pdf, other]
Title: Understanding Performance Problems in Deep Learning Systems
Comments: Has been accepted by ESEC/FSE 2022
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
[16]  arXiv:2112.02043 [pdf, ps, other]
Title: Multilingual training for Software Engineering
Comments: Accepted at International Conference on Software Engineering (ICSE-2022)
Subjects: Software Engineering (cs.SE); Machine Learning (cs.LG)
[17]  arXiv:2112.02240 [pdf, other]
Title: Tracking Patches for Open Source Software Vulnerabilities
Comments: Accepted to the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE)
Subjects: Software Engineering (cs.SE); Cryptography and Security (cs.CR)
[18]  arXiv:2112.02268 [pdf, other]
Title: Bridging Pre-trained Models and Downstream Tasks for Source Code Understanding
Comments: Accepted to the 44th International Conference on Software Engineering (ICSE 2022)
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI)
[19]  arXiv:2112.02650 [pdf, other]
Title: VarCLR: Variable Semantic Representation Pre-training via Contrastive Learning
Comments: Accepted by ICSE 2022
Subjects: Software Engineering (cs.SE); Computation and Language (cs.CL); Machine Learning (cs.LG); Programming Languages (cs.PL)
[20]  arXiv:2112.02758 [pdf, other]
Title: A Tool for Rejuvenating Feature Logging Levels via Git Histories and Degree of Interest
Comments: 4 pages, ICSE '22 (tool demo track)
Journal-ref: International Conference on Software Engineering, ICSE 2022. ACM/IEEE, ACM, May 2022
Subjects: Software Engineering (cs.SE)
[21]  arXiv:2112.02807 [pdf, other]
Title: MDPFuzz: Testing Models Solving Markov Decision Processes
Subjects: Software Engineering (cs.SE); Machine Learning (cs.LG)
[22]  arXiv:2112.02819 [pdf, other]
Title: Finding Deviated Behaviors of the Compressed DNN Models for Image Classifications
Comments: This is the author version. The DOI of the published version is this http URL Please see the full abstract in the pdf
Journal-ref: ACM Transactions on Software Engineering and Methodology, 2023
Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI)
[23]  arXiv:2112.02963 [pdf, other]
Title: Hyperstyle: A Tool for Assessing the Code Quality of Solutions to Programming Assignments
Comments: 7 pages, 3 figures
Subjects: Software Engineering (cs.SE)
[24]  arXiv:2112.02969 [pdf, other]
Title: Jigsaw: Large Language Models meet Program Synthesis
Comments: Accepted to ICSE'22
Subjects: Software Engineering (cs.SE); Programming Languages (cs.PL)
[25]  arXiv:2112.03395 [pdf, other]
Title: Manas: Mining Software Repositories to Assist AutoML
Subjects: Software Engineering (cs.SE); Machine Learning (cs.LG)
[ total of 154 entries: 1-25 | 26-50 | 51-75 | 76-100 | ... | 151-154 ]
[ showing 25 entries per page: fewer | more | all ]

Disable MathJax (What is MathJax?)

Links to: arXiv, form interface, find, cs, 2404, contact, help  (Access key information)