Does an AI Think in Circles? I Opened One Up to Find Out

· Source: Machine Learning on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Intermediate, quick

Summary

An investigation into how language models represent ideas internally explored whether concepts are stored as linear directions or curved shapes like circles. The author specifically examined Qwen3-1.7B, a small open model, to search for a circular representation using compass bearings. This concept, ranging from 0 degrees (north) to 355 degrees (near north again), was chosen for its inherent circularity and continuity, allowing for the detection of smooth transitions between related ideas within the model's internal structure. This research aims to move beyond small toy models to understand the internal geometry of ideas in real-world language models, challenging the prevailing view of ideas as simple linear directions.

Key takeaway

For AI Scientists investigating neural network interpretability, this exploration into Qwen3-1.7B's internal geometry challenges assumptions about linear idea representations. You should consider probing models for non-linear structures like circles or spirals, especially when dealing with continuous or cyclical concepts. This could lead to more nuanced understanding and potentially novel methods for steering or editing model behavior beyond simple directional pushes.

Key insights

Language models might represent ideas as curved shapes, not just linear directions, as explored in Qwen3-1.7B with compass bearings.

Principles

Method

The method involved analyzing Qwen3-1.7B's internal structure for circular idea representations, specifically using continuous compass bearings (0-360 degrees) to detect smooth paths between related concepts.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Student

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning on Medium.