Datasets:
ejschwartz
commited on
Commit
•
8faa785
1
Parent(s):
daf334c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: bsd
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
---
|
6 |
+
# Dataset Card for OO Method Test Dataset
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
### Dataset Summary
|
11 |
+
|
12 |
+
This dataset describes compiled functions in various [small, simple C++ programs](https://github.com/sei-eschwartz/buildexes/tree/master/tests/src/oo).
|
13 |
+
These programs were automatically compiled using various versions of Microsoft's Visual C++ compiler and different compilation settings. The details can be found
|
14 |
+
in the [BuildExes](https://github.com/sei-eschwartz/buildexes) repository.
|
15 |
+
|
16 |
+
For each function, the dataset includes a disassembled (using ROSE's `bat-dis` tool) representation of the compiled code, its name, and whether the function is a OO method or not.
|
17 |
+
|
18 |
+
**This dataset is largely intended for @ejschwartz to experiment with learning techniques and tools. The programs are artificial and are likely not representative of real programs.**
|
19 |
+
|
20 |
+
### Supported Tasks and Leaderboards
|
21 |
+
|
22 |
+
[More Information Needed]
|
23 |
+
|
24 |
+
## Dataset Structure
|
25 |
+
|
26 |
+
### Data Instances
|
27 |
+
|
28 |
+
[More Information Needed]
|
29 |
+
|
30 |
+
### Data Fields
|
31 |
+
|
32 |
+
[More Information Needed]
|
33 |
+
|
34 |
+
### Data Splits
|
35 |
+
|
36 |
+
[More Information Needed]
|