Recognition: unknown
SynthFix: Adaptive Neuro-Symbolic Code Vulnerability Repair
Pith reviewed 2026-05-10 06:35 UTC · model grok-4.3
The pith
SynthFix improves LLM code vulnerability repair by routing samples between pattern-based fine-tuning and iterative symbolic refinement.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
SynthFix is a hybrid neural-symbolic framework that improves LLM-based vulnerability repair by unifying code synthesis with compiler-informed symbolic feedback. The core of the approach is an adaptive training strategy where a neural Router Model directs code samples to either Supervised Fine-Tuning (SFT) to learn common patterns or Reward Fine-Tuning (RFT) with symbolic rewards for complex, iterative refinement.
What carries the argument
The neural Router Model, which classifies each code sample and assigns it to either pattern-learning supervised fine-tuning or compiler-guided reward fine-tuning.
Load-bearing premise
The neural router can correctly separate samples that benefit from simple pattern learning from those that need repeated symbolic feedback.
What would settle it
An ablation that replaces the learned router with random assignment and then measures whether repair accuracy falls back to the level of the non-adaptive baselines on the same FixJS and CodeFlaws sets.
Figures
read the original abstract
Large Language Models (LLMs) show promise for automated code repair but often struggle with the complex semantic and structural correctness required. We present SynthFix, a hybrid neural-symbolic framework that improves LLM-based vulnerability repair by unifying code synthesis with compiler-informed symbolic feedback. The core of our approach is an adaptive training strategy where a neural Router Model directs code samples to either Supervised Fine-Tuning (SFT) to learn common patterns or Reward Fine-Tuning (RFT) with symbolic rewards for complex, iterative refinement. On the FixJS (JavaScript) and CodeFlaws (C) benchmarks, SynthFix achieves up to 18% relative improvement in CodeBLEU/CrystalBLEU and 32% in Exact Match over strong SFT and RFT baselines. Our results show that this adaptive combination of training strategies, which mirrors how developers alternate between pattern application and tool feedback, significantly improves the accuracy and efficiency of LLM-based vulnerability repair. Our code and data are available at https://github.com/CoderDoge1108/SynthFix.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents SynthFix, a hybrid neural-symbolic framework for automated code vulnerability repair. It introduces an adaptive training strategy in which a neural Router Model directs individual code samples to either Supervised Fine-Tuning (SFT) to capture common patterns or Reward Fine-Tuning (RFT) augmented with compiler-informed symbolic feedback for iterative refinement. On the FixJS (JavaScript) and CodeFlaws (C) benchmarks the authors report relative gains of up to 18 % in CodeBLEU/CrystalBLEU and 32 % in Exact Match over strong SFT and RFT baselines. The work emphasizes that this routing mirrors developer practice and releases code and data at a public GitHub repository.
Significance. If the reported gains prove robust under proper controls, the adaptive neuro-symbolic routing constitutes a concrete, reproducible advance in LLM-based program repair. The open release of code and data is a clear strength that supports verification and extension. The central claim, however, rests on the unexamined performance of the Router Model and on experimental details that are not supplied in the current manuscript, limiting the immediate significance of the empirical results.
major comments (2)
- [Experimental Evaluation] Experimental Evaluation section: the manuscript supplies no information on experimental controls, statistical significance tests, baseline hyper-parameter matching, or safeguards against data leakage. These omissions are load-bearing because the central claim consists entirely of relative improvements on FixJS and CodeFlaws.
- [Router Model] Router Model subsection: no accuracy, precision, or error-rate figures are reported for the Neural Router Model, nor are ablation results shown that isolate its contribution. Because the adaptive strategy is defined by this routing decision, the absence of such measurements prevents assessment of whether routing errors offset the claimed gains.
minor comments (2)
- [Abstract] The abstract states maximum relative improvements without indicating which benchmark or metric attains each figure; a table or sentence clarifying the per-benchmark, per-metric maxima would improve clarity.
- [Method] Notation for the symbolic reward function and the precise interface between the compiler feedback and the RFT objective is introduced without a dedicated equation or pseudocode block, making the symbolic component harder to reproduce from the text alone.
Simulated Author's Rebuttal
We thank the referee for the thoughtful and constructive review of our manuscript. The comments highlight important areas for strengthening the presentation of our experimental results and the analysis of the Router Model. We address each major comment below and have revised the manuscript to incorporate the requested details and additional analyses.
read point-by-point responses
-
Referee: [Experimental Evaluation] Experimental Evaluation section: the manuscript supplies no information on experimental controls, statistical significance tests, baseline hyper-parameter matching, or safeguards against data leakage. These omissions are load-bearing because the central claim consists entirely of relative improvements on FixJS and CodeFlaws.
Authors: We acknowledge that the original manuscript did not provide sufficient explicit details on these experimental aspects. In the revised manuscript, we have added a dedicated 'Experimental Setup' subsection within the Experimental Evaluation section. This subsection now describes: (1) experimental controls including fixed random seeds and reporting of results as means with standard deviations over five independent runs; (2) statistical significance testing via paired t-tests with reported p-values confirming the improvements are significant at p < 0.05; (3) baseline hyperparameter matching, where we re-tuned or directly adopted values from the original baseline papers to ensure fair comparison; and (4) safeguards against data leakage, including explicit checks confirming no overlap between training samples used for fine-tuning and the test sets in FixJS and CodeFlaws. These additions provide the necessary context to support the robustness of the relative gains reported. revision: yes
-
Referee: [Router Model] Router Model subsection: no accuracy, precision, or error-rate figures are reported for the Neural Router Model, nor are ablation results shown that isolate its contribution. Because the adaptive strategy is defined by this routing decision, the absence of such measurements prevents assessment of whether routing errors offset the claimed gains.
Authors: We agree that metrics and ablations for the Router Model are necessary to fully validate the adaptive strategy. The revised manuscript includes an expanded Router Model subsection that reports its performance metrics (accuracy, precision, recall, and F1-score) evaluated on a held-out validation set of code samples. We have also added ablation experiments that isolate the router's contribution by comparing the full SynthFix system against three variants: random routing, always-SFT, and always-RFT. These ablations demonstrate that the learned adaptive routing yields additional gains beyond the non-adaptive baselines, indicating that any routing errors do not offset the overall improvements. The new results allow direct assessment of the router's role in the reported performance. revision: yes
Circularity Check
No significant circularity
full rationale
The paper presents SynthFix as an empirical hybrid framework evaluated on external benchmarks (FixJS, CodeFlaws) against independent SFT/RFT baselines, reporting relative gains in CodeBLEU, CrystalBLEU, and Exact Match. No equations, derivations, or load-bearing claims reduce by construction to the method's own fitted parameters or self-citations; the adaptive router and symbolic feedback are described as design choices whose value is measured externally rather than defined tautologically. The central results are falsifiable experimental comparisons, not self-referential predictions.
Axiom & Free-Parameter Ledger
invented entities (1)
-
Neural Router Model
no independent evidence
Reference graph
Works this paper leans on
-
[1]
ACM Transactions on Software Engineering and Methodology , year=
A Tale of Two Comprehensions? Analyzing Student Programmer Attention during Code Summarization , author=. ACM Transactions on Software Engineering and Methodology , year=
-
[2]
2015 IEEE 23rd international conference on program comprehension , pages=
I know what you did last summer-an investigation of how developers spend their time , author=. 2015 IEEE 23rd international conference on program comprehension , pages=. 2015 , organization=
2015
-
[3]
ACM Computing Surveys (CSUR) , volume=
A survey of machine learning for big code and naturalness , author=. ACM Computing Surveys (CSUR) , volume=. 2018 , publisher=
2018
-
[4]
Evaluating Large Language Models Trained on Code
Evaluating large language models trained on code , author=. arXiv preprint arXiv:2107.03374 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[5]
Proceedings of the 32nd IEEE/ACM International Conference on Program Comprehension , pages=
Do Machines and Humans Focus on Similar Code? Exploring Explainability of Large Language Models in Code Summarization , author=. Proceedings of the 32nd IEEE/ACM International Conference on Program Comprehension , pages=
-
[6]
2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) , pages=
Modeling programmer attention as scanpath prediction , author=. 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) , pages=. 2023 , organization=
2023
-
[7]
Proceedings of the ACM on Software Engineering , volume=
Eyetrans: Merging human and machine attention for neural code summarization , author=. Proceedings of the ACM on Software Engineering , volume=. 2024 , publisher=
2024
-
[8]
Proceedings of the 7th ACM/IEEE International Workshop on Software-intensive Business , pages=
Human-ai collaboration in software engineering: Lessons learned from a hands-on workshop , author=. Proceedings of the 7th ACM/IEEE International Workshop on Software-intensive Business , pages=
-
[9]
Available: https://arxiv.org/abs/2401.12230
Computing in the Era of Large Generative Models: From Cloud-Native to AI-Native , author=. arXiv preprint arXiv:2401.12230 , year=
-
[10]
arXiv preprint arXiv:2208.08067 , year=
Astro: An ast-assisted approach for generalizable neural clone detection , author=. arXiv preprint arXiv:2208.08067 , year=
-
[11]
Proceedings of the 37th IEEE/ACM International Conference on Automated Software Engineering , pages=
Leveraging Artificial Intelligence on Binary Code Comprehension , author=. Proceedings of the 37th IEEE/ACM International Conference on Automated Software Engineering , pages=
-
[12]
Proceedings of the 44th international conference on software engineering , pages=
On the evaluation of neural code summarization , author=. Proceedings of the 44th international conference on software engineering , pages=
-
[13]
Proceedings of the 37th IEEE/ACM International Conference on Automated Software Engineering , pages=
Are Neural Bug Detectors Comparable to Software Developers on Variable Misuse Bugs? , author=. Proceedings of the 37th IEEE/ACM International Conference on Automated Software Engineering , pages=
-
[14]
arXiv preprint arXiv:2108.04556 , year=
Syncobert: Syntax-guided multi-modal contrastive pre-training for code representation , author=. arXiv preprint arXiv:2108.04556 , year=
-
[15]
Proceedings of the ACM on Programming Languages , volume=
Semantic code refactoring for abstract data types , author=. Proceedings of the ACM on Programming Languages , volume=. 2024 , publisher=
2024
-
[16]
2024 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) , pages=
Developer behaviors in validating and repairing llm-generated code using ide and eye tracking , author=. 2024 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) , pages=. 2024 , organization=
2024
-
[17]
Proceedings of the ACM on Human-Computer Interaction , volume=
Towards modeling human attention from eye movements for neural source code summarization , author=. Proceedings of the ACM on Human-Computer Interaction , volume=. 2023 , publisher=
2023
-
[18]
CodeBERT: A Pre-Trained Model for Programming and Natural Languages
Codebert: A pre-trained model for programming and natural languages , author=. arXiv preprint arXiv:2002.08155 , year=
work page internal anchor Pith review arXiv 2002
-
[19]
Codet5: Identifier-aware unified pre-trained encoder-decoder models for code understanding and generation , author=. arXiv preprint arXiv:2109.00859 , year=
work page internal anchor Pith review arXiv
-
[20]
IEEE Transactions on Multimedia , volume=
Understanding more about human and machine attention in deep neural networks , author=. IEEE Transactions on Multimedia , volume=. 2020 , publisher=
2020
-
[21]
Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=
The role of lifelong machine learning in bridging the gap between human and machine learning: A scientometric analysis , author=. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery , volume=. 2024 , publisher=
2024
-
[22]
Proceedings of the 55th ACM Technical Symposium on Computer Science Education V
Towards Attention-Based Automatic Misconception Identification in Introductory Programming Courses , author=. Proceedings of the 55th ACM Technical Symposium on Computer Science Education V. 2 , pages=
-
[23]
Code- gen2: Lessons for training llms on programming and natural languages
Codegen2: Lessons for training llms on programming and natural languages , author=. arXiv preprint arXiv:2305.02309 , year=
-
[24]
arXiv preprint arXiv:2210.05102 , year=
Pre-Training Representations of Binary Code Using Contrastive Learning , author=. arXiv preprint arXiv:2210.05102 , year=
-
[25]
Codet5+: Open code large language models for code understanding and generation , author=. arXiv preprint arXiv:2305.07922 , year=
-
[26]
arXiv preprint arXiv:2309.02326 , year=
Revisiting File Context for Source Code Summarization , author=. arXiv preprint arXiv:2309.02326 , year=
-
[27]
Proceedings of the 2000 symposium on Eye tracking research & applications , pages=
Identifying fixations and saccades in eye-tracking protocols , author=. Proceedings of the 2000 symposium on Eye tracking research & applications , pages=
2000
-
[28]
Journal of Systems and Software , volume=
Data augmentation by program transformation , author=. Journal of Systems and Software , volume=. 2022 , publisher=
2022
-
[29]
arXiv preprint arXiv:2410.09662 , year=
Exploring Demonstration Retrievers in RAG for Coding Tasks: Yeas and Nays! , author=. arXiv preprint arXiv:2410.09662 , year=
-
[30]
Natural Language Processing Journal , volume=
A survey of GPT-3 family large language models including ChatGPT and GPT-4 , author=. Natural Language Processing Journal , volume=. 2024 , publisher=
2024
-
[31]
Proceedings of the ACM on Software Engineering , volume=
Do large language models pay similar attention like human programmers when generating code? , author=. Proceedings of the ACM on Software Engineering , volume=. 2024 , publisher=
2024
-
[32]
CodeBLEU: a Method for Automatic Evaluation of Code Synthesis
Codebleu: a method for automatic evaluation of code synthesis , author=. arXiv preprint arXiv:2009.10297 , year=
work page internal anchor Pith review arXiv 2009
-
[33]
Advances in Neural Information Processing Systems , volume=
Coderl: Mastering code generation through pretrained models and deep reinforcement learning , author=. Advances in Neural Information Processing Systems , volume=
-
[34]
IEEE INFOCOM 2021-IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS) , pages=
Security vulnerability detection using deep learning natural language processing , author=. IEEE INFOCOM 2021-IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS) , pages=. 2021 , organization=
2021
-
[35]
Proceedings of the 38th Annual Computer Security Applications Conference , pages=
Transformer-based language models for software vulnerability detection , author=. Proceedings of the 38th Annual Computer Security Applications Conference , pages=
-
[36]
Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering , pages=
Less training, more repairing please: revisiting automated program repair via zero-shot learning , author=. Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering , pages=
-
[37]
Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis , pages=
Towards efficient fine-tuning of pre-trained code models: An experimental study and beyond , author=. Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis , pages=
-
[38]
2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE) , pages=
Impact of code language models on automated program repair , author=. 2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE) , pages=. 2023 , organization=
2023
-
[39]
International Conference on Machine Learning , pages=
Tfix: Learning to fix coding errors with a text-to-text transformer , author=. International Conference on Machine Learning , pages=. 2021 , organization=
2021
-
[40]
2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) , pages=
An empirical study on fine-tuning large language models of code for automated program repair , author=. 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) , pages=. 2023 , organization=
2023
-
[41]
arXiv preprint arXiv:2301.13816 , year=
Execution-based code generation using deep reinforcement learning , author=. arXiv preprint arXiv:2301.13816 , year=
-
[42]
IEEE Transactions on Software Engineering , volume=
Reinforcement learning for test case prioritization , author=. IEEE Transactions on Software Engineering , volume=. 2021 , publisher=
2021
-
[43]
Proceedings of the 31st ACM SIGPLAN International Conference on Compiler Construction , pages=
Automating reinforcement learning architecture design for code optimization , author=. Proceedings of the 31st ACM SIGPLAN International Conference on Compiler Construction , pages=
-
[44]
Journal of Computer Languages , volume=
PathPair2Vec: An AST path pair-based code representation method for defect prediction , author=. Journal of Computer Languages , volume=. 2020 , publisher=
2020
-
[45]
Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering , pages=
Deepdelta: learning to repair compilation errors , author=. Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering , pages=
2019
-
[46]
Proceedings of the 27th ACM SIGSOFT international symposium on software testing and analysis , pages=
Shaping program repair space with existing patches and similar code , author=. Proceedings of the 27th ACM SIGSOFT international symposium on software testing and analysis , pages=
-
[47]
Knowledge-Based Systems , volume=
Turn tree into graph: Automatic code review via simplified ast driven graph convolutional network , author=. Knowledge-Based Systems , volume=. 2022 , publisher=
2022
-
[48]
Proceedings of the 4th International Workshop on Genetic Improvement Workshop , pages=
Comparing line and AST granularity level for program repair using PyGGI , author=. Proceedings of the 4th International Workshop on Genetic Improvement Workshop , pages=
-
[49]
2021 IEEE/ACM International Workshop on Automated Program Repair (APR) , pages=
Automated code repair to ensure spatial memory safety , author=. 2021 IEEE/ACM International Workshop on Automated Program Repair (APR) , pages=. 2021 , organization=
2021
-
[50]
A Syntactic Neural Model for General-Purpose Code Generation
A syntactic neural model for general-purpose code generation , author=. arXiv preprint arXiv:1704.01696 , year=
-
[51]
arXiv preprint arXiv:1808.10025 , year=
Retrieval-based neural code generation , author=. arXiv preprint arXiv:1808.10025 , year=
-
[52]
Advances in Neural Information Processing Systems , volume=
Synthesize, execute and debug: Learning to repair for neural program synthesis , author=. Advances in Neural Information Processing Systems , volume=
-
[53]
Neuro-Symbolic Program Synthesis
Neuro-symbolic program synthesis , author=. arXiv preprint arXiv:1611.01855 , year=
-
[54]
arXiv preprint arXiv:1906.00307 , year=
Neural bug finding: A study of opportunities and challenges , author=. arXiv preprint arXiv:1906.00307 , year=
-
[55]
Proceedings of the ACM on Programming Languages , volume=
Improving bug detection via context-based code representation learning and attention-based neural networks , author=. Proceedings of the ACM on Programming Languages , volume=. 2019 , publisher=
2019
-
[56]
Advances in Neural Information Processing Systems , volume=
Neural attribution for semantic bug-localization in student programs , author=. Advances in Neural Information Processing Systems , volume=
-
[57]
Advances in Neural Information Processing Systems , volume=
Self-supervised bug detection and repair , author=. Advances in Neural Information Processing Systems , volume=
-
[58]
ACM Sigplan Notices , volume=
An overview of methods for dependence analysis of concurrent programs , author=. ACM Sigplan Notices , volume=. 2002 , publisher=
2002
-
[59]
2018 IEEE 23rd International Conference on Emerging Technologies and Factory Automation (ETFA) , volume=
A generic static analysis framework for domain-specific languages , author=. 2018 IEEE 23rd International Conference on Emerging Technologies and Factory Automation (ETFA) , volume=. 2018 , organization=
2018
-
[60]
2006 15th International Conference on Computing , pages=
Improving the preciseness of dependence analysis using exception analysis , author=. 2006 15th International Conference on Computing , pages=. 2006 , organization=
2006
-
[61]
Proceedings of the 19th International Conference on Mining Software Repositories , pages=
Fixjs: A dataset of bug-fixing javascript commits , author=. Proceedings of the 19th International Conference on Mining Software Repositories , pages=
-
[62]
CodeGen: An Open Large Language Model for Code with Multi-Turn Program Synthesis
Codegen: An open large language model for code with multi-turn program synthesis , author=. arXiv preprint arXiv:2203.13474 , year=
work page internal anchor Pith review arXiv
-
[63]
arXiv preprint arXiv:2401.07031 , year=
Code Security Vulnerability Repair Using Reinforcement Learning with Large Language Models , author=. arXiv preprint arXiv:2401.07031 , year=
-
[64]
Proximal Policy Optimization Algorithms
Proximal policy optimization algorithms , author=. arXiv preprint arXiv:1707.06347 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[65]
An Actor-Critic Algorithm for Sequence Prediction
An actor-critic algorithm for sequence prediction , author=. arXiv preprint arXiv:1607.07086 , year=
-
[66]
IEEE Transactions on Systems, Man, and Cybernetics, part C (applications and reviews) , volume=
A survey of actor-critic reinforcement learning: Standard and natural policy gradients , author=. IEEE Transactions on Systems, Man, and Cybernetics, part C (applications and reviews) , volume=. 2012 , publisher=
2012
-
[67]
Advances in Neural Information Processing Systems , volume=
How to learn a useful critic? model-based action-gradient-estimator policy optimization , author=. Advances in Neural Information Processing Systems , volume=
-
[68]
The Annals of statistics , pages=
On the convergence properties of the EM algorithm , author=. The Annals of statistics , pages=. 1983 , publisher=
1983
-
[69]
Foundations and Trends
Theory and use of the EM algorithm , author=. Foundations and Trends. 2011 , publisher=
2011
-
[70]
Proceedings of the 30th ACM joint european software engineering conference and symposium on the foundations of software engineering , pages=
VulRepair: a T5-based automated software vulnerability repair , author=. Proceedings of the 30th ACM joint european software engineering conference and symposium on the foundations of software engineering , pages=
-
[71]
IEEE Transactions on Dependable and Secure Computing , volume=
Pre-trained model-based automated software vulnerability repair: How far are we? , author=. IEEE Transactions on Dependable and Secure Computing , volume=. 2023 , publisher=
2023
-
[72]
Security and Communication Networks , volume=
A survey of automatic software vulnerability detection, program repair, and defect prediction techniques , author=. Security and Communication Networks , volume=. 2020 , publisher=
2020
-
[73]
Engineering Applications of Artificial Intelligence , volume=
Enhanced automated code vulnerability repair using large language models , author=. Engineering Applications of Artificial Intelligence , volume=. 2024 , publisher=
2024
-
[74]
Proceedings of the 1st ACM International Conference on AI-Powered Software , pages=
A case study of llm for automated vulnerability repair: Assessing impact of reasoning and patch validation feedback , author=. Proceedings of the 1st ACM International Conference on AI-Powered Software , pages=
-
[75]
Computer Security--ESORICS 2017: 22nd European Symposium on Research in Computer Security, Oslo, Norway, September 11-15, 2017, Proceedings, Part II 22 , pages=
Vurle: Automatic vulnerability detection and repair by learning from examples , author=. Computer Security--ESORICS 2017: 22nd European Symposium on Research in Computer Security, Oslo, Norway, September 11-15, 2017, Proceedings, Part II 22 , pages=. 2017 , organization=
2017
-
[76]
Proceedings of the 17th International Conference on Predictive Models and Data Analytics in Software Engineering , pages=
CVEfixes: automated collection of vulnerabilities and their fixes from open-source software , author=. Proceedings of the 17th International Conference on Predictive Models and Data Analytics in Software Engineering , pages=
-
[77]
ACM Transactions on Software Engineering and Methodology , volume=
sGuard+: Machine learning guided rule-based automated vulnerability repair on smart contracts , author=. ACM Transactions on Software Engineering and Methodology , volume=. 2024 , publisher=
2024
-
[78]
2021 IEEE 32nd international symposium on software reliability engineering (ISSRE) , pages=
A comparative study of automatic program repair techniques for security vulnerabilities , author=. 2021 IEEE 32nd international symposium on software reliability engineering (ISSRE) , pages=. 2021 , organization=
2021
-
[79]
Sensors , volume=
Transfer learning for sentiment analysis using BERT based supervised fine-tuning , author=. Sensors , volume=. 2022 , publisher=
2022
-
[80]
2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C) , pages=
Codeflaws: a programming competition benchmark for evaluating automated program repair tools , author=. 2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C) , pages=. 2017 , organization=
2017
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.