holylovenia commited on
Commit
ec5f0e5
1 Parent(s): 9742168

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -3,4 +3,35 @@ tags:
3
  - summarization
4
  language:
5
  - ind
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - summarization
4
  language:
5
  - ind
6
+ ---
7
+
8
+ INDOSUM is a new benchmark dataset for Indonesian text summarization.
9
+ The dataset consists of news articles and manually constructed summaries.
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{8629109,
19
+ author={Kurniawan, Kemal and Louvan, Samuel},
20
+ booktitle={2018 International Conference on Asian Language Processing (IALP)},
21
+ title={Indosum: A New Benchmark Dataset for Indonesian Text Summarization},
22
+ year={2018},
23
+ volume={},
24
+ number={},
25
+ pages={215-220},
26
+ doi={10.1109/IALP.2018.8629109}}
27
+ ```
28
+
29
+ ## License
30
+
31
+ Apache License, Version 2.0
32
+
33
+ ## Homepage
34
+
35
+ ### NusaCatalogue
36
+
37
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)