|
{ |
|
"paper_id": "2022", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T16:21:47.512329Z" |
|
}, |
|
"title": "Uncovering Values: Detecting Latent Moral Content from Natural Language with Explainable and Non-Trained Methods", |
|
"authors": [ |
|
{ |
|
"first": "Luigi", |
|
"middle": [], |
|
"last": "Asprino", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Stefano", |
|
"middle": [], |
|
"last": "De Giorgis", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Luana", |
|
"middle": [], |
|
"last": "Bulla", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Ludovica", |
|
"middle": [], |
|
"last": "Marinucci", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Misael", |
|
"middle": [], |
|
"last": "Mongiov\u00ec", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Moral values as commonsense norms shape our everyday individual and community behavior. The possibility to extract moral attitude rapidly from natural language is an appealing perspective that would enable a deeper understanding of social interaction dynamics and the individual cognitive and behavioral dimension. In this work we focus on detecting moral content from natural language and we test our methods on a corpus of tweets previously labeled as containing moral values or violations, according to Moral Foundation Theory. We develop and compare two different approaches: (i) a framebased symbolic value detector based on knowledge graphs and (ii) a zero-shot machine learning model fine-tuned on a task of Natural Language Inference (NLI) and a task of emotion detection. Our approaches achieve considerable performances without the need for prior training.", |
|
"pdf_parse": { |
|
"paper_id": "2022", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Moral values as commonsense norms shape our everyday individual and community behavior. The possibility to extract moral attitude rapidly from natural language is an appealing perspective that would enable a deeper understanding of social interaction dynamics and the individual cognitive and behavioral dimension. In this work we focus on detecting moral content from natural language and we test our methods on a corpus of tweets previously labeled as containing moral values or violations, according to Moral Foundation Theory. We develop and compare two different approaches: (i) a framebased symbolic value detector based on knowledge graphs and (ii) a zero-shot machine learning model fine-tuned on a task of Natural Language Inference (NLI) and a task of emotion detection. Our approaches achieve considerable performances without the need for prior training.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Morality as a set of social and acceptable behavioral norms (Haidt, 2012) is part of the commonsense knowledge that determines dynamics of action among social agents in areas like societal interaction (Haidt, 2001) , individual conception of rightness and wrongness (Young and Saxe, 2011) , moral taste and emotions (Graham et al., 2009) , political commitment (Clifford and Jerit, 2013) , public figure credibility (Graham et al., 2012) and narratives for explainable causal dependence of events or processes (Forbes et al., 2020) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 60, |
|
"end": 73, |
|
"text": "(Haidt, 2012)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 201, |
|
"end": 214, |
|
"text": "(Haidt, 2001)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 266, |
|
"end": 288, |
|
"text": "(Young and Saxe, 2011)", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 316, |
|
"end": 337, |
|
"text": "(Graham et al., 2009)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 361, |
|
"end": 387, |
|
"text": "(Clifford and Jerit, 2013)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 416, |
|
"end": 437, |
|
"text": "(Graham et al., 2012)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 510, |
|
"end": 531, |
|
"text": "(Forbes et al., 2020)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Understanding this pervasive moral layer in both in person and onlife (Floridi, 2015) interaction occurrences constitutes a pillar for a good integration of AI systems in human societal communication and cultural environment. However, the difficulties in identifying data with a latent moral content, as well as cultural dependence, political orientation and the inherent subjectivity of the annotation work, make this an especially tough undertaking. In our work we aim at addressing these critical issues in the most versatile and transparent way and, to the best of our knowledge, the two approaches we propose are unprecedented in moral values detection.", |
|
"cite_spans": [ |
|
{ |
|
"start": 70, |
|
"end": 85, |
|
"text": "(Floridi, 2015)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The first approach employs a zero-shot learning technique. This concerns a problem setup in which a model performs classification on labels it has never seen before. By correctly interpreting the meaning of the labels and text, the classifier decides the truth value of any incoming label. This opens to the fulfillment of tasks with controversial or scarce data. We enhance the model by adding to the original text some meaningful information concerning the emotional component.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The second approach is based on an unsupervised and domain-independent system which leverages semantic web technologies and existing linguistic resources. The implementation of this method meets the suggested explainability criteria by providing a semantic knowledge graph capable of clearly describing both lexical and conceptual triggers behind the prediction. Finally we test both methods on a relevant Twitter dataset previously labeled with Graham and Haidt's Moral Foundation Theory (MFT) (Graham et al., 2013) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 446, |
|
"end": 494, |
|
"text": "Graham and Haidt's Moral Foundation Theory (MFT)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 495, |
|
"end": 516, |
|
"text": "(Graham et al., 2013)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our key contributions are as follows:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 We evaluate a Zero-shot learning technique based on Natural Language Inference to detect latent moral values in unstructured linguistic data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 We enhance the zero-shot technique by the addition of the emotional component detected in the input text. We further improve the results by combining the two methods (with and without emotions).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 As an alternative method, we propose a framebased approach based on an unsupervised and domain-independent system that guarantee explainability in reading the results achieved.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "\u2022 We evaluate the above approaches on a benchmark dataset for moral values based on Twitter data and discuss the results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The paper is organized as follows. Section 2 summarizes the results achieved in this field at the current state-of-the-art. In Section 3 we describe some baseline models, tools and resources used in our methods. Section 4.1 briefly describes the Moral Foundation Theory theoretical background, while Section 4.2 and 4.3 focus on the Zero-shot and the frame based methods, respectively. In Section 6 results of the evaluation on a manually annotated Twitter dataset are provided and discussed, while in Section 7 we delineate some possible future improvements.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Previous work on identifying moral values of MFT in texts was based on word count (Fulgoni et al., 2016) or used features based on embodiments of words and sequences (Garten et al., 2016; Kennedy et al., 2021) . More generally, we have observed that the most common methodological approaches in this field are divided into unsupervised and supervised methods. Unsupervised methods rely on systems not supported by external framing annotations. This approach includes architectures based on the Frame Axis technique (Kwak et al., 2021) , such as those of Mokhberian and colleagues (Mokhberian et al., 2020) and Priniski and colleagues (Priniski et al., 2021) . This type of approach projects words onto microframe dimensions characterized by two opposing sets of words. A framing score Moral Foundations captures the ideological and moral inclination of the texts examined. Part of the studies take as a point of reference the extended version of the Moral Foundation Dictionary (MFD) (Hopp et al., 2021) , which consists of words concerning the virtues and vices of the five dyads of MFT and a sixth dimension relating to the terms of general morality. The contribution of Kobbe and colleagues , which aims to link MFD entries to WordNet in order to extend and disambiguate the lexicon, is also placed in a dictionary-based approach framework. Another unsupervised approach is explained by the work of Hulpus and colleagues , who provide a way to explore how moral values are captured by Knowledge Graphs. The study investigates and evaluates the relevance of the entities contained in WordNet 3.1, ConceptNet and DBpedia with respect to the MFT.", |
|
"cite_spans": [ |
|
{ |
|
"start": 82, |
|
"end": 104, |
|
"text": "(Fulgoni et al., 2016)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 166, |
|
"end": 187, |
|
"text": "(Garten et al., 2016;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 188, |
|
"end": 209, |
|
"text": "Kennedy et al., 2021)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 515, |
|
"end": 534, |
|
"text": "(Kwak et al., 2021)", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 580, |
|
"end": 605, |
|
"text": "(Mokhberian et al., 2020)", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 610, |
|
"end": 657, |
|
"text": "Priniski and colleagues (Priniski et al., 2021)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 984, |
|
"end": 1003, |
|
"text": "(Hopp et al., 2021)", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Works", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Supervised methods aim to create and optimize frameworks based on external knowledge databases. The main datasets in this field are: (i) the textual corpus (Johnson and Goldwasser, 2018) , which contains 93,000 tweets from US politicians in the years 2016 and 2017, and (ii) the Moral Foundation Twitter Corpus (MFTC) (Hoover et al., 2020) , which consists of 35,000 Tweets from 7 distinct domains. In this context, the work of Roy and colleagues (Roy and Goldwasser, 2021) extends the dataset created by Johnson and Goldwasser (Johnson and Goldwasser, 2018) and applies a methodology for identifying moral values based on DRaiL, a declarative framework for deep structured prediction proposed by Pacheco and Goldwasser (Pacheco and Goldwasser, 2021) . The approach adopted is mainly based on the text and information available with the unlabeled corpus such as topics, political affiliations of the authors and time of the tweets.", |
|
"cite_spans": [ |
|
{ |
|
"start": 156, |
|
"end": 186, |
|
"text": "(Johnson and Goldwasser, 2018)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 318, |
|
"end": 339, |
|
"text": "(Hoover et al., 2020)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 447, |
|
"end": 473, |
|
"text": "(Roy and Goldwasser, 2021)", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 528, |
|
"end": 558, |
|
"text": "(Johnson and Goldwasser, 2018)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 697, |
|
"end": 750, |
|
"text": "Pacheco and Goldwasser (Pacheco and Goldwasser, 2021)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Works", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Our research focuses on the use of unsupervised methods. In particular, our frame-based approach is close to the work of Hulpus and colleagues for the use of knowledge graphs to explore latent moral (and semantic) content. However, our work enables a greater degree of knowledge integration due to disambiguation of lexical units, frame evocation, factual knowledge integration and foundational alignments, part of the text exploration process through the creation of a knowledge graph. Finally, our work provides an alternative to Frame Axis's technique (Kwak et al., 2021) . Nevertheless, unlike this methodology, which implements a method based on a predefined set of terms suited for the task, we use a technology that has no a priori affinity with the suggested work. This allows us to overcome the drawbacks of utilizing a well-defined dictionary as the foundation for the entire approach and investigate the more advanced possibilities offered by an unsupervised method.", |
|
"cite_spans": [ |
|
{ |
|
"start": 555, |
|
"end": 574, |
|
"text": "(Kwak et al., 2021)", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Works", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We employ a Zero-shot model based on the method developed by (Yin et al., 2019) , which involves the use of pre-trained NLI models as ready-made zero-shot sequence classifiers. The approach works by using the input text as an NLI premise to classify the sequence and by developing a hypothesis starting from every possible label. In particular, the authors discuss three different aspects of classification: topic, emotion and situation detection. For each task, the model is subjected to two distinct principles: (i) Label-partially-unseen, where labels concerned are partially exposed to the model during a further training step, and (ii) Label-fully-unseen, in which the model is completely unaware of the categories. Given the lack of a specific training phase, the second approach is particularly useful in the absence of large amounts of good quality data that can be used during model implementation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 61, |
|
"end": 79, |
|
"text": "(Yin et al., 2019)", |
|
"ref_id": "BIBREF39" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Models", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Our frame-based value detector model is based on knowledge graph generation from natural language using the FRED tool (Gangemi et al., 2017) enriched with knowledge from Framester (Gangemi et al., 2016) as a strongly connected RDF/OWL (Motik et al., 2009) knowledge graph that can be queried via its online SPARQL endpoint 1 . FRED (Gangemi et al., 2017) is a system for hybrid knowledge extraction from natural language, based on both statistical and rule-based components, which generates RDF/OWL knowledge graphs, embedding entity linking, word-sense disambiguation, and frame/semantic role detection.", |
|
"cite_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 140, |
|
"text": "(Gangemi et al., 2017)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 180, |
|
"end": 202, |
|
"text": "(Gangemi et al., 2016)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 235, |
|
"end": 255, |
|
"text": "(Motik et al., 2009)", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 332, |
|
"end": 354, |
|
"text": "(Gangemi et al., 2017)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Models", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Framester is a linked data hub that provides a formal semantics for frames (Gangemi, 2020) , based on Fillmore's frame semantics (Fillmore, 1982) . It creates/reengineers linked data versions of linguistic resources, such as WordNet (Miller, 1995) , OntoWordNet (Gangemi et al., 2003b) , VerbNet (Schuler, 2005) , BabelNet (Navigli and Ponzetto, 2010) , etc, jointly with factual knowledge bases (e.g. DBpedia (Auer et al., 2007) , YAGO (Suchanek et al., 2007) ). Framester also includes ImageSchemaNet (De Giorgis et al., 2022), a cognitive layer connecting image schematic sensorimotor patterns to the above-mentioned linguistic resources.", |
|
"cite_spans": [ |
|
{ |
|
"start": 75, |
|
"end": 90, |
|
"text": "(Gangemi, 2020)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 129, |
|
"end": 145, |
|
"text": "(Fillmore, 1982)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 233, |
|
"end": 247, |
|
"text": "(Miller, 1995)", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 262, |
|
"end": 285, |
|
"text": "(Gangemi et al., 2003b)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 296, |
|
"end": 311, |
|
"text": "(Schuler, 2005)", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 323, |
|
"end": 351, |
|
"text": "(Navigli and Ponzetto, 2010)", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 410, |
|
"end": 429, |
|
"text": "(Auer et al., 2007)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 432, |
|
"end": 460, |
|
"text": "YAGO (Suchanek et al., 2007)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Models", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Recently, a novel layer, ValueNet 2 , has been added on top of Framester. It includes moral and cultural values, and formalizes Haidt's (Graham et al., 2013 ) and Curry's theories (Curry et al., 2021) , aligning values to Framester frames, along with a foundational ontology backbone, i.e. DOLCE-Zero (Gangemi et al., 2003a) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 128, |
|
"end": 156, |
|
"text": "Haidt's (Graham et al., 2013", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 180, |
|
"end": 200, |
|
"text": "(Curry et al., 2021)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 301, |
|
"end": 324, |
|
"text": "(Gangemi et al., 2003a)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Models", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Through the reuse of ValueNet, our work solely focuses on Haidt's Moral Foundation Theory (MFT). MFT is grounded on the idea that, while morality could vary widely in its extension (for example, what is considered a harmful or caring behavior depends on geographical, temporal, cultural and many others dimensions), its intension presents some recurring patterns that allow to delineate a psychological system of \"intuitive ethics\" (Graham et al., 2013) . MFT is \"a nativist, culturaldevelopmentalist, intuitionist, and pluralist approach to the study of morality\" (Graham et al., 2013) : \"nativist\" in its neurophysiological grounding; \"cultural-developmentalist\" in including environmental variables in the morality-building process; \"intuitionist\" in declaring that there is no unique moral or non-moral trigger, but rather many patterns combining in a rationalized judgment; \"pluralist\" in considering that more than one narrative could fit the moral explanation process. At the core of MFT there are six dyads of values and violations:", |
|
"cite_spans": [ |
|
{ |
|
"start": 432, |
|
"end": 453, |
|
"text": "(Graham et al., 2013)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 565, |
|
"end": 586, |
|
"text": "(Graham et al., 2013)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Care / Harm: a caring versus harming behavior, it grounds virtues of gentleness, kindness and nurturance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Fairness / Cheating: this foundation is based on social cooperation and typical nonzerosum game theoretical situations based on reciprocal altruism. It underlies ideas of justice, rights and autonomy.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Loyalty / Betrayal: this dyad is based on the positive outcome coming from cohesive coalition, and the ostracism towards traitors.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Authority / Subversion: social interactions in terms of societal hierarchies, it underlies ideas of leadership and deference to authority, as well as respect for tradition.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Purity / Degradation: derived from psychology of disgust, it implies the idea of a more elevated spiritual life, it is expressed via metaphors like \"the body as a temple\", including the more spiritual side of religious beliefs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "\u2022 Liberty / Oppression: it expresses the desire of freedom and the feeling of oppression when it is negated.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Theoretical Grounding", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Starting from the method developed by Yin et al. 2019, we adapt a checkpoint for BART-large 3 trained on the MultiNLI (MNLI) dataset (Kim et al., 2018 ). Since this model has been shown to perform well for topic labeling (Khan and Chua, December (2021) and for claim verification (Reddy et al., 2021) , it is a reasonable candidate for our task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 133, |
|
"end": 150, |
|
"text": "(Kim et al., 2018", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 221, |
|
"end": 252, |
|
"text": "(Khan and Chua, December (2021)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 295, |
|
"end": 300, |
|
"text": "2021)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Zero-shot Models", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "In the first step, we examine the input text for any concept similarities between its content and the moral values denoted by the labels. To the premise represented by the original textual data, we place side by side the categories suggested by Haidt's taxonomy as plausible hypotheses. In other words, we verify how much every value in the MFT's set is semantically related to every tweet in the test set (e.g. we evaluate if the concept \"care\" is expressed in the text \"Commitment to peace, healing and loving neighbors. Give us strength and patience.\"). The same tweet is flanked by all the remaining moral values in the same way. The structure is based on the technique of using pre-trained NLI models as ready-made zero-shot sequence classifiers to develop a hypothesis from every possible label. As the output of the classification, results are acquired according to the predicted degree of entailment. The result of the categorization is represented by labels with a compliance score of 90% or above.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Zero-shot Models", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "In the second step, we improve the model's prediction performances by adding more information on the latent emotional component in the original text. The input premise was subjected to an emotional detection by a model trained for this purpose 4 and then augmented by the identification of the valence of the attitude represented. For example, given the tweet \"Peace, Love And Unity <3\" represented as a premise, we add to this text both (i) an emotion perception component such as \"This sentence is about joy sentiment.\" and (ii) an information about its polarity \"This is positive.\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Zero-shot Models", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "In the third step, we combine the first and second methods by unifying the prediction results to increase the likelihood of success in the classification task. In this case the results achieved by the first step and the second step were compared, assuming as the final output of the classification the moral values envisaged by either approaches (i.e. the tweet \"Prayers to our brave DPD officers! We support you!\" was labeled \"care\" and \"loyalty\" during the first step and only \"care\" during the second. In this case, the third method takes as output both labels provided, hence \"care, loyalty\").", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Zero-shot Models", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "All these strategies assume that artificial intelligence models can capture the interactions and connections of social groups, as well as information about individuals. Consequently, it is argued that a model might be able to draw a line of similarity between morally connoted words and ideas depending on the lexical information provided in the training phase not directly attributable to a classification method.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Zero-shot Models", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "The frame-based value reasoner is a tool based on a frame semantics approach (Fillmore, 1982) . Its pipeline consists of the following three main steps. The first one is knowledge graph generation from natural language: the input sentence is passed to FRED, which returns a knowledge graph that includes detected FrameNet frames and frame elements, VerbNet roles, and linking to DBpedia entities and WordNet synsets.", |
|
"cite_spans": [ |
|
{ |
|
"start": 77, |
|
"end": 93, |
|
"text": "(Fillmore, 1982)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Frame-based Value Reasoner", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "The second step consists in the actual moral value detection: relevant entities from FRED's knowledge graph are used to query Framester SPARQL endpoint in order to link the entities extracted by FRED to MFT moral values. The full graph and an extended description of the Moral Value ontological module in Framester are available on the ValueNet github repository. 5 The resulting knowledge graph is an enrichment of the original FRED graph with MFT moral values. If 5 ValueNet is available via Framester SPARQL endpoint: http://etna.istc.cnr.it/framester2/ sparql and here: https://github.com/ StenDoipanni/ValueNet no value or violation is detected, the sentence is labeled as \"non-moral\".", |
|
"cite_spans": [ |
|
{ |
|
"start": 364, |
|
"end": 365, |
|
"text": "5", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 466, |
|
"end": 467, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Frame-based Value Reasoner", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "This value detection process is heuristically transparent, since it keeps track of triggering elements (e.g. synset, linked entity, frame evocation, lexical unit, etc.), so providing a fully explainable moral value detector.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Frame-based Value Reasoner", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "To examine the effectiveness of our approaches in the moral value detection task, we focus on the challenge of recognizing them in the Moral Foundation Twitter Corpus (MFTC) (Hoover et al., 2020) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 174, |
|
"end": 195, |
|
"text": "(Hoover et al., 2020)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The dataset, consisting of 35k tweets, is organized into seven distinct thematic topics covering a wide range of moral concerns. Each tweet is labeled from three to eight different annotators trained to detect and categorize texts following the guidelines outlined by Moral Foundation Theory. The MFTC includes ten different moral value categories, as well as a label for textual material that does not evoke a morally meaningful response. To account for their semantic independence, each tweet in the corpus was annotated with both values and violations. To set performance baselines, we treat the annotations of the tweets by calculating the majority vote for each moral value, where the majority is considered 50% (i.e. tweet \"I have no respect for the home run king\" is labeled by four different annotators. Two of them regard the text as \"non-moral\" while the others as \"subversion\". Hence, we consider the tweet labeled as \"non-moral, subversion\" because each of these labels corresponds to 50% of the annotation). Table 1 shows the results obtained by our tools on a subset of 6,075 items representing the MFTC test set. We did not include the rest of the corpus in the evaluation since the process is time consuming, considering that the code is not optimized for efficiency. Each tool is evaluated in terms of precision, recall and F1 score in predicting each label. The overall results (All in the bottom) are calculated by averaging over all labels weighted by the support (i.e. the number of elements in the ground truth with each specific label). The choice to perform the tests on a small sample of the total dataset depends on the high data processing times of the FREDbased method and the ongoing goal of a comparison with a supervised approach. This methodology would require the use of a large part of the data contained in the MFTC during the model training phase.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 1021, |
|
"end": 1028, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The presented tests are carried out by evaluating different combinations suggested by the models mentioned in Sect. 4). In particular, the Emotion-Zero-shot model displays the results obtained by exposing the Zero-shot model to an input text that has had its emotional component explained. The Emotion-Zero-shot+ architecture refers to the combination of the two methods mentioned above and corresponds to the third approach discussed in Sect. 4.2. The frame-based system recalls the results obtained from the application of the tool described in Sect. 4.3.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Given the lack of a reasonable state-of-the-art baseline of non-trained systems, we report a Random lower-bound, obtained by predicting each label with a probability corresponding to the fraction of entries in the ground truth represented by the test set with that label. Finally, in Table 1 there is no reference to the Liberty / Oppression dyad. This happens coherently to the lack of this label in the MFTC, due to the late introduction of this value / violation opposition in an updated version of the MFT. Triggers of this dyad are still detected by the frame-based model, and could be explored in the extended file 6 , since the Liberty and Oppression knowledge graphs are part of ValueNet, but they are not considered in the evaluation metrics.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 284, |
|
"end": 291, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Furthermore, since the original dataset is annotated considering a 50% percentage of agreement among annotators, some of the sentences shows a combination composed by \"non-moral\" + some other value or violation. While for the Zero-shot models the \"non-moral\" label is used as a feature itself, the combination of non-morality and any kind of morality was in conflict with the conceptual structure of the frame-based detector. We therefore modified the original dataset eliminating the \"nonmoral\" label while co-occurring with some value or violation, and repeated the experiment. The results of all the applied methods can be explored in their extended files 7 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Although performances differ, the two methods perform similarly in terms of F1, with an overall score of 45%. Specifically, Emotion-Zero-shot+ and Frame-based outperform the other models for four out of eleven labels, with F1 scores ranging from 0.12 to 0.53 for the first and from 0.11 to 0.50 for the second. These two architectures result in an improvement of 10 % compared to the Emotionzero-shot model and 20 % compared to the Zeroshot model, and they performs vastly better than Random.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "As expected, the results for the single labels vary according to the difficulties encountered by classifiers in the interpretation of their meaning. For example, moral values such as \"Harm\" or \"Care\" convey more generic content and are therefore easier to identify. Conversely, concepts like \"Degradation\" or \"Subversion\" contain shades of meaning that are more difficult to grasp.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The results drawn from the Zero-shot models make this problem evident and difficult to solve as the intrinsic nature of machine learning models does not encompass a direct understanding of their decision-making phases. One possible solution would be to subject the models to few-shot learning, which is a fine-tuning with a little amount of data relevant for the moral values detection task. However, this would not be part of our main need, which is to develop flexible approaches that do not require training. Despite the task's complexity, the results imply that not only can moral values be detected in natural language texts, but also that models developed for NLI may be adapted to other tasks through the unintentional acquisition of abstract conceptions and concepts connected to the field of social value.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Results obtained from the frame-based value detector are provided as additional material 8 . Value triggers are listed in the \"trigger\" column, while value detection is shown in the \"prediction\" column. The full knowledge graph can be retrieved by passing the tweet content in column \"tweet_text\" as input to the FRED online demo 9 , ticking the \"align to Framester\" option.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "A necessary caveat is that, being the value labeling a subjective task, a certain amount of disagreement should always be taken into account. In this regard, the detection shows better results on those values whose extension seems more generic, e.g. a more broad concept like \"harm\", than a more opaque one like \"purity\", as described in Sect. 4.1. Additionally, the performance results 8 https://github.com/StenDoipanni/ MoralDilemmas 9 http://wit.istc.cnr.it/stlab-tools/ fred/demo/ could depend on two factors. The first factor is the success of the FRED tool in producing a knowledge graph from a fragmented syntax like the one used in tweets. In fact, even when a well formed graph is produced, if the value trigger is not in the main sentence e.g. it is an adjective of a pronoun in a subordinate sentence, it is possible that its disambiguation / frame evocation is not shown in the graph, due to internal FRED saliency heuristics. The second factor is that human value labeling is a task carried out with a certain subjective threshold. If we consider the example: \"Horrible amount of anti-Islam bigotry are Paris attacks. ISIS murder more MUSLIMS than anyone else.\", value labels for this sentence are \"cheating\" and \"harm\", while the detector predicts \"cheating\", \"harm\" and \"purity\". This happens because, along with triggers like the fs:Offenses and fs:Killing Framester frames, wn:murder-noun-1 Word-Net synset and the dbr:Bigotry DBpedia entity, the DBpedia entry dbr:Muslim is also retrieved, which according to \"purity\" definition (see Sect. 4.1) covers the semantics of a more spiritual aspect of life, and it is therefore a \"purity\" trigger.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In our work we detect latent moral content from natural language in a versatile and transparent way, proposing two approaches (zero-shot and heuristic) that do not require training. The approaches assume Haidt's Moral Foundation Theory as a reference for moral values, and have been tested on the Moral Foundation Twitter Corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions and Future Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Results are unprecedented in using domain independent methods. Future work will include improving the performance of the Zero-shot models through the creation of a technique capable of comprehending the intricacies of the most contentious moral values. Furthermore, we plan to build an implementation that gives greater weight to the most significant aspects of the sentence, in order to more simply detect the prevailing moral value.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions and Future Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "For the frame-based value detector more precise results could be achieved via different refinements such as a set of heuristics based on the syntax, and consequently on the frame structure of the sentence, which would allow new and more complex inferences. The commitment to some value could, for example, be expressed by the negation of the value violation, or via a negative polarity of a verb which takes as argument some value trigger. Some other possibility to improve the results could be in a quantitative or qualitative way, namely introducing a scoring system based on the amount of trigger occurrences per value, or weighting differently the type of trigger (WordNet synset, FrameNet frame, etc.).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions and Future Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Finally, an interesting possibility is to conjugate the approaches and this could drive to various possibilities, for example the introduction of a layer in the aforementioned value trigger scoring system, able to guide the prediction of the final output, as well as using the knowledge base, in particular the extended lexical coverage from ValueNet graphs to improve Zero-shot models performance. A possible way could be to analyze the frame responsible for the value triggering by measuring its relevance inside the sentence via machine learning techniques. To conclude, further experiments can be done on different types of datasets as well as extending the employed dataset, and to compare with different methodological approaches, including supervised methods.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions and Future Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "http://etna.istc.cnr.it/framester2/ sparql", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Available via querying Framester SPARQL endpoint: http://etna.istc.cnr.it/framester2/ sparql or here: https://github.com/ StenDoipanni/ValueNet", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://huggingface.co/facebook/ bart-large-mnli 4 https://huggingface. co/bhadresh-savani/ distilbert-base-uncased-emotion", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/StenDoipanni/ MoralDilemmas 7 https://github.com/StenDoipanni/ MoralDilemmas", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Dbpedia: A nucleus for a web of open data", |
|
"authors": [ |
|
{ |
|
"first": "S\u00f6ren", |
|
"middle": [], |
|
"last": "Auer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christian", |
|
"middle": [], |
|
"last": "Bizer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Georgi", |
|
"middle": [], |
|
"last": "Kobilarov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jens", |
|
"middle": [], |
|
"last": "Lehmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Cyganiak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zachary", |
|
"middle": [], |
|
"last": "Ives", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "The semantic web", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "722--735", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S\u00f6ren Auer, Christian Bizer, Georgi Kobilarov, Jens Lehmann, Richard Cyganiak, and Zachary Ives. 2007. Dbpedia: A nucleus for a web of open data. In The semantic web, pages 722-735. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "How words do the work of politics: Moral foundations theory and the debate over stem cell research", |
|
"authors": [ |
|
{ |
|
"first": "Scott", |
|
"middle": [], |
|
"last": "Clifford", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jennifer", |
|
"middle": [], |
|
"last": "Jerit", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "The Journal of Politics", |
|
"volume": "75", |
|
"issue": "3", |
|
"pages": "659--671", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Scott Clifford and Jennifer Jerit. 2013. How words do the work of politics: Moral foundations theory and the debate over stem cell research. The Journal of Politics, 75(3):659-671.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Moral molecules: Morality as a combinatorial system", |
|
"authors": [ |
|
{ |
|
"first": "Oliver", |
|
"middle": [ |
|
"Scott" |
|
], |
|
"last": "Curry", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Alfano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Mark", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christine", |
|
"middle": [], |
|
"last": "Brandt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Pelican", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Review of Philosophy and Psychology", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--20", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Oliver Scott Curry, Mark Alfano, Mark J Brandt, and Christine Pelican. 2021. Moral molecules: Morality as a combinatorial system. Review of Philosophy and Psychology, pages 1-20.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Imageschemanet: Formalizing embodied commonsense knowledge providing an imageschematic layer to framester", |
|
"authors": [ |
|
{ |
|
"first": "Stefano", |
|
"middle": [], |
|
"last": "De Giorgis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dagmar", |
|
"middle": [], |
|
"last": "Gromann", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2022, |
|
"venue": "Semantic Web Journal, forthcoming", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stefano De Giorgis, Aldo Gangemi, and Dagmar Gro- mann. 2022. Imageschemanet: Formalizing embod- ied commonsense knowledge providing an image- schematic layer to framester. Semantic Web Journal, forthcoming.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Frame semantics", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Charles", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "Linguistics in the Morning Calm", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "111--138", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J Fillmore. 1982. Frame semantics. In Lin- guistics in the Morning Calm, pages 111-138. Seoul: Hanshin.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "The onlife manifesto: Being human in a hyperconnected era", |
|
"authors": [ |
|
{ |
|
"first": "Luciano", |
|
"middle": [], |
|
"last": "Floridi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Luciano Floridi. 2015. The onlife manifesto: Being human in a hyperconnected era. Springer Nature.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Learning to reason about social and moral norms", |
|
"authors": [ |
|
{ |
|
"first": "Maxwell", |
|
"middle": [], |
|
"last": "Forbes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jena", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Hwang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vered", |
|
"middle": [], |
|
"last": "Shwartz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maarten", |
|
"middle": [], |
|
"last": "Sap", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yejin", |
|
"middle": [], |
|
"last": "Choi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "101", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2011.00620" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maxwell Forbes, Jena D Hwang, Vered Shwartz, Maarten Sap, and Yejin Choi. 2020. Social chem- istry 101: Learning to reason about social and moral norms. arXiv preprint arXiv:2011.00620.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "An empirical exploration of moral foundations theory in partisan news sources", |
|
"authors": [ |
|
{ |
|
"first": "Dean", |
|
"middle": [], |
|
"last": "Fulgoni", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jordan", |
|
"middle": [], |
|
"last": "Carpenter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lyle", |
|
"middle": [], |
|
"last": "Ungar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Preo\u0163iuc-Pietro", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3730--3736", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dean Fulgoni, Jordan Carpenter, Lyle Ungar, and Daniel Preo\u0163iuc-Pietro. 2016. An empirical exploration of moral foundations theory in partisan news sources. In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16), pages 3730-3736.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Closing the loop between knowledge patterns in cognition and the semantic web. Semantic Web", |
|
"authors": [ |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "11", |
|
"issue": "", |
|
"pages": "139--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aldo Gangemi. 2020. Closing the loop between knowl- edge patterns in cognition and the semantic web. Se- mantic Web, 11(1):139-151.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Framester: a wide coverage linguistic linked data hub", |
|
"authors": [ |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mehwish", |
|
"middle": [], |
|
"last": "Alam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luigi", |
|
"middle": [], |
|
"last": "Asprino", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Valentina", |
|
"middle": [], |
|
"last": "Presutti", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Diego", |
|
"middle": [ |
|
"Reforgiato" |
|
], |
|
"last": "Recupero", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "European Knowledge Acquisition Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "239--254", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aldo Gangemi, Mehwish Alam, Luigi Asprino, Valentina Presutti, and Diego Reforgiato Recupero. 2016. Framester: a wide coverage linguistic linked data hub. In European Knowledge Acquisition Work- shop, pages 239-254. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Sweetening wordnet with dolce. AI magazine", |
|
"authors": [ |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nicola", |
|
"middle": [], |
|
"last": "Guarino", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Claudio", |
|
"middle": [], |
|
"last": "Masolo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alessandro", |
|
"middle": [], |
|
"last": "Oltramari", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "", |
|
"volume": "24", |
|
"issue": "", |
|
"pages": "13--13", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aldo Gangemi, Nicola Guarino, Claudio Masolo, and Alessandro Oltramari. 2003a. Sweetening wordnet with dolce. AI magazine, 24(3):13-13.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "The ontowordnet project: extension and axiomatization of conceptual relations in wordnet", |
|
"authors": [ |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roberto", |
|
"middle": [], |
|
"last": "Navigli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paola", |
|
"middle": [], |
|
"last": "Velardi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "OTM Confederated International Conferences\" On the Move to Meaningful Internet Systems", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "820--838", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aldo Gangemi, Roberto Navigli, and Paola Velardi. 2003b. The ontowordnet project: extension and ax- iomatization of conceptual relations in wordnet. In OTM Confederated International Conferences\" On the Move to Meaningful Internet Systems\", pages 820-838. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Semantic web machine reading with fred", |
|
"authors": [ |
|
{ |
|
"first": "Aldo", |
|
"middle": [], |
|
"last": "Gangemi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Valentina", |
|
"middle": [], |
|
"last": "Presutti", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Diego", |
|
"middle": [ |
|
"Reforgiato" |
|
], |
|
"last": "Recupero", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrea", |
|
"middle": [ |
|
"Giovanni" |
|
], |
|
"last": "Nuzzolese", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Francesco", |
|
"middle": [], |
|
"last": "Draicchio", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Misael", |
|
"middle": [], |
|
"last": "Mongiov\u00ec", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Semantic Web", |
|
"volume": "8", |
|
"issue": "", |
|
"pages": "873--893", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aldo Gangemi, Valentina Presutti, Diego Reforgiato Re- cupero, Andrea Giovanni Nuzzolese, Francesco Draicchio, and Misael Mongiov\u00ec. 2017. Seman- tic web machine reading with fred. Semantic Web, 8(6):873-893.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Morality between the lines: Detecting moral sentiment in text", |
|
"authors": [ |
|
{ |
|
"first": "Justin", |
|
"middle": [], |
|
"last": "Garten", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Reihane", |
|
"middle": [], |
|
"last": "Boghrati", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Hoover", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kate", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Johnson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Morteza", |
|
"middle": [], |
|
"last": "Dehghani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of IJCAI 2016 workshop on Computational Modeling of Attitudes", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Justin Garten, Reihane Boghrati, Joe Hoover, Kate M Johnson, and Morteza Dehghani. 2016. Morality be- tween the lines: Detecting moral sentiment in text. In Proceedings of IJCAI 2016 workshop on Compu- tational Modeling of Attitudes.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Moral foundations theory: The pragmatic validity of moral pluralism", |
|
"authors": [ |
|
{ |
|
"first": "Jesse", |
|
"middle": [], |
|
"last": "Graham", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Haidt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sena", |
|
"middle": [], |
|
"last": "Koleva", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matt", |
|
"middle": [], |
|
"last": "Motyl", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ravi", |
|
"middle": [], |
|
"last": "Iyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Sean", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Peter", |
|
"middle": [ |
|
"H" |
|
], |
|
"last": "Wojcik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ditto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Advances in experimental social psychology", |
|
"volume": "47", |
|
"issue": "", |
|
"pages": "55--130", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jesse Graham, Jonathan Haidt, Sena Koleva, Matt Motyl, Ravi Iyer, Sean P Wojcik, and Peter H Ditto. 2013. Moral foundations theory: The pragmatic va- lidity of moral pluralism. In Advances in experi- mental social psychology, volume 47, pages 55-130. Elsevier.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Liberals and conservatives rely on different sets of moral foundations", |
|
"authors": [ |
|
{ |
|
"first": "Jesse", |
|
"middle": [], |
|
"last": "Graham", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Haidt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brian", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Nosek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Journal of personality and social psychology", |
|
"volume": "96", |
|
"issue": "5", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jesse Graham, Jonathan Haidt, and Brian A Nosek. 2009. Liberals and conservatives rely on different sets of moral foundations. Journal of personality and social psychology, 96(5):1029.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "The moral stereotypes of liberals and conservatives: Exaggeration of differences across the political spectrum", |
|
"authors": [ |
|
{ |
|
"first": "Jesse", |
|
"middle": [], |
|
"last": "Graham", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Brian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Nosek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Haidt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "PloS one", |
|
"volume": "7", |
|
"issue": "12", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jesse Graham, Brian A Nosek, and Jonathan Haidt. 2012. The moral stereotypes of liberals and con- servatives: Exaggeration of differences across the political spectrum. PloS one, 7(12):e50092.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "The emotional dog and its rational tail: a social intuitionist approach to moral judgment", |
|
"authors": [ |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Haidt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Psychological review", |
|
"volume": "108", |
|
"issue": "4", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jonathan Haidt. 2001. The emotional dog and its ra- tional tail: a social intuitionist approach to moral judgment. Psychological review, 108(4):814.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "The righteous mind: Why good people are divided by politics and religion", |
|
"authors": [ |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Haidt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jonathan Haidt. 2012. The righteous mind: Why good people are divided by politics and religion. Vintage.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Yen Leung, Arineh Mirinjian, and Morteza Dehghani. 2020. Moral foundations twitter corpus: A collection of 35k tweets annotated for moral sentiment", |
|
"authors": [ |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Hoover", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gwenyth", |
|
"middle": [], |
|
"last": "Portillo-Wightman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leigh", |
|
"middle": [], |
|
"last": "Yeh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shreya", |
|
"middle": [], |
|
"last": "Havaldar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aida", |
|
"middle": [ |
|
"Mostafazadeh" |
|
], |
|
"last": "Davani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Brendan", |
|
"middle": [], |
|
"last": "Kennedy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mohammad", |
|
"middle": [], |
|
"last": "Atari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zahra", |
|
"middle": [], |
|
"last": "Kamel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Madelyn", |
|
"middle": [], |
|
"last": "Mendlen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gabriela", |
|
"middle": [], |
|
"last": "Moreno", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christina", |
|
"middle": [], |
|
"last": "Park", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tingyee", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jenna", |
|
"middle": [], |
|
"last": "Chin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christian", |
|
"middle": [], |
|
"last": "Leong", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Social Psychological and Personality Science", |
|
"volume": "11", |
|
"issue": "8", |
|
"pages": "1057--1071", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1177/1948550619876629" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joe Hoover, Gwenyth Portillo-Wightman, Leigh Yeh, Shreya Havaldar, Aida Mostafazadeh Davani, Ying Lin, Brendan Kennedy, Mohammad Atari, Zahra Kamel, Madelyn Mendlen, Gabriela Moreno, Christina Park, Tingyee E. Chang, Jenna Chin, Chris- tian Leong, Jun Yen Leung, Arineh Mirinjian, and Morteza Dehghani. 2020. Moral foundations twit- ter corpus: A collection of 35k tweets annotated for moral sentiment. Social Psychological and Personal- ity Science, 11(8):1057-1071.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "The extended moral foundations dictionary (emfd): Development and applications of a crowd-sourced approach to extracting moral intuitions from text. Behavior research methods", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Frederic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jacob", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Hopp", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Devin", |
|
"middle": [], |
|
"last": "Fisher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Cornell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ren\u00e9", |
|
"middle": [], |
|
"last": "Huskey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Weber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "53", |
|
"issue": "", |
|
"pages": "232--246", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Frederic R Hopp, Jacob T Fisher, Devin Cornell, Richard Huskey, and Ren\u00e9 Weber. 2021. The ex- tended moral foundations dictionary (emfd): De- velopment and applications of a crowd-sourced ap- proach to extracting moral intuitions from text. Be- havior research methods, 53(1):232-246.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Knowledge graphs meet moral values", |
|
"authors": [ |
|
{ |
|
"first": "Ioana", |
|
"middle": [], |
|
"last": "Hulpus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": ",", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Kobbe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heiner", |
|
"middle": [], |
|
"last": "Stuckenschmidt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Graeme", |
|
"middle": [], |
|
"last": "Hirst", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the Ninth Joint Conference on Lexical and Computational Semantics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "71--80", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ioana Hulpus , , Jonathan Kobbe, Heiner Stuckenschmidt, and Graeme Hirst. 2020. Knowledge graphs meet moral values. In Proceedings of the Ninth Joint Con- ference on Lexical and Computational Semantics, pages 71-80.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Classification of moral foundations in microblog political discourse", |
|
"authors": [ |
|
{ |
|
"first": "Kristen", |
|
"middle": [], |
|
"last": "Johnson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Goldwasser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "720--730", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kristen Johnson and Dan Goldwasser. 2018. Classifi- cation of moral foundations in microblog political discourse. In Proceedings of the 56th Annual Meet- ing of the Association for Computational Linguistics (Volume 1: Long Papers), pages 720-730.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Moral concerns are differentially observable in language", |
|
"authors": [], |
|
"year": null, |
|
"venue": "Cognition", |
|
"volume": "212", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Moral concerns are differentially observable in language. Cognition, 212:104696.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "An automated topics labeling framework using zero-shot text classification", |
|
"authors": [ |
|
{ |
|
"first": "Qaisar", |
|
"middle": [], |
|
"last": "Khan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Huina", |
|
"middle": [], |
|
"last": "Chua", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Journal of Engineering Science and Technology Special Issue on ACSAT", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "46--59", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Qaisar Khan and Huina Chua. December (2021) 46 - 59. An automated topics labeling framework using zero-shot text classification. Journal of Engineering Science and Technology Special Issue on ACSAT.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Semantic sentence matching with densely-connected recurrent and co-attentive information", |
|
"authors": [ |
|
{ |
|
"first": "Seonhoon", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Inho", |
|
"middle": [], |
|
"last": "Kang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nojun", |
|
"middle": [], |
|
"last": "Kwak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Seonhoon Kim, Inho Kang, and Nojun Kwak. 2018. Semantic sentence matching with densely-connected recurrent and co-attentive information.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Exploring morality in argumentation", |
|
"authors": [ |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "Kobbe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ines", |
|
"middle": [], |
|
"last": "Rehbein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ioana", |
|
"middle": [], |
|
"last": "Hulpus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heiner", |
|
"middle": [], |
|
"last": "Stuckenschmidt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jonathan Kobbe, Ines Rehbein, Ioana Hulpus, and Heiner Stuckenschmidt. 2020. Exploring morality in argumentation. Association for Computational Linguistics, ACL.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Frameaxis: characterizing microframe bias and intensity with word embedding", |
|
"authors": [ |
|
{ |
|
"first": "Haewoon", |
|
"middle": [], |
|
"last": "Kwak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jisun", |
|
"middle": [], |
|
"last": "An", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elise", |
|
"middle": [], |
|
"last": "Jing", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yong-Yeol", |
|
"middle": [], |
|
"last": "Ahn", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "PeerJ Computer Science", |
|
"volume": "7", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Haewoon Kwak, Jisun An, Elise Jing, and Yong-Yeol Ahn. 2021. Frameaxis: characterizing microframe bias and intensity with word embedding. PeerJ Com- puter Science, 7:e644.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Wordnet: A lexical database for english", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "George", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Miller", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Communications of the ACM", |
|
"volume": "38", |
|
"issue": "11", |
|
"pages": "39--41", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "George A. Miller. 1995. Wordnet: A lexical database for english. Communications of the ACM, 38(11):39- 41.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Moral framing and ideological bias of news", |
|
"authors": [ |
|
{ |
|
"first": "Negar", |
|
"middle": [], |
|
"last": "Mokhberian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andr\u00e9s", |
|
"middle": [], |
|
"last": "Abeliuk", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patrick", |
|
"middle": [], |
|
"last": "Cummings", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kristina", |
|
"middle": [], |
|
"last": "Lerman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "International Conference on Social Informatics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "206--219", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Negar Mokhberian, Andr\u00e9s Abeliuk, Patrick Cummings, and Kristina Lerman. 2020. Moral framing and ideo- logical bias of news. In International Conference on Social Informatics, pages 206-219. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Owl 2 web ontology language profiles. W3C recommendation", |
|
"authors": [ |
|
{ |
|
"first": "Boris", |
|
"middle": [], |
|
"last": "Motik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bernardo", |
|
"middle": [ |
|
"Cuenca" |
|
], |
|
"last": "Grau", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ian", |
|
"middle": [], |
|
"last": "Horrocks", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhe", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Achille", |
|
"middle": [], |
|
"last": "Fokoue", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Carsten", |
|
"middle": [], |
|
"last": "Lutz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "27", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boris Motik, Bernardo Cuenca Grau, Ian Horrocks, Zhe Wu, Achille Fokoue, Carsten Lutz, et al. 2009. Owl 2 web ontology language profiles. W3C recommen- dation, 27(61).", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Babelnet: Building a very large multilingual semantic network", |
|
"authors": [ |
|
{ |
|
"first": "Roberto", |
|
"middle": [], |
|
"last": "Navigli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Simone", |
|
"middle": [ |
|
"Paolo" |
|
], |
|
"last": "Ponzetto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 48th annual meeting of the association for computational linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "216--225", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roberto Navigli and Simone Paolo Ponzetto. 2010. Ba- belnet: Building a very large multilingual semantic network. In Proceedings of the 48th annual meet- ing of the association for computational linguistics, pages 216-225.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Modeling content and context with deep relational learning", |
|
"authors": [ |
|
{ |
|
"first": "Maria", |
|
"middle": [ |
|
"Leonor" |
|
], |
|
"last": "Pacheco", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Goldwasser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Transactions of the Association for Computational Linguistics", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "100--119", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Maria Leonor Pacheco and Dan Goldwasser. 2021. Modeling content and context with deep relational learning. Transactions of the Association for Compu- tational Linguistics, 9:100-119.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Mapping moral valence of tweets following the killing of george floyd", |
|
"authors": [ |
|
{ |
|
"first": "Negar", |
|
"middle": [], |
|
"last": "Hunter Priniski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bahareh", |
|
"middle": [], |
|
"last": "Mokhberian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fred", |
|
"middle": [], |
|
"last": "Harandizadeh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kristina", |
|
"middle": [], |
|
"last": "Morstatter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hongjing", |
|
"middle": [], |
|
"last": "Lerman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P Jeffrey", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Brantingham", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2104.09578" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J Hunter Priniski, Negar Mokhberian, Bahareh Haran- dizadeh, Fred Morstatter, Kristina Lerman, Hongjing Lu, and P Jeffrey Brantingham. 2021. Mapping moral valence of tweets following the killing of george floyd. arXiv preprint arXiv:2104.09578.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Newsclaims: A new benchmark for claim detection from news with background knowledge", |
|
"authors": [ |
|
{ |
|
"first": "Sai", |
|
"middle": [], |
|
"last": "Revanth Gangi Reddy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhenhailong", |
|
"middle": [], |
|
"last": "Chinthakindi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yi", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathryn", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Fung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ahmed", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Conger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martha", |
|
"middle": [], |
|
"last": "Elsayed", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heng", |
|
"middle": [], |
|
"last": "Palmer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ji", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2112.08544" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Revanth Gangi Reddy, Sai Chinthakindi, Zhenhailong Wang, Yi R Fung, Kathryn S Conger, Ahmed S El- sayed, Martha Palmer, and Heng Ji. 2021. News- claims: A new benchmark for claim detection from news with background knowledge. arXiv preprint arXiv:2112.08544.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Analysis of nuanced stances and sentiment towards entities of us politicians through the lens of moral foundation theory", |
|
"authors": [ |
|
{ |
|
"first": "Shamik", |
|
"middle": [], |
|
"last": "Roy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Goldwasser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the Ninth International Workshop on Natural Language Processing for Social Media", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--13", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shamik Roy and Dan Goldwasser. 2021. Analysis of nuanced stances and sentiment towards entities of us politicians through the lens of moral foundation theory. In Proceedings of the Ninth International Workshop on Natural Language Processing for Social Media, pages 1-13.", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "VerbNet: A broadcoverage, comprehensive verb lexicon", |
|
"authors": [ |
|
{ |
|
"first": "Karin Kipper", |
|
"middle": [], |
|
"last": "Schuler", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Karin Kipper Schuler. 2005. VerbNet: A broad- coverage, comprehensive verb lexicon. University of Pennsylvania.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Yago: a core of semantic knowledge", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Fabian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gjergji", |
|
"middle": [], |
|
"last": "Suchanek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerhard", |
|
"middle": [], |
|
"last": "Kasneci", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Weikum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the 16th international conference on World Wide Web", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "697--706", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Fabian M Suchanek, Gjergji Kasneci, and Gerhard Weikum. 2007. Yago: a core of semantic knowledge. In Proceedings of the 16th international conference on World Wide Web, pages 697-706.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "Benchmarking zero-shot text classification: Datasets, evaluation and entailment approach", |
|
"authors": [ |
|
{ |
|
"first": "Wenpeng", |
|
"middle": [], |
|
"last": "Yin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jamaal", |
|
"middle": [], |
|
"last": "Hay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Roth", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wenpeng Yin, Jamaal Hay, and Dan Roth. 2019. Bench- marking zero-shot text classification: Datasets, eval- uation and entailment approach.", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "When ignorance is no excuse: Different roles for intent across moral domains", |
|
"authors": [ |
|
{ |
|
"first": "Liane", |
|
"middle": [], |
|
"last": "Young", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rebecca", |
|
"middle": [], |
|
"last": "Saxe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Cognition", |
|
"volume": "120", |
|
"issue": "2", |
|
"pages": "202--214", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Liane Young and Rebecca Saxe. 2011. When ignorance is no excuse: Different roles for intent across moral domains. Cognition, 120(2):202-214.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"content": "<table><tr><td colspan=\"7\">Moral Value Metric Random Zero-shot Emotion-Zero-shot Emotion-Zero-shot+ Frame-based</td></tr><tr><td/><td>Precision</td><td>.09</td><td>.29</td><td>.51</td><td>.29</td><td>.29</td></tr><tr><td>Care</td><td>Recall F1-score</td><td>.18 .11</td><td>.63 .40</td><td>.36 .42</td><td>.69 .41</td><td>.57 .39</td></tr><tr><td/><td>Precision</td><td>.13</td><td>.30</td><td>.31</td><td>.29</td><td>.39</td></tr><tr><td>Harm</td><td>Recall F1-score</td><td>.24 .17</td><td>.80 .44</td><td>.59 .41</td><td>.82 .43</td><td>.70 .50</td></tr><tr><td/><td>Precision</td><td>.04</td><td>.07</td><td>.10</td><td>.07</td><td>.18</td></tr><tr><td>Purity</td><td>Recall F1-score</td><td>.08 .05</td><td>.28 .11</td><td>.30 .15</td><td>.32 .12</td><td>.20 .19</td></tr><tr><td/><td>Precision</td><td>.04</td><td>.12</td><td>.15</td><td>.12</td><td>.45</td></tr><tr><td>Degradation</td><td>Recall F1-score</td><td>.09 .06</td><td>.63 .20</td><td>.30 .20</td><td>.66 .20</td><td>.11 .18</td></tr><tr><td/><td>Precision</td><td>.07</td><td>.40</td><td>.73</td><td>.40</td><td>.40</td></tr><tr><td>Loyalty</td><td>Recall F1-score</td><td>.15 .10</td><td>.45 .42</td><td>.14 .24</td><td>.46 .43</td><td>.30 .34</td></tr><tr><td/><td>Precision</td><td>.05</td><td>.17</td><td>.37</td><td>.17</td><td>.57</td></tr><tr><td>Betrayal</td><td>Recall F1-score</td><td>.10 .07</td><td>.44 .25</td><td>.29 .32</td><td>.44 .25</td><td>.17 .27</td></tr><tr><td/><td>Precision</td><td>.07</td><td>.60</td><td>.85</td><td>.58</td><td>.16</td></tr><tr><td>Fairness</td><td>Recall F1-score</td><td>.15 .09</td><td>.47 .53</td><td>.26 .40</td><td>.48 .53</td><td>.11 .13</td></tr><tr><td/><td>Precision</td><td>.11</td><td>.54</td><td>.64</td><td>.54</td><td>.75</td></tr><tr><td>Cheating</td><td>Recall F1-score</td><td>.22 .15</td><td>.29 .38</td><td>.19 .30</td><td>.29 .38</td><td>.28 .41</td></tr><tr><td/><td>Precision</td><td>.04</td><td>.17</td><td>.40</td><td>.18</td><td>.15</td></tr><tr><td>Authority</td><td>Recall F1-score</td><td>.08 .05</td><td>.28 .21</td><td>.04 .07</td><td>.29 .22</td><td>.08 .11</td></tr><tr><td/><td>Precision</td><td>.08</td><td>.20</td><td>.15</td><td>.17</td><td>.28</td></tr><tr><td>Subversion</td><td>Recall F1-score</td><td>.16 .11</td><td>.36 .25</td><td>.39 .21</td><td>.40 .24</td><td>.17 .21</td></tr><tr><td/><td>Precision</td><td>.44</td><td>.40</td><td>.46</td><td>.47</td><td>.59</td></tr><tr><td>Non-moral</td><td>Recall F1-score</td><td>.66 .53</td><td>.28 .33</td><td>.86 .60</td><td>.91 .62</td><td>.72 .65</td></tr><tr><td/><td>Precision</td><td>.22</td><td>.35</td><td>.46</td><td>.38</td><td>.47</td></tr><tr><td>All</td><td>Recall F1-score</td><td>.36 .27</td><td>.41 .35</td><td>.52 .42</td><td>.67 .45</td><td>.48 .44</td></tr></table>", |
|
"html": null, |
|
"text": "Precision, Recall and F1 score for each model on the MFTC dataset.", |
|
"type_str": "table", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |