Datasets:
Commit
·
47a0272
1
Parent(s):
78ad506
Fix `license` metadata (#1)
Browse files- Fix `license` metadata (dc10b76f5c74d019d83eb90e658d11cbc7ff3a73)
Co-authored-by: Julien Chaumond <[email protected]>
README.md
CHANGED
@@ -1,81 +1,81 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- machine-generated
|
4 |
-
language_creators:
|
5 |
-
- machine-generated
|
6 |
-
|
7 |
-
- hi
|
8 |
-
- en
|
9 |
-
|
10 |
-
- unknown
|
11 |
-
multilinguality:
|
12 |
-
- multilingual
|
13 |
-
pretty_name: HashSet Distant
|
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
|
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 consisiting 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 |
-
### Languages
|
41 |
-
|
42 |
-
Hindi and English.
|
43 |
-
|
44 |
-
## Dataset Structure
|
45 |
-
|
46 |
-
### Data Instances
|
47 |
-
|
48 |
-
```
|
49 |
-
{
|
50 |
-
'index': 282559,
|
51 |
-
'hashtag': 'Youth4Nation',
|
52 |
-
'segmentation': 'Youth 4 Nation'
|
53 |
-
}
|
54 |
-
```
|
55 |
-
|
56 |
-
## Dataset Creation
|
57 |
-
|
58 |
-
- All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
|
59 |
-
|
60 |
-
- 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.
|
61 |
-
|
62 |
-
- There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
|
63 |
-
|
64 |
-
- If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
|
65 |
-
|
66 |
-
## Additional Information
|
67 |
-
|
68 |
-
### Citation Information
|
69 |
-
|
70 |
-
```
|
71 |
-
@article{kodali2022hashset,
|
72 |
-
title={HashSet--A Dataset For Hashtag Segmentation},
|
73 |
-
author={Kodali, Prashant and Bhatnagar, Akshala and Ahuja, Naman and Shrivastava, Manish and Kumaraguru, Ponnurangam},
|
74 |
-
journal={arXiv preprint arXiv:2201.06741},
|
75 |
-
year={2022}
|
76 |
-
}
|
77 |
-
```
|
78 |
-
|
79 |
-
### Contributions
|
80 |
-
|
81 |
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
|
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
|
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 consisiting 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 |
+
### Languages
|
41 |
+
|
42 |
+
Hindi and English.
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
### Data Instances
|
47 |
+
|
48 |
+
```
|
49 |
+
{
|
50 |
+
'index': 282559,
|
51 |
+
'hashtag': 'Youth4Nation',
|
52 |
+
'segmentation': 'Youth 4 Nation'
|
53 |
+
}
|
54 |
+
```
|
55 |
+
|
56 |
+
## Dataset Creation
|
57 |
+
|
58 |
+
- All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
|
59 |
+
|
60 |
+
- 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.
|
61 |
+
|
62 |
+
- There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
|
63 |
+
|
64 |
+
- If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
|
65 |
+
|
66 |
+
## Additional Information
|
67 |
+
|
68 |
+
### Citation Information
|
69 |
+
|
70 |
+
```
|
71 |
+
@article{kodali2022hashset,
|
72 |
+
title={HashSet--A Dataset For Hashtag Segmentation},
|
73 |
+
author={Kodali, Prashant and Bhatnagar, Akshala and Ahuja, Naman and Shrivastava, Manish and Kumaraguru, Ponnurangam},
|
74 |
+
journal={arXiv preprint arXiv:2201.06741},
|
75 |
+
year={2022}
|
76 |
+
}
|
77 |
+
```
|
78 |
+
|
79 |
+
### Contributions
|
80 |
+
|
81 |
This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github.com/ruanchaves/hashformers) library.
|