Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
word-segmentation
License:
ruanchaves commited on
Commit
fc7e6ce
1 Parent(s): eb63589

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -1
README.md CHANGED
@@ -1,3 +1,76 @@
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:** [ardax/hashtag-segmentor](https://github.com/ardax/hashtag-segmentor)
28
+ - **Paper:** [Segmenting Hashtags and Analyzing Their Grammatical Structure](https://asistdl.onlinelibrary.wiley.com/doi/epdf/10.1002/asi.23989?author_access_token=qbKcE1jrre5nbv_Tn9csbU4keas67K9QMdWULTWMo8NOtY2aA39ck2w5Sm4ePQ1MZhbjCdEuaRlPEw2Kd12jzvwhwoWP0fdroZAwWsmXHPXxryDk_oBCup1i9_VDNIpU)
29
+
30
+ ### Dataset Summary
31
+
32
+ Dev-BOUN is a Development set that includes 500 manually segmented hashtags. These are selected from tweets about movies,
33
+ tv shows, popular people, sports teams etc.
34
+
35
+ Test-BOUN is a Test set that includes 500 manually segmented hashtags. These are selected from tweets about movies, tv shows, popular people, sports teams etc.
36
+
37
+ ### Languages
38
+
39
+ English
40
+
41
+ ## Dataset Structure
42
+
43
+ ### Data Instances
44
+
45
+ ```
46
+ {
47
+ "index": 0,
48
+ "hashtag": "tryingtosleep",
49
+ "segmentation": "trying to sleep"
50
+ }
51
+ ```
52
+
53
+ ### Data Fields
54
+
55
+ - `index`: a numerical index.
56
+ - `hashtag`: the original hashtag.
57
+ - `segmentation`: the gold segmentation for the hashtag.
58
+
59
+ ### Citation Information
60
+
61
+ ```
62
+ @article{celebi2018segmenting,
63
+ title={Segmenting hashtags and analyzing their grammatical structure},
64
+ author={Celebi, Arda and {\"O}zg{\"u}r, Arzucan},
65
+ journal={Journal of the Association for Information Science and Technology},
66
+ volume={69},
67
+ number={5},
68
+ pages={675--686},
69
+ year={2018},
70
+ publisher={Wiley Online Library}
71
+ }
72
+ ```
73
+
74
+ ### Contributions
75
+
76
+ This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github..com/ruanchaves/hashformers) library.