Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,25 @@ license: cc-by-nc-4.0
|
|
11 |
short_description: Leaderboard for VideoConviction Dataset
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: Leaderboard for VideoConviction Dataset
|
12 |
---
|
13 |
|
14 |
+
# VideoConviction: A Multimodal Benchmark for Human Conviction and Stock Market Recommendations
|
15 |
+
|
16 |
+
**Paper**: [VideoConviction: A Multimodal Benchmark for Human Conviction and Stock Market Recommendations](https://doi.org/10.1145/3711896.3737417)
|
17 |
+
**Conference**: ACM SIGKDD 2025
|
18 |
+
**Authors**: Michael Galarnyk, Veer Kejriwal, Agam Shah, Yash Bhardwaj, Nicholas Watney Meyer, Anand Krishnan, Sudheer Chava
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
|
22 |
+
If you use this dataset, please cite our paper:
|
23 |
+
|
24 |
+
```bibtex
|
25 |
+
@inproceedings{galarnyk2025videoconviction,
|
26 |
+
author = {Michael Galarnyk and Veer Kejriwal and Agam Shah and Yash Bhardwaj and Nicholas Watney Meyer and Anand Krishnan and Sudheer Chava},
|
27 |
+
title = {VideoConviction: A Multimodal Benchmark for Human Conviction and Stock Market Recommendations},
|
28 |
+
booktitle = {Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 (KDD '25)},
|
29 |
+
year = {2025},
|
30 |
+
location = {Toronto, ON, Canada},
|
31 |
+
pages = {12},
|
32 |
+
publisher = {ACM},
|
33 |
+
doi = {10.1145/3711896.3737417}
|
34 |
+
}
|
35 |
+
```
|