Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
DOI:
License:
tiginamaria
commited on
Commit
•
8eaf533
1
Parent(s):
9bbb5ed
Upload dataset
Browse files- README.md +55 -1
- py/dev-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -8,7 +8,7 @@ pretty_name: LCA (Bug Localization)
|
|
8 |
tags:
|
9 |
- code
|
10 |
dataset_info:
|
11 |
-
|
12 |
features:
|
13 |
- name: id
|
14 |
dtype: int64
|
@@ -58,11 +58,65 @@ dataset_info:
|
|
58 |
num_examples: 2770
|
59 |
download_size: 113879936
|
60 |
dataset_size: 290096868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
configs:
|
62 |
- config_name: bug_localization_data
|
63 |
data_files:
|
64 |
- split: train
|
65 |
path: bug_localization_data/train-*
|
|
|
|
|
|
|
|
|
66 |
---
|
67 |
# LCA (Bug Localization)
|
68 |
This is the data for **Bug Localization** benchmark as part of LCA.
|
|
|
8 |
tags:
|
9 |
- code
|
10 |
dataset_info:
|
11 |
+
- config_name: bug_localization_data
|
12 |
features:
|
13 |
- name: id
|
14 |
dtype: int64
|
|
|
58 |
num_examples: 2770
|
59 |
download_size: 113879936
|
60 |
dataset_size: 290096868
|
61 |
+
- config_name: py
|
62 |
+
features:
|
63 |
+
- name: id
|
64 |
+
dtype: int64
|
65 |
+
- name: repo_owner
|
66 |
+
dtype: string
|
67 |
+
- name: repo_name
|
68 |
+
dtype: string
|
69 |
+
- name: issue_url
|
70 |
+
dtype: string
|
71 |
+
- name: pull_url
|
72 |
+
dtype: string
|
73 |
+
- name: comment_url
|
74 |
+
dtype: string
|
75 |
+
- name: issue_title
|
76 |
+
dtype: string
|
77 |
+
- name: issue_body
|
78 |
+
dtype: string
|
79 |
+
- name: base_sha
|
80 |
+
dtype: string
|
81 |
+
- name: head_sha
|
82 |
+
dtype: string
|
83 |
+
- name: diff_url
|
84 |
+
dtype: string
|
85 |
+
- name: diff
|
86 |
+
dtype: string
|
87 |
+
- name: changed_files
|
88 |
+
dtype: string
|
89 |
+
- name: changed_files_exts
|
90 |
+
dtype: string
|
91 |
+
- name: changed_files_count
|
92 |
+
dtype: int64
|
93 |
+
- name: java_changed_files_count
|
94 |
+
dtype: int64
|
95 |
+
- name: kt_changed_files_count
|
96 |
+
dtype: int64
|
97 |
+
- name: py_changed_files_count
|
98 |
+
dtype: int64
|
99 |
+
- name: code_changed_files_count
|
100 |
+
dtype: int64
|
101 |
+
- name: pull_create_at
|
102 |
+
dtype: int64
|
103 |
+
- name: stars
|
104 |
+
dtype: int64
|
105 |
+
splits:
|
106 |
+
- name: dev
|
107 |
+
num_bytes: 9965423
|
108 |
+
num_examples: 1023
|
109 |
+
download_size: 3821988
|
110 |
+
dataset_size: 9965423
|
111 |
configs:
|
112 |
- config_name: bug_localization_data
|
113 |
data_files:
|
114 |
- split: train
|
115 |
path: bug_localization_data/train-*
|
116 |
+
- config_name: py
|
117 |
+
data_files:
|
118 |
+
- split: dev
|
119 |
+
path: py/dev-*
|
120 |
---
|
121 |
# LCA (Bug Localization)
|
122 |
This is the data for **Bug Localization** benchmark as part of LCA.
|
py/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8456383443905a7127149f7c819a8d2072427abcaf35fe74c55e5281678ac500
|
3 |
+
size 3821988
|