Datasets:

Modalities:
Text
Formats:
arrow
Languages:
code
ArXiv:
Libraries:
Datasets
License:
iNeil77 commited on
Commit
82aaa3e
·
verified ·
1 Parent(s): dc99686

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,7 +36,7 @@ Each row represents a single commit that changes exactly one file in a repositor
36
 
37
  ## Collection Pipeline
38
 
39
- The commit mining pipeline is described in detail in the [Themis paper](https://arxiv.org/abs/xxxx.xxxxx) 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. At a high level:
40
 
41
  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 `bigquery-public-data.github_repos`, filtering for permissive licenses, target programming languages, and non-trivial commit messages.
42
 
@@ -120,7 +120,7 @@ This dataset is released under the [Apache 2.0 License](https://www.apache.org/l
120
  @article{themis2025,
121
  title={Themis: Training Robust Multilingual Code Reward Models for Flexible Multi-Criteria Scoring},
122
  author={Paul, Indraneil and Gurevych, Iryna and Glava\v{s}, Goran},
123
- journal={arXiv preprint arXiv:xxxx.xxxxx},
124
  year={2025}
125
  }
126
  ```
 
36
 
37
  ## Collection Pipeline
38
 
39
+ 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. At a high level:
40
 
41
  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 `bigquery-public-data.github_repos`, filtering for permissive licenses, target programming languages, and non-trivial commit messages.
42
 
 
120
  @article{themis2025,
121
  title={Themis: Training Robust Multilingual Code Reward Models for Flexible Multi-Criteria Scoring},
122
  author={Paul, Indraneil and Gurevych, Iryna and Glava\v{s}, Goran},
123
+ journal={arXiv preprint arXiv:2605.00754},
124
  year={2025}
125
  }
126
  ```