Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ dataset_info:
|
|
| 49 |
num_bytes: 612243.5428309665
|
| 50 |
num_examples: 219
|
| 51 |
download_size: 2551503
|
| 52 |
-
dataset_size: 6102866
|
| 53 |
configs:
|
| 54 |
- config_name: default
|
| 55 |
data_files:
|
|
@@ -57,13 +57,15 @@ configs:
|
|
| 57 |
path: data/train-*
|
| 58 |
- split: test
|
| 59 |
path: data/test-*
|
|
|
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
|
| 63 |
## Dataset Description
|
| 64 |
|
| 65 |
- **Website:** https://behavior-in-the-wild.github.io/memorability.html
|
| 66 |
-
- **Paper:** https://arxiv.org/
|
| 67 |
|
| 68 |
### Dataset Summary
|
| 69 |
LAMDBA is a long term ad memorability dataset, featuring data from 1749 participants and 2205 ads across 276 brands.
|
|
@@ -94,3 +96,12 @@ DatasetDict({
|
|
| 94 |
- `youtube_id`: youtube id for the video
|
| 95 |
- `ad_details`: scene by scene features for each video
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
num_bytes: 612243.5428309665
|
| 50 |
num_examples: 219
|
| 51 |
download_size: 2551503
|
| 52 |
+
dataset_size: 6102866
|
| 53 |
configs:
|
| 54 |
- config_name: default
|
| 55 |
data_files:
|
|
|
|
| 57 |
path: data/train-*
|
| 58 |
- split: test
|
| 59 |
path: data/test-*
|
| 60 |
+
license: mit
|
| 61 |
+
pretty_name: Long Term Memorability of Advertisements (LAMBDA)
|
| 62 |
---
|
| 63 |
|
| 64 |
|
| 65 |
## Dataset Description
|
| 66 |
|
| 67 |
- **Website:** https://behavior-in-the-wild.github.io/memorability.html
|
| 68 |
+
- **Paper:** https://arxiv.org/abs/2309.00378
|
| 69 |
|
| 70 |
### Dataset Summary
|
| 71 |
LAMDBA is a long term ad memorability dataset, featuring data from 1749 participants and 2205 ads across 276 brands.
|
|
|
|
| 96 |
- `youtube_id`: youtube id for the video
|
| 97 |
- `ad_details`: scene by scene features for each video
|
| 98 |
|
| 99 |
+
## Citation
|
| 100 |
+
@misc{s2024longtermadmemorabilityunderstanding,
|
| 101 |
+
title={Long-Term Ad Memorability: Understanding and Generating Memorable Ads},
|
| 102 |
+
author={Harini S I au2 and Somesh Singh and Yaman K Singla and Aanisha Bhattacharyya and Veeky Baths and Changyou Chen and Rajiv Ratn Shah and Balaji Krishnamurthy},
|
| 103 |
+
year={2024},
|
| 104 |
+
eprint={2309.00378},
|
| 105 |
+
archivePrefix={arXiv},
|
| 106 |
+
primaryClass={cs.CL},
|
| 107 |
+
url={https://arxiv.org/abs/2309.00378}}
|