From d49712820b47a6dec696f4069d6ad8d70250aed9 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:07:24 +0800 Subject: [PATCH] Record extension model capability scores --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4996d9..7af0061 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ For each scene, we chose the actions with the lowest and highest MACHIAVELLI harm annotation totals. Each of four Qwen 3.5 models explained both actions under the two motive instructions shown above. -| explanation model | [Artificial Analysis score](https://artificialanalysis.ai/?models=qwen3-5-9b%2Cqwen3-5-27b%2Cqwen3-5-397b-a17b%2Cqwen3-5-122b-a10b%2Cqwen3-5-35b-a3b) | +| explanation model | Artificial Analysis Intelligence Index | |:--|--:| -| Qwen 3.5 9B | 21 | +| [Qwen 3.5 9B](https://artificialanalysis.ai/?models=qwen3-5-9b%2Cqwen3-5-397b-a17b%2Cqwen3-5-122b-a10b%2Cqwen3-5-35b-a3b) | 21 | | Qwen 3.5 35B-A3B | 29 | | Qwen 3.5 122B-A10B | 32 | | Qwen 3.5 397B-A17B | 34 | +| [Qwen 3.7 Max](https://artificialanalysis.ai/models/qwen3-7-max/) | 46 | +| [Kimi K3](https://artificialanalysis.ai/models/kimi-k3) | 57 | The Hugging Face dataset card explains the two configurations, intended uses, columns, QA flags, and limitations.