feat(Syntax/Anaphora): add Anaphor + Diagnostic substrate; JSON-backed Landau2026#572
Draft
hawkrobe wants to merge 1 commit into
Draft
feat(Syntax/Anaphora): add Anaphor + Diagnostic substrate; JSON-backed Landau2026#572hawkrobe wants to merge 1 commit into
hawkrobe wants to merge 1 commit into
Conversation
auto-merge was automatically disabled
June 20, 2026 05:20
Pull request was converted to draft
60dd523 to
6f3a164
Compare
6f3a164 to
71e61b2
Compare
71e61b2 to
ec8f579
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extracts Hankamer & Sag's deep/surface anaphora theory ([hankamer-sag-1976]) as a reusable, framework-neutral substrate, and reworks Landau 2026 (the EIR ellipsis test) onto it.
Syntax/Anaphora/Basic.lean— rootAnaphornamespace:Depth(deep/surface) +Control(pragmatic/syntactic, H&S's primary diagnostic) +Depth.HasInternalStructure/controlwith theallowsPragmaticControl ↔ ¬hasInternalStructurelaw + theHasDepthcapability (depth-axis analogue ofBound). Orthogonal sibling to the binding-theoreticBound/Features.BindingClassaxis.Syntax/Anaphora/Diagnostic.lean— a general, polymorphicDiagnostic Ω C: abductive test where each outcome is consistent with aSetof latent values;Conclusive/SoundFor/Decides/Refines+ theofCausesbuilder, withDepth-specialisedDepthCause/testOutcome.Studies/Landau2026.leanregrounded — the EIR prediction is the substrate structural property (was three renamed identity functions); EIR and extraction areDiagnosticvalues, and the headlineeir_decides : eir.Decides Depth.testOutcomesays EIR decides surface-vs-deep where extraction can't. Data moved toData/Examples/Landau2026.json(the paper's (18a)–(47b) stimuli, PDF-verified); the study projects classifications offpaperFeatures/judgment. 434 → 223 lines.Studies/Steedman2000.lean— secondHasDepthconsumer;surface_not_syntacticallyMediatedsurfaces a CCG-vs-H&S non-alignment (VP-ellipsis is surface yet CCG-non-mediated).