From de5c1488c2bb011a3b6d9c3f52f143c0aa8a4b3d Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:26:38 +0800 Subject: [PATCH] guided: drop stale comment claiming descs were shortened (they are verbatim Clifford options) Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- src/moralmaps/guided.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/moralmaps/guided.py b/src/moralmaps/guided.py index b63dbe1..e2ad156 100644 --- a/src/moralmaps/guided.py +++ b/src/moralmaps/guided.py @@ -338,11 +338,8 @@ def _rollout_natural_or_forced( # ===== Forced-choice (K-way primary foundation) ===== -# Foundation set + descriptions adapted from the response options in -# Clifford et al. (2015) Study 1. Their "social" option = "not morally wrong" -# (the social-norms control set). Descriptions are parallel and short -# (no repetitive "violates norms of" prefix) so no option stands out -# structurally. +# Foundation set from the response options in Clifford et al. (2015) Study 1. +# Their "social" option = "not morally wrong" (the social-norms control set). _DEFAULT_FORCED_FOUNDATIONS: tuple[str, ...] = ( "care", "fairness", "loyalty", "authority", "sanctity", "liberty", "social", )