Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
word-segmentation
License:

Fix `license` metadata

#1
by julien-c HF staff - opened
Files changed (1) hide show
  1. README.md +82 -82
README.md CHANGED
@@ -1,83 +1,83 @@
1
- ---
2
- annotations_creators:
3
- - machine-generated
4
- language_creators:
5
- - machine-generated
6
- languages:
7
- - hi
8
- - en
9
- licenses:
10
- - unknown
11
- multilinguality:
12
- - multilingual
13
- pretty_name: HashSet Distant Sampled
14
- size_categories:
15
- - unknown
16
- source_datasets:
17
- - original
18
- task_categories:
19
- - structure-prediction
20
- task_ids:
21
- - structure-prediction-other-word-segmentation
22
- ---
23
-
24
- # Dataset Card for HashSet Distant Sampled
25
-
26
- ## Dataset Description
27
-
28
- - **Repository:** [prashantkodali/HashSet](https://github.com/prashantkodali/HashSet)
29
- - **Paper:** [HashSet -- A Dataset For Hashtag Segmentation](https://arxiv.org/abs/2201.06741)
30
-
31
- ### Dataset Summary
32
-
33
- Hashset is a new dataset consisting on 1.9k manually annotated and 3.3M loosely supervised tweets for testing the
34
- efficiency of hashtag segmentation models. We compare State of The Art Hashtag Segmentation models on Hashset and other
35
- baseline datasets (STAN and BOUN). We compare and analyse the results across the datasets to argue that HashSet can act
36
- as a good benchmark for hashtag segmentation tasks.
37
-
38
- HashSet Distant: 3.3M loosely collected camel cased hashtags containing hashtag and their segmentation.
39
-
40
- HashSet Distant Sampled is a sample of 20,000 camel cased hashtags from the HashSet Distant dataset.
41
-
42
- ### Languages
43
-
44
- Hindi and English.
45
-
46
- ## Dataset Structure
47
-
48
- ### Data Instances
49
-
50
- ```
51
- {
52
- 'index': 282559,
53
- 'hashtag': 'Youth4Nation',
54
- 'segmentation': 'Youth 4 Nation'
55
- }
56
- ```
57
-
58
- ## Dataset Creation
59
-
60
- - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
61
-
62
- - The only difference between `hashtag` and `segmentation` or between `identifier` and `segmentation` are the whitespace characters. Spell checking, expanding abbreviations or correcting characters to uppercase go into other fields.
63
-
64
- - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
65
-
66
- - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
67
-
68
- ## Additional Information
69
-
70
- ### Citation Information
71
-
72
- ```
73
- @article{kodali2022hashset,
74
- title={HashSet--A Dataset For Hashtag Segmentation},
75
- author={Kodali, Prashant and Bhatnagar, Akshala and Ahuja, Naman and Shrivastava, Manish and Kumaraguru, Ponnurangam},
76
- journal={arXiv preprint arXiv:2201.06741},
77
- year={2022}
78
- }
79
- ```
80
-
81
- ### Contributions
82
-
83
  This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github.com/ruanchaves/hashformers) library.
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - hi
8
+ - en
9
+ license:
10
+ - unknown
11
+ multilinguality:
12
+ - multilingual
13
+ pretty_name: HashSet Distant Sampled
14
+ size_categories:
15
+ - unknown
16
+ source_datasets:
17
+ - original
18
+ task_categories:
19
+ - structure-prediction
20
+ task_ids:
21
+ - structure-prediction-other-word-segmentation
22
+ ---
23
+
24
+ # Dataset Card for HashSet Distant Sampled
25
+
26
+ ## Dataset Description
27
+
28
+ - **Repository:** [prashantkodali/HashSet](https://github.com/prashantkodali/HashSet)
29
+ - **Paper:** [HashSet -- A Dataset For Hashtag Segmentation](https://arxiv.org/abs/2201.06741)
30
+
31
+ ### Dataset Summary
32
+
33
+ Hashset is a new dataset consisting on 1.9k manually annotated and 3.3M loosely supervised tweets for testing the
34
+ efficiency of hashtag segmentation models. We compare State of The Art Hashtag Segmentation models on Hashset and other
35
+ baseline datasets (STAN and BOUN). We compare and analyse the results across the datasets to argue that HashSet can act
36
+ as a good benchmark for hashtag segmentation tasks.
37
+
38
+ HashSet Distant: 3.3M loosely collected camel cased hashtags containing hashtag and their segmentation.
39
+
40
+ HashSet Distant Sampled is a sample of 20,000 camel cased hashtags from the HashSet Distant dataset.
41
+
42
+ ### Languages
43
+
44
+ Hindi and English.
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+
50
+ ```
51
+ {
52
+ 'index': 282559,
53
+ 'hashtag': 'Youth4Nation',
54
+ 'segmentation': 'Youth 4 Nation'
55
+ }
56
+ ```
57
+
58
+ ## Dataset Creation
59
+
60
+ - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
61
+
62
+ - The only difference between `hashtag` and `segmentation` or between `identifier` and `segmentation` are the whitespace characters. Spell checking, expanding abbreviations or correcting characters to uppercase go into other fields.
63
+
64
+ - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
65
+
66
+ - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
67
+
68
+ ## Additional Information
69
+
70
+ ### Citation Information
71
+
72
+ ```
73
+ @article{kodali2022hashset,
74
+ title={HashSet--A Dataset For Hashtag Segmentation},
75
+ author={Kodali, Prashant and Bhatnagar, Akshala and Ahuja, Naman and Shrivastava, Manish and Kumaraguru, Ponnurangam},
76
+ journal={arXiv preprint arXiv:2201.06741},
77
+ year={2022}
78
+ }
79
+ ```
80
+
81
+ ### Contributions
82
+
83
  This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github.com/ruanchaves/hashformers) library.