Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -32,10 +32,11 @@ This provides a natural signal for training models to:
|
|
| 32 |
|
| 33 |
### Key Features
|
| 34 |
|
| 35 |
-
- **
|
| 36 |
-
- **
|
| 37 |
-
- **
|
| 38 |
-
- **
|
|
|
|
| 39 |
- **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
|
| 40 |
- **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
|
| 41 |
- **Verified changes**: only includes triplets where the code chunk actually changed after the review
|
|
@@ -115,7 +116,7 @@ negatives = ds["train"].filter(lambda x: x["is_negative"])
|
|
| 115 |
|
| 116 |
### Quality Filters Applied
|
| 117 |
|
| 118 |
-
- Bot
|
| 119 |
- Comments < 30 characters excluded
|
| 120 |
- Noise patterns excluded (LGTM, +1, emoji-only, etc.)
|
| 121 |
- Auto-generated comments excluded (coverage reports, CI output)
|
|
|
|
| 32 |
|
| 33 |
### Key Features
|
| 34 |
|
| 35 |
+
- **167K+ positive triplets** from 725 top GitHub repositories
|
| 36 |
+
- **51K+ negative examples** (~23% of dataset) of clean code labeled "No issues found."
|
| 37 |
+
- **37 programming languages** (Python, TypeScript, Go, Rust, C++, JavaScript, C#, Java, Kotlin, Swift, and more)
|
| 38 |
+
- **Human-only reviews**: AI/bot reviewers (Copilot, linter bots, etc.) are excluded
|
| 39 |
+
- **Quality-filtered**: noise ("LGTM", "+1"), and auto-generated content removed
|
| 40 |
- **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
|
| 41 |
- **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
|
| 42 |
- **Verified changes**: only includes triplets where the code chunk actually changed after the review
|
|
|
|
| 116 |
|
| 117 |
### Quality Filters Applied
|
| 118 |
|
| 119 |
+
- Bot and AI reviewers excluded (dependabot, Copilot, golangcibot, houndci-bot, etc.)
|
| 120 |
- Comments < 30 characters excluded
|
| 121 |
- Noise patterns excluded (LGTM, +1, emoji-only, etc.)
|
| 122 |
- Auto-generated comments excluded (coverage reports, CI output)
|