· 4 min read

The Language of Surrender: Phrase Improvement Measurements

The trigger vocabulary that finds surrender statements was grown and tested: 373 mined candidates, 45 tested against ten labeled sources spanning four tiers of label quality, 9 promoted on human gold. Three measured regularities came out: precision rises with phrase length (0.603 at two words to 0.771 at five, over 134,600 decided spans); first-person forms separate self-acknowledged limitations from reviewer criticism (0.955 versus 0.000 for the same phrase family); and mining scores do not predict trigger quality. Every number is a measurement with its label tier stated.

Third in a series. The first article measured classifier models against a limitation gold set; the second measured larger models. This one measures the other half of the system: the trigger vocabulary itself — the phrases that propose candidate surrender statements before any model sees them.

Starting point

The vocabulary under test: 1,576 surrender phrases, 1,128 currently matchable, each carrying a per-phrase precision measured over the spans a classifier has ruled on. Its measured weaknesses: precision 0.23 on its home calibration corpus, recall 0.054 on clinical text, 0.016 on AI-conference text — the phrases are register-bound.

Length governs precision

The vocabulary’s own record, 134,600 decided spans across 462 measurable phrases with two to five words:

Figure 1. Trigger precision rises monotonically with phrase length, from 0.603 at two words to 0.771 at five, weighted over 134,600 decided spans

The same effect appears at the level of individual phrase families on human gold: extending a two-word trigger by one word raised gold precision in all four measured pairs.

Figure 2. Four parent-child pairs on human gold: the three-word child beats its two-word parent in every case, largest jump 0.550 to 0.955

Candidate generation and testing

Candidates were mined by log-odds contrast (Dirichlet prior, z-scored) between limitation-bearing and other text, per register: 265 candidates from a 1–3-gram pass, 108 from a 3–6-gram pass. 45 were tested — six agents in a first round of 30, then 15 re-tested comprehensively — against ten labeled sources with four tiers of label quality: human gold (Kilicoglu 2,257 sentences; SAL 952; Challenges & Directions 2,894), distant labels (BAGELS section headers; ART expert zones; OA-STM machine zones), machine labels (SAL large-scale predictions; ORION estate screen), and third-party silver (ASAP reviewer spans; LimitGen reviewer limitations).

Figure 4. Fifteen candidate phrases against ten labeled sources: precision per cell, label tier marked per source, gray cells had no matches

The self versus third-party axis

The matrix’s strongest structure: first-person phrases score 0.75–1.00 on self-acknowledged gold and 0.000 on reviewer spans; reviewer-frame phrases invert.

Figure 3. Per-phrase precision on the self tier versus the third-party tier: first-person forms at one end, reviewer deixis at the other

“we did not” matched 92 reviewer spans and none was a positive; “the proposed method” matched zero gold positives in 2,257 sentences and runs 0.92–0.95 on reviewer spans. The two vocabularies do not overlap: a trigger set for self-acknowledged surrender and a trigger set for reviewer criticism are separate artifacts.

Mining score does not predict quality

Candidates with mining z-scores of 33–54 were rejected wholesale — they were checklist boilerplate, reviewer deixis, or fragments of existing triggers (five estate candidates overlapped the existing “beyond the scope” trigger at 59–92%). The nine promotions came from candidates with modest z-scores validated on human gold. The promotion gate is gold precision; the mining score is only a candidate generator.

Figure 6. The pipeline: 373 mined candidates, 45 tested, 9 promoted, 8 held for context rules, 28 rejected or fragments

Register transfer and the mining lift

The vocabulary’s recall by register, and the effect of adding 120 register-mined phrases:

Figure 5. Recall by register: 0.82 on the home corpus, 0.054 clinical, 0.016 AI-conference; adding 120 mined AI-register phrases lifts the AI figure to 0.429 at precision 0.813

Promotions

Nine phrases cleared human gold with multi-tier agreement:

phrasegold P (n)strongest secondary evidence
we did not0.955 (22)SAL gold lift 19.1×; BAGELS 4.14×
may not be1.000 (6)OA-STM 8/8; BAGELS n=797 at 2.76×
limited by the1.000 (3)SAL gold lift 25.8×; Challenges 1.000
we were not1.000 (2)SAL gold lift 23.9×; BAGELS 4.17×
could not be0.750 (8)OA-STM lift 3.40×; ART 2.18×
it is possible1.000 (4)SAL gold lift 16.3×
may have0.821 (28)first-round promotion
were not0.677 (31)first-round promotion
not be0.680 (25)first-round promotion

Eight further phrases are held for context rules (usable only with attribution or mitigation guards), and 28 were rejected or identified as fragments of existing triggers.

Measurement status notes

  • Gold-tier match counts for several promoted phrases are small (n=2–8 on Kilicoglu gold); the multi-tier agreement is the basis for promotion, and per-phrase precision will accumulate from the classifier-ruled spans after the next vocabulary epoch.
  • Distant, machine, and silver tiers are labeled as such throughout; none is treated as accuracy.
  • Estate-register human gold does not yet exist; the OA-STM and ART figures are zone-based distant measurements.

References

  1. Kilicoglu, H., et al. (2018). JAMIA 25(7), 855–861; dataset Dryad doi:10.5061/dryad.06ds7.
  2. Lan, M., et al. (2024). J Biomed Inform 152, 104628; corpus github.com/MengfeiLan/SAL_Type_Classification.
  3. Lahav, D., et al. (2022). A Search Engine for Discovery of Scientific Challenges and Directions. AAAI.
  4. Al Azher, I., et al. (2025). BAGELS. arXiv:2505.18207.
  5. Yuan, W., Liu, P., Neubig, G. (2022). Can We Automate Scientific Reviewing? JAIR (ASAP-Review).
  6. Xu, Z., et al. (2025). LimitGen. arXiv:2507.02694.
  7. Liakata, M., et al. (2010). ART Corpus, LREC; Elsevier Labs OA-STM Corpus.
  8. Monroe, B., Colaresi, M., Quinn, K. (2008). Fightin’ Words. Political Analysis 16(4).
  9. Earlier articles in this series: model selection, larger models.