system HF staff commited on
Commit
5019995
0 Parent(s):

Update files from the datasets library (from 1.2.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.2.0

.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.model filter=lfs diff=lfs merge=lfs -text
12
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
13
+ *.onnx filter=lfs diff=lfs merge=lfs -text
14
+ *.ot filter=lfs diff=lfs merge=lfs -text
15
+ *.parquet filter=lfs diff=lfs merge=lfs -text
16
+ *.pb filter=lfs diff=lfs merge=lfs -text
17
+ *.pt filter=lfs diff=lfs merge=lfs -text
18
+ *.pth filter=lfs diff=lfs merge=lfs -text
19
+ *.rar filter=lfs diff=lfs merge=lfs -text
20
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
22
+ *.tflite filter=lfs diff=lfs merge=lfs -text
23
+ *.tgz filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - th
8
+ licenses:
9
+ - cc0-1-0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-classification
18
+ task_ids:
19
+ - sentiment-classification
20
+ ---
21
+
22
+ # Dataset Card for wisesight_sentiment
23
+
24
+ ## Table of Contents
25
+ - [Dataset Description](#dataset-description)
26
+ - [Dataset Summary](#dataset-summary)
27
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
28
+ - [Languages](#languages)
29
+ - [Dataset Structure](#dataset-structure)
30
+ - [Data Instances](#data-instances)
31
+ - [Data Fields](#data-instances)
32
+ - [Data Splits](#data-instances)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Curation Rationale](#curation-rationale)
35
+ - [Source Data](#source-data)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+
47
+ ## Dataset Description
48
+
49
+ - **Homepage:** https://github.com/PyThaiNLP/wisesight-sentiment
50
+ - **Repository:** https://github.com/PyThaiNLP/wisesight-sentiment
51
+ - **Paper:**
52
+ - **Leaderboard:** https://www.kaggle.com/c/wisesight-sentiment/
53
+ - **Point of Contact:** https://github.com/PyThaiNLP/
54
+
55
+ ### Dataset Summary
56
+
57
+ Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment label (positive, neutral, negative, question)
58
+ - Released to public domain under Creative Commons Zero v1.0 Universal license.
59
+ - Labels: {"pos": 0, "neu": 1, "neg": 2, "q": 3}
60
+ - Size: 26,737 messages
61
+ - Language: Central Thai
62
+ - Style: Informal and conversational. With some news headlines and advertisement.
63
+ - Time period: Around 2016 to early 2019. With small amount from other period.
64
+ - Domains: Mixed. Majority are consumer products and services (restaurants, cosmetics, drinks, car, hotels), with some current affairs.
65
+ - Privacy:
66
+ - Only messages that made available to the public on the internet (websites, blogs, social network sites).
67
+ - For Facebook, this means the public comments (everyone can see) that made on a public page.
68
+ - Private/protected messages and messages in groups, chat, and inbox are not included.
69
+ - Alternations and modifications:
70
+ - Keep in mind that this corpus does not statistically represent anything in the language register.
71
+ - Large amount of messages are not in their original form. Personal data are removed or masked.
72
+ - Duplicated, leading, and trailing whitespaces are removed. Other punctuations, symbols, and emojis are kept intact.
73
+ (Mis)spellings are kept intact.
74
+ - Messages longer than 2,000 characters are removed.
75
+ - Long non-Thai messages are removed. Duplicated message (exact match) are removed.
76
+ - More characteristics of the data can be explore [this notebook](https://github.com/PyThaiNLP/wisesight-sentiment/blob/master/exploration.ipynb)
77
+
78
+ ### Supported Tasks and Leaderboards
79
+
80
+ Sentiment analysis / [Kaggle Leaderboard](https://www.kaggle.com/c/wisesight-sentiment/)
81
+
82
+ ### Languages
83
+
84
+ Thai
85
+
86
+ ## Dataset Structure
87
+
88
+ ### Data Instances
89
+
90
+ ```
91
+ {'category': 'pos', 'texts': 'น่าสนนน'}
92
+ {'category': 'neu', 'texts': 'ครับ #phithanbkk'}
93
+ {'category': 'neg', 'texts': 'ซื้อแต่ผ้าอนามัยแบบเย็นมาค่ะ แบบว่าอีห่ากูนอนไม่ได้'}
94
+ {'category': 'q', 'texts': 'มีแอลกอฮอลมั้ยคะ'}
95
+ ```
96
+
97
+ ### Data Fields
98
+
99
+ - `texts`: texts
100
+ - `category`: sentiment of texts ranging from `pos` (positive; 0), `neu` (neutral; 1), `neg` (negative; 2) and `q` (question; 3)
101
+
102
+ ### Data Splits
103
+
104
+ | | train | valid | test |
105
+ |-----------|-------|-------|-------|
106
+ | # samples | 21628 | 2404 | 2671 |
107
+ | # neu | 11795 | 1291 | 1453 |
108
+ | # neg | 5491 | 637 | 683 |
109
+ | # pos | 3866 | 434 | 478 |
110
+ | # q | 476 | 42 | 57 |
111
+ | avg words | 27.21 | 27.18 | 27.12 |
112
+ | avg chars | 89.82 | 89.50 | 90.36 |
113
+
114
+ ## Dataset Creation
115
+
116
+ ### Curation Rationale
117
+
118
+ Originally, the dataset was conceived for the [In-class Kaggle Competition](https://www.kaggle.com/c/wisesight-sentiment/) at Chulalongkorn university by [Ekapol Chuangsuwanich](https://www.cp.eng.chula.ac.th/en/about/faculty/ekapolc/) (Faculty of Engineering, Chulalongkorn University). It has since become one of the benchmarks for sentiment analysis in Thai.
119
+
120
+ ### Source Data
121
+
122
+ #### Initial Data Collection and Normalization
123
+
124
+ - Style: Informal and conversational. With some news headlines and advertisement.
125
+ - Time period: Around 2016 to early 2019. With small amount from other period.
126
+ - Domains: Mixed. Majority are consumer products and services (restaurants, cosmetics, drinks, car, hotels), with some current affairs.
127
+ - Privacy:
128
+ - Only messages that made available to the public on the internet (websites, blogs, social network sites).
129
+ - For Facebook, this means the public comments (everyone can see) that made on a public page.
130
+ - Private/protected messages and messages in groups, chat, and inbox are not included.
131
+ - Usernames and non-public figure names are removed
132
+ - Phone numbers are masked (e.g. 088-888-8888, 09-9999-9999, 0-2222-2222)
133
+ - If you see any personal data still remain in the set, please tell us - so we can remove them.
134
+ - Alternations and modifications:
135
+ - Keep in mind that this corpus does not statistically represent anything in the language register.
136
+ - Large amount of messages are not in their original form. Personal data are removed or masked.
137
+ - Duplicated, leading, and trailing whitespaces are removed. Other punctuations, symbols, and emojis are kept intact.
138
+ - (Mis)spellings are kept intact.
139
+ - Messages longer than 2,000 characters are removed.
140
+ - Long non-Thai messages are removed. Duplicated message (exact match) are removed.
141
+
142
+
143
+ #### Who are the source language producers?
144
+
145
+ Social media users in Thailand
146
+
147
+ ### Annotations
148
+
149
+ #### Annotation process
150
+
151
+ - Sentiment values are assigned by human annotators.
152
+ - A human annotator put his/her best effort to assign just one label, out of four, to a message.
153
+ - Agreement, enjoyment, and satisfaction are positive. Disagreement, sadness, and disappointment are negative.
154
+ - Showing interest in a topic or in a product is counted as positive. In this sense, a question about a particular product could has a positive sentiment value, if it shows the interest in the product.
155
+ - Saying that other product or service is better is counted as negative.
156
+ - General information or news title tend to be counted as neutral.
157
+
158
+ #### Who are the annotators?
159
+
160
+ Outsourced annotators hired by [Wisesight (Thailand) Co., Ltd.](https://github.com/wisesight/)
161
+
162
+ ### Personal and Sensitive Information
163
+
164
+ - The authors tried to exclude any known personally identifiable information from this data set.
165
+ - Usernames and non-public figure names are removed
166
+ - Phone numbers are masked (e.g. 088-888-8888, 09-9999-9999, 0-2222-2222)
167
+ - If you see any personal data still remain in the set, please tell us - so we can remove them.
168
+
169
+ ## Considerations for Using the Data
170
+
171
+ ### Social Impact of Dataset
172
+
173
+ - `wisesight_sentiment` is the first and one of the few open datasets for sentiment analysis of social media data in Thai
174
+ - There are risks of personal information that escape the anonymization process
175
+
176
+ ### Discussion of Biases
177
+
178
+ - A message can be ambiguous. When possible, the judgement will be based solely on the text itself.
179
+ - In some situation, like when the context is missing, the annotator may have to rely on his/her own world knowledge and just guess.
180
+ - In some cases, the human annotator may have an access to the message's context, like an image. These additional information are not included as part of this corpus.
181
+
182
+ ### Other Known Limitations
183
+
184
+ - The labels are imbalanced; over half of the texts are `neu` (neutral) whereas there are very few `q` (question).
185
+ - Misspellings in social media texts make word tokenization process for Thai difficult, thus impacting the model performance
186
+
187
+ ## Additional Information
188
+
189
+ ### Dataset Curators
190
+
191
+ Thanks [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) community, [Kitsuchart Pasupa](http://www.it.kmitl.ac.th/~kitsuchart/) (Faculty of Information Technology, King Mongkut's Institute of Technology Ladkrabang), and [Ekapol Chuangsuwanich](https://www.cp.eng.chula.ac.th/en/about/faculty/ekapolc/) (Faculty of Engineering, Chulalongkorn University) for advice. The original Kaggle competition, using the first version of this corpus, can be found at https://www.kaggle.com/c/wisesight-sentiment/
192
+
193
+ ### Licensing Information
194
+
195
+ - If applicable, copyright of each message content belongs to the original poster.
196
+ - **Annotation data (labels) are released to public domain.**
197
+ - [Wisesight (Thailand) Co., Ltd.](https://github.com/wisesight/) helps facilitate the annotation, but does not necessarily agree upon the labels made by the human annotators. This annotation is for research purpose and does not reflect the professional work that Wisesight has been done for its customers.
198
+ - The human annotator does not necessarily agree or disagree with the message. Likewise, the label he/she made to the message does not necessarily reflect his/her personal view towards the message.
199
+
200
+ ### Citation Information
201
+
202
+ Please cite the following if you make use of the dataset:
203
+
204
+ Arthit Suriyawongkul, Ekapol Chuangsuwanich, Pattarawat Chormai, and Charin Polpanumas. 2019. **PyThaiNLP/wisesight-sentiment: First release.** September.
205
+
206
+ BibTeX:
207
+ ```
208
+ @software{bact_2019_3457447,
209
+ author = {Suriyawongkul, Arthit and
210
+ Chuangsuwanich, Ekapol and
211
+ Chormai, Pattarawat and
212
+ Polpanumas, Charin},
213
+ title = {PyThaiNLP/wisesight-sentiment: First release},
214
+ month = sep,
215
+ year = 2019,
216
+ publisher = {Zenodo},
217
+ version = {v1.0},
218
+ doi = {10.5281/zenodo.3457447},
219
+ url = {https://doi.org/10.5281/zenodo.3457447}
220
+ }
221
+ ```
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
1
+ {"wisesight_sentiment": {"description": "Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)\n* Released to public domain under Creative Commons Zero v1.0 Universal license.\n* Category (Labels): {\"pos\": 0, \"neu\": 1, \"neg\": 2, \"q\": 3}\n* Size: 26,737 messages\n* Language: Central Thai\n* Style: Informal and conversational. With some news headlines and advertisement.\n* Time period: Around 2016 to early 2019. With small amount from other period.\n* Domains: Mixed. Majority are consumer products and services (restaurants, cosmetics, drinks, car, hotels), with some current affairs.\n* Privacy:\n * Only messages that made available to the public on the internet (websites, blogs, social network sites).\n * For Facebook, this means the public comments (everyone can see) that made on a public page.\n * Private/protected messages and messages in groups, chat, and inbox are not included.\n* Alternations and modifications:\n * Keep in mind that this corpus does not statistically represent anything in the language register.\n * Large amount of messages are not in their original form. Personal data are removed or masked.\n * Duplicated, leading, and trailing whitespaces are removed. Other punctuations, symbols, and emojis are kept intact.\n (Mis)spellings are kept intact.\n * Messages longer than 2,000 characters are removed.\n * Long non-Thai messages are removed. Duplicated message (exact match) are removed.\n* More characteristics of the data can be explore: https://github.com/PyThaiNLP/wisesight-sentiment/blob/master/exploration.ipynb\n", "citation": "@software{bact_2019_3457447,\n author = {Suriyawongkul, Arthit and\n Chuangsuwanich, Ekapol and\n Chormai, Pattarawat and\n Polpanumas, Charin},\n title = {PyThaiNLP/wisesight-sentiment: First release},\n month = sep,\n year = 2019,\n publisher = {Zenodo},\n version = {v1.0},\n doi = {10.5281/zenodo.3457447},\n url = {https://doi.org/10.5281/zenodo.3457447}\n}\n", "homepage": "https://github.com/PyThaiNLP/wisesight-sentiment", "license": "", "features": {"texts": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"num_classes": 4, "names": ["pos", "neu", "neg", "q"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "wisesight_sentiment", "config_name": "wisesight_sentiment", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5328819, "num_examples": 21628, "dataset_name": "wisesight_sentiment"}, "validation": {"name": "validation", "num_bytes": 593570, "num_examples": 2404, "dataset_name": "wisesight_sentiment"}, "test": {"name": "test", "num_bytes": 662137, "num_examples": 2671, "dataset_name": "wisesight_sentiment"}}, "download_checksums": {"https://github.com/PyThaiNLP/wisesight-sentiment/raw/master/huggingface/data.zip": {"num_bytes": 2102326, "checksum": "d310a74b2360c61cec815ac918bfece0b6f0182e0144c4d7f7379c9b02feb6b0"}}, "download_size": 2102326, "post_processing_size": null, "dataset_size": 6584526, "size_in_bytes": 8686852}}
dummy/wisesight_sentiment/1.0.0/dummy_data.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e4e390c14fdf05bab92b68a5335b6a5d5ea25a6bedea08353d9b78cdfe0958
3
+ size 3040
wisesight_sentiment.py ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)"""
2
+
3
+ from __future__ import absolute_import, division, print_function
4
+
5
+ import json
6
+ import os
7
+
8
+ import datasets
9
+
10
+
11
+ _CITATION = """\
12
+ @software{bact_2019_3457447,
13
+ author = {Suriyawongkul, Arthit and
14
+ Chuangsuwanich, Ekapol and
15
+ Chormai, Pattarawat and
16
+ Polpanumas, Charin},
17
+ title = {PyThaiNLP/wisesight-sentiment: First release},
18
+ month = sep,
19
+ year = 2019,
20
+ publisher = {Zenodo},
21
+ version = {v1.0},
22
+ doi = {10.5281/zenodo.3457447},
23
+ url = {https://doi.org/10.5281/zenodo.3457447}
24
+ }
25
+ """
26
+
27
+ _DESCRIPTION = """\
28
+ Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)
29
+ * Released to public domain under Creative Commons Zero v1.0 Universal license.
30
+ * Category (Labels): {"pos": 0, "neu": 1, "neg": 2, "q": 3}
31
+ * Size: 26,737 messages
32
+ * Language: Central Thai
33
+ * Style: Informal and conversational. With some news headlines and advertisement.
34
+ * Time period: Around 2016 to early 2019. With small amount from other period.
35
+ * Domains: Mixed. Majority are consumer products and services (restaurants, cosmetics, drinks, car, hotels), with some current affairs.
36
+ * Privacy:
37
+ * Only messages that made available to the public on the internet (websites, blogs, social network sites).
38
+ * For Facebook, this means the public comments (everyone can see) that made on a public page.
39
+ * Private/protected messages and messages in groups, chat, and inbox are not included.
40
+ * Alternations and modifications:
41
+ * Keep in mind that this corpus does not statistically represent anything in the language register.
42
+ * Large amount of messages are not in their original form. Personal data are removed or masked.
43
+ * Duplicated, leading, and trailing whitespaces are removed. Other punctuations, symbols, and emojis are kept intact.
44
+ (Mis)spellings are kept intact.
45
+ * Messages longer than 2,000 characters are removed.
46
+ * Long non-Thai messages are removed. Duplicated message (exact match) are removed.
47
+ * More characteristics of the data can be explore: https://github.com/PyThaiNLP/wisesight-sentiment/blob/master/exploration.ipynb
48
+ """
49
+
50
+
51
+ class WisesightSentimentConfig(datasets.BuilderConfig):
52
+ """BuilderConfig for WisesightSentiment."""
53
+
54
+ def __init__(self, **kwargs):
55
+ """BuilderConfig for WisesightSentiment.
56
+
57
+ Args:
58
+ **kwargs: keyword arguments forwarded to super.
59
+ """
60
+ super(WisesightSentimentConfig, self).__init__(**kwargs)
61
+
62
+
63
+ class WisesightSentiment(datasets.GeneratorBasedBuilder):
64
+ """Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)"""
65
+
66
+ _DOWNLOAD_URL = "https://github.com/PyThaiNLP/wisesight-sentiment/raw/master/huggingface/data.zip"
67
+ _TRAIN_FILE = "train.jsonl"
68
+ _VAL_FILE = "valid.jsonl"
69
+ _TEST_FILE = "test.jsonl"
70
+
71
+ BUILDER_CONFIGS = [
72
+ WisesightSentimentConfig(
73
+ name="wisesight_sentiment",
74
+ version=datasets.Version("1.0.0"),
75
+ description="Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)",
76
+ ),
77
+ ]
78
+
79
+ def _info(self):
80
+ return datasets.DatasetInfo(
81
+ description=_DESCRIPTION,
82
+ features=datasets.Features(
83
+ {
84
+ "texts": datasets.Value("string"),
85
+ "category": datasets.features.ClassLabel(names=["pos", "neu", "neg", "q"]),
86
+ }
87
+ ),
88
+ supervised_keys=None,
89
+ homepage="https://github.com/PyThaiNLP/wisesight-sentiment",
90
+ citation=_CITATION,
91
+ )
92
+
93
+ def _split_generators(self, dl_manager):
94
+ arch_path = dl_manager.download_and_extract(self._DOWNLOAD_URL)
95
+ data_dir = os.path.join(arch_path, "data")
96
+ return [
97
+ datasets.SplitGenerator(
98
+ name=datasets.Split.TRAIN,
99
+ gen_kwargs={"filepath": os.path.join(data_dir, self._TRAIN_FILE)},
100
+ ),
101
+ datasets.SplitGenerator(
102
+ name=datasets.Split.VALIDATION,
103
+ gen_kwargs={"filepath": os.path.join(data_dir, self._VAL_FILE)},
104
+ ),
105
+ datasets.SplitGenerator(
106
+ name=datasets.Split.TEST,
107
+ gen_kwargs={"filepath": os.path.join(data_dir, self._TEST_FILE)},
108
+ ),
109
+ ]
110
+
111
+ def _generate_examples(self, filepath):
112
+ """Generate WisesightSentiment examples."""
113
+ with open(filepath, encoding="utf-8") as f:
114
+ for id_, row in enumerate(f):
115
+ data = json.loads(row)
116
+ texts = data["texts"]
117
+ category = data["category"]
118
+ yield id_, {"texts": texts, "category": category}