Hi everyone!

I am Giulia Sellitto, Ph.D. Student in Computer Science at the University of Salerno, Italy.
I am with the SeSa Lab and my main research area is Software Engineering.
I have been an ACM and IEEE student member since 2021.

Publications

Toward the Deployment of a Chatbot to Augment Computer Science Education

Giusy Annunziata, Giulia Sellitto, Stefano Lambiase, Emanuele Bruno, Gabriele De Vito, Filomena Ferrucci

1st Workshop on Artificial Intelligence with and for Learning Sciences: Past, Present, and Future Horizons (WAILS 2024)

Over the last few years, human life has been significantly improved by many technological innovations, especially due to considerable advances in the field of Artificial Intelligence. In particular, the most noticeable impact of such progress on everyday life is given by Conversational Agents, also known as Chatterbots, and later shortened to Chatbots. Chatbots in education are becoming more and more popular due to the advantages they guarantee toward personalized learning, ease of use, and accessibility. Such benefits have been observed in various contexts, from primary and secondary education to university and vocational training. One of the most recent chatbots proposed in the literature is Hermias, presented by Petousi et al., which is aimed at helping high school students in the learning of History. We aim to follow the path traced by Petousi et al., by developing a chatbot with three-fold intentions, i.e., we are interested in (1) encouraging the engagement of high school students in the field of Computer Science, particularly about the topic related to networks, (2) improving their interest toward the history of Computer Science and the progress of this discipline over the decades, and (3) raising students’ awareness on women in Science, escaping the common belief that STEM subjects are mainly for males. Therefore, we propose CAIHL, a chatbot envisioned to help students understand the concepts of computer networks, with an eye on the history of the subject and its pioneers. In particular, CAIHL impersonates Hedy Lamarr, a leading figure in Computer Science who made substantial contributions to the field of networks. Through the persona of Hedy Lamarr, students can be captured in the learning of computer science, as the curiosity in her personal history acts as a Trojan horse, which initially engages students by means of history and trivia, and finally brings them to learn. We hypothesize that the employment of CAIHL in a real education environment can boost the effectiveness of lectures, by stimulating the curiosity of students and making them the protagonists of the learning.

CitationPDFOnline Library

An Empirical Study on the Performance of Vulnerability Prediction Models Evaluated Applying Real-world Labelling

Giulia Sellitto, Alexandra Sheykina, Fabio Palomba, Andrea De Lucia

Joint Conference of the 32nd International Workshop on Software Measurement (IWSM) and the 17th International Conference on Software Process and Product Measurement (MENSURA) 2023

Software vulnerabilities are infamous threats to the security of computing systems, and it is vital to detect and correct them before releasing any piece of software to the public. Many approaches for the detection of vulnerabilities have been proposed in the literature; in particular, those leveraging machine learning techniques, i.e., vulnerability prediction models, seem quite promising. However, recent work has warned that most models have only been evaluated in in-vitro settings, under certain assumptions that do not resemble the real scenarios in which such approaches are supposed to be employed. This observation ignites the risk that the encouraging results obtained in previous literature may be not as well convenient in practice. Recognizing the dangerousness of biased and unrealistic evaluations, we aim to dive deep into the problem, by investigating whether and to what extent vulnerability prediction models' performance changes when measured in realistic settings. To do this, we perform an empirical study evaluating the performance of a vulnerability prediction model, configured with three data balancing techniques, executed at three different degrees of realism, leveraging two datasets. Our findings highlight that the outcome of any measurement strictly depends on the experiment setting, calling researchers to take into account the actuality and applicability in practice of the approaches they propose and evaluate.

CitationPDFOnline Library

Fairness-aware Machine Learning Engineering: How Far Are We?

Carmine Ferrara, Giulia Sellitto, Filomena Ferrucci, Fabio Palomba, Andrea De Lucia

Empirical Software Engineering

Machine learning is part of the daily life of people and companies worldwide. Unfortunately, bias in machine learning algorithms risks unfairly influencing the decision-making process and reiterating possible discrimination. While the interest of the software engineering community in software fairness is rapidly increasing, there is still a lack of understanding of various aspects connected to fair machine learning engineering, i.e., the software engineering process involved in developing fairness-critical machine learning systems. Questions connected to the practitioners’ awareness and maturity about fairness, the skills required to deal with the matter, and the best development phase(s) where fairness should be faced more are just some examples of the knowledge gaps currently open. In this paper, we provide insights into how fairness is perceived and managed in practice, to shed light on the instruments and approaches that practitioners might employ to properly handle fairness. We conducted a survey with 117 professionals who shared their knowledge and experience highlighting the relevance of fairness in practice, and the skills and tools required to handle it. The key results of our study show that fairness is still considered a second-class quality aspect in the development of artificial intelligence systems. The building of specific methods and development environments, other than automated validation tools, might help developers to treat fairness throughout the software lifecycle and revert this trend.

CitationPDFOnline Library

The Yin and Yang of Software Quality: On the Relationship between Design Patterns and Code Smells

Giammaria Giordano, Giulia Sellitto, Aurelio Sepe, Fabio Palomba, Filomena Ferrucci

49th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA 2023)

Software reuse is considered the silver bullet of software engineering. It has been largely demonstrated that the proper implementation of design and reuse principles can substantially reduce the effort, time, and costs required to develop software systems. Design patterns are one of the most affirmed techniques for source code reuse. While previous work pointed out their benefits in terms of maintainability and understandability, some seem to raise the opposite concern, suggesting that they can negatively impact code quality from the developers' perspectives. We recognize such discrepancy in the literature, and we aim to fill this gap by investigating whether and how design patterns are related to the emergence of issues compromising code understandability, namely the Complex Class, God Class, and Spaghetti Code smells, which have been also shown to increase the change- and fault-proneness of code. We perform an empirical evaluation on 15 Java projects evolving over 542 releases, and we find that, although design patterns are supposed to improve code quality without prejudice, they can be related to dangerous issues, as we observe the emergence of code smells in the classes participating in their implementation. From our findings, we distil a number of implications for developers and project managers to support them in dealing with design patterns.

CitationPDFOnline Library

QuantuMoonLight: A low-code platform to experiment with quantum machine learning

Francesco Amato, Matteo Cicalese, Luca Contrasto, Giacomo Cubicciotti, Gerardo D’Ambola, Antonio La Marca, Giuseppe Pagano, Fiorentino Tomeo, Gennaro Alessio Robertazzi, Gabriele Vassallo, Giovanni Acampora, Autilia Vitiello, Gemma Catolino, Giammaria Giordano, Stefano Lambiase, Valeria Pontillo, Giulia Sellitto, Filomena Ferrucci, Fabio Palomba

SoftwareX

Nowadays, machine learning is being used to address multiple problems in various research fields, with software engineering researchers being among the most active users of machine learning mechanisms. Recent advances revolve around the use of quantum machine learning, which promises to revolutionize program computation and boost software systems’ problem-solving capabilities. However, using quantum computing technologies is not trivial and requires interdisciplinary skills and expertise. For such a reason, we propose QuantuMoonLight, a community-based low-code platform that allows researchers and practitioners to configure and experiment with quantum machine learning pipelines, compare them with classic machine learning algorithms, and share lessons learned and experience reports. We showcase the architecture and main features of QuantuMoonLight, other than discussing its envisioned impact on research and practice.

CitationPDFOnline Library

Toward Understanding the Impact of Refactoring on Program Comprehension

Giulia Sellitto, Emanuele Iannone, Zadia Codabux, Valentina Lenarduzzi, Andrea De Lucia, Fabio Palomba, Filomena Ferrucci

29th International Conference on Software Analysis, Evolution, and Reengineering (SANER 2022)

Distinguished Paper Award

Software refactoring is the activity associated with developers changing the internal structure of source code without modifying its external behavior. The literature argues that refactoring might have beneficial and harmful implications for software maintainability, primarily when performed without the support of automated tools. This paper continues the narrative on the effects of refactoring by exploring the dimension of program comprehension, namely the property that describes how easy it is for developers to understand source code. We start our investigation by assessing the basic unit of program comprehension, namely program readability. Next, we set up a large-scale empirical investigation – conducted on 156 open-source projects – to quantify the impact of refactoring on program readability. First, we mine refactoring data and, for each commit involving a refactoring, we compute (i) the amount and type(s) of refactoring actions performed and (ii) eight state-of-the-art program comprehension metrics. Afterwards, we build statistical models relating the various refactoring operations to each of the readability metrics considered to quantify the extent to which each refactoring impacts the metrics in either a positive or negative manner. The key results are that refactoring has a notable impact on most of the readability metrics considered.

CitationPDFOnline Library

Service

2023

Social Media Chair

  • 49th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA 2023)

Reviewer

  • 45th International Conference on Software Engineering (ICSE 2023), NIER Track
2022

Social Media and Web Co-Chair

  • 3rd Workshop on Gender Equality, Diversity, and Inclusion in Software Engineering (GE@ICSE 2022)

Reviewer

  • ACM Transactions on Software Engineering and Methodology (TOSEM)
  • Elsevier Journal of Systems and Software (JSS)
  • Elsevier Science of Computer Programming (SCICO)
  • 22nd IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2022), NIER Track
  • 44th International Conference on Software Engineering (ICSE 2022), NIER Track
  • 16th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement (EMSE 2022)
  • 13th IEEE Global Engineering Education Conference (EDUCON 2022)
  • 37th IEEE/ACM International Conference on Automated Software Engineering (ASE 2022), Tool Demo Track
  • 26th ACM Conference on Computer‐Supported Cooperative Work And Social Computing (CSCW 2023)

Student Volunteer

  • 44th International Conference on Software Engineering (ICSE 2022)
2021

Reviewer

  • Elsevier Journal of Systems and Software (JSS)

Student Volunteer

  • 43rd International Conference on Software Engineering (ICSE 2021)
  • 8th ACM Celebration of Women in Computing (WomENcourage 2021)

Education

Ph.D. in Computer Science

Nov 2021 - present

University of Salerno, Italy

Curriculum: Internet of Things and Smart Technologies • Advisor: Prof. Filomena Ferrucci

M.Sc. in Computer Science cum laude

2018 - 2021

University of Salerno, Italy

Curriculum: Internet of Things

Thesis: The Impact of Release‐based Validation on Software Vulnerability Prediction Models • Advisor: Prof. Filomena Ferrucci

24 CFU for Teaching

2019 - 2020

University of Salerno, Italy

Topics: Computer Science Education, Pedagogy, Docimology, Relationships between Emotions and Learning

B.Sc. in Computer Science cum laude

2015 - 2018

University of Salerno, Italy

Thesis: Kelnero, un’App per la Gestione degli Ordini nei Ristoranti (Italian) • Advisor: Prof. Vittorio Fuccella