Commit
·
33b498a
1
Parent(s):
4632e80
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,17 +5,18 @@ 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 |
-
|
|
|
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},
|
@@ -30,6 +31,8 @@ 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)
|
|
|
5 |
- ind
|
6 |
---
|
7 |
|
8 |
+
# liputan6
|
9 |
|
10 |
A large-scale Indonesian summarization dataset consisting of harvested articles from Liputan6.com, an online news portal, resulting in 215,827 document-summary pairs.
|
11 |
|
|
|
12 |
## Dataset Usage
|
13 |
|
14 |
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
15 |
|
16 |
## Citation
|
17 |
|
18 |
+
```
|
19 |
+
@inproceedings{koto2020liputan6,
|
20 |
title={Liputan6: A Large-scale Indonesian Dataset for Text Summarization},
|
21 |
author={Koto, Fajri and Lau, Jey Han and Baldwin, Timothy},
|
22 |
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},
|
|
|
31 |
|
32 |
## Homepage
|
33 |
|
34 |
+
[https://github.com/fajri91/sum_liputan6](https://github.com/fajri91/sum_liputan6)
|
35 |
+
|
36 |
### NusaCatalogue
|
37 |
|
38 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|