|
|
--- |
|
|
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: S-Expression_decompiled_code_original |
|
|
dtype: string |
|
|
- name: S-Expression_decompiled_code_original_noisy |
|
|
dtype: string |
|
|
- name: S-Expression_decompiled_code_original_clean |
|
|
dtype: string |
|
|
- name: S-Expression_decompiled_code_original_root |
|
|
dtype: string |
|
|
- name: Replace_function_name_and_variable_name |
|
|
dtype: string |
|
|
- name: S-Expression_decompiled_code_stripped |
|
|
dtype: float64 |
|
|
- name: Root Node |
|
|
dtype: string |
|
|
- name: decompiled_code_original_masked |
|
|
dtype: float64 |
|
|
- name: decompiled_code_stripped_masked |
|
|
dtype: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 40142911414 |
|
|
num_examples: 366313 |
|
|
- name: test |
|
|
num_bytes: 4917618567 |
|
|
num_examples: 45789 |
|
|
- name: eval |
|
|
num_bytes: 5437932513 |
|
|
num_examples: 45790 |
|
|
download_size: 8891480677 |
|
|
dataset_size: 50498462494 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: train |
|
|
path: data/train-* |
|
|
- split: test |
|
|
path: data/test-* |
|
|
- split: eval |
|
|
path: data/eval-* |
|
|
--- |
|
|
|