holylovenia commited on
Commit
dc6708b
·
1 Parent(s): 7ed54fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -5,14 +5,21 @@ language:
5
  - ind
6
  ---
7
 
 
 
8
  The KEPS dataset (Mahfuzh, Soleman and Purwarianti, 2019) consists of text from Twitter
 
9
  discussing banking products and services and is written in the Indonesian language. A phrase
 
10
  containing important information is considered a keyphrase. Text may contain one or more
 
11
  keyphrases since important phrases can be located at different positions.
 
12
  - tokens: a list of string features.
 
13
  - seq_label: a list of classification labels, with possible values including O, B, I.
14
- The labels use Inside-Outside-Beginning (IOB) tagging.
15
 
 
16
 
17
  ## Dataset Usage
18
 
@@ -20,7 +27,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
20
 
21
  ## Citation
22
 
23
- ```@inproceedings{mahfuzh2019improving,
 
24
  title={Improving Joint Layer RNN based Keyphrase Extraction by Using Syntactical Features},
25
  author={Miftahul Mahfuzh, Sidik Soleman, and Ayu Purwarianti},
26
  booktitle={Proceedings of the 2019 International Conference of Advanced Informatics: Concepts, Theory and Applications (ICAICTA)},
@@ -36,6 +44,8 @@ Creative Common Attribution Share-Alike 4.0 International
36
 
37
  ## Homepage
38
 
 
 
39
  ### NusaCatalogue
40
 
41
  For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
5
  - ind
6
  ---
7
 
8
+ # keps
9
+
10
  The KEPS dataset (Mahfuzh, Soleman and Purwarianti, 2019) consists of text from Twitter
11
+
12
  discussing banking products and services and is written in the Indonesian language. A phrase
13
+
14
  containing important information is considered a keyphrase. Text may contain one or more
15
+
16
  keyphrases since important phrases can be located at different positions.
17
+
18
  - tokens: a list of string features.
19
+
20
  - seq_label: a list of classification labels, with possible values including O, B, I.
 
21
 
22
+ The labels use Inside-Outside-Beginning (IOB) tagging.
23
 
24
  ## Dataset Usage
25
 
 
27
 
28
  ## Citation
29
 
30
+ ```
31
+ @inproceedings{mahfuzh2019improving,
32
  title={Improving Joint Layer RNN based Keyphrase Extraction by Using Syntactical Features},
33
  author={Miftahul Mahfuzh, Sidik Soleman, and Ayu Purwarianti},
34
  booktitle={Proceedings of the 2019 International Conference of Advanced Informatics: Concepts, Theory and Applications (ICAICTA)},
 
44
 
45
  ## Homepage
46
 
47
+ [https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
48
+
49
  ### NusaCatalogue
50
 
51
  For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)