3 papers
cs.SE2026
JunoBench: A Benchmark Dataset of Crashes in Python Machine Learning Jupyter Notebooks
Yiran Wang, José Antonio Hernández López, José Antonio Hernández López +3
Jupyter notebooks are widely used for machine learning (ML) prototyping. Yet, few debugging tools are designed for ML code in notebooks, partly, due to the lack of benchmarks. We i…
cs.SE2026
Runtime-Augmented LLMs for Crash Detection and Diagnosis in ML Notebooks
Yiran Wang, José Antonio Hernández López, Ulf Nilsson +1
Jupyter notebooks are widely used for machine learning (ML) development due to their support for interactive and iterative experimentation. However, ML notebooks are highly prone t…
cs.SE2025
Why do Machine Learning Notebooks Crash? An Empirical Study on Public Python Jupyter Notebooks
Yiran Wang, Willem Meijer, José Antonio Hernández López +2
Jupyter notebooks have become central in data science, integrating code, text and output in a flexible environment. With the rise of machine learning (ML), notebooks are increasing…