ruanchaves commited on
Commit
8d3e782
·
1 Parent(s): 3c5516f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -1
README.md CHANGED
@@ -1,3 +1,70 @@
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 using automatically created training data](http://www.lrec-conf.org/proceedings/lrec2016/pdf/708_Paper.pdf)
29
+
30
+ ### Dataset Summary
31
+
32
+ Automatically segmented 803K SNAP Twitter Data Set hashtags with the heuristic described in the paper "Segmenting hashtags using automatically created training data".
33
+
34
+ ### Languages
35
+
36
+ English
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Instances
41
+
42
+ ```
43
+ {
44
+ "index": 0,
45
+ "hashtag": "BrandThunder",
46
+ "segmentation": "Brand Thunder"
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
+ @inproceedings{celebi2016segmenting,
60
+ title={Segmenting hashtags using automatically created training data},
61
+ author={Celebi, Arda and {\"O}zg{\"u}r, Arzucan},
62
+ booktitle={Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)},
63
+ pages={2981--2985},
64
+ year={2016}
65
+ }
66
+ ```
67
+
68
+ ### Contributions
69
+
70
+ This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github..com/ruanchaves/hashformers) library.