Skip to content

data(fallacies): root7 Obstruction FR audit — 7 reverts / 215 keeps (222 cells) - #391

Merged
jsboige merged 1 commit into
masterfrom
data/fallacies-fr-audit-root7
May 29, 2026
Merged

data(fallacies): root7 Obstruction FR audit — 7 reverts / 215 keeps (222 cells)#391
jsboige merged 1 commit into
masterfrom
data/fallacies-fr-audit-root7

Conversation

@jsboige

@jsboige jsboige commented May 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Cell-by-cell audit of all 222 cells changed in root7 Obstruction since PR #369 (FR clarity) and #379 (cascade drift scale-3).

Verdicts: 215 KEEP_MASTER / 7 REVERT_BASELINE / 0 V3

REVERT_BASELINE (7 cells)

Master rewrites adding 3-9 words without precision gain, violating ~12-16w card-fit constraint.

PK Field w-baseline → w-master Reason
7.1.1 desc_fr 12 → 20 Redondant avec titre (Relativisme abusif)
7.1.2 desc_fr 12 → 21 Baseline 'feignant d'expliquer' capture pseudo-explication
7.1.3.1 desc_fr 13 → 18 Over-explanation (Défaut de clarification)
7.2.1.1.2 example_fr 24 → 30 Narrative bloat (Équivalence morale)
7.2.1.3.1.2 desc_fr 12 → 19 Redondance avec titre 'Renvoyer la question'
7.2.2.1 desc_fr 15 → 18 'embarrasser' → 'mettre en difficulté' circumlocution
7.3.1 example_fr 20 → 24 Perte du punch 'ma morale le tolère'

KEEP_MASTER (215 cells)

Productive Phase 4 corrections, including:

  • Typography: « », apostrophes courbes ('), em-dash (—), espaces insécables
  • tu→vous systématique (consigne FR formelle)
  • Anglicism fixes: Mauvais SupportFondement erroné, Pathos gambitArgument du pathos, leadersdirigeants, La prochaine chose qu'on sait (calque) → À ce rythme
  • Typo fixes: reverrevers, génergêner, chechezcherchez, anneriesâneries, parmisparmi, nonchalencenonchalance, idiosyncrasiqueidiosyncratique, BulverismeBulvérisme, EvasionÉvasion, n' esn'es
  • Grammar/accord corrections, article fixes, substantivation des titres
  • Concept-accuracy fixes:
    • 7.2.3.3.1 DARVO desc_fr: master expands to match the actual acronym (Deny, Attack, Reverse Victim and Offender)
    • 7.3.2.2 example_fr: master removes "ne...pas" to fix logical inconsistency — a repenti would advocate FOR reintegration, baseline était auto-contradictoire

Test plan

  • Idempotency: re-run apply_decisions.py → all NO-OPs
  • git diff --stat: 1 file, 7 insertions / 7 deletions (matches REVERT count)
  • No collateral edits — only FR cells touched, other languages untouched (cascade propagation handled separately)
  • Cascade EN/RU/PT/AR/ES/FA/ZH on the 7 reverted FR cells via scale-3 DatasetUpdater (batched after all 7 roots audited)

Audit progression

Root Status PR Reverts Keeps
5 Abus de langage (135c) merged #388
6 Tricherie (446c) merged #389
2 Influence (418c) merged #390
7 Obstruction (222c) this PR #391 7 215
1 Insuffisance (212c) pending
3 Erreur math (176c) pending
4 Erreur raisonnement (150c) pending

🤖 Generated with Claude Code

@clusterManager-Myia clusterManager-Myia left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Hermes] — APPROVED

SHA reviewed: 1546706 (HEAD)

Security scan

✅ CLEAN — no hardcoded credentials.

CI status

✅ All checks pass (GitGuardian, Debug build, Release build).

Review

Root7 Obstruction FR audit: 7 reverts of bloated desc_fr cells, 215 kept. CSV-only data change, no code. Reverts are targeted and consistent with audit methodology. Low risk.

jsboige added a commit that referenced this pull request May 29, 2026
…393)

Personal triptych review (baseline 0087f0e vs master post-#369) of root 3
(Erreur mathématique, 176 cells, 138 PKs). All KEEP_MASTER except 5 REVERTs
where master added 6-10 words without precision gain, breaking card-fit.

REVERTs (5):
- 3.2.1 example_fr: 19w→25w bloat "Le café doit donc être la cause de cette
  hausse de productivité", baseline ellipse "Il doit en être la cause" plus
  naturelle
- 3.2.1.3 example_fr: 10w→20w double, baseline "Comme j'étais très malade,
  j'ai prié et cela m'a guéri" crisp et card-fit
- 3.2.2.2.2 example_fr: 37w→44w bloat sur baseline déjà longue (Argument
  de l'Apocalypse), verbeux "Nous savons combien d'êtres humains" vs tight
  "On sait le nombre d'hommes qui nous précède"
- 3.3.1.2.1 desc_fr: 12w→18w bloat pédagogique "il est impossible de tirer
  une conclusion" vs baseline tight "une conclusion est introuvable"
- 3.3.3.2 example_fr: 31w→38w +7w "son auditoire" + restructuring,
  baseline "induisant en erreur" implicite suffit

KEEPs notables (productive master changes):
- 3.1.1.3.4 Biais de Neyman: 32w→21w compression
- 3.1.3.1.2 Sophisme métonymique: 17w→12w compression
- 3.2.2.3.1 Main chaude example_fr: master corrige le concept (baseline
  illustrait cold-hand au lieu de hot-hand)
- 3.3.1.2.2.1 Design par comité: 24w→20w productive compression
- 3.3.1.2.4 Sophisme de la vitre cassée: 20w→16w productive compression
- 3.3.2 Erreur de calcul: 9w→7w productive compression
- 3.3.3.1.1 Division par zéro: "termes"→"membres" + "dénominateur"→"facteur"
  (corrections mathématiques)
- tu→vous propagé (3.3.1.2.2, 3.3.2, 3.3.3.1)
- Typography systématique (« », —, NBSP, 90 %)
- Orthographe fixes (nourrissons, davantage, fraîcheur, appel d'offres)

Methodology: cell-by-cell triptych review per validated approach (PRs
#388/#389/#390/#391/#392). decisions_3.json + apply_decisions.py surgical
binary patches preserving CRLF + original CSV quoting.

Cells touched: 5 (3 quoted + 2 raw mode). Idempotency check: re-apply yields
NO-OP on all BASE entries.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…22 cells)

Cell-by-cell audit of all 222 cells changed in root7 (Obstruction) since
PR #369/#379 (Phase 4 FR clarity + cascade drift).

Verdicts:
- 215 KEEP_MASTER — typography (« », apostrophes courbes, em-dash),
  tu→vous, anglicism fixes (Mauvais Support→Fondement erroné,
  Pathos gambit→Argument du pathos, leaders→dirigeants), typo fixes
  (rever→revers, géner→gêner, chechez→cherchez, anneries→âneries,
  parmis→parmi, nonchalence→nonchalance, idiosyncrasique→idiosyncratique,
  Bulverisme→Bulvérisme, Evasion→Évasion), grammar (accords, articles),
  case fixes, substantivation des titres.

- 7 REVERT_BASELINE — master rewrites add 3-9 words without precision
  gain, violating ~12-16w card-fit constraint:
  * 7.1.1   desc_fr  12w→20w (redondant avec titre)
  * 7.1.2   desc_fr  12w→21w (pseudo-explication déjà clair)
  * 7.1.3.1 desc_fr  13w→18w (over-explanation)
  * 7.2.1.1.2 example_fr 24w→30w (narrative bloat)
  * 7.2.1.3.1.2 desc_fr 12w→19w (redondance avec titre)
  * 7.2.2.1 desc_fr  15w→18w (embarrasser→circumlocution)
  * 7.3.1   example_fr 20w→24w (perte du punch 'ma morale le tolère')

Notable preserved master corrections:
- 7.3.2.2 example_fr — fixes logical inconsistency: baseline had
  "Fred a tort d'affirmer que les prisonniers NE peuvent PAS se réinsérer
  ...car c'est un ancien prisonnier repenti" (logically incoherent —
  a repenti would advocate FOR reintegration). Master removes "ne...pas".
- 7.2.3.3.1 DARVO desc_fr — master expands to match the actual concept
  (Deny, Attack, Reverse Victim and Offender) instead of vague baseline.
- 7.2.3.4.1 example_fr — fixes corrupted "n'        es" spacing.
- 7.3.2.1.5 example_fr — anglicism fix "La prochaine chose qu'on sait"
  (calque) → "À ce rythme" (idiomatic French).

Cascade EN/RU/PT/AR/ES/FA/ZH to be triggered separately after all 7
roots complete (scale-3 DatasetUpdater).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jsboige
jsboige force-pushed the data/fallacies-fr-audit-root7 branch from 1546706 to f631484 Compare May 29, 2026 16:44

@clusterManager-Myia clusterManager-Myia left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Hermes] — APPROVED

SHA reviewed: f631484 (HEAD, changed from previously reviewed 1546706)

Security scan

✅ CLEAN — no hardcoded credentials.

CI status

✅ All checks pass (GitGuardian, Debug build, Release build).

Review

Root7 Obstruction FR audit continuation: 7 targeted reverts of bloated desc_fr cells that violated card-fit constraint (~12-16w limit), 215 cells kept. Single CSV file, +8/-7. Data-only change consistent with established audit methodology. MERGEABLE.

No concerns. Safe targeted data audit.

@jsboige
jsboige merged commit 63eacf4 into master May 29, 2026
3 checks passed
@jsboige
jsboige deleted the data/fallacies-fr-audit-root7 branch May 29, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants