CLAILGMEMay 2, 2023

Psychologically-Inspired Causal Prompts

arXiv:2305.01764v11 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for more nuanced NLP task design by highlighting causal structures, though it is incremental in applying psychological insights to prompt engineering.

The paper tackles the problem of sentiment classification by exploring how different causal relations between reviews and sentiments, inspired by psychological processes, affect model performance when verbalized as prompts, finding that these causal prompts lead to varied responses depending on the data's nature.

NLP datasets are richer than just input-output pairs; rather, they carry causal relations between the input and output variables. In this work, we take sentiment classification as an example and look into the causal relations between the review (X) and sentiment (Y). As psychology studies show that language can affect emotion, different psychological processes are evoked when a person first makes a rating and then self-rationalizes their feeling in a review (where the sentiment causes the review, i.e., Y -> X), versus first describes their experience, and weighs the pros and cons to give a final rating (where the review causes the sentiment, i.e., X -> Y ). Furthermore, it is also a completely different psychological process if an annotator infers the original rating of the user by theory of mind (ToM) (where the review causes the rating, i.e., X -ToM-> Y ). In this paper, we verbalize these three causal mechanisms of human psychological processes of sentiment classification into three different causal prompts, and study (1) how differently they perform, and (2) what nature of sentiment classification data leads to agreement or diversity in the model responses elicited by the prompts. We suggest future work raise awareness of different causal structures in NLP tasks. Our code and data are at https://github.com/cogito233/psych-causal-prompt

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes