Fix `license` metadata

#1
by julien-c HF staff - opened
Files changed (1) hide show
  1. README.md +104 -104
README.md CHANGED
@@ -1,105 +1,105 @@
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: STAN Small
13
- size_categories:
14
- - unknown
15
- source_datasets:
16
- - original
17
- task_categories:
18
- - structure-prediction
19
- - conditional-text-generation
20
- task_ids:
21
- - structure-prediction-other-word-segmentation
22
- ---
23
-
24
- # Dataset Card for STAN Small
25
-
26
- ## Table of Contents
27
- - [Table of Contents](#table-of-contents)
28
- - [Dataset Description](#dataset-description)
29
- - [Dataset Summary](#dataset-summary)
30
- - [Languages](#languages)
31
- - [Dataset Structure](#dataset-structure)
32
- - [Data Instances](#data-instances)
33
- - [Data Fields](#data-fields)
34
- - [Dataset Creation](#dataset-creation)
35
- - [Additional Information](#additional-information)
36
- - [Citation Information](#citation-information)
37
- - [Contributions](#contributions)
38
-
39
- ## Dataset Description
40
-
41
- - **Repository:** [mounicam/hashtag_master](https://github.com/mounicam/hashtag_master)
42
- - **Paper:** [Multi-task Pairwise Neural Ranking for Hashtag Segmentation](https://aclanthology.org/P19-1242/)
43
-
44
- ### Dataset Summary
45
-
46
- Manually Annotated Stanford Sentiment Analysis Dataset by Bansal et al..
47
-
48
- ### Languages
49
-
50
- English
51
-
52
- ## Dataset Structure
53
-
54
- ### Data Instances
55
-
56
- ```
57
- {
58
- "index": 300,
59
- "hashtag": "microsoftfail",
60
- "segmentation": "microsoft fail",
61
- "alternatives": {
62
- "segmentation": [
63
- "Microsoft fail"
64
- ]
65
- }
66
- }
67
- ```
68
-
69
- ### Data Fields
70
-
71
- - `index`: a numerical index.
72
- - `hashtag`: the original hashtag.
73
- - `segmentation`: the gold segmentation for the hashtag.
74
- - `alternatives`: other segmentations that are also accepted as a gold segmentation.
75
-
76
- Although `segmentation` has exactly the same characters as `hashtag` except for the spaces, the segmentations inside `alternatives` may have characters corrected to uppercase.
77
-
78
- ## Dataset Creation
79
-
80
- - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
81
-
82
- - 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.
83
-
84
- - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
85
-
86
- - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
87
-
88
- ## Additional Information
89
-
90
- ### Citation Information
91
-
92
- ```
93
- @misc{bansal2015deep,
94
- title={Towards Deep Semantic Analysis Of Hashtags},
95
- author={Piyush Bansal and Romil Bansal and Vasudeva Varma},
96
- year={2015},
97
- eprint={1501.03210},
98
- archivePrefix={arXiv},
99
- primaryClass={cs.IR}
100
- }
101
- ```
102
-
103
- ### Contributions
104
-
105
  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
+ - expert-generated
4
+ language_creators:
5
+ - machine-generated
6
+ language:
7
+ - en
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: STAN Small
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - structure-prediction
19
+ - conditional-text-generation
20
+ task_ids:
21
+ - structure-prediction-other-word-segmentation
22
+ ---
23
+
24
+ # Dataset Card for STAN Small
25
+
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Additional Information](#additional-information)
36
+ - [Citation Information](#citation-information)
37
+ - [Contributions](#contributions)
38
+
39
+ ## Dataset Description
40
+
41
+ - **Repository:** [mounicam/hashtag_master](https://github.com/mounicam/hashtag_master)
42
+ - **Paper:** [Multi-task Pairwise Neural Ranking for Hashtag Segmentation](https://aclanthology.org/P19-1242/)
43
+
44
+ ### Dataset Summary
45
+
46
+ Manually Annotated Stanford Sentiment Analysis Dataset by Bansal et al..
47
+
48
+ ### Languages
49
+
50
+ English
51
+
52
+ ## Dataset Structure
53
+
54
+ ### Data Instances
55
+
56
+ ```
57
+ {
58
+ "index": 300,
59
+ "hashtag": "microsoftfail",
60
+ "segmentation": "microsoft fail",
61
+ "alternatives": {
62
+ "segmentation": [
63
+ "Microsoft fail"
64
+ ]
65
+ }
66
+ }
67
+ ```
68
+
69
+ ### Data Fields
70
+
71
+ - `index`: a numerical index.
72
+ - `hashtag`: the original hashtag.
73
+ - `segmentation`: the gold segmentation for the hashtag.
74
+ - `alternatives`: other segmentations that are also accepted as a gold segmentation.
75
+
76
+ Although `segmentation` has exactly the same characters as `hashtag` except for the spaces, the segmentations inside `alternatives` may have characters corrected to uppercase.
77
+
78
+ ## Dataset Creation
79
+
80
+ - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
81
+
82
+ - 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.
83
+
84
+ - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
85
+
86
+ - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
87
+
88
+ ## Additional Information
89
+
90
+ ### Citation Information
91
+
92
+ ```
93
+ @misc{bansal2015deep,
94
+ title={Towards Deep Semantic Analysis Of Hashtags},
95
+ author={Piyush Bansal and Romil Bansal and Vasudeva Varma},
96
+ year={2015},
97
+ eprint={1501.03210},
98
+ archivePrefix={arXiv},
99
+ primaryClass={cs.IR}
100
+ }
101
+ ```
102
+
103
+ ### Contributions
104
+
105
  This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github.com/ruanchaves/hashformers) library.