Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
## Citation
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
# SpeechSense
|
| 5 |
+
|
| 6 |
+
[](https://2026.acmmm.org/)
|
| 7 |
+
[](https://arxiv.org/abs/2608.17931)
|
| 8 |
+
|
| 9 |
+
## 📢 News
|
| 10 |
+
|
| 11 |
+
- **[2026-07]** 🎉 Our paper has been accepted to **ACM MM 2026** (Dataset Track)!
|
| 12 |
|
| 13 |
## Citation
|
| 14 |
+
|
| 15 |
+
If you find this dataset useful, please consider citing our paper:
|
| 16 |
+
|
| 17 |
+
```bibtex
|
| 18 |
+
@misc{ma2026speechsenseparalinguisticfocuseddatasetfinegrained,
|
| 19 |
+
title={SpeechSense: A Paralinguistic-Focused Dataset for Fine-Grained Speech Sentiment Analysis},
|
| 20 |
+
author={Shicheng Ma and Wenqian Cui and Irwin King},
|
| 21 |
+
year={2026},
|
| 22 |
+
eprint={2608.17931},
|
| 23 |
+
archivePrefix={arXiv},
|
| 24 |
+
primaryClass={cs.CL},
|
| 25 |
+
url={https://arxiv.org/abs/2608.17931},
|
| 26 |
+
note={Accepted to ACM MM 2026}
|
| 27 |
+
}
|
| 28 |
+
```
|