Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aalkaswan commited on
Commit
b23a3dc
·
verified ·
1 Parent(s): 35a8485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -68,7 +68,31 @@ dataset_info:
68
  num_examples: 7826
69
  download_size: 592873091
70
  dataset_size: 3075877744
 
 
 
 
 
 
 
 
 
 
71
  ---
72
  # Dataset Card for "Capybara"
73
 
74
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  num_examples: 7826
69
  download_size: 592873091
70
  dataset_size: 3075877744
71
+ license: apache-2.0
72
+ task_categories:
73
+ - summarization
74
+ tags:
75
+ - code
76
+ - Reverse Engineering
77
+ - Binary
78
+ - Code Summarization
79
+ size_categories:
80
+ - 100K<n<1M
81
  ---
82
  # Dataset Card for "Capybara"
83
 
84
+ ## Dataset Description
85
+
86
+ - **Repository: [GitHub](https://github.com/AISE-TUDelft/Capybara-BinT5)**
87
+ - **Paper: [Extending Source Code Pre-Trained Language Models to Summarise Decompiled Binaries](https://huggingface.co/papers/2301.01701)**
88
+ - **Point of Contact: [@aalkaswan](https://huggingface.co/aalkaswan)**
89
+ - **Raw Data: [Zenodo](https://zenodo.org/records/7229809)
90
+
91
+ ### Dataset Summary
92
+
93
+ Dataset used to train [BinT5](https://huggingface.co/collections/AISE-TUDelft/bint5-65bd006a8c90bd5c97485244). Please refer to the paper for more information.
94
+
95
+
96
+ ### Citation Information
97
+
98
+ [More Information Needed]