EDBT 2026 Demo / reviewers in the wild / expert
Luigi Quaranta
dblp:238/0016
· DBLP profile ↗
2ranked-venue papers in the field
1as first author
2since 2021 · last 2024
0000-0002-9221-0739ORCID · verified
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 2 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Leveraging GPT-like LLMs to Automate Issue LabelingabstractIssue labeling is a crucial task for the effective management of software projects. To date, several approaches have been put forth for the automatic assignment of labels to issue reports. In particular, supervised approaches based on the fine-tuning of BERT-like language models have been proposed, achieving state-of-the-art performance. More recently, decoder-only models such as GPT have become prominent in SE research due to their surprising capabilities to achieve state-of-the-art performance even for tasks they have not been trained for. To the best of our knowledge, GPT-like models have not been applied yet to the problem of issue classification, despite the promising results achieved for many other software engineering tasks. In this paper, we investigate to what extent we can leverage GPT-like LLMs to automate the issue labeling task. Our results demonstrate the ability of GPT-like models to correctly classify issue reports in the absence of labeled data that would be required to fine-tune BERT-like LLMs. Giuseppe Colavito, Filippo Lanubile, Nicole Novielli, Luigi Quaranta |
MSR | 4 |
| 2021 | KGTorrent: A Dataset of Python Jupyter Notebooks from KaggleabstractComputational notebooks have become the tool of choice for many data scientists and practitioners for performing analyses and disseminating results. Despite their increasing popularity, the research community cannot yet count on a large, curated dataset of computational notebooks. In this paper, we fill this gap by introducing KGTorrent, a dataset of Python Jupyter notebooks with rich metadata retrieved from Kaggle, a platform hosting data science competitions for learners and practitioners with any levels of expertise. We describe how we built KGTorrent, and provide instructions on how to use it and refresh the collection to keep it up to date. Our vision is that the research community will use KGTorrent to study how data scientists, especially practitioners, use Jupyter Notebook in the wild and identify potential shortcomings to inform the design of its future extensions. Luigi Quaranta, Fabio Calefato, Filippo Lanubile |
MSR | 1 |