English

Are LLMs complicated ethical dilemma analyzers?

Computation and Language 2025-05-14 v1 Artificial Intelligence

Abstract

One open question in the study of Large Language Models (LLMs) is whether they can emulate human ethical reasoning and act as believable proxies for human judgment. To investigate this, we introduce a benchmark dataset comprising 196 real-world ethical dilemmas and expert opinions, each segmented into five structured components: Introduction, Key Factors, Historical Theoretical Perspectives, Resolution Strategies, and Key Takeaways. We also collect non-expert human responses for comparison, limited to the Key Factors section due to their brevity. We evaluate multiple frontier LLMs (GPT-4o-mini, Claude-3.5-Sonnet, Deepseek-V3, Gemini-1.5-Flash) using a composite metric framework based on BLEU, Damerau-Levenshtein distance, TF-IDF cosine similarity, and Universal Sentence Encoder similarity. Metric weights are computed through an inversion-based ranking alignment and pairwise AHP analysis, enabling fine-grained comparison of model outputs to expert responses. Our results show that LLMs generally outperform non-expert humans in lexical and structural alignment, with GPT-4o-mini performing most consistently across all sections. However, all models struggle with historical grounding and proposing nuanced resolution strategies, which require contextual abstraction. Human responses, while less structured, occasionally achieve comparable semantic similarity, suggesting intuitive moral reasoning. These findings highlight both the strengths and current limitations of LLMs in ethical decision-making.

Keywords

Cite

@article{arxiv.2505.08106,
  title  = {Are LLMs complicated ethical dilemma analyzers?},
  author = {Jiashen and Du and Jesse Yao and Allen Liu and Zhekai Zhang},
  journal= {arXiv preprint arXiv:2505.08106},
  year   = {2025}
}

Comments

CS194-280 Advanced LLM Agents project. Project page: https://github.com/ALT-JS/ethicaLLM

R2 v1 2026-06-28T23:30:38.716Z