Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
License:
bowenli commited on
Commit
33d41fc
·
verified ·
1 Parent(s): 225b7f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ tags:
6
+ - code
7
+ size_categories:
8
+ - 100K<n<1M
9
+ ---
10
+
11
+ # SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
12
+
13
+ <p align="left">
14
+ <a href="https://arxiv.org/abs/2501.05040">📃 Paper </a>
15
+ </p>
16
+
17
+ <p align="left">
18
+ <a href="https://github.com/InternLM/SWE-Fixer" > 🚀 GitHub</a>
19
+ </p>
20
+
21
+ SWE-Fixer is a simple yet effective solution for addressing real-world GitHub issues by training open-source LLMs. It features a streamlined retrieve-then-edit pipeline with two core components: a code file retriever and a code editor.
22
+
23
+ This repo holds the data **SWE-Fixer-Train-110K** we curated for SWE-Fixer training.
24
+
25
+ For more information, please visit our [project page](https://github.com/InternLM/SWE-Fixer).
26
+
27
+ ## 📚 Citation
28
+ ```
29
+ @article{xie2025swefixer,
30
+ title={SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution},
31
+ author={Xie, Chengxing and Li, Bowen and Gao, Chang and Du, He and Lam, Wai and Zou, Difan and Chen, Kai},
32
+ journal={arXiv preprint arXiv:2501.05040},
33
+ year={2025}
34
+ }
35
+ ```