Update README.md
This commit is contained in:
@@ -73,15 +73,27 @@ An example datum contains:
|
|||||||
## Data Fields
|
## Data Fields
|
||||||
|
|
||||||
repo (string): Repository identifier - one of 11 repository classes
|
repo (string): Repository identifier - one of 11 repository classes
|
||||||
|
|
||||||
instance_id (string): Unique identifier for each instance (65-120 characters)
|
instance_id (string): Unique identifier for each instance (65-120 characters)
|
||||||
|
|
||||||
base_commit (string): Git commit hash of the base version (40 characters)
|
base_commit (string): Git commit hash of the base version (40 characters)
|
||||||
|
|
||||||
patch (string): The actual code patch/diff (1.44k - 180k characters)
|
patch (string): The actual code patch/diff (1.44k - 180k characters)
|
||||||
|
|
||||||
test_patch (string): Test cases related to the patch (325 - 322k 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)
|
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)
|
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)
|
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
|
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)
|
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)
|
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
|
issue_categories (string): Categories or tags for the issue type
|
||||||
Reference in New Issue
Block a user