Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,6 @@ size_categories:
|
|
| 21 |
|
| 22 |
# Linux Kernel Assembly → Explanation Dataset
|
| 23 |
|
| 24 |
-
> **Upload in progress.** Additional batches are still being added. The final dataset will contain records derived from 90K+ BFC/BIC commit pairs.
|
| 25 |
-
|
| 26 |
A dataset of disassembled Linux kernel functions paired with structured natural-language explanations, built from the [Linux Commits Dataset (Zenodo 10654193)](https://zenodo.org/records/10654193).
|
| 27 |
|
| 28 |
Each row corresponds to a single compiled function extracted from a `.c` or `.h` file touched by a **Bug-Fix Commit (BFC)** or **Bug-Introducing Commit (BIC)** in the Linux kernel git history. Source files are compiled with `gcc -O2 -g -fno-inline -fno-omit-frame-pointer` and disassembled with `objdump -d -S` (AT&T syntax, source-interleaved).
|
|
@@ -91,11 +89,12 @@ If you use this dataset, please also cite the upstream source:
|
|
| 91 |
url = {https://zenodo.org/records/10654193}
|
| 92 |
}
|
| 93 |
|
| 94 |
-
@dataset{
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
|
|
|
| 100 |
}
|
| 101 |
```
|
|
|
|
| 21 |
|
| 22 |
# Linux Kernel Assembly → Explanation Dataset
|
| 23 |
|
|
|
|
|
|
|
| 24 |
A dataset of disassembled Linux kernel functions paired with structured natural-language explanations, built from the [Linux Commits Dataset (Zenodo 10654193)](https://zenodo.org/records/10654193).
|
| 25 |
|
| 26 |
Each row corresponds to a single compiled function extracted from a `.c` or `.h` file touched by a **Bug-Fix Commit (BFC)** or **Bug-Introducing Commit (BIC)** in the Linux kernel git history. Source files are compiled with `gcc -O2 -g -fno-inline -fno-omit-frame-pointer` and disassembled with `objdump -d -S` (AT&T syntax, source-interleaved).
|
|
|
|
| 89 |
url = {https://zenodo.org/records/10654193}
|
| 90 |
}
|
| 91 |
|
| 92 |
+
@dataset{christopher_dickinson_2026,
|
| 93 |
+
author = { Christopher Dickinson },
|
| 94 |
+
title = { linux-asm-pairs (Revision 9ea25c3) },
|
| 95 |
+
year = 2026,
|
| 96 |
+
url = { https://huggingface.co/datasets/theelderemo/linux-asm-pairs },
|
| 97 |
+
doi = { 10.57967/hf/8453 },
|
| 98 |
+
publisher = { Hugging Face }
|
| 99 |
}
|
| 100 |
```
|