Update README.md
Browse files
README.md
CHANGED
|
@@ -771,7 +771,7 @@ The SQL query used for initial commit mining restricts to repositories under per
|
|
| 771 |
|
| 772 |
## Collection Pipeline
|
| 773 |
|
| 774 |
-
The commit mining pipeline is described in detail in the [Themis paper](https://arxiv.org/abs/
|
| 775 |
|
| 776 |
1. **BigQuery Mining** — A [GoogleSQL query](https://github.com/iNeil77/Themis/blob/main/Dataset/Commit_Mining_SQL/consolidated_query.sql) (modified from [OctoPack](https://arxiv.org/abs/2308.07124)) extracts single-file commits from **permissively licensed** repositories in `bigquery-public-data.github_repos`, filtering for target programming languages and non-trivial commit messages.
|
| 777 |
|
|
@@ -889,7 +889,7 @@ This dataset is released under the [Apache 2.0 License](https://www.apache.org/l
|
|
| 889 |
@article{themis2025,
|
| 890 |
title={Themis: Training Robust Multilingual Code Reward Models for Flexible Multi-Criteria Scoring},
|
| 891 |
author={Paul, Indraneil and Gurevych, Iryna and Glava\v{s}, Goran},
|
| 892 |
-
journal={arXiv preprint arXiv:
|
| 893 |
year={2025}
|
| 894 |
}
|
| 895 |
-
```
|
|
|
|
| 771 |
|
| 772 |
## Collection Pipeline
|
| 773 |
|
| 774 |
+
The commit mining pipeline is described in detail in the [Themis paper](https://arxiv.org/abs/2605.00754) and the [Dataset](https://github.com/iNeil77/Themis/tree/main/Dataset) folder in the GitHub repository. The BigQuery SQL query and scraping infrastructure are modified from the [OctoPack](https://arxiv.org/abs/2308.07124) pipeline ([CommitPack](https://huggingface.co/datasets/bigcode/commitpack)); the subsequent filtering, classification, and preference construction stages are original to Themis.
|
| 775 |
|
| 776 |
1. **BigQuery Mining** — A [GoogleSQL query](https://github.com/iNeil77/Themis/blob/main/Dataset/Commit_Mining_SQL/consolidated_query.sql) (modified from [OctoPack](https://arxiv.org/abs/2308.07124)) extracts single-file commits from **permissively licensed** repositories in `bigquery-public-data.github_repos`, filtering for target programming languages and non-trivial commit messages.
|
| 777 |
|
|
|
|
| 889 |
@article{themis2025,
|
| 890 |
title={Themis: Training Robust Multilingual Code Reward Models for Flexible Multi-Criteria Scoring},
|
| 891 |
author={Paul, Indraneil and Gurevych, Iryna and Glava\v{s}, Goran},
|
| 892 |
+
journal={arXiv preprint arXiv:2605.00754},
|
| 893 |
year={2025}
|
| 894 |
}
|
| 895 |
+
```
|