holylovenia commited on
Commit
8eba52b
1 Parent(s): 44f8aa0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - next-sentence-prediction
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # indolem_ntp
10
+
11
+ NTP (Next Tweet prediction) is one of the comprehensive Indonesian benchmarks that given a list of tweets and an option, we predict if the option is the next tweet or not.
12
+
13
+ This task is similar to the next sentence prediction (NSP) task used to train BERT (Devlin et al., 2019).
14
+
15
+ In NTP, each instance consists of a Twitter thread (containing 2 to 4 tweets) that we call the premise, and four possible options for the next tweet, one of which is the actual response from the original thread.
16
+
17
+
18
+
19
+ Train: 5681 threads
20
+
21
+ Development: 811 threads
22
+
23
+ Test: 1890 threads
24
+
25
+ ## Dataset Usage
26
+
27
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
28
+
29
+ ## Citation
30
+
31
+ ```
32
+ @article{DBLP:journals/corr/abs-2011-00677,
33
+ author = {Fajri Koto and
34
+ Afshin Rahimi and
35
+ Jey Han Lau and
36
+ Timothy Baldwin},
37
+ title = {IndoLEM and IndoBERT: {A} Benchmark Dataset and Pre-trained Language
38
+ Model for Indonesian {NLP}},
39
+ journal = {CoRR},
40
+ volume = {abs/2011.00677},
41
+ year = {2020},
42
+ url = {https://arxiv.org/abs/2011.00677},
43
+ eprinttype = {arXiv},
44
+ eprint = {2011.00677},
45
+ timestamp = {Fri, 06 Nov 2020 15:32:47 +0100},
46
+ biburl = {https://dblp.org/rec/journals/corr/abs-2011-00677.bib},
47
+ bibsource = {dblp computer science bibliography, https://dblp.org}
48
+ }
49
+ ```
50
+
51
+ ## License
52
+
53
+ Creative Commons Attribution 4.0
54
+
55
+ ## Homepage
56
+
57
+ [https://indolem.github.io/](https://indolem.github.io/)
58
+
59
+ ### NusaCatalogue
60
+
61
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)