paper-with-me

Papers

MultiFix: Learning to Repair Multiple Errors by Optimal Alignment Learning

2021-11-01 · Findings (EMNLP) 2021 11 · HyeonTae Seo, Yo-Sub Han, Sang-Ki Ko

We consider the problem of learning to repair erroneous C programs by learning optimal alignments with correct programs. Since the previous approaches fix a single error in a line, it is inevitable to iterate the fixing process until no errors remain. In this work, we propose a novel sequence-to-sequence learning framework for fixing multiple program errors at a time. We introduce the edit-distance-based data labeling approach for program error correction. Instead of labeling a program repair example by pairing an erroneous program with a line fix, we label the example by paring an erroneous program with an optimal alignment to the corresponding correct program produced by the edit-distance computation. We evaluate our proposed approach on a publicly available dataset (DeepFix dataset) that consists of erroneous C programs submitted by novice programming students. On a set of 6,975 erroneous C programs from the DeepFix dataset, our approach achieves the state-of-the-art result in terms of full repair rate on the DeepFix dataset (without extra data such as compiler error message or additional source codes for pre-training).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Program Repair

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

A Step towards Interpretable Multimodal AI Models with MultiFIX

2025-05-16 · Mafalda Malafaia, Thalea Schlender, Tanja Alderliesten, Peter A. N. Bosman

Real-world problems are often dependent on multiple data modalities, making multimodal fusion essential for leveraging diverse information sources. In high-stakes domains, such as in healthcare, understanding how each mo…

GNN-MultiFix: Addressing the pitfalls for GNNs for multi-label node classification

2024-11-21 · Tianqi Zhao, Megha Khosla

Graph neural networks (GNNs) have emerged as powerful models for learning representations of graph data showing state of the art results in various tasks. Nevertheless, the superiority of these methods is usually support…

Node Classification

MultiFIX: An XAI-friendly feature inducing approach to building models from multimodal data

2024-02-19 · Mafalda Malafaia, Thalea Schlender, Peter A. N. Bosman, Tanja Alderliesten

In the health domain, decisions are often based on different data modalities. Thus, when creating prediction models, multimodal fusion approaches that can extract and combine relevant features from different data modalit…

Explainable artificial intelligence

Automated and Interpretable Survival Analysis from Multimodal Data

2025-09-25 · Mafalda Malafaia, Peter A. N. Bosman, Coen Rasch, Tanja Alderliesten arxiv

Accurate and interpretable survival analysis remains a core challenge in oncology. With growing multimodal data and the clinical need for transparent models to support validation and trust, this challenge increases in co…

SafeFix: Targeted Model Repair via Controlled Image Generation

2025-08-12 · Ouyang Xu, Baoming Zhang, Ruiyu Mao, Yunhui Guo arxiv

Deep learning models for visual recognition often exhibit systematic errors due to underrepresented semantic subpopulations. Although existing debugging frameworks can pinpoint these failures by identifying key failure a…

Image Generation