-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.bib
More file actions
1522 lines (1503 loc) · 75.2 KB
/
publications.bib
File metadata and controls
1522 lines (1503 loc) · 75.2 KB
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
@inproceedings{mohammadi:gvdb:2025,
author = {Amir Reza Mohammadi and
Michael M. M{\"{u}}ller and
Andreas Peintner and
Beatriz Barroso Gstrein and
Eva Zangerle and
G{\"{u}}nther Specht},
editor = {Meike Klettke and
Tanja Auge},
title = {Quantitative Assessment of {GNN} Counterfactual Explanation Robustness
and Reproducibility under Adversarial Influence},
booktitle = {Proceedings of the 36th GI-Workshop Grundlagen von Datenbanken, Regensburg,
Germany, September 29-October 01, 2025},
series = {{CEUR} Workshop Proceedings},
volume = {4118},
pages = {23--30},
publisher = {CEUR-WS.org},
year = {2025},
url = {https://ceur-ws.org/Vol-4118/paper4.pdf},
}
@inproceedings{mueller:gvdb:2025,
author = {Michael M. M{\"{u}}ller and
Amir Reza Mohammadi and
Andreas Peintner and
Beatriz Barroso Gstrein and
Eva Zangerle and
G{\"{u}}nther Specht},
editor = {Meike Klettke and
Tanja Auge},
title = {Yearning for Better Metrics: Revisiting the ReDial Dataset for Evaluating
Conversational Recommender Systems},
booktitle = {Proceedings of the 36th GI-Workshop Grundlagen von Datenbanken, Regensburg,
Germany, September 29-October 01, 2025},
series = {{CEUR} Workshop Proceedings},
volume = {4118},
pages = {84--89},
publisher = {CEUR-WS.org},
year = {2025},
url = {https://ceur-ws.org/Vol-4118/paper13.pdf},
}
@inproceedings{zangerle:pan:2025,
author = {Eva Zangerle and
Maximilian Mayerl and
Martin Potthast and
Benno Stein},
title = {Overview of the Multi-Author Writing Style Analysis Task at {PAN}
2025},
booktitle = {Working Notes of the Conference and Labs of the Evaluation Forum {(CLEF}
2025), Madrid, Spain, 9-12 September, 2025},
series = {{CEUR} Workshop Proceedings},
volume = {4038},
pages = {3568--3574},
publisher = {CEUR-WS.org},
year = {2025},
url = {https://ceur-ws.org/Vol-4038},
}
@InProceedings{bevendorff:clef:2025,
address = {Berlin Heidelberg New York},
author = {Janek Bevendorff and Daryna Dementieva and Maik Fr{\"o}be and Bela Gipp and Andr{\'e} Greiner-Petter and Jussi Karlgren and Maximilian Mayerl and Preslav Nakov and Alexander Panchenko and Martin Potthast and Artem Shelmanov and Efstathios Stamatatos and Benno Stein and Yuxia Wang and Matti Wiegmann and Eva Zangerle},
booktitle = {Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF 2025)},
editor = {Jorge Carrillo-de-Albornoz and Julio Gonzalo and Laura Plaza and Alba Garc{\'i}a Seco Herrera and Josiane Mothe and Florina Piroi and Paolo Rosso and Damiano Spina and Guglielmo Faggioli and Nicola Ferro},
month = sep,
publisher = {Springer},
series = {Lecture Notes in Computer Science},
site = {Madrid, Spain},
title = {{Overview of PAN 2025: Voight-Kampff Generative AI Detection, Multilingual Text Detoxification, Multi-Author Writing Style Analysis, and Generative Plagiarism Detection}},
year = 2025
}
@inproceedings{zangerle:recsys:2025,
author = {Zangerle, Eva and Said, Alan and Bauer, Christine},
title = {Beyond Algorithms: Reclaiming the Interdisciplinary Roots of Recommender Systems (BEYOND 2025)},
year = {2025},
isbn = {9798400713644},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3705328.3747998},
doi = {10.1145/3705328.3747998},
abstract = {This workshop challenges the machine learning-centric focus of modern recommender systems research by reconnecting the field with its interdisciplinary origins and exploring the non-algorithmic dimensions that are crucial to effective recommendation. It fosters a space for reflective, critical, and creative discussions on recommender systems that embrace human values, user experiences, and societal impact. The workshop emphasizes methodological diversity and invites contributions from psychology, human-computer interaction, ethics, design, and other disciplines.},
booktitle = {Proceedings of the Nineteenth ACM Conference on Recommender Systems},
pages = {1360–1361},
numpages = {2},
keywords = {recommender systems, interdisciplinary, personalized systems, non-algorithmic dimensions},
location = {
},
series = {RecSys '25}
}
@inproceedings{mohammadi:recsys:2025,
author = {Mohammadi, Amir Reza and Peintner, Andreas and M\"{u}ller, Michael and Zangerle, Eva},
title = {Beyond Top-1: Addressing Inconsistencies in Evaluating Counterfactual Explanations for Recommender Systems},
year = {2025},
isbn = {9798400713644},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3705328.3748028},
doi = {10.1145/3705328.3748028},
abstract = {Explainability in recommender systems (RS) remains a pivotal yet challenging research frontier. Among state-of-the-art techniques, counterfactual explanations stand out for their effectiveness, as they show how small changes to input data can alter recommendations, providing actionable insights that build user trust and enhance transparency. Despite their growing prominence, the evaluation of counterfactual explanations in RS is far from standardized. Specifically, existing metrics show inconsistency since they are affected by variations in the performance of the underlying recommenders. Hence, we critically examine the evaluation of counterfactual explainers through consistency as the key principle of effective evaluation. Through extensive experiments, we assess how going beyond top-1 recommendation and incorporating top-k recommendations impacts the consistency of existing evaluation metrics. Our findings reveal factors that impact the consistency of existing evaluation metrics and offer a step toward effectively mitigating the inconsistency problem in counterfactual explanation evaluation.},
booktitle = {Proceedings of the Nineteenth ACM Conference on Recommender Systems},
pages = {515–520},
numpages = {6},
keywords = {Recommender Systems, Counterfactual Explanation, Evaluation},
location = {
},
series = {RecSys '25}
}
@article{peintner:tismir:2025,
abstract = {Music emotion recognition (MER) seeks to understand the complex emotional landscapes elicited by music, acknowledging music\’s profound social and psychological roles beyond traditional tasks such as genre classification or content similarity. MER relies heavily on high‑quality emotional annotations, which serve as the foundation for training models to recognize emotions. However, collecting these annotations is both complex and costly, leading to limited availability of large‑scale datasets for MER. Recent efforts in MER for automatically extracting emotion have focused on learning track representations in a supervised manner. However, these approaches mainly use simplified emotion models due to limited datasets or a lack of necessity for sophisticated emotion models and ignore hidden inter‑track relations, which are beneficial in a semi‑supervised learning setting. This paper proposes a novel approach to MER by constructing a multi‑relational graph that encapsulates different facets of music. We leverage graph neural networks to model intricate inter‑track relationships and capture structurally induced representations from user data, such as listening histories, genres, and tags. Our model, the semi‑supervised multi‑relational graph neural network for emotion recognition (SRGNN‑Emo), innovates by combining graph‑based modeling with semi‑supervised learning, using rich user data to extract nuanced emotional profiles from music tracks. Through extensive experimentation, SRGNN‑Emo demonstrates significant improvements in R2 and root mean squared error metrics for predicting the intensity of nine continuous emotions (Geneva Emotional Music Scale), demonstrating its superior capability in capturing and predicting complex emotional expressions in music.},
author = {Peintner, Andreas and Moscati, Marta and Kinoshita, Yu and Vogl, Richard and Knees, Peter and Schedl, Markus and Strauss, Hannah and Zentner, Marcel and Zangerle, Eva},
doi = {10.5334/tismir.235},
journal = {Transactions of the International Society for Music Information Retrieval},
keyword = {en_US},
month = {Jun},
title = {Nuanced Music Emotion Recognition via a Semi-Supervised Multi-Relational Graph Neural Network},
year = {2025}
}
@inproceedings{peintner:www:2025,
author = {Peintner, Andreas and Mohammadi, Amir Reza and M\"{u}ller, Michael and Zangerle, Eva},
title = {Hypergraph-based Temporal Modelling of Repeated Intent for Sequential Recommendation},
year = {2025},
isbn = {9798400712746},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3696410.3714896},
doi = {10.1145/3696410.3714896},
abstract = {In sequential recommendation scenarios, user intent is a key driver of consumption behavior. However, consumption intents are usually latent and hence, difficult to leverage for recommender systems. Additionally, intents can be of repeated nature (e.g. yearly shopping for christmas gifts or buying a new phone), which has not been exploited by previous approaches. To navigate these impediments we propose the HyperHawkes model which models user sessions via hypergraphs and extracts user intents via contrastive clustering. We use Hawkes Processes to model the temporal dynamics of intents, namely repeated consumption patterns and long-term interests of users. For short-term interest adaption, which is more fine-grained than intent-level modeling, we use a multi-level attention mixture network and fuse long-term and short-term signals. We use the generalized expectation-maximization (EM) framework for training the model by alternating between intent representation learning and optimizing parameters of the long- and short-term modules. Extensive experiments on four real-world datasets from different domains show that HyperHawkes significantly outperforms existing state-of-the-art methods.},
booktitle = {Proceedings of the ACM on Web Conference 2025},
pages = {3809–3818},
numpages = {10},
keywords = {graph neural network, hypergraph, intent, recommender systems, sequential recommendation},
location = {Sydney NSW, Australia},
series = {WWW '25}
}
@InProceedings{bevendorff_ecir_2025,
author="Bevendorff, Janek
and Dementieva, Daryna
and Fr{\"o}be, Maik
and Gipp, Bela
and Greiner-Petter, Andre
and Karlgren, Jussi
and Mayerl, Maximilian
and Nakov, Preslav
and Panchenko, Alexander
and Potthast, Martin
and Shelmanov, Artem
and Stamatatos, Efstathios
and Stein, Benno
and Wang, Yuxia
and Wiegmann, Matti
and Zangerle, Eva",
editor="Hauff, Claudia
and Macdonald, Craig
and Jannach, Dietmar
and Kazai, Gabriella
and Nardini, Franco Maria
and Pinelli, Fabio
and Silvestri, Fabrizio
and Tonellotto, Nicola",
title="Overview of PAN 2025: Generative AI Detection, Multilingual Text Detoxification, Multi-author Writing Style Analysis, and Generative Plagiarism Detection",
booktitle="Advances in Information Retrieval",
year="2025",
publisher="Springer Nature Switzerland",
address="Cham",
pages="434--441",
isbn="978-3-031-88720-8"
}
@Article{bauer:dagstuhl:2024,
author = {Bauer, Christine and Said, Alan and Zangerle, Eva},
title = {{Evaluation Perspectives of Recommender Systems: Driving Research and Education (Dagstuhl Seminar 24211)}},
pages = {58--172},
journal = {Dagstuhl Reports},
ISSN = {2192-5283},
year = {2024},
volume = {14},
number = {5},
editor = {Bauer, Christine and Said, Alan and Zangerle, Eva},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/DagRep.14.5.58},
URN = {urn:nbn:de:0030-drops-222655},
doi = {10.4230/DagRep.14.5.58},
annote = {Keywords: Recommender Systems, Evaluation, Information Retrieval, User Interaction, Intelligent Systems}
}
@inproceedings{mohammadi:gvdb:2023,
author = {Amir Reza Mohammadi and
Amir{-}Hossein Karimi and
Mahdi Bohlouli and
Eva Zangerle and
G{\"{u}}nther Specht},
editor = {Holger Schwarz},
title = {HPT4Rec: AutoML-based Hyperparameter Self-Tuning Framework for Session-based
Recommender Systems},
booktitle = {Proceedings of the 34th GI-Workshop on Foundations of Databases (Grundlagen
von Datenbanken), Hirsau, Germany, June 7-9, 2023},
series = {{CEUR} Workshop Proceedings},
volume = {3714},
publisher = {CEUR-WS.org},
year = {2023},
url = {https://ceur-ws.org/Vol-3714/paper2.pdf},
}
@article{peintner:tors:2025,
author = {Peintner, Andreas and Mohammadi, Amir Reza and Zangerle, Eva},
title = {Efficient Session-based Recommendation with Contrastive Graph-based Shortest Path Search},
year = {2025},
issue_date = {December 2025},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {3},
number = {4},
url = {https://doi.org/10.1145/3701764},
doi = {10.1145/3701764},
journal = {ACM Transactions on Recommender Systems},
month = apr,
articleno = {46},
numpages = {24},
keywords = {Recommender systems, session-based recommendation, graph neural network, supervised contrastive learning}
}
@inproceedings{mohammadi:recsys:2024,
author = {Mohammadi, Amir Reza and Peintner, Andreas and M\"{u}ller, Michael and Zangerle, Eva},
title = {Are We Explaining the Same Recommenders? Incorporating Recommender Performance for Evaluating Explainers},
year = {2024},
isbn = {9798400705052},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3640457.3691709},
doi = {10.1145/3640457.3691709},
abstract = {Explainability in recommender systems is both crucial and challenging. Among the state-of-the-art explanation strategies, counterfactual explanation provides intuitive and easily understandable insights into model predictions by illustrating how a small change in the input can lead to a different outcome. Recently, this approach has garnered significant attention, with various studies employing different metrics to evaluate the performance of these explanation methods. In this paper, we investigate the metrics used for evaluating counterfactual explainers for recommender systems. Through extensive experiments, we demonstrate that the performance of recommenders has a direct effect on counterfactual explainers and ignoring it results in inconsistencies in the evaluation results of explainer methods. Our findings highlight an additional challenge in evaluating counterfactual explainer methods and underscore the need to report the recommender performance or consider it in evaluation metrics.},
booktitle = {Proceedings of the 18th ACM Conference on Recommender Systems},
pages = {1113–1118},
numpages = {6},
keywords = {Counterfactual Explanation, Evaluation, Recommender Systems},
location = {Bari, Italy},
series = {RecSys '24}
}
@InProceedings{bevendorff:clef:2024,
author="Ayele, Abinew Ali
and Babakov, Nikolay
and Bevendorff, Janek
and Casals, Xavier Bonet
and Chulvi, Berta
and Dementieva, Daryna
and Elnagar, Ashaf
and Freitag, Dayne
and Fr{\"o}be, Maik
and Koren{\v{c}}i{\'{c}}, Damir
and Mayerl, Maximilian
and Moskovskiy, Daniil
and Mukherjee, Animesh
and Panchenko, Alexander
and Potthast, Martin
and Rangel, Francisco
and Rizwan, Naquee
and Rosso, Paolo
and Schneider, Florian
and Smirnova, Alisa
and Stamatatos, Efstathios
and Stakovskii, Elisei
and Stein, Benno
and Taul{\'e}, Mariona
and Ustalov, Dmitry
and Wang, Xintong
and Wiegmann, Matti
and Yimam, Seid Muhie
and Zangerle, Eva",
editor="Goeuriot, Lorraine
and Mulhem, Philippe
and Qu{\'e}not, Georges
and Schwab, Didier
and Di Nunzio, Giorgio Maria
and Soulier, Laure
and Galu{\v{s}}{\v{c}}{\'a}kov{\'a}, Petra
and Garc{\'i}a Seco de Herrera, Alba
and Faggioli, Guglielmo
and Ferro, Nicola",
title="Overview of PAN 2024: Multi-author Writing Style Analysis, Multilingual Text Detoxification, Oppositional Thinking Analysis, and Generative AI Authorship Verification Condensed Lab Overview",
booktitle="Experimental IR Meets Multilinguality, Multimodality, and Interaction",
year="2024",
publisher="Springer Nature Switzerland",
address="Cham",
pages="231--259",
isbn="978-3-031-71908-0",
doi={10.1007/978-3-031-71908-0_11}
}
@inproceedings{said:recsys:2024,
author = {Said, Alan and Bauer, Christine and Zangerle, Eva},
title = {Reflections on Recommender Systems: Past, Present, and Future (INTROSPECTIVES)},
year = {2024},
isbn = {9798400705052},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3640457.3687101},
doi = {10.1145/3640457.3687101},
booktitle = {Proceedings of the 18th ACM Conference on Recommender Systems},
pages = {1237–1238},
numpages = {2},
keywords = {information retrieval, introspection, personalized systems, recommender systems, reflection},
location = {Bari, Italy},
series = {RecSys '24}
}
@inproceedings{zangerle:pan:2024,
author = {Eva Zangerle and
Maximilian Mayerl and
Martin Potthast and
Benno Stein},
title = {Overview of the Multi-Author Writing Style Analysis Task at {PAN}
2024},
booktitle = {Working Notes of the Conference and Labs of the Evaluation Forum {(CLEF}
2024), Grenoble, France, 9-12 September, 2024},
series = {{CEUR} Workshop Proceedings},
volume = {3740},
pages = {2424--2431},
publisher = {CEUR-WS.org},
year = {2024},
url = {https://ceur-ws.org/Vol-3740},
}
@article{jacobsen:musicaescientiae:2024,
author = {Peer-Ole Jacobsen and Hannah Strauss and Julia Vigl and Eva Zangerle and Marcel Zentner},
doi = {10.1177/10298649241256252},
eprint = {https://doi.org/10.1177/10298649241256252},
journal = {Musicae Scientiae},
title = {Assessing aesthetic music-evoked emotions in a minute or less: A comparison of the GEMS-45 and the GEMS-9},
journal = {Musicae Scientiae},
volume = {29},
number = {1},
pages = {184-192},
year = {2025},
doi = {10.1177/10298649241256252},
URL = {https://doi.org/10.1177/10298649241256252}
}
@inproceedings{moscati:umap:2024,
title = {Emotion-Based Music Recommendation from Quality Annotations and Large-Scale User-Generated Tags},
author = {Moscati, Marta and Strau\ss{}, Hannah and Jacobsen, Peer-Ole and Peintner, Andreas and Zangerle, Eva and Zentner, Marcel and Schedl, Markus},
year = 2024,
booktitle = {Proceedings of the 32nd ACM Conference on User Modeling, Adaptation and Personalization},
location = {Cagliari, Italy},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {UMAP '24},
pages = {159–164},
doi = {10.1145/3627043.3659540},
isbn = 9798400704338,
url = {https://doi.org/10.1145/3627043.3659540},
numpages = 6,
keywords = {Annotation Study, Emotion-based Recommender Systems, Emotions, Music, Music Recommender Systems}
}
@article{parada:srep:2024,
title = {Song lyrics have become simpler and more repetitive over the last five decades},
author = {Parada-Cabaleiro, Emilia and Mayerl, Maximilian and Brandl, Stefan and Skowron, Marcin and Schedl, Markus and Lex, Elisabeth and Zangerle, Eva},
year = 2024,
journal = {Scientific Reports},
publisher = {Nature Publishing Group UK London},
volume = 14,
number = 1,
pages = 5531,
doi = {10.1038/s41598-024-55742-x}
}
@article{strauss:2024:behaviorresearchmethods,
title = {The Emotion-to-Music Mapping Atlas (EMMA): A systematically organized online database of emotionally evocative music excerpts},
author = {Strauss, Hannah and Vigl, Julia and Jacobsen, Peer-Ole and Bayer, Martin and Talamini, Francesca and Vigl, Wolfgang and Zangerle, Eva and Zentner, Marcel},
year = 2024,
month = {jun},
journal = {Behavior Research Methods},
publisher = {Springer},
volume = 56,
number = 4,
pages = {3560--3577},
doi = {https://doi.org/10.3758/s13428-024-02336-0},
issue_date = {June 2024}
}
@article{bauer:tors:2024,
title = {Exploring the Landscape of Recommender Systems Evaluation: Practices and Perspectives},
author = {Bauer, Christine and Zangerle, Eva and Said, Alan},
year = 2024,
month = {mar},
journal = {ACM Trans. Recomm. Syst.},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 2,
number = 1,
doi = {10.1145/3629170},
url = {https://doi.org/10.1145/3629170},
issue_date = {March 2024},
articleno = 11,
numpages = 31,
keywords = {Evaluation, survey, systematic literature review, recommender systems}
}
@article{bauer:tors2:2024,
title = {Introduction to the Special Issue on Perspectives on Recommender Systems Evaluation},
author = {Bauer, Christine and Said, Alan and Zangerle, Eva},
year = 2024,
month = {mar},
journal = {ACM Transactions on Recommender Systems},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 2,
number = 1,
doi = {10.1145/3648398},
url = {https://doi.org/10.1145/3648398},
issue_date = {March 2024},
articleno = 1,
numpages = 5,
keywords = {Evaluation, recommender systems, reproducibility, datasets, metrics}
}
@article{said:sigirforum:2024,
title = {Report on the 3rd Workshop on the Perspectives on the Evaluation of Recommender Systems (PERSPECTIVES 2023) at RecSys 2023},
author = {Said, Alan and Zangerle, Eva and Bauer, Christine},
year = 2024,
month = {jan},
journal = {SIGIR Forum},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 57,
number = 2,
doi = {10.1145/3642979.3643000},
issn = {0163-5840},
url = {https://doi.org/10.1145/3642979.3643000},
issue_date = {December 2023},
articleno = 18,
numpages = 4
}
@proceedings{soto:iuiworkshops:2024,
title = {Joint Proceedings of the {ACM} {IUI} 2024 Workshops co-located with the 29th Annual {ACM} Conference on Intelligent User Interfaces {(IUI} 2024), Greenville, South Carolina, USA, March 18, 2024},
year = 2024,
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3660,
url = {https://ceur-ws.org/Vol-3660},
editor = {Axel Soto and Eva Zangerle},
urn = {urn:nbn:de:0074-3660-6},
timestamp = {Fri, 12 Apr 2024 20:58:03 +0200},
biburl = {https://dblp.org/rec/conf/iui/2024w.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{bevendorff:ecir:2024,
title = {Overview of {PAN} 2024: Multi-author Writing Style Analysis, Multilingual Text Detoxification, Oppositional Thinking Analysis, and Generative {AI} Authorship Verification - Extended Abstract},
author = {Janek Bevendorff and Xavier Bonet Casals and Berta Chulvi and Daryna Dementieva and Ashaf Elnagar and Dayne Freitag and Maik Fr{\"{o}}be and Damir Korencic and Maximilian Mayerl and Animesh Mukherjee and Alexander Panchenko and Martin Potthast and Francisco Rangel and Paolo Rosso and Alisa Smirnova and Efstathios Stamatatos and Benno Stein and Mariona Taul{\'{e}} and Dmitry Ustalov and Matti Wiegmann and Eva Zangerle},
year = 2024,
booktitle = {Advances in Information Retrieval - 46th European Conference on Information Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024, Proceedings, Part {VI}},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = 14613,
pages = {3--10},
doi = {10.1007/978-3-031-56072-9_1},
editor = {Nazli Goharian and Nicola Tonellotto and Yulan He and Aldo Lipani and Graham McDonald and Craig Macdonald and Iadh Ounis}
}
@article{zangerle:sigirforum:2022,
title = {Report on the 2nd Workshop on the Perspectives on the Evaluation of Recommender Systems (PERSPECTIVES 2022) at RecSys 2022},
author = {Zangerle, Eva and Bauer, Christine and Said, Alan},
year = 2023,
month = {jan},
journal = {SIGIR Forum},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 56,
number = 2,
doi = {10.1145/3582900.3582919},
issn = {0163-5840},
url = {https://doi.org/10.1145/3582900.3582919},
issue_date = {December 2022},
articleno = 15,
numpages = 4
}
@inproceedings{mayerl:btw:2023,
title = {Pairwise Learning to Rank for Hit Song Prediction},
author = {Maximilian Mayerl and Michael V{\"{o}}tter and G{\"{u}}nther Specht and Eva Zangerle},
year = 2023,
booktitle = {Datenbanksysteme f{\"{u}}r Business, Technologie und Web {(BTW} 2023), 20. Fachtagung des GI-Fachbereichs Datenbanken und Informationssysteme (DBIS), Proceedings},
publisher = {Gesellschaft f{\"{u}}r Informatik e.V.},
series = {{LNI}},
volume = {{P-331}},
pages = {555--565},
doi = {10.18420/BTW2023-26}
}
@inproceedings{moosleitner:btw:2023,
title = {Detection of Generated Text Reviews by Leveraging Methods from Authorship Attribution: Predictive Performance vs. Resourcefulness},
author = {Manfred Moosleitner and G{\"{u}}nther Specht and Eva Zangerle},
year = 2023,
booktitle = {Datenbanksysteme f{\"{u}}r Business, Technologie und Web {(BTW} 2023), 20. Fachtagung des GI-Fachbereichs Datenbanken und Informationssysteme, Proceedings},
publisher = {Gesellschaft f{\"{u}}r Informatik e.V.},
series = {{LNI}},
volume = {{P-331}},
pages = {221--232},
doi = {10.18420/BTW2023-11}
}
@inproceedings{bevendorff:ecir:2023,
title = {Overview of PAN 2023: Authorship Verification, Multi-author Writing Style Analysis, Profiling Cryptocurrency Influencers, and Trigger Detection},
author = {Bevendorff, Janek and Chinea-R{\'i}os, Mara and Franco-Salvador, Marc and Heini, Annina and K{\"o}rner, Erik and Kredens, Krzysztof and Mayerl, Maximilian and P{\k{e}}zik, Piotr and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Wolska, Magdalena and Zangerle, Eva},
year = 2023,
booktitle = {Advances in Information Retrieval - 45th European Conference on IR Research},
publisher = {Springer Nature Switzerland},
address = {Cham},
pages = {518--526},
isbn = {978-3-031-28241-6}
}
@proceedings{said:perspectives:2023,
title = {Proceedings of the 3rd Workshop Perspectives on the Evaluation of Recommender Systems 2023 co-located with the 17th {ACM} Conference on Recommender Systems (RecSys 2023), Singapore, Singapore, September 19, 2023},
year = 2023,
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3476,
url = {https://ceur-ws.org/Vol-3476},
editor = {Alan Said and Eva Zangerle and Christine Bauer},
urn = {urn:nbn:de:0074-3476-4},
keywords = {nonqa}
}
@inproceedings{peintner:recsys:2023,
title = {{SPARE:} Shortest Path Global Item Relations for Efficient Session-based Recommendation},
author = {Andreas Peintner and Amir Reza Mohammadi and Eva Zangerle},
year = 2023,
booktitle = {Proceedings of the 17th {ACM} Conference on Recommender Systems, RecSys 2023, Singapore, Singapore, September 18-22, 2023},
publisher = {{ACM}},
pages = {58--69},
doi = {10.1145/3604915.3608768},
url = {https://doi.org/10.1145/3604915.3608768}
}
@inproceedings{said:recsys:2023,
title = {Third Workshop: Perspectives on the Evaluation of Recommender Systems {(PERSPECTIVES} 2023)},
author = {Alan Said and Eva Zangerle and Christine Bauer},
year = 2023,
booktitle = {Proceedings of the 17th {ACM} Conference on Recommender Systems, RecSys 2023, Singapore, Singapore, September 18-22, 2023},
publisher = {{ACM}},
pages = {1221--1222},
doi = {10.1145/3604915.3608748},
url = {https://doi.org/10.1145/3604915.3608748},
keywords = {nonqa}
}
@inproceedings{bevendorff:clef:2023,
title = {Overview of PAN 2023: Authorship Verification, Multi-Author Writing Style Analysis, Profiling Cryptocurrency Influencers, and Trigger Detection},
author = {Bevendorff, Janek and Borrego-Obrador, Ian and Chinea-R{\'i}os, Mara and Franco-Salvador, Marc and Fr{\"o}be, Maik and Heini, Annina and Kredens, Krzysztof and Mayerl, Maximilian and P{\k{e}}zik, Piotr and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Wolska, Magdalena and Zangerle, Eva},
year = 2023,
booktitle = {Experimental IR Meets Multilinguality, Multimodality, and Interaction},
publisher = {Springer Nature Switzerland},
address = {Cham},
pages = {459--481},
doi = {10.1007/978-3-031-42448-9_29},
isbn = {978-3-031-42448-9}
}
@inproceedings{voetter:smc:2023,
title = {Song Popularity Prediction using Ordinal Classification},
author = {V\"{o}tter, Michael and Mayerl, Maximilian and Zangerle, Eva and Specht, Günther},
year = 2023,
booktitle = {Proceedings of the 20th Sound and Music Computing Conference. June 15-17, 2023. Stockholm, Sweden},
publisher = {Royal College of Music and KTH Royal Institute of Technology},
editor = {Roberto Bresin and Kjetil Falkenberg},
organization = {Royal College of Music and KTH Royal Institute of Technology}
}
@inproceedings{zangerle:pan:2023,
title = {{Overview of the Multi-Author Writing Style Analysis Task at PAN 2023}},
author = {Eva Zangerle and Maximilian Mayerl and Martin Potthast and Benno Stein},
year = 2023,
month = sep,
booktitle = {{Working Notes of CLEF 2023 - Conference and Labs of the Evaluation Forum}},
publisher = {CEUR-WS.org},
crossref = {pan:2023},
editor = {Avi Arampatzis and Evangelos Kanoulas and Theodora Tsikrika and Stefanos Vrochidis and Anastasia Giachanou and Dan Li and Mohammad Aliannejadi and Michalis Vlachos and Guglielmo Faggioli and Nicola Ferro}
}
@inproceedings{zangerle:pan:2023,
title = {Overview of the Multi-Author Writing Style Analysis Task at {PAN} 2023},
author = {Eva Zangerle and Maximilian Mayerl and Martin Potthast and Benno Stein},
year = 2023,
booktitle = {Working Notes of the Conference and Labs of the Evaluation Forum {(CLEF} 2023), Thessaloniki, Greece, September 18th to 21st, 2023},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3497,
pages = {2513--2522},
url = {https://ceur-ws.org/Vol-3497/paper-201.pdf},
editor = {Mohammad Aliannejadi and Guglielmo Faggioli and Nicola Ferro and Michalis Vlachos},
timestamp = {Wed, 25 Oct 2023 17:24:28 +0200},
biburl = {https://dblp.org/rec/conf/clef/ZangerleMP023.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{bevendorff:clef:2022,
title = {{Overview of PAN 2022: Authorship Verification, Profiling Irony and Stereotype Spreaders, and Style Change Detection}},
author = {Janek Bevendorff and Berta Chulvi and Elisabetta Fersini and Annina Heini and Mike Kestemont and Krzysztof Kredens and Maximilian Mayerl and Reynier Ortega{-}Bueno and Piotr Pezik and Martin Potthast and Francisco Rangel and Paolo Rosso and Efstathios Stamatatos and Benno Stein and Matti Wiegmann and Magdalena Wolska and Eva Zangerle},
year = 2022,
booktitle = {Experimental {IR} Meets Multilinguality, Multimodality, and Interaction - 13th International Conference of the {CLEF} Association},
publisher = {Springer},
series = {LNCS},
volume = 13390,
pages = {382--394},
doi = {10.1007/978-3-031-13643-6_24},
keywords = {further}
}
@inproceedings{bevendorff:ecir:2022,
title = {{Overview of PAN 2022: Authorship Verification, Profiling Irony and Stereotype Spreaders, Style Change Detection, and Trigger Detection}},
author = {Bevendorff, Janek and Chulvi, Berta and Fersini, Elisabetta and Heini, Annina and Kestemont, Mike and Kredens, Krzysztof and Mayerl, Maximilian and Ortega-Bueno, Reyner and Pezik, Piotr and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Wolska, Magdalena and Zangerle, Eva},
year = 2022,
booktitle = {Advances in Information Retrieval - 44th European Conference on IR Research},
publisher = {Springer},
series = {ECIR '22},
pages = {331--338},
doi = {10.1007/978-3-030-99739-7_42},
keywords = {further}
}
@article{binna:tods:2022,
title = {{Height Optimized Tries}},
author = {Binna, Robert and Zangerle, Eva and Pichl, Martin and Specht, G\"{u}nther and Leis, Viktor},
year = 2022,
journal = {ACM Transactions on Database Systems},
publisher = {ACM},
volume = 47,
number = 1,
doi = {10.1145/3506692},
articleno = 3,
numpages = 46,
keywords = {further}
}
@inproceedings{moosleitner:gvdb:2022,
title = {{Co-rating Attacks on Recommendation Algorithms}},
author = {Moosleitner, Manfred and Specht, G\"{u}nther and Zangerle, Eva},
year = 2022,
booktitle = {Proceedings of the 32nd GI-Workshop Grundlagen von Datenbanksysteme (GvDB'21)},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3075,
keywords = {further}
}
@inproceedings{moscati:cikm:2022,
title = {{Music4All-Onion -- A Large-Scale Multi-Faceted Content-Centric Music Recommendation Dataset}},
author = {Moscati, Marta and Parada-Cabaleiro, Emilia and Deldjoo, Yashar and Zangerle, Eva and Schedl, Markus},
year = 2022,
booktitle = {Proceedings of the 31st ACM International Conference on Information \& Knowledge Management},
publisher = {ACM},
series = {CIKM '22},
pages = {4339–4343},
doi = {10.1145/3511808.3557656},
keywords = {further}
}
@inproceedings{peintner:cars:2022,
title = {Unsupervised Graph Embeddings for Session-based Recommendation with Item Features},
author = {Peintner, Andreas and Moscati, Marta and Parada-Cabaleiro, Emilia and Schedl, Markus and Zangerle, Eva},
year = 2022,
booktitle = {CARS: Workshop on Context-Aware Recommender Systems (RecSys ’22)}
}
@article{voetter:ijsc:2022,
title = {{HSP Datasets: Insights on Song Popularity Prediction}},
author = {Vötter, Michael and Mayerl, Maximilian and Specht, Günther and Zangerle, Eva},
year = 2022,
journal = {International Journal of Semantic Computing},
publisher = {World Scientific Publishing},
pages = {1--23},
doi = {10.1142/S1793351X22400104},
keywords = {further}
}
@article{zangerle:csur:2022,
title = {Evaluating Recommender Systems: Survey and Framework},
author = {Zangerle, Eva and Bauer, Christine},
year = 2022,
month = {dec},
journal = {ACM Computing Surveys},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = 55,
number = 8,
doi = {10.1145/3556536},
issn = {0360-0300},
url = {https://doi.org/10.1145/3556536},
issue_date = {August 2023},
articleno = 170,
numpages = 38
}
@inproceedings{zangerle:pan:2022,
title = {{Overview of the Style Change Detection Task at PAN 2022}},
author = {Eva Zangerle and Maximilian Mayerl and Martin Potthast and Benno Stein},
year = 2022,
booktitle = {Proceedings of the Working Notes of {CLEF} 2022 - Conference and Labs of the Evaluation Forum},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3180,
pages = {2344--2356},
keywords = {further}
}
@proceedings{zangerle:perspectives:2022,
title = {Proceedings of the Perspectives on the Evaluation of Recommender Systems Workshop 2022 co-located with the 16th ACM Conference on Recommender Systems (RecSys 2022)},
year = 2022,
publisher = {CEUR-WS.org},
series = {CEUR Workshop Proceedings},
volume = 3228,
url = {http://ceur-ws.org/Vol-3228},
editor = {Eva Zangerle and Christine Bauer and Alan Said},
keywords = {nonqa}
}
@inproceedings{zangerle:recsys:2022,
title = {Second Workshop: Perspectives on the Evaluation of Recommender Systems (PERSPECTIVES 2022)},
author = {Zangerle, Eva and Bauer, Christine and Said, Alan},
year = 2022,
booktitle = {Proceedings of the 16th ACM Conference on Recommender Systems},
publisher = {ACM},
series = {RecSys '22},
pages = {652–653},
doi = {10.1145/3523227.3547408},
keywords = {nonqa}
}
@article{zangerle:sigirforum:2021,
title = {{Report on the 1st Workshop on the Perspectives on the Evaluation of Recommender Systems (PERSPECTIVES 2021) at RecSys 2021}},
author = {Zangerle, Eva and Bauer, Christine and Said, Alan},
year = 2022,
journal = {SIGIR Forum},
publisher = {ACM},
volume = 55,
number = 2,
doi = {10.1145/3527546.3527565},
articleno = 16,
numpages = 5,
keywords = {further}
}
@inproceedings{mayerl:ismir:2022,
title = {Verse versus Chorus: Structure-aware Feature Extraction for Lyrics-based Genre Recognition},
author = {Mayerl, Maximilian and Brandl, Stefan and Specht, G{\"u}nther and Schedl, Markus and Zangerle, Eva},
year = 2022,
booktitle = {Proceedings of the 23rd International Society for Music Information Retrieval Conference 2022},
publisher = {ISMIR},
series = {ISMIR '22},
pages = {884--890},
doi = {10.5281/zenodo.7316806}
}
@phdthesis{zangerle:habil:2022,
title = {{Recommender Systems for Music Retrieval Tasks}},
author = {Eva Zangerle},
year = 2022,
type = {Habilitation},
school = {University of Innsbruck}
}
@inproceedings{bevendorff:clef:2021,
title = {{Overview of PAN 2021: Authorship Verification, Profiling Hate Speech Spreaders on Twitter, and Style Change Detection}},
author = {Bevendorff, Janek and Chulvi, Berta and la Pe{\~{n}}a Sarrac{\'{e}}n, Gretel Liz De and Kestemont, Mike and Manjavacas, Enrique and Markov, Ilia and Mayerl, Maximilian and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Wolska, Magdalena and Zangerle, Eva},
year = 2021,
booktitle = {Experimental {IR} Meets Multilinguality, Multimodality, and Interaction - 12th International Conference of the {CLEF} Association},
publisher = {Springer},
series = {LNCS},
volume = 12880,
pages = {419--431},
doi = {10.1007/978-3-030-85251-1_26},
keywords = {further}
}
@inproceedings{bevendorff:ecir:2021,
title = {{Overview of PAN 2021: Authorship Verification, Profiling Hate Speech Spreaders on Twitter, and Style Change Detection}},
author = {Bevendorff, Janek and Chulvi, BERTa and Sarrac{\'e}n, Gretel Liz De La Pe{\~{n}}a and Kestemont, Mike and Manjavacas, Enrique and Markov, Ilia and Mayerl, Maximilian and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Wolska, Magdalena and Zangerle, Eva},
year = 2021,
booktitle = {Advances in Information Retrieval -- 43rd European Conference on IR Research},
publisher = {Springer},
series = {ECIR '21},
pages = {567--573},
keywords = {further}
}
@article{kowald:epjds:2021,
title = {{Support the underground: characteristics of beyond-mainstream music listeners}},
author = {Kowald, Dominik and M{\"{u}}llner, Peter and Zangerle, Eva and Bauer, Christine and Schedl, Markus and Lex, Elisabeth},
year = 2021,
journal = {{EPJ} Data Science},
volume = 10,
number = 1,
pages = 14,
doi = {10.1140/epjds/s13688-021-00268-9}
}
@article{pichl:mtap:2021,
title = {{User models for multi-context-aware music recommendation}},
author = {Pichl, Martin and Zangerle, Eva},
year = 2021,
journal = {Multimedia Tools and Applications},
publisher = {Springer},
volume = 80,
number = 15,
pages = {22509--22531},
doi = {10.1007/s11042-020-09890-7}
}
@inproceedings{voetter:ism:2021,
title = {{Novel Datasets for Evaluating Song Popularity Prediction Tasks}},
author = {V\"{o}tter, Michael and Mayerl, Maximilian and Specht, G\"{u}nther and Zangerle, Eva},
year = 2021,
booktitle = {{IEEE} International Symposium on Multimedia},
publisher = {{IEEE}},
series = {ISM '21},
pages = {166--173},
doi = {10.1109/ISM52913.2021.00034},
keywords = {further}
}
@inproceedings{zangerle:pan:2021,
title = {{Overview of the Style Change Detection Task at PAN 2021}},
author = {Zangerle, Eva and Mayerl, Maximilian and Potthast, Martin and Stein, Benno},
year = 2021,
booktitle = {{CLEF 2021 Labs and Workshops, Notebook Papers}},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 2936,
pages = {1760--1771},
keywords = {further}
}
@proceedings{zangerle:perspectives:2021,
title = {{Proceedings of the Perspectives on the Evaluation of Recommender Systems Workshop 2021 co-located with the 15th ACM Conference on Recommender Systems (RecSys 2021)}},
year = 2021,
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 2955,
url = {http://ceur-ws.org/Vol-2955},
editor = {Eva Zangerle and Christine Bauer and Alan Said},
keywords = {nonqa}
}
@inbook{zangerle:recsys:2021,
title = {{Perspectives on the Evaluation of Recommender Systems (PERSPECTIVES)}},
author = {Zangerle, Eva and Bauer, Christine and Said, Alan},
year = 2021,
booktitle = {Proceedings of the 15th ACM Conference on Recommender Systems},
publisher = {ACM},
series = {RecSys '21},
pages = {794–-795},
doi = {10.1145/3460231.3470929},
keywords = {further,nonqa}
}
@article{zangerle:taffc:2021,
title = {{Leveraging Affective Hashtags for Ranking Music Recommendations}},
author = {Zangerle, Eva and Chen, Chih-Ming and Tsai, Ming-Feng and Yang, Yi-Hsuan},
year = 2021,
journal = {IEEE Transactions on Affective Computing},
publisher = {IEEE},
volume = 12,
number = 1,
pages = {78--91},
doi = {10.1109/TAFFC.2018.2846596}
}
@inproceedings{mayerl:mediaeval:2021,
title = {Recognizing Song Mood and Theme: Clustering-based Ensembles},
author = {Maximilian Mayerl and Michael V{\"{o}}tter and Andreas Peintner and G{\"{u}}nther Specht and Eva Zangerle},
year = 2021,
booktitle = {Working Notes Proceedings of the MediaEval 2021 Workshop, Online, 13-15 December 2021},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3181,
url = {https://ceur-ws.org/Vol-3181/paper14.pdf}
}
@inproceedings{bevendorff:clef:2020,
title = {{Overview of PAN 2020: Authorship Verification, Celebrity Profiling, Profiling Fake News Spreaders on Twitter, and Style Change Detection}},
author = {Bevendorff, Janek and Ghanem, Bilal and Giachanou, Anastasia and Kestemont, Mike and Manjavacas, Enrique and Markov, Ilia and Mayerl, Maximilian and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Specht, G{\"u}nther and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Zangerle, Eva},
year = 2020,
booktitle = {Experimental IR Meets Multilinguality, Multimodality, and Interaction: 11th International Conference of the CLEF Association},
publisher = {Springer},
series = {LNCS},
volume = 12260,
pages = {372--383},
keywords = {further}
}
@inproceedings{bevendorff:ecir:2020,
title = {{Shared Tasks on Authorship Analysis at PAN 2020}},
author = {Bevendorff, Janek and Ghanem, Bilal and Giachanou, Anastasia and Kestemont, Mike and Manjavacas, Enrique and Potthast, Martin and Rangel, Francisco and Rosso, Paolo and Specht, G{\"u}nther and Stamatatos, Efstathios and Stein, Benno and Wiegmann, Matti and Zangerle, Eva},
year = 2020,
booktitle = {Advances in Information Retrieval -- 42nd European Conference on IR Research},
publisher = {Springer},
series = {ECIR '20},
pages = {508--516},
keywords = {further}
}
@proceedings{cummings:ismir:2020,
title = {{Proceedings of the 21th International Society for Music Information Retrieval Conference}},
year = 2020,
series = {ISMIR '20},
editor = {Julie Cumming and Jin Ha Lee and Brian McFee and Markus Schedl and Johanna Devaney and Cory McKay and Eva Zangerle and Timothy de Reuse}
}
@inproceedings{hoertenhuemer:pan:2020,
title = {{A Multi-Aspect Classification Ensemble Approach for Profiling Fake News Spreaders on Twitter---Notebook for PAN at CLEF 2020}},
author = {H{\"o}rtenhuemer, Clemens and Zangerle, Eva},
year = 2020,
booktitle = {{CLEF 2020 Labs and Workshops, Notebook Papers}},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 2696,
keywords = {further}
}
@inproceedings{liu:ismir:2020,
title = {{Pandemics, Music, and Collective Sentiment: Evidence from the Outbreak of COVID-19}},
author = {Liu, Meijun and Zangerle, Eva and Hu, Xiao and Melchiorre, Alessandro and Schedl, Markus},
year = 2020,
booktitle = {{Proceedings of the 21st International Society for Music Information Retrieval Conference 2020}},
publisher = {ISMIR},
series = {ISMIR '20},
pages = {157--165},
keywords = {further}
}
@inproceedings{melchiorre:recsys:2020,
title = {{Personality Bias of Music Recommendation Algorithms}},
author = {Melchiorre, Alessandro B. and Zangerle, Eva and Schedl, Markus},
year = 2020,
booktitle = {Proceedings of the 14th ACM Conference on Recommender Systems},
publisher = {ACM},
series = {RecSys '20},
pages = {533–538},
doi = {10.1145/3383313.3412223}
}
@inproceedings{voetter:mediaeval:2020,
title = {{Recognizing Song Mood and Theme: Leveraging Ensembles of Tag Groups}},
author = {Vötter, Michael and Mayerl, Maximilian and Specht, Günther and Zangerle, Eva},
year = 2020,
booktitle = {Working Notes Proceedings of the MediaEval 2020 Workshop},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 3181,
keywords = {further}
}
@inproceedings{zangerle:pan:2020,
title = {{Overview of the Style Change Detection Task at PAN 2020}},
author = {Zangerle, Eva and Mayerl, Maximilian and Specht, G{\"u}nther and Potthast, Martin and Stein, Benno},
year = 2020,
booktitle = {{CLEF 2020 Labs and Workshops, Notebook Papers}},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 2696,
keywords = {further}
}
@article{zangerle:tismir:2020,
title = {{User Models for Culture-Aware Music Recommendation: Fusing Acoustic and Cultural Cues}},
author = {Zangerle, Eva and Pichl, Martin and Schedl, Markus},
year = 2020,
journal = {Transactions of the International Society for Music Information Retrieval},
publisher = {Ubiquity Press},
volume = 3,
number = 1,
doi = {10.5334/tismir.37}
}
@inproceedings{mayerl2020comparing,
title = {Comparing Lyrics Features for Genre Recognition},
author = {Mayerl, Maximilian and V{\"o}tter, Michael and Moosleitner, Manfred and Zangerle, Eva},
year = 2020,
booktitle = {Proceedings of the 1st Workshop on NLP for Music and Audio (NLP4MusA)},
pages = {73--77}
}
@inproceedings{mayerl:nlp4musa:2020,
title = {Comparing Lyrics Features for Genre Recognition},
author = {Mayerl, Maximilian and V{\"o}tter, Michael and Moosleitner, Manfred and Zangerle, Eva},
year = 2020,
month = {16 } # oct,
booktitle = {Proceedings of the 1st Workshop on NLP for Music and Audio (NLP4MusA)},
publisher = {Association for Computational Linguistics},
address = {Online},
pages = {73--77},
url = {https://aclanthology.org/2020.nlp4musa-1.15},
editor = {Oramas, Sergio and Espinosa-Anke, Luis and Epure, Elena and Jones, Rosie and Sordo, Mohamed and Quadrana, Massimo and Watanabe, Kento}
}
@inproceedings{bauer:impactrs:2019,
title = {{Leveraging Multi-Method Evaluation for Multi-Stakeholder Settings}},
author = {Bauer, Christine and Zangerle, Eva},
year = 2019,
booktitle = {{Proceedings of the 1st Workshop on the Impact of Recommender Systems co-located with 13th ACM Conference on Recommender Systems (ACM RecSys 2019)}},
publisher = {CEUR-WS.org},
series = {CEUR Workshop Proceedings},
volume = 2462,
keywords = {further}
}
@inproceedings{daelemans:clef:2019,
title = {{Overview of PAN 2019: Bots and Gender Profiling, Celebrity Profiling, Cross-Domain Authorship Attribution and Style Change Detection}},
author = {Daelemans, Walter and Kestemont, Mike and Manjavacas, Enrique and Potthast, Martin and Pardo, Francisco M. Rangel and Rosso, Paolo and Specht, G{\"{u}}nther and Stamatatos, Efstathios and Stein, Benno and Tschuggnall, Michael and Wiegmann, Matti and Zangerle, Eva},
year = 2019,
booktitle = {{Experimental {IR} Meets Multilinguality, Multimodality, and Interaction - 10th International Conference of the {CLEF} Association}},
publisher = {Springer},
series = {LNCS},
volume = 11696,
pages = {402--416},
doi = {10.1007/978-3-030-28577-7_30},
keywords = {further}
}
@inproceedings{hung:mediaeval:2019,
title = {{MediaEval 2019 Emotion and Theme Recognition task: A VQ-VAE Based Approach}},
author = {Hung, Hsiao-Tzu and Chen, Yu-Hua and Mayerl, Maximilian and V\"otter, Michael and Zangerle, Eva and Yang, Yi-Hsuan},
year = 2019,
booktitle = {{Working Notes Proceedings of the MediaEval 2019 Workshop}},
publisher = {CEUR-WS.org},
series = {{CEUR} Workshop Proceedings},
volume = 2670,
keywords = {further}
}
@inproceedings{mayerl:gvdb:2019,
title = {{Language Models for Next-Track Music Recommendation}},
author = {Mayerl, Maximilian and V\"{o}tter, Michael and Zangerle, Eva and Specht, G\"{u}nther},
year = 2019,
booktitle = {{Proceedings of the 31. GI-Workshop Grundlagen von Datenbanken}},
publisher = {CEUR-WS.org},
series = {CEUR Workshop Proceedings},
volume = 2367,
pages = {15--19},
keywords = {further}
}
@inproceedings{mayerl:mediaeval:2019,
title = {{Recognizing Song Mood and Theme Using Convolutional Recurrent Neural Networks}},
author = {Mayerl, Maximilian and V\"otter, Michael and Hung, Hsiao-Tzu and Chen, Boyu and Yang, Yi-Hsuan and Zangerle, Eva},
year = 2019,