xuyeliu commited on
Commit
0f52f7a
1 Parent(s): 55e4357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -11,3 +11,19 @@ Inspired by [Wang et al. 2021](https://dl.acm.org/doi/abs/10.1145/3411763.345161
11
  We collected the top 10% highly-voted notebooks from the top 20 popular competitions on Kaggle (e.g. Titanic). We checked the data policy of each of the 20 competitions, none of them has copyright issues. We also contacted the Kaggle administrators to make sure our data collection complies with the platform’s policy.
12
 
13
  In total, we collected 3,944 notebooks as raw data. After data preprocessing, the final dataset contains 2,476 notebooks out of the 3,944 notebooks from the raw data. It has 28,625 code–documentation pairs. The overall code-to-markdown ratio is 2.2195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  We collected the top 10% highly-voted notebooks from the top 20 popular competitions on Kaggle (e.g. Titanic). We checked the data policy of each of the 20 competitions, none of them has copyright issues. We also contacted the Kaggle administrators to make sure our data collection complies with the platform’s policy.
12
 
13
  In total, we collected 3,944 notebooks as raw data. After data preprocessing, the final dataset contains 2,476 notebooks out of the 3,944 notebooks from the raw data. It has 28,625 code–documentation pairs. The overall code-to-markdown ratio is 2.2195
14
+
15
+ ## Bibliographic Citations
16
+
17
+ Our work is published at [EMNLP'21 Finding](https://arxiv.org/abs/2104.01002). You can cite:
18
+
19
+ ```
20
+ @misc{liu2021haconvgnn,
21
+ title={HAConvGNN: Hierarchical Attention Based Convolutional Graph Neural Network for Code Documentation Generation in Jupyter Notebooks},
22
+ author={Xuye Liu and Dakuo Wang and April Wang and Yufang Hou and Lingfei Wu},
23
+ year={2021},
24
+ eprint={2104.01002},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.SE}
27
+ }
28
+ ```
29
+