Datasets:

Languages:
Russian
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
word-segmentation
License:
ruanchaves commited on
Commit
b4cd794
1 Parent(s): 274d758

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -1
README.md CHANGED
@@ -1,3 +1,69 @@
1
  ---
2
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - machine-generated
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: BOUN
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - structure-prediction
19
+ task_ids:
20
+ - structure-prediction-other-word-segmentation
21
  ---
22
+
23
+ # Dataset Card for BOUN
24
+
25
+ ## Dataset Description
26
+
27
+ - **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
28
+ - **Paper:** [Char-RNN and Active Learning for Hashtag Segmentation](https://arxiv.org/abs/1911.03270)
29
+
30
+ ### Dataset Summary
31
+
32
+ Real hashtags collected from several pages about civil services on vk.com (a Russian social network) and then segmented manually.
33
+
34
+ ### Languages
35
+
36
+ Russian
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Instances
41
+
42
+ ```
43
+ {
44
+ "index": 0,
45
+ "hashtag": "ЁлкаВЗазеркалье",
46
+ "segmentation": "Ёлка В Зазеркалье"
47
+ }
48
+ ```
49
+
50
+ ### Data Fields
51
+
52
+ - `index`: a numerical index.
53
+ - `hashtag`: the original hashtag.
54
+ - `segmentation`: the gold segmentation for the hashtag.
55
+
56
+ ### Citation Information
57
+
58
+ ```
59
+ @article{glushkova2019char,
60
+ title={Char-RNN and Active Learning for Hashtag Segmentation},
61
+ author={Glushkova, Taisiya and Artemova, Ekaterina},
62
+ journal={arXiv preprint arXiv:1911.03270},
63
+ year={2019}
64
+ }
65
+ ```
66
+
67
+ ### Contributions
68
+
69
+ This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github..com/ruanchaves/hashformers) library.