BIFI icon indicating copy to clipboard operation
BIFI copied to clipboard

[ICML 2021] Break-It-Fix-It: Unsupervised Learning for Program Repair

Results 5 BIFI issues
Sort by recently updated
recently updated
newest added

Fix `AttributeError` when running c007__generate_paired_data_from_breaker.py. Change `goods[progid].split()` in line 58 to `goods[progid]['code_toks_joined'].plit()`.

Hello, I found a potential bug in your repo. According to the paper, the initialization step contains the training of an initial fixer and a breaker as well. See the...

Hello, I have a question about the dataset. I downloaded your dataset and looked into the samples. You also provided commit hashes for each sample. I randomly sampled 20 data...

Hello, Thank you for your work! I have several questions about the training and data preprocessing. In the paper, you say that at each round, you are training the fixer...