DSv4-Flash REAP Wiki

Wiki pages

On this page

Resources

External review

From the DeepSeek-V4-Flash-0731 interpretability project

Experiment 4: the quotation switch test

Christian commentary books are prose with Bible verses quoted inside them. We wanted to know whether H6 fires on the verse quotes or on the surrounding prose. Answer: it fires on the prose. The embedded verse quotes do not turn H6 off.

The setup

A lot of Christian writing is a mix: a paragraph of commentary, then a quoted Bible verse, then more commentary. This gave us a natural experiment. If H6 fires on these documents, is it reacting to the verse quotes embedded inside, or to the prose commentary around them?

We took 30 windows of about 16,000 tokens each from Christian books that quote the King James Bible. Every window contains both quoted verse and surrounding commentary. The question is which part H6 is reacting to.

Two kinds of text in the sample

GroupnDescriptionDigit density
KJV files (verse format)5Bible text with chapter:verse numbering2.3–6.1%
Commentary books (prose)24Sermons, theology with embedded Bible quotes0.0–1.0%

Pilot results (Exp 4a)

Our first pass compared the two kinds of text at the window level. "H6 composite (M)" is the combined firing rate of all six H6 experts, per million tokens. The "vs. Bible verse" column shows how many times higher that rate is than the rate on pure Bible verse.

GroupnTokensH6 composite (M)vs. Bible verse
Pure Bible verse (core data)1,1891,045,7764.1baseline
KJV files (verse+apparatus)581,9208,6642,109×
Commentary books (prose+quotes)24367,40644,82210,911×

The pattern is stark. Pure Bible verse fires H6 at about 4/M. The KJV files, which are verse text plus the chapter and verse apparatus around it, fire at 8,664/M. The commentary books fire at 44,822/M, roughly 11,000 times higher than pure verse. H6 is reacting to the prose, not the verse.

Pilot charts

ChartWhat it shows
H6 comparisonH6 composite rates across 4 groups (log scale)
Per-anchorPer-anchor H6 rates: verse vs commentary
Digit density scatterDigit density vs H6, colored by text type

Pilot findings

  1. H6 fires on the prose context, not the verse content. Commentary with quotes fires at 44,822/M, the same as pure commentary. The verse quotes inside do not suppress H6.
  2. All 6 anchors fire more on commentary than on KJV files. No single expert breaks the pattern.

Where the pilot was weak

Exp 4b: the scaled version (351 records)

Exp 4b fixes all three of those limitations. It uses 351 records and 5,156,659 tokens, with 41,426 tokens of explicitly annotated verse quotes drawn from 18 sources. Now we know, token by token, which parts are verse and which are prose.

MetricValue
Records351
Tokens5,156,659
H6 rate (commentary prose)163,284/M
Quote fraction vs H6 correlationr = −0.13
Invariant violations0

The −0.13 correlation between quote fraction and H6 means: the more verse a document quotes, the slightly less H6 fires, but the effect is weak. H6 fires on the prose context regardless of how much verse is quoted inside it. This confirms the pilot finding at scale. H6 is a prose detector, not a verse detector and not a "non-scripture" detector.

Exp 4b scatter
H6 rate vs quote fraction per record. The weak negative trend (r = −0.13) confirms H6 fires on prose context, not verse content.