EMNLP 2024finding0 citations

Do LLMs Think Fast and Slow? A Causal Study on Sentiment Analysis

Zhiheng Lyu, Zhijing Jin, Fernando Gonzalez Adauto, Rada Mihalcea, Bernhard Schölkopf, Mrinmaya Sachan

Abstract

Sentiment analysis (SA) aims to identify the sentiment expressed in a piece of text, often in the form of a review. Assuming a review and the sentiment associated with it, in this paper we formulate SA as a combination of two tasks: (1) a causal discovery task that distinguishes whether a review “primes” the sentiment (Causal Hypothesis C1), or the sentiment “primes” the review (Causal Hypothesis C2); and (2) the traditional prediction task to model the sentiment using the review as input. Using the peak-end rule in psychology, we classify a sample as C1 if its overall sentiment score approximates an average of all the sentence-level sentiments in the review, and as C2 if the overall sentiment score approximates an average of the peak and end sentiments. For the prediction task, we use the discovered causal mechanisms behind the samples to improve the performance of LLMs by proposing causal prompts that give the models an inductive bias of the underlying causal graph, leading to substantial improvements by up to 32.13 F1 points on zero-shot five-class SA.

BibTeX
@inproceedings{lyu-etal-2024-llms,
    title = "Do {LLM}s Think Fast and Slow? A Causal Study on Sentiment Analysis",
    author = {Lyu, Zhiheng  and
      Jin, Zhijing  and
      Gonzalez Adauto, Fernando  and
      Mihalcea, Rada  and
      Sch{\"o}lkopf, Bernhard  and
      Sachan, Mrinmaya},
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.547/",
    doi = "10.18653/v1/2024.findings-emnlp.547",
    pages = "9353--9372"
}
Do LLMs Think Fast and Slow? A Causal Study on Sentiment Analysis · EMNLP 2024