Exercises

Practice evidence levels, trace shapes, weighted values, vector norms, diagnostic projections, ablation effects, patch recovery, necessity and sufficiency, feature vocabulary, and report repair.

Use the Chapter 9 clean margin 6.4618 and corrupted margin -5.7350 unless an exercise provides other values.

Q1. Order the evidence

A researcher records a head's weights, compares them across two prompts, zeros the head, and then proposes a tested component account. Put the four evidence levels in order.

Choose the correct order

Select one choice, then check.

Hint
Begin with reading one value and end with the tested account.
Solution
The order is observation, association, intervention, then mechanistic account.
Not attempted
Review

Not marked done.

Q2. Recover a trace shape

For B=2B=2, h=4h=4, and T=5T=5, what is the attention-weight tensor shape under the convention (B,h,T,T)(B,h,T,T)?

Answer it first, then check.

Hint
Both final axes are sequence positions.
Solution
The shape is (2,4,5,5)(2,4,5,5).
Not attempted
Review

Not marked done.

Q3. Separate weights from written content

Weights [0.25,0.75] mix value rows [2,0] and [0,4]. Calculate the mixed value before its output projection.

Compute it first, then check your number.

Hint
Scale each row, then add coordinate by coordinate.
Solution
0.25[2,0]+0.75[0,4]=[0.5,3]0.25[2,0]+0.75[0,4]=[0.5,3].
Not attempted
Review

Not marked done.

Q4. Calculate a write norm

An attention write is [3,-4,0,0]. Calculate its L2L_2 norm. Does that number alone determine its effect on the target logit?

Answer it first, then check.

Hint
Use the square root of the sum of squared coordinates.
Solution
The norm is 9+16=5\sqrt{9+16}=5. It does not determine alignment with the readout or later effects.
Not attempted
Review

Not marked done.

Q5. Interpret a diagnostic projection

An intermediate residual projects to top token Y, while the final model predicts X. Which statement is justified?

Choose one

Select one choice, then check.

Hint
The model does not normally apply its final readout at that stage.
Solution
The diagnostic readout favors Y at that stage; the actual forward pass continues and finally predicts X.
Not attempted
Review

Not marked done.

Q6. Calculate a zero-ablation effect

The clean margin is 6.4618. A zero ablation gives -2.6127. Calculate Δm\Delta m to four decimal places.

Compute it first, then check your number.

Hint
Use ablated minus clean.
Solution
2.61276.4618=9.0745-2.6127-6.4618=-9.0745 using the rounded inputs.
Not attempted
Review

Not marked done.

Q7. Interpret recovery above one

Clean margin is 5, corrupted margin is -3, and a patch gives margin 7. Calculate recovery and interpret it.

Choose the calculation and interpretation

Select one choice, then check.

Hint
Use (7(3))/(5(3))(7-(-3))/(5-(-3)).
Solution
Recovery is 10/8=1.2510/8=1.25. The patched metric exceeds the clean baseline; this is allowed and needs investigation.
Not attempted
Review

Not marked done.

Q8. Distinguish necessity and sufficiency

Removing component A damages the output, but inserting A alone into a baseline does not restore it. Which result is supported?

Choose one

Select one choice, then check.

Hint
Use the result of each intervention separately.
Solution
A is necessary under that removal test but not sufficient under that insertion test.
Not attempted
Review

Not marked done.

Q9. Separate neuron and feature

Which statement uses the vocabulary correctly?

Choose one

Select one choice, then check.

Hint
A feature may be distributed or represented in superposition.
Solution
A neuron is a coordinate in a chosen activation basis; a feature is a representation hypothesis and may use several coordinates.
Not attempted
Review

Not marked done.

Q10. Repair an interpretation report

A report gives only its strongest patch, says it “proves the circuit,” and does not name the corruption or metric. Name three missing requirements.

Choose the three required repairs

Select one choice, then check.

Hint
Check what was omitted, what cannot be rerun, and what was overstated.
Solution
Report all tested sites rather than only the maximum, define the corruption and output metric, and replace “proves the circuit” with a claim bounded to the tested patch effect. Controls and alternative explanations should also be included.
Not attempted
Review

Not marked done.

Pause and reflect

Which exercises were difficult, what mistake pattern did you notice, and what should you practice again? The note stays with this exercise set.

0 of 10 exercises marked done

Review

Not marked done.