From 59332d9bad678e39f32688d09e246cf3ee18e1bb Mon Sep 17 00:00:00 2001 From: Jeff Da Date: Fri, 19 Sep 2025 18:20:21 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 577df00..40cd163 100644 --- a/README.md +++ b/README.md @@ -73,15 +73,27 @@ An example datum contains: ## Data Fields repo (string): Repository identifier - one of 11 repository classes + instance_id (string): Unique identifier for each instance (65-120 characters) + base_commit (string): Git commit hash of the base version (40 characters) + patch (string): The actual code patch/diff (1.44k - 180k characters) + test_patch (string): Test cases related to the patch (325 - 322k characters) + problem_statement (string): Description of the issue being addressed (419 - 8.04k characters) + requirements (string): Project requirements or dependencies (124 - 6.7k characters, may be null) + interface (string): API or interface specifications (1 - 12.2k characters, may be null) + repo_language (string): Programming language of the repository - one of 4 language classes + fail_to_pass (string): Test cases that should pass after patch application (10 - 155k characters) + pass_to_pass (string): Test cases that should continue passing (2 - 532k characters) -issue_specificity (string): Specificity level of the issue (12-77 characters) + +issue_specificity (string): Specificity of the issue (12-77 characters) + issue_categories (string): Categories or tags for the issue type \ No newline at end of file