paper-with-me

Papers

Generating Robot Constitutions & Benchmarks for Semantic Safety

2025-03-11 · Pierre Sermanet, Anirudha Majumdar, Alex Irpan, Dmitry Kalashnikov, Vikas Sindhwani

Until recently, robotics safety research was predominantly about collision avoidance and hazard reduction in the immediate vicinity of a robot. Since the advent of large vision and language models (VLMs), robots are now also capable of higher-level semantic scene understanding and natural language interactions with humans. Despite their known vulnerabilities (e.g. hallucinations or jail-breaking), VLMs are being handed control of robots capable of physical contact with the real world. This can lead to dangerous behaviors, making semantic safety for robots a matter of immediate concern. Our contributions in this paper are two fold: first, to address these emerging risks, we release the ASIMOV Benchmark, a large-scale and comprehensive collection of datasets for evaluating and improving semantic safety of foundation models serving as robot brains. Our data generation recipe is highly scalable: by leveraging text and image generation techniques, we generate undesirable situations from real-world visual scenes and human injury reports from hospitals. Secondly, we develop a framework to automatically generate robot constitutions from real-world data to steer a robot's behavior using Constitutional AI mechanisms. We propose a novel auto-amending process that is able to introduce nuances in written rules of behavior; this can lead to increased alignment with human preferences on behavior desirability and safety. We explore trade-offs between generality and specificity across a diverse set of constitutions of different lengths, and demonstrate that a robot is able to effectively reject unconstitutional actions. We measure a top alignment rate of 84.3% on the ASIMOV Benchmark using generated constitutions, outperforming no-constitution baselines and human-written constitutions. Data is available at asimov-benchmark.github.io

📄 PDF Abstract BibTeX arXiv:2503.08663

Code (0)

등록된 구현이 없습니다.

Tasks

Collision AvoidanceImage GenerationScene UnderstandingSpecificity

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SciFi-Benchmark: How Would AI-Powered Robots Behave in Science Fiction Literature?

2025-03-12 · Pierre Sermanet, Anirudha Majumdar, Vikas Sindhwani

Given the recent rate of progress in artificial intelligence (AI) and robotics, a tantalizing question is emerging: would robots controlled by emerging AI systems be strongly aligned with human values? In this work, we p…

Ethics

C3AI: Crafting and Evaluating Constitutions for Constitutional AI

2025-02-21 · Yara Kyrychenko, Ke Zhou, Edyta Bogucka, Daniele Quercia

Constitutional AI (CAI) guides LLM behavior using constitutions, but identifying which principles are most effective for model alignment remains an open challenge. We introduce the C3AI framework (\textit{Crafting Consti…

Safety Alignment

IterAlign: Iterative Constitutional Alignment of Large Language Models

2024-03-27 · Xiusi Chen, Hongzhi Wen, Sreyashi Nag, Chen Luo 외

With the rapid development of large language models (LLMs), aligning LLMs with human values and societal norms to ensure their reliability and safety has become crucial. Reinforcement learning with human feedback (RLHF) …

Red Teaming

Constitutional On-Policy Safe Distillation

2026-06-02 · Ming Wen, Yuxuan Liu, Kun Yang, Yunhao Feng 외 arxiv

On-policy self-distillation (OPSD) has emerged as an efficient post-training paradigm by using a teacher conditioned on privileged information to provide dense token-level supervision. Prior work has shown that OPSD can …

Evaluating the role of `Constitutions' for learning from AI feedback

2024-11-15 · Saskia Redgate, Andrew M. Bean, Adam Mahdi

The growing capabilities of large language models (LLMs) have led to their use as substitutes for human feedback for training and assessing other LLMs. These methods often rely on `constitutions', written guidelines whic…