Abstract:
The increasing integration of Artificial Intelligence into complex societal domains necessitates a deeper understanding of how to embed ethical reasoning into machines. This project addresses the challenge of quantifying and predicting alignment with established human ethical frameworks. Our methodology involved three key stages. First, we established a granular theoretical framework by defining 15 distinct ethical theories under the three major schools of thought: Consequentialism (α), Deontology (β), and Virtue Ethics (γ). Second, we developed a novel dataset of 450 ethical scenarios, specifically designed to elicit responses corresponding to each of the 15 theories. These scenarios were then annotated using Large Language Models (LLMs) to generate quantitative scores (α, β, γ) representing the relevance of each ethical school to a given case. Finally, we benchmarked a suite of classical machine learning models to predict these ethical alignments from textual features. Two primary experiments were conducted: a multi-output regression task to predict the (α, β, γ) scores and a multi-output classification task to predict the specific ethical school and theory. In the regression task, Linear Regression demonstrated the strongest explanatory power, achieving an R-squared (R2 ) value of 0.5804. For classification, Logistic Regression was the top- performing model, achieving an Exact Match Accuracy of 74.44% and 100% accuracy in identifying the high-level ethical school. This work provides a foundational dataset, a robust evaluation of classical machine learning models for ethical prediction, and confirms that quantitative representations of ethical schools are viable targets for computational modeling. The findings lay the groundwork for future research in building more transparent, auditable, and ethically-aligned AI systems.