ruanchaves julien-c HF staff commited on
Commit
f01531b
1 Parent(s): 49e27e3

Fix `license` metadata (#1)

Browse files

- Fix `license` metadata (c78359acf311781e51442fed212e7e3823ebb44e)


Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +93 -93
README.md CHANGED
@@ -1,94 +1,94 @@
1
- ---
2
- annotations_creators:
3
- - expert-generated
4
- language_creators:
5
- - machine-generated
6
- languages:
7
- - ru
8
- licenses:
9
- - unknown
10
- multilinguality:
11
- - monolingual
12
- pretty_name: NRU-HSE
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 NRU-HSE
24
-
25
- ## Table of Contents
26
- - [Table of Contents](#table-of-contents)
27
- - [Dataset Description](#dataset-description)
28
- - [Dataset Summary](#dataset-summary)
29
- - [Languages](#languages)
30
- - [Dataset Structure](#dataset-structure)
31
- - [Data Instances](#data-instances)
32
- - [Data Fields](#data-fields)
33
- - [Dataset Creation](#dataset-creation)
34
- - [Additional Information](#additional-information)
35
- - [Citation Information](#citation-information)
36
- - [Contributions](#contributions)
37
-
38
- ## Dataset Description
39
-
40
- - **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
41
- - **Paper:** [Char-RNN and Active Learning for Hashtag Segmentation](https://arxiv.org/abs/1911.03270)
42
-
43
- ### Dataset Summary
44
-
45
- Real hashtags collected from several pages about civil services on vk.com (a Russian social network) and then segmented manually.
46
-
47
- ### Languages
48
-
49
- Russian
50
-
51
- ## Dataset Structure
52
-
53
- ### Data Instances
54
-
55
- ```
56
- {
57
- "index": 0,
58
- "hashtag": "ЁлкаВЗазеркалье",
59
- "segmentation": "Ёлка В Зазеркалье"
60
- }
61
- ```
62
-
63
- ### Data Fields
64
-
65
- - `index`: a numerical index.
66
- - `hashtag`: the original hashtag.
67
- - `segmentation`: the gold segmentation for the hashtag.
68
-
69
- ## Dataset Creation
70
-
71
- - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
72
-
73
- - 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.
74
-
75
- - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
76
-
77
- - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
78
-
79
- ## Additional Information
80
-
81
- ### Citation Information
82
-
83
- ```
84
- @article{glushkova2019char,
85
- title={Char-RNN and Active Learning for Hashtag Segmentation},
86
- author={Glushkova, Taisiya and Artemova, Ekaterina},
87
- journal={arXiv preprint arXiv:1911.03270},
88
- year={2019}
89
- }
90
- ```
91
-
92
- ### Contributions
93
-
94
  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
+ - ru
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: NRU-HSE
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 NRU-HSE
24
+
25
+ ## Table of Contents
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Additional Information](#additional-information)
35
+ - [Citation Information](#citation-information)
36
+ - [Contributions](#contributions)
37
+
38
+ ## Dataset Description
39
+
40
+ - **Repository:** [glushkovato/hashtag_segmentation](https://github.com/glushkovato/hashtag_segmentation/)
41
+ - **Paper:** [Char-RNN and Active Learning for Hashtag Segmentation](https://arxiv.org/abs/1911.03270)
42
+
43
+ ### Dataset Summary
44
+
45
+ Real hashtags collected from several pages about civil services on vk.com (a Russian social network) and then segmented manually.
46
+
47
+ ### Languages
48
+
49
+ Russian
50
+
51
+ ## Dataset Structure
52
+
53
+ ### Data Instances
54
+
55
+ ```
56
+ {
57
+ "index": 0,
58
+ "hashtag": "ЁлкаВЗазеркалье",
59
+ "segmentation": "Ёлка В Зазеркалье"
60
+ }
61
+ ```
62
+
63
+ ### Data Fields
64
+
65
+ - `index`: a numerical index.
66
+ - `hashtag`: the original hashtag.
67
+ - `segmentation`: the gold segmentation for the hashtag.
68
+
69
+ ## Dataset Creation
70
+
71
+ - All hashtag segmentation and identifier splitting datasets on this profile have the same basic fields: `hashtag` and `segmentation` or `identifier` and `segmentation`.
72
+
73
+ - 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.
74
+
75
+ - There is always whitespace between an alphanumeric character and a sequence of any special characters ( such as `_` , `:`, `~` ).
76
+
77
+ - If there are any annotations for named entity recognition and other token classification tasks, they are given in a `spans` field.
78
+
79
+ ## Additional Information
80
+
81
+ ### Citation Information
82
+
83
+ ```
84
+ @article{glushkova2019char,
85
+ title={Char-RNN and Active Learning for Hashtag Segmentation},
86
+ author={Glushkova, Taisiya and Artemova, Ekaterina},
87
+ journal={arXiv preprint arXiv:1911.03270},
88
+ year={2019}
89
+ }
90
+ ```
91
+
92
+ ### Contributions
93
+
94
  This dataset was added by [@ruanchaves](https://github.com/ruanchaves) while developing the [hashformers](https://github.com/ruanchaves/hashformers) library.