Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset
|
6 |
+
## Topic-exclusive split
|
7 |
+
The training dataset contains popular topics (instances), while other topics are in the test and validation datasets.
|
8 |
+
* test_diff.json
|
9 |
+
* training_diff.json
|
10 |
+
* validation_diff.json
|
11 |
+
|
12 |
+
## Topic-independent split
|
13 |
+
Topics are randomly selected in datasets. For a common purpose, we suggest THESE DATASETS.
|
14 |
+
* test_random.json
|
15 |
+
* training_random.json
|
16 |
+
* validation_random.json
|
17 |
+
|
18 |
+
# GitHub
|
19 |
+
* https://github.com/declare-lab/WikiDes/
|
20 |
+
|
21 |
+
|
22 |
+
# Citation
|
23 |
+
|
24 |
+
## APA
|
25 |
+
Ta, H. T., Rahman, A. B. S., Majumder, N., Hussain, A., Najjar, L., Howard, N., ... & Gelbukh, A. (2022). WikiDes: A Wikipedia-based dataset for generating short descriptions from paragraphs. *Information Fusion*.
|
26 |
+
|
27 |
+
## BibTeX
|
28 |
+
```
|
29 |
+
@article{Ta_2022,
|
30 |
+
doi = {10.1016/j.inffus.2022.09.022},
|
31 |
+
url = {https://doi.org/10.1016%2Fj.inffus.2022.09.022},
|
32 |
+
year = 2022,
|
33 |
+
month = {sep},
|
34 |
+
publisher = {Elsevier {BV}},
|
35 |
+
author = {Hoang Thang Ta and Abu Bakar Siddiqur Rahman and Navonil Majumder and Amir Hussain and Lotfollah Najjar and Newton Howard and Soujanya Poria and Alexander Gelbukh},
|
36 |
+
title = {{WikiDes}: A Wikipedia-based dataset for generating short descriptions from paragraphs},
|
37 |
+
journal = {Information Fusion}}
|
38 |
+
```
|
39 |
+
|
40 |
+
# Paper links
|
41 |
+
* https://doi.org/10.1016%2Fj.inffus.2022.09.022
|
42 |
+
* https://arxiv.org/abs/2209.13101
|
43 |
+
|
44 |
+
# Contact
|
45 |
+
Hoang Thang Ta, tahoangthang@gmail.com
|