Documentation

Linglib.Comparisons.Mueller2013

@cite{mueller-2013}: Unifying Everything #

@cite{mueller-2013}

Cross-theory comparison formalizing Müller's central thesis: Minimalism, HPSG, CCG, Construction Grammar, and Dependency Grammar converge on three universal combination schemata (Head-Complement, Head-Specifier, Head-Filler).

Structure #

§1. Classification Functions #

Lightweight mappers from each theory's combination operations to the theory-neutral CombinationKind.

CCG classification #

Classify a CCG derivation step as one of the three schemata.

  • Forward/backward application → Head-Complement (functor selects argument)
  • Forward/backward composition → Head-Filler (enables extraction; this is an approximation — composition also serves non-extraction functions like heavy NP shift and right-node raising)
  • Type-raising → none (unary operation, not a binary combination)
  • Coordination → none (symmetric, not one of the three headed schemata)
Equations
Instances For

    HPSG classification #

    Classify an HPSG schema application as one of the three schemata.

    @cite{mueller-2013}'s three universal schemata are Head-Complement, Head-Subject, and Head-Filler. HPSG's fourth schema, Head-Modifier (adjunction), falls outside this classification — Müller does not include adjunction in the convergence claim.

    Equations
    Instances For

      Dependency Grammar classification #

      Classify a UD dependency relation as one of the three schemata.

      Subject dependencies are Head-Specifier; all other core dependencies are Head-Complement. Non-projective dependencies (handled separately) correspond to Head-Filler.

      Equations
      Instances For

        CxG classification #

        Classify whether a CxG construction is fully compositional.

        Fully abstract constructions without pragmatic function decompose into sequences of Head-Complement and Head-Specifier steps. Other constructions are irreducible phrasal patterns.

        Equations
        Instances For

          §2. Labeling Convergence (Müller §2.1) #

          The head determines the category of the result. This is called:

          CCG forward application preserves the functor's result category.

          When X/Y combines with Y via forward application, the result is X — the left part of the functor's slash category.

          CCG backward application preserves the functor's result category.

          Minimalist labeling: when α selects β, the label of {α, β} = label of α.

          The selector projects, giving the result the same category as the head.

          Labeling convergence across theories.

          Three independent formulations of "the head determines the result's category" all hold simultaneously.

          §3. External Merge ↔ Head-Complement ↔ Application (§2.1–2.2) #

          All theories implement the head-complement combination:

          §4. Internal Merge ↔ Head-Filler ↔ Composition (§2.3) #

          All theories handle long-distance dependencies via the third schema:

          Non-projective dependencies in DG correspond to Head-Filler.

          A non-projective (crossing) dependency represents displacement — the DG analogue of Internal Merge and the Head-Filler Schema.

          §5. Coordination Diagnostic (§2.2) #

          Coordination requires matching categories across all theories. This is a diagnostic for whether two expressions have the same category.

          CCG coordination requires matching categories.

          CCG coordination of mismatched categories fails.

          HPSG lexical rules preserve head features, enabling coordination.

          When two signs undergo the same lexical rule, they retain the same category — which is why passivized verbs can coordinate with each other.

          §6. Directional MG ≈ CCG (§2.3) #

          Stabler's directional Minimalist Grammar uses features =x (looking right) and x= (looking left), which correspond directly to CCG's X/Y and X\Y.

          This formal correspondence is not yet formalized because directional MG is not in the codebase.

          §7. Both Directions Right (§3) #

          Müller's conclusion: the three universal schemata handle fully abstract constructions, but Construction Grammar's phrasal constructions are irreducible — they cannot be decomposed into the three schemata.

          "Both directions right": we need BOTH Merge/schemata AND constructions.

          Both directions right: the three schemata AND phrasal constructions are needed.

          1. Fully abstract constructions without pragmatic functions are fully compositional — decomposable into Head-Complement and Head-Specifier steps.
          2. There exist constructions that are not fully compositional — they cannot be captured by the three schemata alone, requiring CxG's phrasal patterns.

          §8. Concrete Cross-Theory Examples #

          Verify that specific combinations classify identically across theories.

          Head-Modifier falls outside Müller's three schemata. Adjunction is HPSG-specific and not part of the universal convergence claim.

          §9. Labeling Failures (§2.1) #

          Müller shows that Chomsky's labeling algorithm fails in two ways:

          1. Free relatives: rules 14a and 14b give contradictory labels (D vs V)
          2. Coordination of phrases: neither rule applies (neither daughter is an LI, neither selects the other)

          Note: The free relative SO freeRelSO models the surface structure {what, [wrote ___]} without explicitly modeling Internal Merge — "what" and the gap have different token IDs rather than being literal copies. The labeling conflict holds regardless of how the gap is represented.

          §10. Monovalent Verb Serialization Problem (§2.3) #

          Merge classifies a monovalent verb's sole argument as a complement, yielding wrong linearization ("*Sleeps Max" instead of "Max sleeps").

          §11. Iterable Valence Operations (§1) #

          Lexical rules compose freely, capturing double passivization (Turkish, Lithuanian) without phrasal machinery.

          Summary Table #

          ClaimMinHPSGCCGDGCxGStatus
          Head-ComplementExt Merge + selHeadCompfapp/bappobj/det/...slot decompProved
          Head-SpecifierExt Merge − selHeadSubj(= bapp)subjslot decompProved
          Head-FillerInt MergeHeadFillerfcomp/bcompnonprojirreducibleProved
          Head-ModifierHeadModNot in 3 schemata
          Labelingselector projHFPfunctor resultheadProved
          Coordinationsame catsame catsame catProved
          Labeling failure (FR)14a≠14bProved
          Labeling failure (coord)no rule appliesProved
          Monovalent verb*Sleeps MaxProved
          Valence iterationdouble passiveProved
          Directional MG ≈ CCG=x ≈ X/YSorry
          Both directions rightabstract ∨ phrasalProved

          Note: CCG has no separate Head-Specifier mechanism. Subject combination uses backward application (the verb S\NP is the functor), which is Head-Complement in the classification. The subject/complement distinction is syntactic, not combinatory, in CCG.