parvezmrobin
commited on
Commit
•
b3c6a10
1
Parent(s):
6743378
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset is the CSV version of the original MCMD (Multi-programming-language Commit Message Dataset) provided by Tao et al. in their paper "On the Evaluation of Commit Message Generation Models: An Experimental Study".
|
2 |
+
The original version of the dataset can be found in (Zenodo)[https://doi.org/10.5281/zenodo.5025758].
|
3 |
+
|
4 |
+
---
|
5 |
+
language:
|
6 |
+
- java
|
7 |
+
- csharp
|
8 |
+
- cpp
|
9 |
+
- python
|
10 |
+
- javascript
|
11 |
+
- English
|
12 |
+
|
13 |
+
tags:
|
14 |
+
- commit
|
15 |
+
- "commit message"
|
16 |
+
- nmt
|
17 |
+
- translation
|
18 |
+
|
19 |
+
metrics:
|
20 |
+
- bleu
|
21 |
+
- perplexity
|
22 |
+
|
23 |
+
---
|