From 5083cbcb19b0837c548feabc8200d7f02314a448 Mon Sep 17 00:00:00 2001 From: Chenwei Xiao Date: Sat, 8 Nov 2025 07:22:44 +0800 Subject: [PATCH] Add papers related to dependencies upgrade repair --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6989df5..b908369 100644 --- a/README.md +++ b/README.md @@ -2225,6 +2225,14 @@ For each task, the first column contains non-neural methods (e.g. n-gram, TF-IDF - "CODEMENV: Benchmarking Large Language Models on Code Migration" [2025-05] [ACL 2025 Findings] [[paper](https://arxiv.org/abs/2506.00894)] +- "Byam: Fixing Breaking Dependency Updates with Large Language Models" [2025-05] [[paper](https://arxiv.org/abs/2505.07522)] + +- "Automatically Fixing Dependency Breaking Changes" [2025-06] [PACMSE, July 2025] [[paper](https://dl.acm.org/doi/10.1145/3729366)] + +- "Bridging Solidity Evolution Gaps: An LLM-Enhanced Approach for Smart Contract Compilation Error Resolution" [2025-08] [ICSME 2025] [[paper](https://arxiv.org/abs/2508.10517)] + +- "LLM Agents for Automated Dependency Upgrades" [2025-10] [ASE 2025] [[paper](https://arxiv.org/abs/2510.03480)] + ### Type Prediction - "Learning type annotation: is big data enough?" [2021-08] [ESEC/FSE 2021] [[paper](https://dl.acm.org/doi/10.1145/3468264.3473135)]