Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,8 @@ configs:
|
|
| 27 |
Real-FIM-Eval is a benchmark to evaluate Fill-in-the-Middle (FIM) capabilities of code LLMs in scenarios that reflect real-world code completion.
|
| 28 |
Real-FIM-Eval is built using data from GitHub commits between Jan. 2025 and Feb. 2025. These commits originate from 228 permissively licensed GitHub repositories with 10,000+ stars, spanning the top 12 widely-used programming languages.
|
| 29 |
|
|
|
|
|
|
|
| 30 |
We process git commits using `diff_match_patch` ([https://github.com/google/diff-match-patch](https://github.com/google/diff-match-patch)) to identify line-level changes. The commits are then categorized into two splits: `Add` and `Edit`.
|
| 31 |
|
| 32 |

|
|
|
|
| 27 |
Real-FIM-Eval is a benchmark to evaluate Fill-in-the-Middle (FIM) capabilities of code LLMs in scenarios that reflect real-world code completion.
|
| 28 |
Real-FIM-Eval is built using data from GitHub commits between Jan. 2025 and Feb. 2025. These commits originate from 228 permissively licensed GitHub repositories with 10,000+ stars, spanning the top 12 widely-used programming languages.
|
| 29 |
|
| 30 |
+
- Paper: https://arxiv.org/abs/2506.00204
|
| 31 |
+
|
| 32 |
We process git commits using `diff_match_patch` ([https://github.com/google/diff-match-patch](https://github.com/google/diff-match-patch)) to identify line-level changes. The commits are then categorized into two splits: `Add` and `Edit`.
|
| 33 |
|
| 34 |

|