File size: 3,574 Bytes
0dc039a
a8341f1
0dc039a
a8341f1
 
0dc039a
 
a8341f1
 
0dc039a
 
 
 
 
a8341f1
 
 
35c454e
a8341f1
35c454e
0dc039a
 
 
 
a8341f1
0dc039a
 
 
a8341f1
 
 
0dc039a
a8341f1
0dc039a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8341f1
 
 
0dc039a
 
 
 
 
 
 
 
 
 
 
 
a8341f1
0dc039a
 
 
a8341f1
 
1c0f446
a8341f1
 
 
 
0dc039a
a8341f1
0dc039a
a8341f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
pretty_name: CoReDD Corpus
license: other
license_name: mixed-upstream-and-cc-by-4.0
license_link: https://huggingface.co/datasets/witrin/coredd-corpus/blob/main/LICENSES.md
language:
  - en
size_categories:
  - 100K<n<1M
tags:
  - code
  - code-review
  - software-engineering
  - github
  - python
configs:
  - config_name: events
    data_files: issues/events.parquet
  - config_name: commits
    data_files: issues/commits.parquet
---

# CoReDD Corpus

**The repository and review context CoReDD Bench is built on.**

## Overview

CoReDD Corpus holds bare Git histories for six Python projects together with the raw, timestamped pull request, issue, comment, and review events that surrounded them. It exists so that a benchmark run stays reproducible when the upstream repositories change, move, or disappear.

Every event carries a timestamp, which is what lets review context be restricted to whatever existed before a case's cutoff. Without that restriction the ex ante setting of the benchmark cannot be reconstructed.

Nothing here is ground truth. The labels, the uncertainty model, and the evaluation code live in [CoReDD Bench](https://huggingface.co/datasets/witrin/coredd-bench), which reads this corpus as its frozen source.

## Contents

```text
repositories/
  <owner>/<repository>.tar.gz
issues/
  <owner>/<repository>/<number>.jsonl
  events.parquet
  commits.parquet
  README.md
licenses/
  <owner>/<repository>/
LICENSES.md
```

- `repositories/` contains six complete bare Git repositories packaged as compressed archives.
- `issues/` contains 5,689 PR and issue event streams with 155,830 timestamped events. The JSON payloads are raw GitHub REST API fragments. See `issues/README.md` for the event schema and temporal-use contract.
- `events.parquet` and `commits.parquet` provide tabular indexes over the archived material.

## Included repositories

- `OpenJobDescription/openjd-model-for-python`
- `mistralai/mistral-common`
- `cohere-ai/cohere-compass-sdk`
- `microsoft/Olive`
- `kedro-org/kedro-plugins`
- `awslabs/graphstorm`

## Related resource

[CoReDD Bench](https://huggingface.co/datasets/witrin/coredd-bench) contains the benchmark labels, audit-derived uncertainty model, and evaluation software. CoReDD Bench uses this corpus as its frozen repository and review context.

## Provenance and licensing

All repository and GitHub event material originated from the public upstream projects listed above. Source identity is retained through repository names, Git commit IDs, issue numbers, timestamps, and API payloads.

This is a mixed-rights collection. The repository archives remain subject to their upstream licenses. GitHub issue, PR, comment, and review contents are third-party material and are not relicensed under a blanket dataset license. The CC BY 4.0 license applies only to original CoReDD documentation and corpus-specific material explicitly identified as such. See [LICENSES.md](LICENSES.md).

## Removal requests

Requests concerning rights, privacy, or removal can be raised in the [Community tab](https://huggingface.co/datasets/witrin/coredd-corpus/discussions) of this dataset. Discussions there are public.

For a non-public or formal route, Hugging Face operates its own reporting and DMCA process under its [Content Policy](https://huggingface.co/content-guidelines), which applies to this dataset as it does to any repository on the Hub.

Material removed on request is dropped in a new release. Earlier releases are not rewritten, so a benchmark run remains reproducible against the release it was run on.