Datasets:

Modalities:
Text
Formats:
arrow
Languages:
code
ArXiv:
Libraries:
Datasets
License:
iNeil77 commited on
Commit
5ed664e
·
verified ·
1 Parent(s): 97123f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -10,7 +10,7 @@ task_categories:
10
  language:
11
  - code
12
  size_categories:
13
- - 10M<n<100M
14
  ---
15
 
16
  <div align="center">
@@ -26,7 +26,9 @@ size_categories:
26
 
27
  ## Overview
28
 
29
- **Themis-Git-Commits** is a large-scale dataset of single-file code commits mined from openly licensed GitHub repositories via the [BigQuery GitHub public dataset](https://console.cloud.google.com/marketplace/product/github/github-repos). This is the **raw commit dataset** prior to merging with pull request data to subset only for merged commits. It serves as the foundational data source for the commit-based preference pairs in [Themis-CodePreference](https://huggingface.co/collections/project-themis/themis-preference-datasets-and-benchmarks), which is used to train the [Themis-RM](https://huggingface.co/collections/project-themis/themis-reward-model-collection) suite of multilingual code reward models.
 
 
30
 
31
  Each row represents a single commit that changes exactly one file in a repository with a permissive open-source license. The dataset includes the commit metadata (SHA, message, timestamp, license) along with the pre-commit and post-commit file contents, enabling downstream construction of code-change preference pairs across multiple quality dimensions.
32
 
@@ -119,4 +121,4 @@ This dataset is released under the [Apache 2.0 License](https://www.apache.org/l
119
  journal={arXiv preprint arXiv:xxxx.xxxxx},
120
  year={2025}
121
  }
122
- ```
 
10
  language:
11
  - code
12
  size_categories:
13
+ - 1M<n<10M
14
  ---
15
 
16
  <div align="center">
 
26
 
27
  ## Overview
28
 
29
+ **Themis-Git-Commits** is a large-scale dataset of single-file code commits mined from **permissively licensed** GitHub repositories via the [BigQuery GitHub public dataset](https://console.cloud.google.com/marketplace/product/github/github-repos). The SQL query restricts to repositories under permissive open-source licenses only (MIT, Apache-2.0, BSD-2/3-Clause, ISC, CC0-1.0, EPL-1.0, MPL-2.0, Unlicense, AGPL-3.0, LGPL-2.1, Artistic-2.0). The BigQuery snapshot used contains commits up to **early 2022** predating the widespread availability of LLM code generation tools ensuring that all code changes in the dataset represent **genuine human-authored preferences**.
30
+
31
+ This is the **raw commit dataset** — prior to merging with pull request data to subset only for merged commits. It serves as the foundational data source for the commit-based preference pairs in [Themis-CodePreference](https://huggingface.co/collections/project-themis/themis-preference-datasets-and-benchmarks), which is used to train the [Themis-RM](https://huggingface.co/collections/project-themis/themis-reward-model-collection) suite of multilingual code reward models.
32
 
33
  Each row represents a single commit that changes exactly one file in a repository with a permissive open-source license. The dataset includes the commit metadata (SHA, message, timestamp, license) along with the pre-commit and post-commit file contents, enabling downstream construction of code-change preference pairs across multiple quality dimensions.
34
 
 
121
  journal={arXiv preprint arXiv:xxxx.xxxxx},
122
  year={2025}
123
  }
124
+ ```