Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,23 @@ tags:
|
|
| 10 |
|
| 11 |
The dataset was sourced from GitHub repositories and scraped using https://github.com/cheop-byeon/RFCRationaleBuilder.
|
| 12 |
|
| 13 |
-
It contains two types: coding repositories and Internet-Drafts/RFCs technical documents drafting repositories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
The dataset was sourced from GitHub repositories and scraped using https://github.com/cheop-byeon/RFCRationaleBuilder.
|
| 12 |
|
| 13 |
+
It contains two types: coding repositories and Internet-Drafts/RFCs technical documents drafting repositories.
|
| 14 |
+
|
| 15 |
+
We use the "diff" format to represent the "modification" ("snippet" as the second version, first version was trying to restore a complete expression, a whole function or a natural paragraph.)
|
| 16 |
+
|
| 17 |
+
The data was used for retrieval tasks, see https://github.com/cheop-byeon/FlagEmbedding.
|
| 18 |
+
|
| 19 |
+
### Citation
|
| 20 |
+
For data, use cases, and models, please refer to:
|
| 21 |
+
```
|
| 22 |
+
@article{bian2025automated,
|
| 23 |
+
title={Automated insights into github collaboration dynamics},
|
| 24 |
+
author={Bian, Jie and Arefev, Nikolay and M{\"u}hlh{\"a}user, Max and Welzl, Michael},
|
| 25 |
+
journal={IEEE Access},
|
| 26 |
+
year={2025},
|
| 27 |
+
publisher={IEEE}
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
|