paper-with-me

Papers

Ethical Reasoning and Moral Value Alignment of LLMs Depend on the Language we Prompt them in

2024-04-29 · Utkarsh Agarwal, Kumar Tanmay, Aditi Khandelwal, Monojit Choudhury

Ethical reasoning is a crucial skill for Large Language Models (LLMs). However, moral values are not universal, but rather influenced by language and culture. This paper explores how three prominent LLMs -- GPT-4, ChatGPT, and Llama2-70B-Chat -- perform ethical reasoning in different languages and if their moral judgement depend on the language in which they are prompted. We extend the study of ethical reasoning of LLMs by Rao et al. (2023) to a multilingual setup following their framework of probing LLMs with ethical dilemmas and policies from three branches of normative ethics: deontology, virtue, and consequentialism. We experiment with six languages: English, Spanish, Russian, Chinese, Hindi, and Swahili. We find that GPT-4 is the most consistent and unbiased ethical reasoner across languages, while ChatGPT and Llama2-70B-Chat show significant moral value bias when we move to languages other than English. Interestingly, the nature of this bias significantly vary across languages for all LLMs, including GPT-4.

📄 PDF Abstract BibTeX arXiv:2404.18460

Code (0)

등록된 구현이 없습니다.

Tasks

Ethics

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Ethical Reasoning over Moral Alignment: A Case and Framework for In-Context Ethical Policies in LLMs

2023-10-11 · Abhinav Rao, Aditi Khandelwal, Kumar Tanmay, Utkarsh Agarwal 외

In this position paper, we argue that instead of morally aligning LLMs to specific set of ethical principles, we should infuse generic ethical reasoning capabilities into them so that they can handle value pluralism at a…

EthicsPosition

Beyond Ethical Alignment: Evaluating LLMs as Artificial Moral Assistants

2025-08-18 · Alessio Galatolo, Luca Alberto Rappuoli, Katie Winkle, Meriem Beloucif arxiv

The recent rise in popularity of large language models (LLMs) has prompted considerable concerns about their moral capabilities. Although considerable effort has been dedicated to aligning LLMs with human moral values, e…

GreedLlama: Performance of Financial Value-Aligned Large Language Models in Moral Reasoning

2024-04-03 · Jeffy Yu, Maximilian Huber, Kevin Tang

This paper investigates the ethical implications of aligning Large Language Models (LLMs) with financial optimization, through the case study of GreedLlama, a model fine-tuned to prioritize economically beneficial outcom…

The Staircase of Ethics: Probing LLM Value Priorities through Multi-Step Induction to Complex Moral Dilemmas

2025-05-23 · Ya Wu, Qiang Sheng, Danding Wang, Guang Yang 외

Ethical decision-making is a critical aspect of human judgment, and the growing use of LLMs in decision-support systems necessitates a rigorous evaluation of their moral reasoning capabilities. However, existing assessme…

EthicsFairness

The Moral Consistency Pipeline: Continuous Ethical Evaluation for Large Language Models

2025-12-02 · Saeid Jamshidi, Kawser Wazed Nafi, Arghavan Moradi Dakhel, Negar Shahabi 외 arxiv

The rapid advancement and adaptability of Large Language Models (LLMs) highlight the need for moral consistency, the capacity to maintain ethically coherent reasoning across varied contexts. Existing alignment frameworks…