Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,7 @@ size_categories:
|
|
| 67 |
|
| 68 |
# GitHub Pull Request Bug–Fix Dataset
|
| 69 |
|
|
|
|
| 70 |
A **curated, high-signal dataset of real-world software bugs and fixes** collected from **25 popular open-source GitHub repositories**.
|
| 71 |
Each entry corresponds to a **single pull request (PR)** and pairs contextual metadata with the **exact code changes (unified diffs)** that fixed the bug.
|
| 72 |
|
|
@@ -164,9 +165,9 @@ It is not intended for:
|
|
| 164 |
|
| 165 |
* Pull request classification or triage
|
| 166 |
* Sentiment analysis
|
| 167 |
-
* General-purpose chatbot fine-tuning without code generation objectives
|
| 168 |
|
| 169 |
## Limitations
|
|
|
|
| 170 |
The dataset reflects real-world noise from GitHub pull requests
|
| 171 |
Buggy commit identification is heuristic and may be imperfect
|
| 172 |
Some fixes involve refactoring or design changes rather than minimal patches
|
|
|
|
| 67 |
|
| 68 |
# GitHub Pull Request Bug–Fix Dataset
|
| 69 |
|
| 70 |
+
[Kaggle url](https://www.kaggle.com/datasets/adhavanyuvaraj/github-issues)
|
| 71 |
A **curated, high-signal dataset of real-world software bugs and fixes** collected from **25 popular open-source GitHub repositories**.
|
| 72 |
Each entry corresponds to a **single pull request (PR)** and pairs contextual metadata with the **exact code changes (unified diffs)** that fixed the bug.
|
| 73 |
|
|
|
|
| 165 |
|
| 166 |
* Pull request classification or triage
|
| 167 |
* Sentiment analysis
|
|
|
|
| 168 |
|
| 169 |
## Limitations
|
| 170 |
+
|
| 171 |
The dataset reflects real-world noise from GitHub pull requests
|
| 172 |
Buggy commit identification is heuristic and may be imperfect
|
| 173 |
Some fixes involve refactoring or design changes rather than minimal patches
|