-
Notifications
You must be signed in to change notification settings - Fork 0
/
ref.bib
6088 lines (6034 loc) · 267 KB
/
ref.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{10.1145/2629489,
title = {Wikidata: A Free Collaborative Knowledgebase},
author = {Vrande\v{c}i\'{c}, Denny and Kr\"{o}tzsch, Markus},
year = 2014,
month = {sep},
journal = {Commun. ACM},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 57,
number = 10,
pages = {78–85},
doi = {10.1145/2629489},
issn = {0001-0782},
url = {https://doi.org/10.1145/2629489},
issue_date = {October 2014},
abstract = {This collaboratively edited knowledgebase provides a common source of data for Wikipedia, and everyone else.},
numpages = 8
}@article{hare2000chimpanzees,
title={Chimpanzees know what conspecifics do and do not see},
author={Hare, Brian and Call, Josep and Agnetta, Bryan and Tomasello, Michael},
journal={Animal Behaviour},
volume={59},
number={4},
pages={771--785},
year={2000},
publisher={Elsevier}
}@article{krebs1984animal,
title={Animal signals: mind-reading and manipulation},
author={Krebs, John R and Dawkins, Richard},
year={1984}
}
@inproceedings{10.5555/2886521.2886647,
title = {Jointly Modeling Deep Video and Compositional Text to Bridge Vision and Language in a Unified Framework},
author = {Xu, Ran and Xiong, Caiming and Chen, Wei and Corso, Jason J.},
year = 2015,
booktitle = {Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence},
location = {Austin, Texas},
publisher = {AAAI Press},
series = {AAAI'15},
pages = {2346–2352},
isbn = {0262511290},
numpages = 7
}
@inproceedings{10.5555/3171837.3171864,
title = {Learning Sentence Representation with Guidance of Human Attention},
author = {Wang, Shaonan and Zhang, Jiajun and Zong, Chengqing},
year = 2017,
booktitle = {IJCAI},
publisher = {AAAI Press},
isbn = 9780999241103
}
@inproceedings{5540112,
title = {Connecting modalities: Semi-supervised segmentation and annotation of images using unaligned text corpora},
author = {Socher, Richard and Fei-Fei, Li},
year = 2010,
booktitle = {2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
pages = {966--973},
doi = {10.1109/CVPR.2010.5540112}
}
@inproceedings{7298928,
title = {Video summarization by learning submodular mixtures of objectives},
author = {Gygli, Michael and Grabner, Helmut and Van Gool, Luc},
year = 2015,
booktitle = {2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
pages = {3090--3098},
doi = {10.1109/CVPR.2015.7298928}
}
@inproceedings{9578608,
title = {Improving OCR-based Image Captioning by Incorporating Geometrical Relationship},
author = {Wang, Jing and Tang, Jinhui and Yang, Mingkun and Bai, Xiang and Luo, Jiebo},
year = 2021,
booktitle = {2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
pages = {1306--1315},
doi = {10.1109/CVPR46437.2021.00136}
}
@misc{adobefirefly,
title = {{Adobe Firefly}},
author = {Adobe},
year = 2024,
note = {Accessed: February 9, 2024},
howpublished = {\url{https://www.adobe.com/products/firefly.html}}
}
@misc{adseneWiki,
title = {Google AdSenese},
author = {Wikipedia},
year = 2021,
url = {https://en.wikipedia.org/wiki/Google_AdSense}
}
@article{ajzen1975bayesian,
title = {A Bayesian analysis of attribution processes.},
author = {Ajzen, Icek and Fishbein, Martin},
year = 1975,
journal = {Psychological bulletin},
publisher = {American Psychological Association},
volume = 82,
number = 2,
pages = 261
}
@article{akagunduz2019defining,
title = {Defining image memorability using the visual memory schema},
author = {Akagunduz, Erdem and Bors, Adrian G and Evans, Karla K},
year = 2019,
journal = {IEEE transactions on pattern analysis and machine intelligence},
publisher = {IEEE},
volume = 42,
number = 9,
pages = {2165--2178}
}
@article{alalwan2017social,
title = {Social media in marketing: A review and analysis of the existing literature},
author = {Alalwan, Ali Abdallah and Rana, Nripendra P and Dwivedi, Yogesh K and Algharabat, Raed},
year = 2017,
journal = {Telematics and informatics},
publisher = {Elsevier},
volume = 34,
number = 7,
pages = {1177--1190}
}
@book{albarracin2014handbook,
title = {The handbook of attitudes},
author = {Albarrac{\'\i}n, Dolores and Johnson, Blair T and Zanna, Mark P},
year = 2014,
publisher = {Psychology Press}
}
@article{Alpher02,
title = {Frobnication},
author = {A. Alpher},
year = 2002,
journal = {Journal of Foo},
volume = 12,
number = 1,
pages = {234--778}
}
@article{Alpher03,
title = {Frobnication revisited},
author = {A. Alpher and J.~P.~N. Fotheringham-Smythe},
year = 2003,
journal = {Journal of Foo},
volume = 13,
number = 1,
pages = {234--778}
}
@article{Alpher04,
title = {Can a machine frobnicate?},
author = {A. Alpher and J.~P.~N. Fotheringham-Smythe and G. Gamow},
year = 2004,
journal = {Journal of Foo},
volume = 14,
number = 1,
pages = {234--778}
}
@inproceedings{Alpher05,
title = {Can a computer frobnicate?},
author = {FirstName Alpher and FirstName Gamow},
year = 2005,
booktitle = CVPR,
pages = {234--778}
}
@inproceedings{althoff2014ask,
title = {How to ask for a favor: A case study on the success of altruistic requests},
author = {Althoff, Tim and Danescu-Niculescu-Mizil, Cristian and Jurafsky, Dan},
year = 2014,
booktitle = {Proceedings of the International AAAI Conference on Web and Social Media},
volume = 8,
number = 1,
pages = {12--21}
}
@inproceedings{anand2011believe,
title = {Believe me—we can do this! Annotating persuasive acts in blog text},
author = {Anand, Pranav and King, Joseph and Boyd-Graber, Jordan and Wagner, Earl and Martell, Craig and Oard, Doug and Resnik, Philip},
year = 2011,
booktitle = {Workshops at the Twenty-Fifth AAAI Conference on Artificial Intelligence}
}
@article{anderson1981foundations,
title = {Foundations of information integration theory},
author = {Anderson, Norman Henry},
year = 1981
}
@inproceedings{anderson2018bottom,
title = {Bottom-up and top-down attention for image captioning and visual question answering},
author = {Anderson, Peter and He, Xiaodong and Buehler, Chris and Teney, Damien and Johnson, Mark and Gould, Stephen and Zhang, Lei},
year = 2018,
booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
pages = {6077--6086}
}
@article{angst2009adoption,
title = {Adoption of electronic health records in the presence of privacy concerns: The elaboration likelihood model and individual persuasion},
author = {Angst, Corey M and Agarwal, Ritu},
year = 2009,
journal = {MIS quarterly},
publisher = {JSTOR},
pages = {339--370}
}
@article{antes1974time,
title = {The time course of picture viewing.},
author = {Antes, James R},
year = 1974,
journal = {Journal of experimental psychology},
publisher = {American Psychological Association},
volume = 103,
number = 1,
pages = 62
}
@article{arev2014automatic,
title = {Automatic editing of footage from multiple social cameras},
author = {Arev, Ido and Park, Hyun Soo and Sheikh, Yaser and Hodgins, Jessica and Shamir, Ariel},
year = 2014,
journal = {ACM Transactions on Graphics (TOG)},
publisher = {ACM New York, NY, USA},
volume = 33,
number = 4,
pages = {1--11}
}
@misc{arevalo2017gated,
title = {Gated Multimodal Units for Information Fusion},
author = {John Arevalo and Thamar Solorio and Manuel Montes-y-Gómez and Fabio A. González},
year = 2017,
eprint = {1702.01992},
archiveprefix = {arXiv},
primaryclass = {stat.ML}
}
@article{aronson1963communicator,
title = {Communicator credibility and communication discrepancy as determinants of opinion change.},
author = {Aronson, Elliot and Turner, Judith A and Carlsmith, J Merrill},
year = 1963,
journal = {The Journal of Abnormal and Social Psychology},
publisher = {American Psychological Association},
volume = 67,
number = 1,
pages = 31
}
@article{asch1948doctrine,
title = {The doctrine of suggestion, prestige and imitation in social psychology.},
author = {Asch, Solomon E},
year = 1948,
journal = {Psychological review},
publisher = {American Psychological Association},
volume = 55,
number = 5,
pages = 250
}
@inproceedings{asur2010predicting,
title = {Predicting the future with social media},
author = {Asur, Sitaram and Huberman, Bernardo A},
year = 2010,
booktitle = {2010 IEEE/WIC/ACM international conference on web intelligence and intelligent agent technology},
volume = 1,
pages = {492--499},
organization = {IEEE}
}
@article{atalay2023creating,
title = {Creating Effective Marketing Messages Through Moderately Surprising Syntax},
author = {Atalay, A Selin and Kihal, Siham El and Ellsaesser, Florian},
year = 2023,
journal = {Journal of Marketing},
publisher = {SAGE Publications Sage CA: Los Angeles, CA},
pages = {00222429231153582}
}
@incollection{atkinson1968human,
title = {Human memory: A proposed system and its control processes},
author = {Atkinson, Richard C and Shiffrin, Richard M},
year = 1968,
booktitle = {Psychology of learning and motivation},
publisher = {Elsevier},
volume = 2,
pages = {89--195}
}
@article{atkinson2019gets,
title = {What Gets Echoed? Understanding the" Pointers" in Explanations of Persuasive Arguments},
author = {Atkinson, David and Srinivasan, Kumar Bhargav and Tan, Chenhao},
year = 2019,
journal = {arXiv preprint arXiv:1911.00523}
}
@misc{Authors14,
title = {The frobnicatable foo filter},
author = {FirstName LastName},
year = 2014,
note = {Face and Gesture submission ID 324. Supplied as supplemental material {\tt fg324.pdf}}
}
@misc{Authors14b,
title = {Frobnication tutorial},
author = {FirstName LastName},
year = 2014,
note = {Supplied as supplemental material {\tt tr.pdf}}
}
@misc{Authors20,
title = {The frobnicatable foo filter},
author = {Authors},
year = 2020,
note = {Face and Gesture submission ID 324. Supplied as additional material {\tt fg324.pdf}}
}
@misc{Authors20b,
title = {Frobnication tutorial},
author = {Authors},
year = 2020,
note = {Supplied as additional material {\tt tr.pdf}}
}
@inproceedings{azimi2012visual,
title = {Visual appearance of display ads and its effect on click through rate},
author = {Azimi, Javad and Zhang, Ruofei and Zhou, Yang and Navalpakkam, Vidhya and Mao, Jianchang and Fern, Xiaoli},
year = 2012,
booktitle = {Proceedings of the 21st ACM international conference on Information and knowledge management},
pages = {495--504}
}
@article{bai2021m2p2,
title = {M2p2: Multimodal persuasion prediction using adaptive fusion},
author = {Bai, Chongyang and Chen, Haipeng and Kumar, Srijan and Leskovec, Jure and Subrahmanian, VS},
year = 2021,
journal = {IEEE Transactions on Multimedia},
publisher = {IEEE}
}
@article{bai2022training,
title = {Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback},
author = {Bai, Yuntao and Jones, Andy and Ndousse, Kamal and Askell, Amanda and Chen, Anna and DasSarma, Nova and Drain, Dawn and Fort, Stanislav and Ganguli, Deep and Henighan, Tom and others},
year = 2022,
journal = {arXiv preprint arXiv:2204.05862}
}
@inproceedings{bain2021frozen,
title = {Frozen in time: A joint video and image encoder for end-to-end retrieval},
author = {Bain, Max and Nagrani, Arsha and Varol, G{\"u}l and Zisserman, Andrew},
year = 2021,
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages = {1728--1738}
}
@inproceedings{banerjee2005meteor,
title = {METEOR: An automatic metric for MT evaluation with improved correlation with human judgments},
author = {Banerjee, Satanjeev and Lavie, Alon},
year = 2005,
booktitle = {Proceedings of the acl workshop on intrinsic and extrinsic evaluation measures for machine translation and/or summarization},
pages = {65--72}
}
@article{bankes2002agent,
title = {Agent-based modeling: A revolution?},
author = {Bankes, Steven C},
year = 2002,
journal = {Proceedings of the National Academy of Sciences},
publisher = {National Acad Sciences},
volume = 99,
number = {suppl\_3},
pages = {7199--7200}
}
@inproceedings{barrett-etal-2016-cross,
title = {Cross-lingual Transfer of Correlations between Parts of Speech and Gaze Features},
author = {Barrett, Maria and Keller, Frank and S{\o}gaard, Anders},
year = 2016,
month = dec,
booktitle = {Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers},
publisher = {The COLING 2016 Organizing Committee},
address = {Osaka, Japan},
pages = {1330--1339},
url = {https://aclanthology.org/C16-1126}
}
@inproceedings{barrett-etal-2016-weakly,
title = {Weakly Supervised Part-of-speech Tagging Using Eye-tracking Data},
author = {Barrett, Maria and Bingel, Joachim and Keller, Frank and S{\o}gaard, Anders},
year = 2016,
month = aug,
booktitle = {ACL (Volume 2: Short Papers)},
publisher = {ACL},
doi = {10.18653/v1/P16-2094},
url = {https://aclanthology.org/P16-2094}
}
@inproceedings{barrett-etal-2018-sequence,
title = {Sequence Classification with Human Attention},
author = {Barrett, Maria and Bingel, Joachim and Hollenstein, Nora and Rei, Marek and S{\o}gaard, Anders},
year = 2018,
month = oct,
booktitle = {CNLL},
publisher = {Association for Computational Linguistics},
url = {https://aclanthology.org/K18-1030}
}
@inproceedings{barrett-etal-2018-unsupervised,
title = {Unsupervised Induction of Linguistic Categories with Records of Reading, Speaking, and Writing},
author = {Barrett, Maria and Gonz{\'a}lez-Gardu{\~n}o, Ana Valeria and Frermann, Lea and S{\o}gaard, Anders},
year = 2018,
month = jun,
booktitle = {Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers)},
publisher = {Association for Computational Linguistics},
address = {New Orleans, Louisiana},
pages = {2028--2038},
doi = {10.18653/v1/N18-1184},
url = {https://aclanthology.org/N18-1184}
}
@inproceedings{barrett2015reading,
title = {Reading behavior predicts syntactic categories},
author = {Barrett, Maria and S{\o}gaard, Anders},
year = 2015,
booktitle = {CNLL}
}
@article{kirby2008cumulative,
title={Cumulative cultural evolution in the laboratory: An experimental approach to the origins of structure in human language},
author={Kirby, Simon and Cornish, Hannah and Smith, Kenny},
journal={Proceedings of the National Academy of Sciences},
volume={105},
number={31},
pages={10681--10686},
year={2008},
publisher={National Acad Sciences}
}@article{gray1946precepts,
title={The “precepts of Kagemni and Ptah-Hotep”},
author={Gray, Giles Wilkeson},
journal={Quarterly Journal of Speech},
volume={32},
number={4},
pages={446--454},
year={1946},
publisher={Taylor \& Francis}
}
@book{smith1997major,
title={The major transitions in evolution},
author={Smith, John Maynard and Szathmary, Eors},
year={1997},
publisher={OUP Oxford}
}@article{perner1985john,
title={“John thinks that Mary thinks that…” attribution of second-order beliefs by 5-to 10-year-old children},
author={Perner, Josef and Wimmer, Heinz},
journal={Journal of experimental child psychology},
volume={39},
number={3},
pages={437--471},
year={1985},
publisher={Elsevier}
}
@article{singh2024measuring,
title={Measuring and Improving Persuasiveness of Generative Models},
author={Singh, Somesh and Singla, Yaman K and SI, Harini and Krishnamurthy, Balaji},
journal={arXiv preprint arXiv:2410.02653},
year={2024}
}
@book{griffin2001animal,
title={Animal minds: Beyond cognition to consciousness},
author={Griffin, Donald R},
year={2001},
publisher={University of Chicago Press}
}@article{fouts200235,
title={35 Chimpanzee Signing: Darwinian Realities and Cartesian Delusions},
author={Fouts, Roger S and Jensvold, Mary Lee A and Fouts, Deborah H},
journal={The Cognitive Animal},
pages={285},
year={2002}
}@book{smith2003animal,
title={Animal signals},
author={Smith, John Maynard and Harper, David},
year={2003},
publisher={Oxford University Press}
}
@article{barrett2020sequence,
title = {Sequence labelling and sequence classification with gaze: Novel uses of eye-tracking data for Natural Language Processing},
author = {Barrett, Maria and Hollenstein, Nora},
year = 2020,
journal = {Language and Linguistics Compass},
publisher = {Wiley Online Library}
}@article{misyak2016instantaneous,
title={Instantaneous conventions: The emergence of flexible communicative signals},
author={Misyak, Jennifer and Noguchi, Takao and Chater, Nick},
journal={Psychological science},
volume={27},
number={12},
pages={1550--1561},
year={2016},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
@article{khurana2023behavior,
title={Measuring And Improving Engagement of Text-to-Image Generation Models},
author={Khurana, Varun and Singla, Yaman K and Subramanian, Jayakumar and Shah, Rajiv Ratn and Chen, Changyou and Xu, Zhiqiang and Krishnamurthy, Balaji},
journal={arXiv preprint arXiv:2311.10995},
year={2024}
}
@book{mccroskey2015introduction,
title={An introduction to rhetorical communication},
author={McCroskey, James C},
year={2015},
publisher={Routledge}
}
@article{bhattacharyyasocia2024,
title={Socia: Training Large Language Models To Simulate Social Constructs and Interventions},
author={Bhattacharyya, Aanisha and Agrawal, Susmit and Singla, Yaman Kumar and Nikitha, SR and Menta, Tarun Ram and Krishnamurthy, Balaji},
journal={arXiv},
year={2024}
}
@article{barry1990review,
title = {A review and critique of the hierarchy of effects in advertising},
author = {Barry, Thomas E and Howard, Daniel J},
year = 1990,
journal = {International Journal of advertising},
publisher = {Taylor \& Francis},
volume = 9,
number = 2,
pages = {121--135}
}
@inproceedings{batra2018neural,
title = {Neural caption generation for news images},
author = {Batra, Vishwash and He, Yulan and Vogiatzis, George},
year = 2018,
booktitle = {Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)}
}
@inproceedings{baumgartner2020pushshift,
title = {The pushshift reddit dataset},
author = {Baumgartner, Jason and Zannettou, Savvas and Keegan, Brian and Squire, Megan and Blackburn, Jeremy},
year = 2020,
booktitle = {Proceedings of the international AAAI conference on web and social media},
volume = 14,
pages = {830--839}
}
@inproceedings{bautista2020towards,
title = {Towards learning to read like humans},
author = {Bautista, Louise Gillian and Naval, Prospero},
year = 2020,
booktitle = {International Conference on Computational Collective Intelligence},
organization = {Springer}
}
@article{bellman2021can,
title = {Can muted video advertising be as effective as video advertising with sound?},
author = {Bellman, Steven and Arismendez, Shruthi and Varan, Duane},
year = 2021,
journal = {SN Business \& Economics},
publisher = {Springer},
volume = 1,
number = 1,
pages = 27
}
@incollection{benesty2009pearson,
title = {Pearson correlation coefficient},
author = {Benesty, Jacob and Chen, Jingdong and Huang, Yiteng and Cohen, Israel},
year = 2009,
booktitle = {Noise reduction in speech processing},
publisher = {Springer},
pages = {1--4}
}
@incollection{Bengio+chapter2007,
title = {Scaling Learning Algorithms Towards {AI}},
author = {Bengio, Yoshua and LeCun, Yann},
year = 2007,
booktitle = {Large Scale Kernel Machines},
publisher = {MIT Press}
}
@book{berkowitz2000causes,
title = {Causes and consequences of feelings},
author = {Berkowitz, Leonard},
year = 2000,
publisher = {Cambridge University Press}
}
@article{bertenthal1996origins,
title = {Origins and early development of perception, action, and representation},
author = {Bertenthal, Bennett I},
year = 1996,
journal = {Annual review of psychology},
publisher = {Annual Reviews 4139 El Camino Way, PO Box 10139, Palo Alto, CA 94303-0139, USA},
volume = 47,
number = 1,
pages = {431--459}
}
@article{berzak2022celer,
title = {CELER: A 365-participant corpus of eye movements in L1 and L2 English reading},
author = {Berzak, Yevgeni and Nakamura, Chie and Smith, Amelia and Weng, Emily and Katz, Boris and Flynn, Suzanne and Levy, Roger},
year = 2022,
journal = {Open Mind}
}
@article{bhat2020near,
title = {Near-optimal ab testing},
author = {Bhat, Nikhil and Farias, Vivek F and Moallemi, Ciamac C and Sinha, Deeksha},
year = 2020,
journal = {Management Science},
publisher = {INFORMS},
volume = 66,
number = 10,
pages = {4477--4495}
}
@article{bhattacharya2003consumer,
title = {Consumer--company identification: A framework for understanding consumers’ relationships with companies},
author = {Bhattacharya, Chitrabhan B and Sen, Sankar},
year = 2003,
journal = {Journal of marketing},
publisher = {SAGE Publications Sage CA: Los Angeles, CA},
volume = 67,
number = 2,
pages = {76--88}
}
@inproceedings{bhattacharya2023video,
title = {A Video Is Worth 4096 Tokens: Verbalize Videos To Understand Them In Zero Shot},
author = {Bhattacharyya, Aanisha and Singla, Yaman K and Krishnamurthy, Balaji and Shah, Rajiv Ratn and Chen, Changyou},
year = 2023,
month = dec,
booktitle = {Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing},
publisher = {Association for Computational Linguistics},
address = {Singapore},
pages = {9822--9839},
doi = {10.18653/v1/2023.emnlp-main.608},
url = {https://aclanthology.org/2023.emnlp-main.608},
editor = {Bouamor, Houda and Pino, Juan and Bali, Kalika},
abstract = {Multimedia content, such as advertisements and story videos, exhibit a rich blend of creativity and multiple modalities. They incorporate elements like text, visuals, audio, and storytelling techniques, employing devices like emotions, symbolism, and slogans to convey meaning. There is a dearth of large annotated training datasets in the multimedia domain hindering the development of supervised learning models with satisfactory performance for real-world applications. On the other hand, the rise of large language models (LLMs) has witnessed remarkable zero-shot performance in various natural language processing (NLP) tasks, such as emotion classification, question answering, and topic classification. To leverage such advanced techniques to bridge this performance gap in multimedia understanding, we propose verbalizing long videos to generate their descriptions in natural language, followed by performing video-understanding tasks on the generated story as opposed to the original video. Through extensive experiments on fifteen video-understanding tasks, we demonstrate that our method, despite being zero-shot, achieves significantly better results than supervised baselines for video understanding. Furthermore, to alleviate a lack of story understanding benchmarks, we publicly release the first dataset on a crucial task in computational social science on persuasion strategy identification.}
}
@article{bialkova2020desktop,
title = {From desktop to supermarket shelf: Eye-tracking exploration on consumer attention and choice},
author = {Bialkova, Svetlana and Grunert, Klaus G and van Trijp, Hans},
year = 2020,
journal = {Food Quality and Preference},
publisher = {Elsevier},
volume = 81,
pages = 103839
}
@inproceedings{bicknell2011readers,
title = {Why readers regress to previous words: A statistical analysis},
author = {Bicknell, Klinton and Levy, Roger},
year = 2011,
booktitle = {Proceedings of the Annual Meeting of the Cognitive Science Society},
volume = 33,
number = 33
}
@article{biderman2022datasheet,
title = {Datasheet for the pile},
author = {Biderman, Stella and Bicheno, Kieran and Gao, Leo},
year = 2022,
journal = {arXiv preprint arXiv:2201.07311}
}
@inproceedings{biderman2023pythia,
title = {Pythia: A suite for analyzing large language models across training and scaling},
author = {Biderman, Stella and Schoelkopf, Hailey and Anthony, Quentin Gregory and Bradley, Herbie and O’Brien, Kyle and Hallahan, Eric and Khan, Mohammad Aflah and Purohit, Shivanshu and Prashanth, USVSN Sai and Raff, Edward and others},
year = 2023,
booktitle = {International Conference on Machine Learning},
pages = {2397--2430},
organization = {PMLR}
}
@article{biderman2024lessons,
title = {Lessons from the Trenches on Reproducible Evaluation of Language Models},
author = {Biderman, Stella and Schoelkopf, Hailey and Sutawika, Lintang and Gao, Leo and Tow, Jonathan and Abbasi, Baber and Aji, Alham Fikri and Ammanamanchi, Pawan Sasanka and Black, Sidney and Clive, Jordan and others},
year = 2024,
journal = {arXiv preprint arXiv:2405.14782}
}
@inproceedings{
khandelwal2023large,
title={Large Content And Behavior Models To Understand, Simulate, And Optimize Content And Behavior},
author={Ashmit Khandelwal and Aditya Agrawal and Aanisha Bhattacharyya and Yaman Kumar and Somesh Singh and Uttaran Bhattacharya and Ishita Dasgupta and Stefano Petrangeli and Rajiv Ratn Shah and Changyou Chen and Balaji Krishnamurthy},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=TrKq4Wlwcz}
}
@article{black2023training,
title = {Training diffusion models with reinforcement learning},
author = {Black, Kevin and Janner, Michael and Du, Yilun and Kostrikov, Ilya and Levine, Sergey},
year = 2023,
journal = {arXiv preprint arXiv:2305.13301}
}
@online{blackforestlabs2024,
title = {Announcing Black Forest Labs},
author = {Black Forest Labs},
year = 2024,
url = {https://blackforestlabs.ai/announcing-black-forest-labs/}
}
@inproceedings{blohm-etal-2018-comparing,
title = {Comparing Attention-Based Convolutional and Recurrent Neural Networks: Success and Limitations in Machine Reading Comprehension},
author = {Blohm, Matthias and Jagfeld, Glorianna and Sood, Ekta and Yu, Xiang and Vu, Ngoc Thang},
year = 2018,
month = oct,
booktitle = {CNLL},
publisher = {ACL}
}
@article{bobadilla2013recommender,
title = {Recommender systems survey},
author = {Bobadilla, Jes{\'u}s and Ortega, Fernando and Hernando, Antonio and Guti{\'e}rrez, Abraham},
year = 2013,
journal = {Knowledge-based systems},
publisher = {Elsevier},
volume = 46,
pages = {109--132}
}
@inproceedings{boyd2022human,
title = {Human-aided saliency maps improve generalization of deep learning},
author = {Boyd, Aidan and Bowyer, Kevin W and Czajka, Adam},
year = 2022,
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages = {2735--2744}
}
@article{braverman2008testimonials,
title = {Testimonials versus informational persuasive messages: The moderating effect of delivery mode and personal involvement},
author = {Braverman, Julia},
year = 2008,
journal = {Communication research},
publisher = {Sage Publications Sage CA: Los Angeles, CA},
volume = 35,
number = 5,
pages = {666--694}
}
@misc{breakthrough-pyscenedetect,
title = {PySceneDetect: Video Scene Cut Detection and Analysis Tool},
author = {Breakthrough},
year = 2023,
publisher = {GitHub},
url = {https://github.com/Breakthrough/PySceneDetect},
version = {v0.6.2}
}
@article{brehm1966theory,
title = {A theory of psychological reactance.},
author = {Brehm, Jack W},
year = 1966,
publisher = {Academic press}
}
@article{breiman2001statistical,
title = {Statistical modeling: The two cultures (with comments and a rejoinder by the author)},
author = {Breiman, Leo},
year = 2001,
journal = {Statistical science},
publisher = {Institute of Mathematical Statistics},
volume = 16,
number = 3,
pages = {199--231}
}
@article{brockmann2006scaling,
title = {The scaling laws of human travel},
author = {Brockmann, Dirk and Hufnagel, Lars and Geisel, Theo},
year = 2006,
journal = {Nature},
publisher = {Nature Publishing Group UK London},
volume = 439,
number = 7075,
pages = {462--465}
}
@article{brookhouse1986social,
title = {Social desirability response bias as one source of the discrepancy between subjective weights and regression weights},
author = {Brookhouse, Kelly J and Guion, Robert M and Doherty, Michael E},
year = 1986,
journal = {Organizational Behavior and Human Decision Processes},
publisher = {Elsevier},
volume = 37,
number = 3,
pages = {316--328}
}
@article{brown1992estimate,
title = {{An estimate of an upper bound for the entropy of English}},
author = {Brown, Peter F and Della Pietra, Stephen A and Della Pietra, Vincent J and Lai, Jennifer C and Mercer, Robert L},
year = 1992,
journal = {Computational Linguistics},
volume = 18,
number = 1,
pages = {31--40}
}
@misc{brown2020language,
title = {Language Models are Few-Shot Learners},
author = {Tom B. Brown and Benjamin Mann and Nick Ryder and Melanie Subbiah and Jared Kaplan and Prafulla Dhariwal and Arvind Neelakantan and Pranav Shyam and Girish Sastry and Amanda Askell and Sandhini Agarwal and Ariel Herbert-Voss and Gretchen Krueger and Tom Henighan and Rewon Child and Aditya Ramesh and Daniel M. Ziegler and Jeffrey Wu and Clemens Winter and Christopher Hesse and Mark Chen and Eric Sigler and Mateusz Litwin and Scott Gray and Benjamin Chess and Jack Clark and Christopher Berner and Sam McCandlish and Alec Radford and Ilya Sutskever and Dario Amodei},
year = 2020,
eprint = {2005.14165},
archiveprefix = {arXiv},
primaryclass = {cs.CL}
}
@article{burger1999foot,
title = {The foot-in-the-door compliance procedure: A multiple-process analysis and review},
author = {Burger, Jerry M},
year = 1999,
journal = {Personality and social psychology review},
publisher = {Sage Publications Sage CA: Los Angeles, CA},
volume = 3,
number = 4,
pages = {303--325}
}
@article{burgoon1975toward,
title = {Toward a message-centered theory of persuasion: Three empirical investigations of language intensity1},
author = {Burgoon, Michael and Jones, Stephen B and Stewart, Diane},
year = 1975,
journal = {Human Communication Research},
publisher = {Oxford University Press},
volume = 1,
number = 3,
pages = {240--256}
}
@article{bylinskii2015intrinsic,
title = {Intrinsic and extrinsic effects on image memorability},
author = {Bylinskii, Zoya and Isola, Phillip and Bainbridge, Constance and Torralba, Antonio and Oliva, Aude},
year = 2015,
journal = {Vision research},
publisher = {Elsevier},
volume = 116,
pages = {165--178}
}
@inproceedings{bylinskii2017learning,
title = {Learning visual importance for graphic designs and data visualizations},
author = {Bylinskii, Zoya and Kim, Nam Wook and O'Donovan, Peter and Alsheikh, Sami and Madan, Spandan and Pfister, Hanspeter and Durand, Fredo and Russell, Bryan and Hertzmann, Aaron},
year = 2017,
booktitle = {Proceedings of the 30th Annual ACM symposium on user interface software and technology},
pages = {57--69}
}
@phdthesis{bylinskii2018computational,
title = {Computational perception for multi-modal document understanding},
author = {Bylinskii, Zoya},
year = 2018,
school = {Massachusetts Institute of Technology}
}
@unpublished{c:21,
title = {{The Engineering of Qualitative Models}},
author = {Clancey, William J.},
year = 2021,
note = {Forthcoming}
}
@misc{c:22,
title = {Crime and punishment in scientific research},
author = {Mathieu Bouville},
year = 2008,
eprint = {0803.4058},
archiveprefix = {arXiv},
primaryclass = {physics.soc-ph}
}
@misc{c:23,
title = {Pluto: The 'Other' Red Planet},
author = {{NASA}},
year = 2015,
note = {Accessed: 2018-12-06},
howpublished = {\url{https://www.nasa.gov/nh/pluto-the-other-red-planet}}
}
@phdthesis{c:79,
title = {{Transfer of Rule-Based Expertise through a Tutorial Dialogue}},
author = {Clancey, William J.},
year = 1979,
address = {Stanford, Calif.},
type = {{Ph.D.} diss.},
school = {Dept.\ of Computer Science, Stanford Univ.}
}
@inproceedings{c:83,
title = {{Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education}},
author = {Clancey, William J.},
year = 1983,
booktitle = {Proceedings of the Eighth International Joint Conference on Artificial Intelligence {(IJCAI-83)}},
publisher = {{IJCAI Organization}},
address = {Menlo Park, Calif},
pages = {556--560}
}
@inproceedings{c:84,
title = {{Classification Problem Solving}},
author = {Clancey, William J.},
year = 1984,
booktitle = {Proceedings of the Fourth National Conference on Artificial Intelligence},
publisher = {AAAI Press},
address = {Menlo Park, Calif.},
pages = {45--54}
}
@inproceedings{caba2015activitynet,
title = {Activitynet: A large-scale video benchmark for human activity understanding},
author = {Caba Heilbron, Fabian and Escorcia, Victor and Ghanem, Bernard and Carlos Niebles, Juan},
year = 2015,
booktitle = {Proceedings of the ieee conference on computer vision and pattern recognition},
pages = {961--970}
}
@inproceedings{carion2020end,
title = {End-to-end object detection with transformers},
author = {Carion, Nicolas and Massa, Francisco and Synnaeve, Gabriel and Usunier, Nicolas and Kirillov, Alexander and Zagoruyko, Sergey},
year = 2020,
booktitle = {ECCV},
pages = {213--229},
organization = {Springer}
}
@article{carletti2006make,
title = {How to make an efficient propaganda},
author = {Carletti, Timoteo and Fanelli, Duccio and Grolli, Stefano and Guarino, Alessio},
year = 2006,
journal = {EPL (Europhysics Letters)},
publisher = {IOP Publishing},
volume = 74,
number = 2,
pages = 222
}
@inproceedings{carlile2018give,
title = {Give me more feedback: Annotating argument persuasiveness and related attributes in student essays},
author = {Carlile, Winston and Gurrapadi, Nishant and Ke, Zixuan and Ng, Vincent},
year = 2018,
booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
pages = {621--631}
}
@article{carrasco2024large,
title = {Large Language Models are as persuasive as humans, but why? About the cognitive effort and moral-emotional language of LLM arguments},
author = {Carrasco-Farre, Carlos},
year = 2024,
journal = {arXiv preprint arXiv:2404.09329}
}
@article{carriere2013nowcasting,
title = {Nowcasting with Google Trends in an emerging market},
author = {Carri{\`e}re-Swallow, Yan and Labb{\'e}, Felipe},
year = 2013,
journal = {Journal of Forecasting},
publisher = {Wiley Online Library},
volume = 32,
number = 4,
pages = {289--298}
}
@article{cartwright2001practices,
title = {Practices of looking},
author = {Cartwright, Lisa and Sturken, Marita},
year = 2001,
journal = {An Introduction to Visual Culture},
volume = 2
}
@article{chaiken1980heuristic,
title = {Heuristic versus systematic information processing and the use of source versus message cues in persuasion.},
author = {Chaiken, Shelly},
year = 1980,
journal = {Journal of personality and social psychology},
volume = 39,
number = 5
}
@article{chaiken1996principles,
title = {Principles of persuasion.},
author = {Chaiken, Shelly and Wood, Wendy and Eagly, Alice H},
year = 1996,
publisher = {The Guilford Press}
}
@article{chandra2022personalization,
title = {Personalization in personalized marketing: Trends and ways forward},
author = {Chandra, Shobhana and Verma, Sanjeev and Lim, Weng Marc and Kumar, Satish and Donthu, Naveen},
year = 2022,
journal = {Psychology \& Marketing},
publisher = {Wiley Online Library},
volume = 39,
number = 8,
pages = {1529--1562}
}
@inproceedings{changpinyo2021conceptual,
title = {Conceptual 12m: Pushing web-scale image-text pre-training to recognize long-tail visual concepts},
author = {Changpinyo, Soravit and Sharma, Piyush and Ding, Nan and Soricut, Radu},
year = 2021,
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages = {3558--3568}
}
@article{chen1999heuristic,
title = {The heuristic-systematic model in its broader context.},
author = {Chen, Serena and Chaiken, Shelly},
year = 1999,
publisher = {The Guilford Press}
}
@inproceedings{chen2011collecting,
title = {Collecting highly parallel data for paraphrase evaluation},
author = {Chen, David and Dolan, William B},
year = 2011,
booktitle = {Proceedings of the 49th annual meeting of the association for computational linguistics: human language technologies},
pages = {190--200}
}
@article{chen2015microsoft,
title = {Microsoft coco captions: Data collection and evaluation server},
author = {Chen, Xinlei and Fang, Hao and Lin, Tsung-Yi and Vedantam, Ramakrishna and Gupta, Saurabh and Doll{\'a}r, Piotr and Zitnick, C Lawrence},
year = 2015,
journal = {arXiv preprint arXiv:1504.00325}
}
@article{chen2016training,
title = {Training deep nets with sublinear memory cost},
author = {Chen, Tianqi and Xu, Bing and Zhang, Chiyuan and Guestrin, Carlos},
year = 2016,
journal = {arXiv preprint arXiv:1604.06174}
}
@inproceedings{chen2018scanpath,
title = {Scanpath Prediction for Visual Attention using IOR-ROI LSTM.},
author = {Chen, Zhenzhong and Sun, Wanjie},
year = 2018,
booktitle = {IJCAI}
}
@article{chen2021decision,
title = {Decision transformer: Reinforcement learning via sequence modeling},
author = {Chen, Lili and Lu, Kevin and Rajeswaran, Aravind and Lee, Kimin and Grover, Aditya and Laskin, Misha and Abbeel, Pieter and Srinivas, Aravind and Mordatch, Igor},
year = 2021,
journal = {Advances in neural information processing systems},
volume = 34,
pages = {15084--15097}
}
@inproceedings{chen2021empirical,
title = {An empirical study of training self-supervised vision transformers},
author = {Chen, Xinlei and Xie, Saining and He, Kaiming},
year = 2021,
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages = {9640--9649}
}
@inproceedings{chen2021weakly,
title = {Weakly-supervised hierarchical models for predicting persuasive strategies in good-faith textual requests},
author = {Chen, Jiaao and Yang, Diyi},
year = 2021,
booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
volume = 35,
number = 14,
pages = {12648--12656}
}
@article{chen2023valor,
title = {Valor: Vision-audio-language omni-perception pretraining model and dataset},
author = {Chen, Sihan and He, Xingjian and Guo, Longteng and Zhu, Xinxin and Wang, Weining and Tang, Jinhui and Liu, Jing},
year = 2023,
journal = {arXiv preprint arXiv:2304.08345}
}
@misc{chen2023valorvisionaudiolanguageomniperceptionpretraining,
title = {VALOR: Vision-Audio-Language Omni-Perception Pretraining Model and Dataset},
author = {Sihan Chen and Xingjian He and Longteng Guo and Xinxin Zhu and Weining Wang and Jinhui Tang and Jing Liu},
year = 2023,
url = {https://arxiv.org/abs/2304.08345},
eprint = {2304.08345},
archiveprefix = {arXiv},
primaryclass = {cs.LG}
}
@article{chen2024pixart,
title = {Pixart-$\backslash$sigma: Weak-to-strong training of diffusion transformer for 4k text-to-image generation},
author = {Chen, Junsong and Ge, Chongjian and Xie, Enze and Wu, Yue and Yao, Lewei and Ren, Xiaozhe and Wang, Zhongdao and Luo, Ping and Lu, Huchuan and Li, Zhenguo},
year = 2024,
journal = {arXiv preprint arXiv:2403.04692}
}
@inproceedings{chen2024pixartalpha,
title = {PixArt-\${\textbackslash}alpha\$: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis},
author = {Junsong Chen and Jincheng YU and Chongjian GE and Lewei Yao and Enze Xie and Zhongdao Wang and James Kwok and Ping Luo and Huchuan Lu and Zhenguo Li},