Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
113a72d
·
verified ·
1 Parent(s): 7e7c838

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md CHANGED
@@ -1,4 +1,20 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -26,4 +42,122 @@ configs:
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
 
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - jpn
6
+ license: unknown
7
+ multilinguality: monolingual
8
+ source_datasets:
9
+ - mteb/multilingual-sentiment-classification
10
+ - sbintuitions/JMTEB
11
+ task_categories:
12
+ - text-classification
13
+ task_ids:
14
+ - sentiment-analysis
15
+ - sentiment-scoring
16
+ - sentiment-classification
17
+ - hate-speech-detection
18
  dataset_info:
19
  features:
20
  - name: text
 
42
  path: data/validation-*
43
  - split: test
44
  path: data/test-*
45
+ tags:
46
+ - mteb
47
+ - text
48
  ---
49
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
50
+
51
+ <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
52
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">JapaneseSentimentClassification</h1>
53
+ <div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
54
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
55
+ </div>
56
+
57
+ Japanese sentiment classification dataset with binary
58
+ (positive vs negative sentiment) labels. This version reverts
59
+ the morphological analysis from the original multilingual dataset
60
+ to restore natural Japanese text without artificial spaces.
61
+
62
+
63
+ | | |
64
+ |---------------|---------------------------------------------|
65
+ | Task category | t2c |
66
+ | Domains | Reviews, Written |
67
+ | Reference | https://huggingface.co/datasets/mteb/multilingual-sentiment-classification |
68
+
69
+ Source datasets:
70
+ - [mteb/multilingual-sentiment-classification](https://huggingface.co/datasets/mteb/multilingual-sentiment-classification)
71
+ - [sbintuitions/JMTEB](https://huggingface.co/datasets/sbintuitions/JMTEB)
72
+
73
+
74
+ ## How to evaluate on this task
75
+
76
+ You can evaluate an embedding model on this dataset using the following code:
77
+
78
+ ```python
79
+ import mteb
80
+
81
+ task = mteb.get_task("JapaneseSentimentClassification")
82
+ evaluator = mteb.MTEB([task])
83
+
84
+ model = mteb.get_model(YOUR_MODEL)
85
+ evaluator.run(model)
86
+ ```
87
+
88
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
89
+ To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
90
+
91
+ ## Citation
92
+
93
+ If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
94
+
95
+ ```bibtex
96
+
97
+ @inproceedings{mollanorozy-etal-2023-cross,
98
+ address = {Dubrovnik, Croatia},
99
+ author = {Mollanorozy, Sepideh and
100
+ Tanti, Marc and
101
+ Nissim, Malvina},
102
+ booktitle = {Proceedings of the 5th Workshop on Research in Computational Linguistic Typology and Multilingual NLP},
103
+ doi = {10.18653/v1/2023.sigtyp-1.9},
104
+ editor = {Beinborn, Lisa and
105
+ Goswami, Koustava and
106
+ Murado{\\u{g}}lu, Saliha and
107
+ Sorokin, Alexey and
108
+ Shcherbakov, Andreas and
109
+ Ponti, Edoardo M. and
110
+ Cotterell, Ryan and
111
+ Vylomova, Ekaterina},
112
+ month = may,
113
+ pages = {89--95},
114
+ publisher = {Association for Computational Linguistics},
115
+ title = {Cross-lingual Transfer Learning with \{P\}ersian},
116
+ url = {https://aclanthology.org/2023.sigtyp-1.9},
117
+ year = {2023},
118
+ }
119
+
120
+
121
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
122
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
123
+ author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
124
+ publisher = {arXiv},
125
+ journal={arXiv preprint arXiv:2502.13595},
126
+ year={2025},
127
+ url={https://arxiv.org/abs/2502.13595},
128
+ doi = {10.48550/arXiv.2502.13595},
129
+ }
130
+
131
+ @article{muennighoff2022mteb,
132
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
133
+ title = {MTEB: Massive Text Embedding Benchmark},
134
+ publisher = {arXiv},
135
+ journal={arXiv preprint arXiv:2210.07316},
136
+ year = {2022}
137
+ url = {https://arxiv.org/abs/2210.07316},
138
+ doi = {10.48550/ARXIV.2210.07316},
139
+ }
140
+ ```
141
+
142
+ # Dataset Statistics
143
+ <details>
144
+ <summary> Dataset Statistics</summary>
145
+
146
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
147
+
148
+ ```python
149
+ import mteb
150
+
151
+ task = mteb.get_task("JapaneseSentimentClassification")
152
+
153
+ desc_stats = task.metadata.descriptive_stats
154
+ ```
155
+
156
+ ```json
157
+ {}
158
+ ```
159
+
160
+ </details>
161
+
162
+ ---
163
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*