ACL-OCL / Base_JSON /prefixN /json /nlp4musa /2020.nlp4musa-1.16.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:48:54.948379Z"
},
"title": "Classification of Nostalgic Music Through LDA Topic Modeling and Sentiment Analysis of YouTube Comments in Japanese Songs",
"authors": [
{
"first": "Kongmeng",
"middle": [],
"last": "Liew",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyoto University",
"location": {
"country": "Japan"
}
},
"email": ""
},
{
"first": "Yukiko",
"middle": [],
"last": "Uchida",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyoto University",
"location": {
"country": "Japan"
}
},
"email": "[email protected]"
},
{
"first": "Nao",
"middle": [],
"last": "Maeura",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyoto University",
"location": {
"country": "Japan"
}
},
"email": "[email protected]"
},
{
"first": "Eiji",
"middle": [],
"last": "Aramaki",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nara Institute of Science and Technology",
"location": {
"country": "Japan"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Nostalgia has been defined as a bittersweet, social emotion, that is often induced through music. In this paper, we examine how these may be expressed in Japanese YouTube comments of nostalgic (mid-2000s) and non-nostalgic (recent) songs (music videos). Specifically, we used sentiment analysis and Latent Dirichlet Allocation (LDA) topic modeling to examine emotion word usage and broader themes across comments. A gradient boosted decision tree classifier was then able to classify nostalgic and non-nostalgic music videos above chance level. This suggests that analyses on video/music comments may be a possible method to quantify expressions of listener emotions, and categorise musical stimuli.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "Nostalgia has been defined as a bittersweet, social emotion, that is often induced through music. In this paper, we examine how these may be expressed in Japanese YouTube comments of nostalgic (mid-2000s) and non-nostalgic (recent) songs (music videos). Specifically, we used sentiment analysis and Latent Dirichlet Allocation (LDA) topic modeling to examine emotion word usage and broader themes across comments. A gradient boosted decision tree classifier was then able to classify nostalgic and non-nostalgic music videos above chance level. This suggests that analyses on video/music comments may be a possible method to quantify expressions of listener emotions, and categorise musical stimuli.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The last decade has seen a sharp increase of nostalgia-related research in the psychologyemotion literature. Nostalgia has been defined primarily as a self-relevant emotion, in that the self is experienced through narratives of autobiographical events. Yet, it is also a social emotion, in that these narratives also involve memories of social interaction, ultimately fostering a sense of social connectedness (Tilburg et al., 2017 (Tilburg et al., , 2018 Reid et al., 2015; Vess et al., 2012) . It has been characterized as a bittersweet experience, mixing feelings of pleasantness with appraisals of irretrievable loss (Tilburg et al., 2018) , particularly in reflecting and savouring past social experiences (Biskas et al., 2019) . In music, it is often induced by sadness (Taruffi and Koelsch, 2014) , and is stronger for music associated with reminiscence bumps (i.e., disproportionally recalled for events in late adolescence and early childhood, Krumhansl and Zupnick, 2013) In this paper, we propose that since nostalgia has such distinct elicitors and appraisals, au-tomatic classification of nostalgic popular songs should be possible by analysing listener responses. Here, we operationalise these responses as comments on music videos in YouTube. We first use unsupervised learning (topic modelling) and sentiment analysis to quantify comments into features, and use supervised learning (gradient boosted decision trees (GBDT, Friedman, 2001 )) to classify comments belonging to nostalgic (old) music videos, or non-nostalgic (recent) music videos based on the identified topics and sentiment categories.",
"cite_spans": [
{
"start": 410,
"end": 431,
"text": "(Tilburg et al., 2017",
"ref_id": "BIBREF23"
},
{
"start": 432,
"end": 455,
"text": "(Tilburg et al., , 2018",
"ref_id": "BIBREF22"
},
{
"start": 456,
"end": 474,
"text": "Reid et al., 2015;",
"ref_id": "BIBREF16"
},
{
"start": 475,
"end": 493,
"text": "Vess et al., 2012)",
"ref_id": "BIBREF25"
},
{
"start": 621,
"end": 643,
"text": "(Tilburg et al., 2018)",
"ref_id": "BIBREF22"
},
{
"start": 711,
"end": 732,
"text": "(Biskas et al., 2019)",
"ref_id": "BIBREF0"
},
{
"start": 776,
"end": 803,
"text": "(Taruffi and Koelsch, 2014)",
"ref_id": "BIBREF21"
},
{
"start": 953,
"end": 981,
"text": "Krumhansl and Zupnick, 2013)",
"ref_id": "BIBREF9"
},
{
"start": 1431,
"end": 1452,
"text": "(GBDT, Friedman, 2001",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In the field of Music Information Retrieval, social media (Twitter posts) has been previously used in the context of music entity recognition. Porcaro and Saggion (2019) developed a method of identifying aspects of broadcast classical music through corresponding Twitter activity. For nostalgia and music, Timoney, Davis and Raj (2018) mined 556 comments from YouTube music videos from British hit songs between 1960 -1970, and found that nostalgic comments could be classified with 86% accuracy (from non-nostalgic comments). This mirrors research from Davalos and colleagues (2015) , who found distinctive characteristics of nostalgic posts on Facebook: nostalgic posts tended to have more reflective and emotional content, tinged with mixed positive and negative elements. Our analysis adds to this body of research, in that we seek to use classify comments belonging nostalgic and non-nostalgic music videos in Japanese.",
"cite_spans": [
{
"start": 554,
"end": 583,
"text": "Davalos and colleagues (2015)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "We first conducted an online pilot study, where N(participants) = 342 participants rated one randomly selected song (out of a total set of 20 songs) on felt nostalgia. Each song received ratings from approximately 10 participants. From this, we selected 8 songs that scored the highest (and lowest) on felt nostalgia via a single-item, 7-point Likert scale. We defined nostalgic songs as songs that were popular within Japan in the mid-2000s, that likely induced nostalgia for those aged around 25-35. Non-nostalgic songs were recently popular songs released within the last 5 years (see Table 1 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 588,
"end": 595,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "We then identified 37 YouTube videos that corresponded to these 8 songs and obtained a list of all YouTube comments through the YouTube API via the 'tubeR' wrapper in R (Sood, 2019) . To ensure the overall representativeness of our study, this excluded videos that had less than 50000 views, were not in Japanese, and collaboration videos. Additionally, we filtered out exceptionally short comments (that were deemed unsuitable for analysis), by excluding the shortest (25th percentile) comments from the dataset. We also removed all alphanumeric characters and non-Japanese text, and tokenised the remaining Japanese comments through the RMeCab (Ishida, 2018) wrapper for the MeCab software (Kudo, 2005) . This converted Japanese terms and phrases into their simplest (plain) forms, allowing for more consistency in both topic modelling, and matching with the emotion dictionary. We obtained a final N(comments) = 710 (Nostalgic = 324, Non-Nostalgic = 386). We obtain scores for emotion tags and LDA posterior probabilities for all comments, and divided them into training (0.6) and testing (0.4) sets. We used GBDT ('gbm' package; Greenwell et al., 2019, using the 'caret' wrapper; Kuhn, 2019) to classify them as nostalgic or non-nostalgic, and use partial dependency plots and variable importance measures to interpret these results. Note that all analyses were conducted in R (R Core Team, 2019).",
"cite_spans": [
{
"start": 169,
"end": 181,
"text": "(Sood, 2019)",
"ref_id": "BIBREF19"
},
{
"start": 646,
"end": 660,
"text": "(Ishida, 2018)",
"ref_id": "BIBREF8"
},
{
"start": 692,
"end": 704,
"text": "(Kudo, 2005)",
"ref_id": "BIBREF10"
},
{
"start": 1133,
"end": 1183,
"text": "Greenwell et al., 2019, using the 'caret' wrapper;",
"ref_id": null
},
{
"start": 1184,
"end": 1195,
"text": "Kuhn, 2019)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Method",
"sec_num": "3"
},
{
"text": "For the sentiment analyses, we used the JIWC emotion dictionary (Shibata et al., 2017) . This matched words to 7 emotion categories (happy, sad, anger, surprise, trust, anxiety, hate/disgust; fear was excluded) based on a translation of Pluchik's (1980) emotion wheel, and scores for each comment (S ij ) were a ratio of number of emotion terms in each category (W ij ), to the total number of terms (tokens; W i * ) in each comment:",
"cite_spans": [
{
"start": 64,
"end": 86,
"text": "(Shibata et al., 2017)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Analyses",
"sec_num": "3.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "S ij = W ij W i * log(W ij + 1)",
"eq_num": "(1)"
}
],
"section": "Text Analyses",
"sec_num": "3.1"
},
{
"text": "For topic modelling, in order to reduce the bias caused by human supervision, this study employed the unsupervised Latent Dirichlet Allocation (LDA; Blei et al., 2003) . LDA identifies latent topics from documents (in this case, comments), through modelling the probabilistic distribution of topics in a document, and words in topics. LDA topic modelling with Gibbs sampling was conducted used the 'topicmodels' package (Grun and Hornik, 2011) , and the number of topics was determined used the method described in Griffiths and Steyver (2004) , which uses the posterior probability for each model (with varying numbers of topics) from all words in the corpus of YouTube comments. For each document, we used the resultant probability distribution for each topic as features in a classification model alongside the JIWC emotion categories.",
"cite_spans": [
{
"start": 149,
"end": 167,
"text": "Blei et al., 2003)",
"ref_id": "BIBREF1"
},
{
"start": 420,
"end": 443,
"text": "(Grun and Hornik, 2011)",
"ref_id": "BIBREF7"
},
{
"start": 515,
"end": 543,
"text": "Griffiths and Steyver (2004)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Analyses",
"sec_num": "3.1"
},
{
"text": "A total of 14 topics were identified (see Figure 1; a list of top terms for all topics are available in our online supplementary material: https://osf.io/52abe/). These were combined with scores from the 7 JIWC emotion categories and word count, and fitted in a GBDT classification model, for a total of 22 features. Parameter se-lection for the model was determined through 12fold cross validation on the training set, resulting in n(trees) = 50 and interaction depth = 1. An overall modest accuracy score of AUC = 0.60, Mc Neymar p < .001 was achieved when fitted on the test set. This suggested that the model was weakly but significantly able to classify nostalgic and non-nostalgic songs based on YouTube comments above chance-level. As such, we believe that small but significant differences exist between comments from nostalgic and non-nostalgic songs.",
"cite_spans": [],
"ref_spans": [
{
"start": 42,
"end": 48,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "To understand what these features were and how they affected classification in nostalgic and nonnostalgic songs, we interpreted the model through permutation feature importance (PFI), and partial dependence plots (PDP)s by the 'iml' (Molnar et al., 2018) and 'pdp' (Greenwell, 2017) packages (all PFI scores are available in our online supplementary material: https://osf.io/52abe/). We instituted a cutoff of importance = 1.01 for PFI, which selected 5 features of importance for interpretation. These were Topics 4, 1, 14, and 13, as well as the JIWC-Happy emotion category. The PDPs revealed that Topics 4, 1, 14, and Happy were higher in nostalgic music comments, but Topic 13 displayed an inverted-U relationship. ",
"cite_spans": [
{
"start": 233,
"end": 254,
"text": "(Molnar et al., 2018)",
"ref_id": "BIBREF12"
},
{
"start": 265,
"end": 282,
"text": "(Greenwell, 2017)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "We labelled Topic 4 as 'Bittersweet', as it contained words that expressed both happiness and sadness, that appear self-directed and focused (e.g., 'happiness', 'tears', 'self', 'believe', 'cando', and 'find'). Topic 1 included several selfdirected, high-arousal words, such as 'live (music)', 'the best', 'favourite', and 'cool', that we labelled as 'High-arousal'. Topic 13 consisted of several words like 'courage', 'sitting for entrance exams', and 'striving', so we labelled it as 'Entrance Exams', and Topic 14 included words like 'good', 'family', 'children', that we labelled Figure 2 : PDPs for high importance features (topics): the larger the probability (y-axis), the higher the probability of classification as nostalgic music. X-axis indicates the posterior probability for each topic or JIWC emotion category frequency scores as 'Family'. These topics, as well as happinessrelated words, had an influence on the model in classifying comments. However, Topic 13 'Entrance Exams' displayed a somewhat inconsistent relationship, in that the comments of low to mid probabilities on that topic were more likely to belong to nostalgic songs, but comments which were very low, and also high on that topic were from non-nostalgic songs. Nevertheless, we conclude that comments on nostalgic songs had a greater likelihood of mentioning topics that related to bittersweet and/or high-arousal emotions, and happiness. Furthermore, they included mentions of social memories (such as family), and to a certain extent, collective memory (such as sitting for entrance exams -commonly considered a rite of passage in Japanese youth). These appear to be consistent with previously-identified appraisals and construals of Nostalgia in past literature Tilburg et al., 2018) However, we note the low classification accuracy of the model. It is likely that newer, more powerful models, like Latent Feature topic modeling (LFTM) and Long Short-Term Memory (LSTM) neural network classifiers, and larger sample sizes may increase the overall accuracy. Nevertheless, we believe that the consistency in interpretation with past literature adds validity to our findings, in showing for a preliminary utility in classification of emotional content of music by listener comments. This may have potential application areas such as music therapy, where 'nostalgic' songs can potentially be categorised efficiently and used in music-based dementia interventions (Tang et al., 2018) . Our research also focused on Japanese comments for Japanese songs, but future research can extend this to different cultures and languages.",
"cite_spans": [
{
"start": 1748,
"end": 1769,
"text": "Tilburg et al., 2018)",
"ref_id": "BIBREF22"
},
{
"start": 2445,
"end": 2464,
"text": "(Tang et al., 2018)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 584,
"end": 592,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A prologue to nostalgia: savouring creates nostalgic memories that foster optimism",
"authors": [
{
"first": "Marios",
"middle": [],
"last": "Biskas",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wing-Yee",
"suffix": ""
},
{
"first": "Jacob",
"middle": [],
"last": "Cheung",
"suffix": ""
},
{
"first": "Constantine",
"middle": [],
"last": "Juhl",
"suffix": ""
},
{
"first": "Constantine",
"middle": [],
"last": "Sedikides",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Sedikides",
"suffix": ""
},
{
"first": "Erica",
"middle": [],
"last": "Wildschut",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hepper",
"suffix": ""
}
],
"year": 2019,
"venue": "Cognition and Emotion",
"volume": "33",
"issue": "3",
"pages": "417--427",
"other_ids": {
"DOI": [
"10.1080/02699931.2018.1458705"
]
},
"num": null,
"urls": [],
"raw_text": "Marios Biskas, Wing-Yee Cheung, Jacob Juhl, Con- stantine Sedikides, Constantine Sedikides, Tim Wildschut, and Erica Hepper. 2019. A prologue to nostalgia: savouring creates nostalgic memo- ries that foster optimism. Cognition and Emotion, 33(3):417-427.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Latent dirichlet allocation",
"authors": [
{
"first": "David",
"middle": [
"M"
],
"last": "Blei",
"suffix": ""
},
{
"first": "Andrew",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"I"
],
"last": "Jordan",
"suffix": ""
}
],
"year": 2003,
"venue": "J. Mach. Learn. Res",
"volume": "3",
"issue": "",
"pages": "993--1022",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David M. Blei, Andrew Y. Ng, and Michael I. Jordan. 2003. Latent dirichlet allocation. J. Mach. Learn. Res., 3(null):993-1022.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "the good old days': An examination of nostalgia in facebook posts",
"authors": [
{
"first": "Sergio",
"middle": [],
"last": "Davalos",
"suffix": ""
},
{
"first": "Altaf",
"middle": [],
"last": "Merchant",
"suffix": ""
},
{
"first": "Gregory",
"middle": [],
"last": "Rose",
"suffix": ""
},
{
"first": "Brent",
"middle": [],
"last": "Lessley",
"suffix": ""
},
{
"first": "Ankur",
"middle": [],
"last": "Teredesia",
"suffix": ""
}
],
"year": 2015,
"venue": "International Journal of Human-Computer Studies",
"volume": "83",
"issue": "",
"pages": "83--93",
"other_ids": {
"DOI": [
"10.1016/j.ijhcs.2015.05.009"
]
},
"num": null,
"urls": [],
"raw_text": "Sergio Davalos, Altaf Merchant, Gregory Rose, Brent Lessley, and Ankur Teredesia. 2015. 'the good old days': An examination of nostalgia in facebook posts. International Journal of Human-Computer Studies, 83:83-93.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Greedy function approximation: A gradient boosting machine",
"authors": [
{
"first": "Jerome",
"middle": [
"H"
],
"last": "Friedman",
"suffix": ""
}
],
"year": 2001,
"venue": "Ann. Statist",
"volume": "29",
"issue": "5",
"pages": "1189--1232",
"other_ids": {
"DOI": [
"10.1214/aos/1013203451"
]
},
"num": null,
"urls": [],
"raw_text": "Jerome H. Friedman. 2001. Greedy function approxi- mation: A gradient boosting machine. Ann. Statist., 29(5):1189-1232.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Jay Cunningham, and GBM Developers. 2019. gbm: Generalized Boosted Regression Models",
"authors": [
{
"first": "Brandon",
"middle": [],
"last": "Greenwell",
"suffix": ""
},
{
"first": "Bradley",
"middle": [],
"last": "Boehmke",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brandon Greenwell, Bradley Boehmke, Jay Cunning- ham, and GBM Developers. 2019. gbm: General- ized Boosted Regression Models. R package version 2.1.5.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "pdp: An r package for constructing partial dependence plots",
"authors": [
{
"first": "M",
"middle": [],
"last": "Brandon",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Greenwell",
"suffix": ""
}
],
"year": 2017,
"venue": "The R Journal",
"volume": "9",
"issue": "1",
"pages": "421--436",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brandon M. Greenwell. 2017. pdp: An r package for constructing partial dependence plots. The R Jour- nal, 9(1):421-436.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Finding scientific topics",
"authors": [
{
"first": "Thomas",
"middle": [],
"last": "Griffiths",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steyvers",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the National Academy of Sciences of the United States of America",
"volume": "101",
"issue": "",
"pages": "5228--5263",
"other_ids": {
"DOI": [
"10.1073/pnas.0307752101"
]
},
"num": null,
"urls": [],
"raw_text": "Thomas Griffiths and Mark Steyvers. 2004. Find- ing scientific topics. Proceedings of the National Academy of Sciences of the United States of Amer- ica, 101 Suppl 1:5228-35.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "topicmodels: An R package for fitting topic models",
"authors": [
{
"first": "Bettina",
"middle": [],
"last": "Grun",
"suffix": ""
},
{
"first": "Kurt",
"middle": [],
"last": "Hornik",
"suffix": ""
}
],
"year": 2011,
"venue": "Journal of Statistical Software",
"volume": "40",
"issue": "13",
"pages": "1--30",
"other_ids": {
"DOI": [
"10.18637/jss.v040.i13"
]
},
"num": null,
"urls": [],
"raw_text": "Bettina Grun and Kurt Hornik. 2011. topicmodels: An R package for fitting topic models. Journal of Sta- tistical Software, 40(13):1-30.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "RMeCab: interface to MeCab",
"authors": [
{
"first": "Motohiro",
"middle": [],
"last": "Ishida",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Motohiro Ishida. 2018. RMeCab: interface to MeCab. R package version 1.00.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Cascading reminiscence bumps in popular music",
"authors": [
{
"first": "Lynne",
"middle": [],
"last": "Carol",
"suffix": ""
},
{
"first": "Justin",
"middle": [
"Adam"
],
"last": "Krumhansl",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Zupnick",
"suffix": ""
}
],
"year": 2013,
"venue": "Psychological Science",
"volume": "24",
"issue": "10",
"pages": "2057--2068",
"other_ids": {
"DOI": [
"10.1177/0956797613486486"
],
"PMID": [
"24006129"
]
},
"num": null,
"urls": [],
"raw_text": "Carol Lynne Krumhansl and Justin Adam Zupnick. 2013. Cascading reminiscence bumps in popular music. Psychological Science, 24(10):2057-2068. PMID: 24006129.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Mecab : Yet another part-of-speech and morphological analyzer",
"authors": [
{
"first": "Taku",
"middle": [],
"last": "Kudo",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Taku Kudo. 2005. Mecab : Yet another part-of-speech and morphological analyzer.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "caret: Classification and Regression Training. R package version 6",
"authors": [
{
"first": "Max",
"middle": [],
"last": "Kuhn",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "0--82",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Max Kuhn. 2019. caret: Classification and Regression Training. R package version 6.0-82.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "iml: An r package for interpretable machine learning",
"authors": [
{
"first": "Christoph",
"middle": [],
"last": "Molnar",
"suffix": ""
},
{
"first": "Bernd",
"middle": [],
"last": "Bischl",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Casalicchio",
"suffix": ""
}
],
"year": 2018,
"venue": "Journal of Open Source Software",
"volume": "3",
"issue": "26",
"pages": "",
"other_ids": {
"DOI": [
"10.21105/joss.00786"
]
},
"num": null,
"urls": [],
"raw_text": "Christoph Molnar, Bernd Bischl, and Giuseppe Casal- icchio. 2018. iml: An r package for interpretable machine learning. Journal of Open Source Software, 3(26):786.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "A general psychoevolutionary theory of emotion",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Plutchik",
"suffix": ""
}
],
"year": 1980,
"venue": "Theories of Emotion",
"volume": "",
"issue": "",
"pages": "3--33",
"other_ids": {
"DOI": [
"10.1016/B978-0-12-558701-3.50007-7"
]
},
"num": null,
"urls": [],
"raw_text": "Robert Plutchik. 1980. A general psychoevolutionary theory of emotion. In Robert Plutchik and Henry Kellerman, editors, Theories of Emotion, pages 3 - 33. Academic Press.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Recognizing musical entities in user-generated content",
"authors": [
{
"first": "Lorenzo",
"middle": [],
"last": "Porcaro",
"suffix": ""
},
{
"first": "Horacio",
"middle": [],
"last": "Saggion",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.13053/cys-23-3-3280"
]
},
"num": null,
"urls": [],
"raw_text": "Lorenzo Porcaro and Horacio Saggion. 2019. Rec- ognizing musical entities in user-generated content. Computaci\u00f3n y Sistemas, 23.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing",
"authors": [
{
"first": "",
"middle": [],
"last": "R Core Team",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R Core Team. 2019. R: A Language and Environment for Statistical Computing. R Foundation for Statis- tical Computing, Vienna, Austria.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Scent-evoked nostalgia",
"authors": [
{
"first": "Chelsea",
"middle": [
"A"
],
"last": "Reid",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [
"D"
],
"last": "Green",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Wildschut",
"suffix": ""
},
{
"first": "Constantine",
"middle": [],
"last": "Sedikides",
"suffix": ""
}
],
"year": 2015,
"venue": "Memory",
"volume": "23",
"issue": "2",
"pages": "157--166",
"other_ids": {
"DOI": [
"10.1080/09658211.2013.876048"
],
"PMID": [
"24456210"
]
},
"num": null,
"urls": [],
"raw_text": "Chelsea A. Reid, Jeffrey D. Green, Tim Wildschut, and Constantine Sedikides. 2015. Scent-evoked nostal- gia. Memory, 23(2):157-166. PMID: 24456210.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The sociality of personal and collective nostalgia",
"authors": [
{
"first": "Constantine",
"middle": [],
"last": "Sedikides",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Wildschut",
"suffix": ""
}
],
"year": 2019,
"venue": "European Review of Social Psychology",
"volume": "30",
"issue": "1",
"pages": "123--173",
"other_ids": {
"DOI": [
"10.1080/10463283.2019.1630098"
]
},
"num": null,
"urls": [],
"raw_text": "Constantine Sedikides and Tim Wildschut. 2019. The sociality of personal and collective nostalgia. Euro- pean Review of Social Psychology, 30(1):123-173.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Jiwc: Kuraudosooshinngu ni yoru nihongo kanjouhyougen jisho no kousaku [jiwc: Construction of a japanese emotion-term dictionary through crowdsourcing",
"authors": [
{
"first": "Daisaku",
"middle": [],
"last": "Shibata",
"suffix": ""
},
{
"first": "Shoko",
"middle": [],
"last": "Wakamiya",
"suffix": ""
},
{
"first": "Kaoru",
"middle": [],
"last": "Ito",
"suffix": ""
},
{
"first": "Eiji",
"middle": [],
"last": "Aramaki",
"suffix": ""
}
],
"year": 2017,
"venue": "23rd Annual Meeting of the Association for Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daisaku Shibata, Shoko Wakamiya, Kaoru Ito, and Eiji Aramaki. 2017. Jiwc: Kuraudosooshinngu ni yoru nihongo kanjouhyougen jisho no kousaku [jiwc: Construction of a japanese emotion-term dic- tionary through crowdsourcing]. In 23rd Annual Meeting of the Association for Natural Language Processing, Tsukuba, Japan.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "tuber: Access YouTube from R. R package version 0.9",
"authors": [
{
"first": "Gaurav",
"middle": [],
"last": "Sood",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gaurav Sood. 2019. tuber: Access YouTube from R. R package version 0.9.8.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Effect of music intervention on apathy in nursing home residents with dementia",
"authors": [
{
"first": "Qiubi",
"middle": [],
"last": "Tang",
"suffix": ""
},
{
"first": "Ying",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Shuixian",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Wong",
"middle": [],
"last": "Kwok Shing",
"suffix": ""
},
{
"first": "Graeme",
"middle": [
"D"
],
"last": "Thomas",
"suffix": ""
},
{
"first": "Zhi",
"middle": [],
"last": "Smith",
"suffix": ""
},
{
"first": "Lexin",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Joanne Wai Yee",
"middle": [],
"last": "Yuan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Chung",
"suffix": ""
}
],
"year": 2018,
"venue": "Geriatric Nursing",
"volume": "39",
"issue": "4",
"pages": "471--476",
"other_ids": {
"DOI": [
"10.1016/j.gerinurse.2018.02.003"
]
},
"num": null,
"urls": [],
"raw_text": "Qiubi Tang, Ying Zhou, Shuixian Yang, Wong Kwok Shing Thomas, Graeme D. Smith, Zhi Yang, Lexin Yuan, and Joanne Wai yee Chung. 2018. Effect of music intervention on apathy in nursing home residents with dementia. Geriatric Nursing, 39(4):471 -476.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The paradox of music-evoked sadness: An online survey",
"authors": [
{
"first": "Liila",
"middle": [],
"last": "Taruffi",
"suffix": ""
},
{
"first": "Stefan",
"middle": [],
"last": "Koelsch",
"suffix": ""
}
],
"year": 2014,
"venue": "PLOS ONE",
"volume": "9",
"issue": "10",
"pages": "1--17",
"other_ids": {
"DOI": [
"10.1371/journal.pone.0110490"
]
},
"num": null,
"urls": [],
"raw_text": "Liila Taruffi and Stefan Koelsch. 2014. The paradox of music-evoked sadness: An online survey. PLOS ONE, 9(10):1-17.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Constantine Sedikides, and Anja G\u00f6ritz",
"authors": [
{
"first": "Wijnand",
"middle": [],
"last": "Tilburg",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Bruder",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Wildschut",
"suffix": ""
}
],
"year": 2018,
"venue": "Emotion",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1037/emo0000417"
]
},
"num": null,
"urls": [],
"raw_text": "Wijnand Tilburg, Martin Bruder, Tim Wildschut, Con- stantine Sedikides, and Anja G\u00f6ritz. 2018. An ap- praisal profile of nostalgia. Emotion, 19.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Nostalgia's place among selfrelevant emotions",
"authors": [
{
"first": "Wijnand",
"middle": [],
"last": "Tilburg",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Wildschut",
"suffix": ""
},
{
"first": "Constantine",
"middle": [],
"last": "Sedikides",
"suffix": ""
}
],
"year": 2017,
"venue": "Cognition and Emotion",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1080/02699931.2017.1351331"
]
},
"num": null,
"urls": [],
"raw_text": "Wijnand Tilburg, Tim Wildschut, and Constantine Sedikides. 2017. Nostalgia's place among self- relevant emotions. Cognition and Emotion, 32.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Nostalgic sentiment analysis of youtube comments for chart hits of the 20th century",
"authors": [
{
"first": "Joseph",
"middle": [],
"last": "Timoney",
"suffix": ""
},
{
"first": "Brian",
"middle": [],
"last": "Davis",
"suffix": ""
},
{
"first": "Adarsh",
"middle": [],
"last": "Raj",
"suffix": ""
}
],
"year": 2018,
"venue": "AICS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joseph Timoney, Brian Davis, and Adarsh Raj. 2018. Nostalgic sentiment analysis of youtube comments for chart hits of the 20th century. In AICS.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Constantine Sedikides, and Tim Wildschut",
"authors": [
{
"first": "Matthew",
"middle": [],
"last": "Vess",
"suffix": ""
},
{
"first": "Jamie",
"middle": [],
"last": "Arndt",
"suffix": ""
},
{
"first": "Clay",
"middle": [],
"last": "Routledge",
"suffix": ""
}
],
"year": 2012,
"venue": "Self and Identity",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1080/15298868.2010.521452"
]
},
"num": null,
"urls": [],
"raw_text": "Matthew Vess, Jamie Arndt, Clay Routledge, Constan- tine Sedikides, and Tim Wildschut. 2012. Nostalgia as a resource for the self. Self and Identity, 11.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"text": "LDA Model likelihood at different numbers of topics for model selection.",
"num": null,
"type_str": "figure"
},
"TABREF1": {
"type_str": "table",
"html": null,
"num": null,
"text": "List of songs per condition and release year. YouTube IDs for each video are available in our online supplementary material.",
"content": "<table/>"
}
}
}
}