
Kimi K3と、ペリカンベンチマークから今も学べることKimi K3, and what we can still learn from the pelican benchmark
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
Moonshot AIの新モデルKimi K3をペリカンベンチマークで評価し、シンプルな創造的タスクがLLMの能力差を測る上で依然有効であることを示した。
Simon Willison evaluates the new Kimi K3 model using the pelican benchmark, showing that simple creative tasks remain a surprisingly effective way to differentiate LLM capabilities.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
中国のMoonshot AIが新たな大規模言語モデル「Kimi K3」を公開し、開発者のSimon Willison氏が自身の考案した「ペリカンベンチマーク」を用いて評価した結果を明らかにした。派手なスコア競争が続くLLM業界にあって、単純な創造的タスクが依然としてモデルの実力差を浮き彫りにするという指摘は、評価手法を考えるうえで示唆に富む。
ペリカンベンチマークとは、Willison氏が以前から使い続けている非公式のテストで、「自転車に乗ったペリカンをSVGで描け」という一風変わった指示をモデルに与えるものだ。ペリカンも自転車も描画が難しく、両者を組み合わせた構図は学習データに乏しいと見られる。そのためモデルは、空間認識やコード生成、常識的な形状理解を総動員する必要があり、丸暗記では対応しづらい。生成されたSVGを実際に描画して見比べれば、専門知識がなくても優劣を直感的に把握できる点も特徴である。
Willison氏の報告によれば、Kimi K3が生成した図はこれまでのオープンモデルと比べても健闘しており、Moonshot AIが着実に世代を重ねていることをうかがわせる。同社はKimi K2などオープンウェイトの大規模モデルで注目を集めてきた企業で、DeepSeekやAlibabaのQwenシリーズと並び、中国勢のオープンモデル競争を牽引する存在と位置づけられる。
こうした簡易ベンチマークが注目される背景には、標準的な評価指標への不信感がある。MMLUなどの既存ベンチマークは、問題がインターネット上に流出して学習データに混入する「汚染」の懸念が指摘されており、高スコアが必ずしも実用的な能力を反映しないという声は根強い。一方でペリカンのような奇抜な課題は、モデル側が事前に最適化しにくく、素の生成能力を測る手がかりになりうる。
もっとも、たった一枚の絵で総合的な性能を断じることはできず、Willison氏自身もこれを厳密な指標ではなく親しみやすい観察手段として扱っている。それでも、誰もが結果を目で確かめられる透明性と、モデルの進化を継続的に追える継続性は、数値だけでは伝わりにくいLLMの進歩を実感させる。派手な指標の陰で、こうした素朴な試みが評価文化に一石を投じ続けている。
Simon Willison has put Moonshot AI's newly released Kimi K3 through his signature informal test — asking a large language model to produce an SVG illustration of a pelican riding a bicycle — and used the results to argue that deliberately simple creative prompts remain a surprisingly durable way to separate strong models from weaker ones. The exercise matters because, as standardized leaderboards saturate and concerns about training-data contamination grow, lightweight and idiosyncratic probes are becoming a practical complement for anyone trying to gauge what a model can actually do.
The pelican benchmark works for a specific reason. An SVG is defined entirely in text, coordinates, and path data, so a model must "draw" without seeing what it is producing, translating a mental image into vector shapes and transforms in a single pass. A pelican and a bicycle are each awkward to render on their own, and combining them — perching a large, oddly proportioned bird on a two-wheeled frame — forces the model to reason about spatial relationships, relative scale, and overall composition. Because the request is whimsical and unlikely to appear verbatim in any training set, it resists the memorization that can inflate scores on more conventional evaluations.
Willison reports that Kimi K3 appears to handle the task more coherently than earlier Kimi releases, though he frames the assessment as subjective rather than quantitative. The value of the test, in his telling, is less about crowning a winner than about revealing failure modes: whether wheels are recognizably circular, whether the bird sits in a plausible position relative to the frame, and whether the model maintains internal consistency across dozens of coordinate points. These are qualities that are easy to see at a glance but hard to capture with a numeric score, which is part of why the benchmark has become a recurring fixture across his model reviews.
Kimi K3 is the latest entry in Moonshot AI's model family. The Beijing-based startup has built a reputation around long-context capabilities and, with earlier releases such as Kimi K2, around publishing open weights that developers can run and fine-tune themselves. The article's placement in a local-LLM context suggests K3 is likely intended to be accessible outside a hosted API, positioning it against other openly available systems from Chinese and Western labs. Readers evaluating the model should treat specific capability claims cautiously until independent testing accumulates, since a single creative prompt cannot substitute for broader measurement.
That caveat points to the larger theme of the piece. Formal benchmarks such as MMLU, GPQA, and various coding suites remain important, but they are increasingly vulnerable to two problems: models may have seen the questions during training, and headline numbers cluster so tightly at the top that they no longer distinguish between leading systems. Community-driven approaches like the LMArena preference rankings try to address this with human judgment at scale, while individual reviewers lean on personal, hard-to-game tasks. The pelican test belongs to this second category — a "vibes-based" check that is reproducible enough to compare models over time yet strange enough to stay off the beaten path of optimization.
There is also a practical toolchain behind these evaluations. Willison maintains an open-source command-line utility, llm, that lets users send the same prompt to many different providers and locally hosted models, which makes running an identical test across a dozen systems straightforward. That infrastructure is part of why a one-off joke has evolved into a semi-standard reference point cited by other developers and even acknowledged by some model builders.
The broader takeaway is that model evaluation is becoming a portfolio activity rather than a single scoreboard. As new releases like Kimi K3 arrive at a rapid pace, quick creative probes offer an immediate, intuitive read on progress, while structured benchmarks and real-world usage fill in the rest. The pelican riding a bicycle endures not because it measures anything economically important, but because it remains difficult, memorable, and resistant to gaming — a reminder that useful evaluation sometimes comes from asking a model to do something no one would have thought to train it for.
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (simonwillison.net) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (simonwillison.net).




