BruceW13 commited on
Commit
348e664
·
verified ·
1 Parent(s): 63272b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -1,7 +1,28 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
4
 
5
  ## Citation
6
- This dataset is part of an submission to ACM Multimedia 2026.
7
- Citation details will be updated upon acceptance.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # SpeechSense
5
+
6
+ [![ACM MM 2026](https://img.shields.io/badge/ACM%20MM-2026-blue)](https://2026.acmmm.org/)
7
+ [![arXiv](https://img.shields.io/badge/arXiv-XXXX.XXXXX-b31b1b.svg)](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
+ ```