Update README.md

This commit is contained in:
Jeff Da
2025-09-19 18:20:21 +00:00
committed by system
parent 86d3de5d99
commit 59332d9bad
+13 -1
View File
@@ -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