File size: 1,901 Bytes
38a8788 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
dataset_info:
features:
- name: file_name
dtype: string
- name: original_function_name
dtype: string
- name: stripped_function_name
dtype: string
- name: decompiled_code_original
dtype: string
- name: decompiled_code_stripped
dtype: string
- name: assembly_code
dtype: string
- name: dataflowgraph_original
dtype: float64
- name: dataflowgraph_stripped
dtype: float64
- name: graphImage_original
dtype: float64
- name: graphImage_stripped
dtype: float64
- name: pcode_edges_original
dtype: string
- name: pcode_edges_stripped
dtype: string
- name: pcode_graph_original
dtype: float64
- name: pcode_graph_stripped
dtype: float64
- name: address
dtype: string
- name: arch
dtype: string
- name: opt_level
dtype: string
- name: S-Expression_of_decompiled_code_stripped
dtype: string
- name: Replace_function_name_and_variable_name
dtype: string
- name: S-Expression_decompiled_code_original
dtype: string
- name: Root Node
dtype: string
- name: decompiled_code_original_masked
dtype: string
- name: decompiled_code_stripped_masked
dtype: string
- name: bfs_pattern
dtype: string
- name: token_sequence
dtype: string
- name: is_unique_bfs
dtype: int64
- name: is_unique_token
dtype: int64
- name: clean_function_name
dtype: string
- name: clean_decompiled_code_original
dtype: string
splits:
- name: train
num_bytes: 3608501756
num_examples: 19847
- name: test
num_bytes: 445706754
num_examples: 2481
- name: validation
num_bytes: 510472396
num_examples: 2481
download_size: 1030370612
dataset_size: 4564680906
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|