You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the official code and data artifact for the paper [NextCoder: Robust Learning of Diverse Code Edits
9
9
](https://arxiv.org/abs/2503.03656)
10
10
11
-
The work is the development of code-editing LLMs, synthetic data generation pipeline and a novel finetuning methodology.
11
+
The work is the development of code-editing LLMs, synthetic data generation pipeline and a novel finetuning methodology called **Selective Knowledge Transfer (SeleKT)**.
12
12
13
13
## Repository Structure
14
14
-[data](data/): contains the scripts and files required to generate synthetic dataset for code-editing as per the pipeline proposed in the paper
@@ -18,7 +18,7 @@ The work is the development of code-editing LLMs, synthetic data generation pipe
18
18
```python
19
19
from transformers import AutoModelForCausalLM, AutoTokenizer
0 commit comments