Upload dataset
Browse files- README.md +45 -0
- data/test-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -13,6 +13,51 @@ tags:
|
|
| 13 |
- memory-safety
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Infer Pulse Static Analysis Evaluation Dataset
|
|
|
|
| 13 |
- memory-safety
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
| 16 |
+
dataset_info:
|
| 17 |
+
features:
|
| 18 |
+
- name: id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: source_file
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: original_function_name
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: anonymized_function_name
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: function_code
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: context
|
| 29 |
+
list: string
|
| 30 |
+
- name: has_bug
|
| 31 |
+
dtype: bool
|
| 32 |
+
- name: bug_types
|
| 33 |
+
list: string
|
| 34 |
+
- name: bug_line_offsets
|
| 35 |
+
list: int32
|
| 36 |
+
- name: bug_absolute_lines
|
| 37 |
+
list: int32
|
| 38 |
+
- name: bug_severities
|
| 39 |
+
list: string
|
| 40 |
+
- name: bug_traces
|
| 41 |
+
list: string
|
| 42 |
+
- name: category
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: requires_interprocedural
|
| 45 |
+
dtype: bool
|
| 46 |
+
- name: start_line
|
| 47 |
+
dtype: int32
|
| 48 |
+
- name: end_line
|
| 49 |
+
dtype: int32
|
| 50 |
+
splits:
|
| 51 |
+
- name: test
|
| 52 |
+
num_bytes: 206864
|
| 53 |
+
num_examples: 523
|
| 54 |
+
download_size: 65837
|
| 55 |
+
dataset_size: 206864
|
| 56 |
+
configs:
|
| 57 |
+
- config_name: default
|
| 58 |
+
data_files:
|
| 59 |
+
- split: test
|
| 60 |
+
path: data/test-*
|
| 61 |
---
|
| 62 |
|
| 63 |
# Infer Pulse Static Analysis Evaluation Dataset
|
data/test-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f950e8a2d30660a14334fdd02c7e14814f7a3bdca55cba3d3cee2b16d582678
|
| 3 |
+
size 65837
|