instance_idx
int64 0
4.58k
| repo_name
stringclasses 10
values | commit_hash
stringlengths 40
40
| docker_image
stringlengths 64
69
| parsed_commit_content
stringlengths 18.6k
10.3M
| execution_result_content
stringlengths 3.81k
12.4M
| modified_files
listlengths 2
9
| modified_entity_summaries
listlengths 2
29
| relevant_files
listlengths 1
3
| num_non_test_files
int64 1
4
| num_non_test_func_methods
int64 0
4
| num_non_test_lines
int64 1
196
| prompt
stringlengths 1.8k
10.7k
| problem_statement
stringlengths 530
3.67k
| expected_output_json
stringlengths 34
307k
| issue_categories
stringlengths 9
106
| change_locations
stringlengths 11
298
| complexity_score
int64 1
9
| suitable_for_collaboration
bool 2
classes | reasoning
stringlengths 125
337
| failing_test_count
int64 0
40.6k
| agent_1_role
stringclasses 577
values | agent_1_focus
stringlengths 3
289
| agent_2_role
stringclasses 709
values | agent_2_focus
stringlengths 3
342
| patch
stringlengths 316
8.31k
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0
|
orange3
|
2d9617bd0cb1f0ba61771258410ab8fae8e7e24d
|
namanjain12/orange3_final:2d9617bd0cb1f0ba61771258410ab8fae8e7e24d
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\\\"\\\"\\\"Widget Setting(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"2d9617bd0cb1f0ba61771258410ab8fae8e7(...TRUNCATED)
| ["Orange/widgets/settings.py","Orange/widgets/tests/test_context_handler.py","doc/development/source(...TRUNCATED)
| [{"ast_type_str":"ClassDef","end_lineno":132,"file_name":"Orange/widgets/tests/test_context_handler.(...TRUNCATED)
|
[
"Orange/widgets/settings.py"
] | 2
| 1
| 25
| "[ISSUE]\n**Title:** Context migration fails to remove incompatible contexts, causing initialization(...TRUNCATED)
| "[ISSUE]\n**Title:** Context migration fails to remove incompatible contexts, causing initialization(...TRUNCATED)
| "{\n \"TestContextHandler.test_close_context\": \"PASSED\",\n \"TestContextHandler.test_fast_s(...TRUNCATED)
|
logic_fix,error_handling,api_change
|
module_export, loop, exception_handling, list_mutation
| 2
| false
| "Not suitable: the fix is localized to a single module (small header export change and a single func(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/widgets/settings.py b/Orange/widgets/settings.py\nindex 8be8bf0ae..75ebe4129 10(...TRUNCATED)
|
1
|
orange3
|
a95245e37f35446f9870feb68f5ebb97d1c279ce
|
namanjain12/orange3_final:a95245e37f35446f9870feb68f5ebb97d1c279ce
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"# Test methods with long d(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"a95245e37f35446f9870feb68f5ebb97d1c2(...TRUNCATED)
|
[
"Orange/data/tests/test_variable.py",
"Orange/data/variable.py"
] | [{"ast_type_str":"ClassDef","end_lineno":523,"file_name":"Orange/data/tests/test_variable.py","name"(...TRUNCATED)
|
[
"Orange/data/variable.py"
] | 1
| 2
| 21
| "[ISSUE]\n**Title:** Unpickling `DiscreteVariable` Adds Unexpected Values Leading to Inconsistencies(...TRUNCATED)
| "[ISSUE]\n**Title:** Unpickling `DiscreteVariable` Adds Unexpected Values Leading to Inconsistencies(...TRUNCATED)
| "{\n \"TestVariable.test_name\": \"PASSED\",\n \"TestVariable.test_properties\": \"PASSED\",\n(...TRUNCATED)
|
logic_fix,serialization,pickle,compatibility
|
function_logic,conditional,sequence_comparison,dict_manipulation (pop),return_value_change
| 3
| true
| "The patch touches multiple distinct functions (make_variable, DiscreteVariable.__reduce__, Discrete(...TRUNCATED)
| 1
|
Factory Agent
| "File: Orange/data/variable.py, Function: make_variable - Add DiscreteVariable handling: if cls is D(...TRUNCATED)
|
Serialization Agent
| "File: Orange/data/variable.py, Class: DiscreteVariable, Function: __reduce__ - Remove 'master' and (...TRUNCATED)
| "diff --git a/Orange/data/variable.py b/Orange/data/variable.py\nindex 838b4a66c..e3b7564f9 100644\n(...TRUNCATED)
|
2
|
orange3
|
9764be4fa30b1ae85db3b875039f0a2983531a9d
|
namanjain12/orange3_final:9764be4fa30b1ae85db3b875039f0a2983531a9d
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\\\"\\\"\\\"Pandas DataFra(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"9764be4fa30b1ae85db3b875039f0a298353(...TRUNCATED)
|
[
"Orange/data/pandas_compat.py",
"Orange/data/tests/test_pandas.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":127,"file_name":"Orange/data/pandas_compat.py","name":"t(...TRUNCATED)
|
[
"Orange/data/pandas_compat.py"
] | 1
| 1
| 51
| "[ISSUE]\n**Title**: ImportError: Unable to import `table_to_frame` from `Orange.data.pandas_compat`(...TRUNCATED)
| "[ISSUE]\n**Title**: ImportError: Unable to import `table_to_frame` from `Orange.data.pandas_compat`(...TRUNCATED)
| "{\n \"TestPandasCompat.test_table_from_frame\": \"PASSED\",\n \"TestPandasCompat.test_table_t(...TRUNCATED)
|
api_change,logic_fix,data_transform
|
module_attribute,function_definition,conditional,return_value,data_processing
| 2
| false
| "Not suitable because the fix is a single, small logical change in one file (adding the missing func(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/data/pandas_compat.py b/Orange/data/pandas_compat.py\nindex 965b361ef..c8aaa9c8(...TRUNCATED)
|
3
|
orange3
|
ef8363b650134f6415704b064573707a6d304ca3
|
namanjain12/orange3_final:ef8363b650134f6415704b064573707a6d304ca3
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import calendar\\nimport r(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"ef8363b650134f6415704b064573707a6d30(...TRUNCATED)
|
[
"Orange/preprocess/discretize.py",
"Orange/preprocess/tests/test_discretize.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":453,"file_name":"Orange/preprocess/discretize.py","name"(...TRUNCATED)
|
[
"Orange/preprocess/discretize.py"
] | 1
| 3
| 17
| "[ISSUE]\n**Title:** Incorrect Year Formatting in Time Bins for Extended Date Ranges\n\n**Descriptio(...TRUNCATED)
| "[ISSUE]\n**Title:** Incorrect Year Formatting in Time Bins for Extended Date Ranges\n\n**Descriptio(...TRUNCATED)
| "{\n \"TestTimeBinning.test_add_unique\": \"PASSED\",\n \"TestTimeBinning.test_binning\": \"PA(...TRUNCATED)
|
logic_fix, formatting, date_handling
|
string_format, conditional, slicing, list_comprehension, function_body
| 3
| true
| "Suitable because the fix involves multiple independent functions (_time_binnings, _simplified_label(...TRUNCATED)
| 1
|
Time Format Agent
| "File: Orange/preprocess/discretize.py, Class: N/A, Function: _time_binnings() - Update year-related(...TRUNCATED)
|
Label Simplifier
| "File: Orange/preprocess/discretize.py, Class: N/A, Function: _simplified_labels() and _unique_time_(...TRUNCATED)
| "diff --git a/Orange/preprocess/discretize.py b/Orange/preprocess/discretize.py\nindex 7b0e9e224..8b(...TRUNCATED)
|
4
|
orange3
|
e48a32f29bd3736e53efb7290cae64d5688357d6
|
namanjain12/orange3_final:e48a32f29bd3736e53efb7290cae64d5688357d6
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import unittest\\n\\nfrom (...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"e48a32f29bd3736e53efb7290cae64d56883(...TRUNCATED)
|
[
"Orange/data/tests/test_util.py",
"Orange/data/util.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":159,"file_name":"Orange/data/util.py","name":"get_indice(...TRUNCATED)
|
[
"Orange/data/util.py"
] | 1
| 2
| 34
| "[ISSUE]\n**Title:** Incorrect Handling of Duplicate Names with Existing Indices in `get_unique_name(...TRUNCATED)
| "[ISSUE]\n**Title:** Incorrect Handling of Duplicate Names with Existing Indices in `get_unique_name(...TRUNCATED)
| "{\n \"TestGetUniqueNames.test_get_unique_names\": \"PASSED\",\n \"TestGetUniqueNames.test_get(...TRUNCATED)
|
logic_fix,regex_fix,api_change
|
import_statement,regex_pattern,function_signature,list_comprehension,return_value,generator_usage
| 3
| true
| "The fix modifies multiple independent code areas (imports, get_indices, and get_unique_names_duplic(...TRUNCATED)
| 1
|
Index Extraction Agent
| "File: Orange/data/util.py, Class: N/A, Function: get_indices() - Update implementation to ignore No(...TRUNCATED)
|
Naming Resolution Agent
| "File: Orange/data/util.py, Class: N/A, Function: get_unique_names_duplicates() - Change signature t(...TRUNCATED)
| "diff --git a/Orange/data/util.py b/Orange/data/util.py\nindex 3d81a57ec..0a583702c 100644\n--- a/Or(...TRUNCATED)
|
5
|
orange3
|
74ffccc1d4a1dbb877490c9d6b59e6f501d5e438
|
namanjain12/orange3_final:74ffccc1d4a1dbb877490c9d6b59e6f501d5e438
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import numpy as np\\n\\nfr(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"74ffccc1d4a1dbb877490c9d6b59e6f501d5(...TRUNCATED)
|
[
"Orange/misc/distmatrix.py",
"Orange/tests/test_distances.py"
] | [{"ast_type_str":"ClassDef","end_lineno":55,"file_name":"Orange/misc/distmatrix.py","name":"DistMatr(...TRUNCATED)
|
[
"Orange/misc/distmatrix.py"
] | 1
| 1
| 2
| "[ISSUE]\n**Title:** `DistMatrix.max()` Returns Python `int` Instead of `numpy.int64`\n\n**Descripti(...TRUNCATED)
| "[ISSUE]\n**Title:** `DistMatrix.max()` Returns Python `int` Instead of `numpy.int64`\n\n**Descripti(...TRUNCATED)
| "{\n \"TestDistMatrix.test_deprecated\": \"PASSED\",\n \"TestDistMatrix.test_from_file\": \"PA(...TRUNCATED)
|
logic_fix,type_handling,numpy_compatibility
|
return_value, method_override
| 1
| false
| "The fix is a single-line change in one method (__array_wrap__) that alters the returned scalar type(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/misc/distmatrix.py b/Orange/misc/distmatrix.py\nindex e995e68fb..4ded41737 1006(...TRUNCATED)
|
6
|
orange3
|
269e2a176b9b2b8e00be46f5a59e840625879bf9
|
namanjain12/orange3_final:269e2a176b9b2b8e00be46f5a59e840625879bf9
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"269e2a176b9b2b8e00be46f5a59e84062587(...TRUNCATED)
|
[
"Orange/data/tests/test_io_util.py",
"Orange/data/variable.py"
] | [{"ast_type_str":"Import","end_lineno":1,"file_name":"Orange/data/tests/test_io_util.py","name":"uni(...TRUNCATED)
|
[
"Orange/data/variable.py"
] | 1
| 1
| 3
| "[ISSUE]\n**Title:** Numeric Variables with Missing Values Misclassified as Discrete\n\n**Descriptio(...TRUNCATED)
| "[ISSUE]\n**Title:** Numeric Variables with Missing Values Misclassified as Discrete\n\n**Descriptio(...TRUNCATED)
|
{
"TestIoUtil.test_guess_continuous_w_nans": "PASSED"
}
|
logic_fix,validation,type_inference,data_cleaning
|
list_comprehension, conditional_check, numeric_conversion, set_comprehension
| 1
| false
| "The change is a single-line logic fix inside one function in one file and cannot be cleanly decompo(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/data/variable.py b/Orange/data/variable.py\nindex 785c87c86..3e13b7bca 100644\n(...TRUNCATED)
|
7
|
orange3
|
9b5494e26f407b75e79699c9d40be6df1d80a040
|
namanjain12/orange3_final:9b5494e26f407b75e79699c9d40be6df1d80a040
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import numpy as np\\nimpor(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"9b5494e26f407b75e79699c9d40be6df1d80(...TRUNCATED)
|
[
"Orange/classification/logistic_regression.py",
"Orange/tests/test_logistic_regression.py"
] | [{"ast_type_str":"ClassDef","end_lineno":56,"file_name":"Orange/classification/logistic_regression.p(...TRUNCATED)
|
[
"Orange/classification/logistic_regression.py"
] | 1
| 1
| 17
| "[ISSUE]\n### Error When Using L1 Penalty with LogisticRegressionLearner\n\nWhen configuring `Logist(...TRUNCATED)
| "[ISSUE]\n### Error When Using L1 Penalty with LogisticRegressionLearner\n\nWhen configuring `Logist(...TRUNCATED)
| "{\n \"TestLogisticRegressionLearner.test_LogisticRegressionNormalization_todo\": \"PASSED\",\n (...TRUNCATED)
|
logic_fix, api_change
|
parameter_default, function_signature, new_method, conditional, return_value
| 2
| false
| "The fix is a small, cohesive change confined to a single class in one file (constructor default + h(...TRUNCATED)
| 6
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/classification/logistic_regression.py b/Orange/classification/logistic_regressi(...TRUNCATED)
|
8
|
orange3
|
70a4df334835bcb9ea7c6b0eb11b4f5f7e117f36
|
namanjain12/orange3_final:70a4df334835bcb9ea7c6b0eb11b4f5f7e117f36
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"# Test methods with long d(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"70a4df334835bcb9ea7c6b0eb11b4f5f7e11(...TRUNCATED)
|
[
"Orange/data/tests/test_variable.py",
"Orange/data/variable.py"
] | [{"ast_type_str":"ClassDef","end_lineno":592,"file_name":"Orange/data/variable.py","name":"Continuou(...TRUNCATED)
|
[
"Orange/data/variable.py"
] | 1
| 1
| 6
| "**[ISSUE]**\n\n**Title:** ContinuousVariable Fails to Display Scientific Notation for High Decimal (...TRUNCATED)
| "**[ISSUE]**\n\n**Title:** ContinuousVariable Fails to Display Scientific Notation for High Decimal (...TRUNCATED)
| "{\n \"TestVariable.test_name\": \"PASSED\",\n \"TestVariable.test_properties\": \"PASSED\",\n(...TRUNCATED)
|
logic_fix, formatting, configuration
| "constant_definition, constructor (__init__), property_setter, conditional, format_string_assignment(...TRUNCATED)
| 3
| false
| "The fix is not suitable for 2-agent CTDE because it requires coordinated, interdependent edits with(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/data/variable.py b/Orange/data/variable.py\nindex dcb07690a..5bf0c34de 100644\n(...TRUNCATED)
|
9
|
orange3
|
d61803f7181e7ad525d4bb1dd71ca500bb41617e
|
namanjain12/orange3_final:d61803f7181e7ad525d4bb1dd71ca500bb41617e
| "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"from Orange.data import St(...TRUNCATED)
| "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"d61803f7181e7ad525d4bb1dd71ca500bb41(...TRUNCATED)
|
[
"Orange/widgets/utils/state_summary.py",
"Orange/widgets/utils/tests/test_state_summary.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":39,"file_name":"Orange/widgets/utils/state_summary.py","(...TRUNCATED)
|
[
"Orange/widgets/utils/state_summary.py"
] | 1
| 1
| 4
| "[ISSUE]\n**Title:** Metas summary incorrectly includes \"(not shown)\" in summary details\n\n**Desc(...TRUNCATED)
| "[ISSUE]\n**Title:** Metas summary incorrectly includes \"(not shown)\" in summary details\n\n**Desc(...TRUNCATED)
|
{
"TestUtils.test_details": "PASSED"
}
|
logic_fix, presentation, formatting
|
conditional, string_formatting, tuple_construction
| 1
| false
| "The fix is a single, localized change in one function that removes an unnecessary suffix — it doe(...TRUNCATED)
| 1
|
N/A
|
N/A
|
N/A
|
N/A
| "diff --git a/Orange/widgets/utils/state_summary.py b/Orange/widgets/utils/state_summary.py\nindex c(...TRUNCATED)
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 65