holylovenia commited on
Commit
ec80e0c
1 Parent(s): 3ba709c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -3,4 +3,33 @@ tags:
3
  - summarization
4
  language:
5
  - ind
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - summarization
4
  language:
5
  - ind
6
+ ---
7
+
8
+
9
+ A large-scale Indonesian summarization dataset consisting of harvested articles from Liputan6.com, an online news portal, resulting in 215,827 document-summary pairs.
10
+
11
+
12
+ ## Dataset Usage
13
+
14
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
15
+
16
+ ## Citation
17
+
18
+ ```@inproceedings{koto2020liputan6,
19
+ title={Liputan6: A Large-scale Indonesian Dataset for Text Summarization},
20
+ author={Koto, Fajri and Lau, Jey Han and Baldwin, Timothy},
21
+ booktitle={Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing},
22
+ pages={598--608},
23
+ year={2020}
24
+ }
25
+ ```
26
+
27
+ ## License
28
+
29
+ CC-BY-SA 4.0
30
+
31
+ ## Homepage
32
+
33
+ ### NusaCatalogue
34
+
35
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)