concept
active
concept:base-10-additionBase-10 addition
The generic addition mechanism that Llama-3.1-8B actually uses to compute sums before mapping back to cyclic concept space
Neighborhood — ranked by edge-count
Concepts (4)
concept
- Base-10 arithmeticrelated_toHigh pretraining exposure numeral system used in E2.
- Generic addition mechanismimplementsThe core finding: Llama-3.1-8B reuses one addition mechanism across all cyclic tasks rather than learning task-specific modular arithmetic
- Llama's discovered algorithm: first compute integer sum via base-10 addition, then map the sum back to cyclic concept space
- Modular additioncontradictsThe mathematically natural computation for cyclic concepts (e.g., addition mod 12 for months), which the paper shows Llama does NOT directly implement
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Low pretraining exposure numeral system used in E2.
- Intervention method that adds a learned direction vector to residual stream activations to steer model behavior
- Moderate pretraining exposure numeral system used in E2.
- A model's task-solving capability without harness evolution, used as baseline for comparing evolution gains
- Steering method deriving vectors from contrastive prompt pairs and adding to first-token activations.
- Shot midpoint from logistic fit over 10 runs.
- Adding steering vector in forward direction to push model activations toward stronger reflective behavior.