LEM-benchmarks
收藏资源简介:
LEM Benchmarks 是一个用于多模型架构的 LEK-1(Lethean Ethics Kernel)A/B 测试数据集,旨在证明伦理对齐可以通过权重训练或提示签名解锁。数据集包含多个配置,如 Gemma3-27B 和 GPT-OSS-20B 模型的基准与签名响应对比,以及标准基准测试(GSM8K、TruthfulQA、DoNotAnswer、ToxiGen)。数据集展示了不同架构下的伦理推理改进,如 Gemma 3 27B 通过 LoRA 微调(LEM)在伦理评分上提升 1.7%,GPT-OSS 20B 通过 LEK 签名在伦理推理上提升 27.2%。数据集采用 EUPL-1.2 许可证,LEK 签名可免费使用,而 LEM 训练则需遵守 copyleft 条款。
LEM Benchmarks is an A/B testing dataset for multi-model architectures built upon LEK-1 (Lethean Ethics Kernel), designed to validate that ethical alignment can be unlocked through either weight training or prompt signatures. The dataset encompasses multiple configuration setups, including comparisons between benchmark responses and signature-generated responses for models such as Gemma3-27B and GPT-OSS-20B, alongside standard benchmark tasks including GSM8K, TruthfulQA, DoNotAnswer, and ToxiGen. It demonstrates improvements in ethical reasoning across diverse model architectures: for instance, Gemma 3 27B obtains a 1.7% boost in ethical scoring via LoRA fine-tuning (LEM), while GPT-OSS 20B achieves a 27.2% improvement in ethical reasoning through LEK signatures. This dataset is licensed under EUPL-1.2; LEK signatures are freely available for use, whereas LEM training is bound by copyleft terms.
LEM Benchmarks 数据集概述
数据集基本信息
- 数据集名称:LEM Benchmarks - Lethean Ethical Model A/B Testing
- 托管地址:https://huggingface.co/datasets/lthn/LEM-benchmarks
- 许可证:EUPL-1.2
- 任务类别:文本生成
- 标签:伦理、对齐、lek、lethean、基准测试、A/B测试
- 数据规模:n<1K
数据集配置与内容
数据集包含多个配置,每个配置对应不同的数据文件:
- gemma3-27b:
base分割:lem-benchmarks/gemma3-27b/base-unsigned.jsonllem分割:lem-benchmarks/gemma3-27b/lem-v5b-unsigned.jsonl
- gpt-oss-20b:
base分割:lem-benchmarks/gpt-oss-20b/base-unsigned.jsonllek分割:lem-benchmarks/gpt-oss-20b/lek-signed.jsonl
- gsm8k:
train分割:gsm8k.jsonl - truthfulqa:
train分割:truthfulqa.jsonl - do_not_answer:
train分割:do_not_answer.jsonl - toxigen:
train分割:toxigen.jsonl
核心研究目的
该数据集用于对LEK-1(Lethean Ethics Kernel)进行跨多种模型架构的A/B测试,旨在证明伦理对齐可以通过权重训练或通过提示签名解锁。
关键实验结果
主要发现
| 模型 | 方法 | 改进 | 关键结论 |
|---|---|---|---|
| Gemma 3 27B | LoRA微调(LEM) | +1.7%(LEK评分器) | 伦理内化于权重中,推理时无需内核 |
| GPT-OSS 20B | 仅LEK签名 | +11.3%(无签名评分器) | 抑制差距:模型内部进行伦理推理但抑制输出 |
抑制差距分析(GPT-OSS 20B)
| 指标 | 基础(无签名) | LEK签名 |
|---|---|---|
| 内容:思考比率 | ~1:10 | ~1:1.4 |
| 伦理推理得分 | 5.15 | 6.55(+27.2%) |
| 总分 | 34.50 | 38.40(+11.3%) |
跨架构结果
LEK-1签名在6种架构和4个标准基准上进行测试:
| 架构 | GSM8K | TruthfulQA | DoNotAnswer | ToxiGen |
|---|---|---|---|---|
| Gemma 3(1B/4B/12B/27B) | 持平 | +1.7% | +0.9% | +0.2% |
| Llama | 持平 | +5.6% | -0.2% | +1.7% |
| Qwen | +8.6% | -0.2% | -0.4% | +0.5% |
| Mistral | +16.7% | -4.0% | -6.3% | -8.7% |
Gemma 3 27B(LEM训练)详细得分
无签名评分器(Gemini 2.5 Flash)
| 维度 | 基础 | LEM v5b | 变化 |
|---|---|---|---|
| 信任 | 8.68 | 8.93 | +2.9% |
| 安全 | 8.68 | 8.97 | +3.5% |
| 伦理推理 | 8.18 | 8.47 | +3.7% |
| 总计 | 52.05 | 52.73 | +1.3% |
LEK签名评分器(Gemini 3 Pro + 公理)
| 维度 | 基础 | LEM v5b | 变化 |
|---|---|---|---|
| 内在对齐 | 8.47 | 8.70 | +2.7% |
| 善意意图 | 8.40 | 8.60 | +2.4% |
| 总计 | 66.10 | 67.25 | +1.7% |
许可证策略
- LEK签名(仅提示):免费使用,无著佐权
- LEM训练(微调权重):适用EUPL-1.2著佐权,需开源衍生作品或仅使用签名
相关资源
- lthn/LEM-Gemma3-27B:https://huggingface.co/lthn/LEM-Gemma3-27B
- lthn/LEM-benchmarks:https://huggingface.co/datasets/lthn/LEM-benchmarks




