@cite{schwarzer-2026} — Selection-Violating Coordination in German #
Schwarzer, Luise. 2026. The law and order of selection-violating coordination: German DP-CP-coordination is not sensitive to linear or temporal order. Glossa 11(1). 1–19.
Main Question #
When a CP appears coordinated with a DP in a DP-selecting position (selection-violating coordination), which conjunct must be the DP? Three families of analyses make different predictions:
Bottom-up (@cite{sag-etal-1985}, @cite{munn-1993}): asymmetric &P structure; the structurally prominent (first) conjunct must be the selected DP. Predicts DP-first universally.
Linear closeness (@cite{bruening-alkhalaf-2020}, @cite{bruening-2025}): left-to-right derivation; the linearly closest conjunct to the verb must satisfy selection. Predicts the preferred order depends on whether complements precede or follow the verb.
Temporal closeness (@cite{kim-lu-2024}): processing illusion; the temporally closest conjunct to the verb has its features checked. Makes the same predictions as linear closeness.
German as Test Case #
German is OV in embedded clauses: complements precede the selecting verb. The linear/temporal accounts predict that in OV order, the rightmost (verb-adjacent) conjunct should be the DP, i.e., CP-first order should be preferred. The bottom-up account predicts DP-first regardless.
Results #
Two experiments show German speakers uniformly prefer DP-first order (~77% in 2AFC) regardless of pre- or post-verbal position. This rules out linear/temporal closeness accounts and supports bottom-up analyses.
The paper's two experimental conditions correspond to different German clause types with different verb positions:
Root declarative (V2): the verb moves to C°, landing in second position. Complements follow the verb → postverbal. Paper examples (17a/b).
Embedded finite clause (verb-final): only V-to-I movement, not full V-to-C. Combined with SOV base order, the verb stays clause-final. Complements precede the verb → preverbal. Paper examples (16a/b).
The competing analyses make different predictions for the preverbal (= OV) condition. All agree on the postverbal (= VO) condition.
German has V2 in root declaratives: the finite verb moves to C°, placing it in second position. Complements follow the verb.
German has V-to-I movement in embedded finite clauses (not full V-to-C). Combined with the independently motivated SOV base order, this yields verb-final surface order in embedded clauses.
In German root declaratives, V2 places the verb before its complements. Coordination of complements is therefore postverbal.
This is the VO condition in @cite{schwarzer-2026}'s Experiment 2, corresponding to examples (17a/b) in the paper.
Instances For
In German embedded finite clauses, the verb remains clause-final (V-to-I in SOV base → verb at end of IP). Coordination of complements is therefore preverbal.
This is the OV condition in @cite{schwarzer-2026}'s Experiment 2, corresponding to examples (16a/b) in the paper.
Instances For
V2 root → postverbal complement position, grounded in V2Profile.
Embedded V-to-I + SOV base → preverbal complement position, grounded in V2Profile.
Each experimental verb is classified as CP-selecting or non-CP-selecting
by deriving the classification from its complementType and
altComplementType fields in the German fragment lexicon.
beenden "end" does not take a dass-clause complement.
streichen "cancel" does not take a dass-clause complement.
übereilen "rush" does not take a dass-clause complement.
entwickeln "develop" does not take a dass-clause complement.
veranlassen "induce" takes both DP and dass-clause.
vergessen "forget" takes both DP and dass-clause.
erwarten "expect" takes both DP and dass-clause.
beschließen "decide" takes both DP and dass-clause.
ConjunctOrder, bottomUpPrediction, and linearClosenessPrediction
are defined in @cite{bruening-alkhalaf-2020} and imported via open.
VerbPosition and OVOrder.verbPosition live in Typology.WordOrder
substrate.
Temporal closeness prediction: the conjunct parsed closest in time to the verb has its features checked. Makes the same predictions as linear closeness.
Analysis: @cite{kim-lu-2024}.
Instances For
Under asymmetric coordination, the bottom-up prediction is position-invariant: the structurally prominent conjunct is always the first, so DP-first is predicted regardless of verb position.
Linear closeness predictions differ by position — this is the key empirical distinguisher.
Temporal closeness inherits linear closeness predictions exactly.
Complement type in Experiment 1: DP-CP coordination vs bare dass-clause.
- coord : Exp1ComplementType
- dass : Exp1ComplementType
Instances For
Equations
- Schwarzer2026.instDecidableEqExp1ComplementType x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Equations
- Schwarzer2026.instBEqExp1ComplementType.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Descriptive statistics from Experiment 1. Latin square design: SELECTION (yes/no) × COMPLEMENT (dass/coord). 50 participants on Prolific, 6 excluded; 44 per cell.
- complement : Exp1ComplementType
- selecting : Bool
- nObs : ℕ
- meanZ : ℤ
- medianZ : ℤ
Instances For
Equations
- Schwarzer2026.instReprExp1Cell = { reprPrec := Schwarzer2026.instReprExp1Cell.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Schwarzer2026.exp1_coord_nonsel = { complement := Schwarzer2026.Exp1ComplementType.coord, selecting := false, nObs := 44, meanZ := -253, medianZ := -244 }
Instances For
Equations
- Schwarzer2026.exp1_coord_sel = { complement := Schwarzer2026.Exp1ComplementType.coord, selecting := true, nObs := 44, meanZ := 369, medianZ := 495 }
Instances For
Equations
- Schwarzer2026.exp1_dass_nonsel = { complement := Schwarzer2026.Exp1ComplementType.dass, selecting := false, nObs := 44, meanZ := -526, medianZ := -684 }
Instances For
Equations
- Schwarzer2026.exp1_dass_sel = { complement := Schwarzer2026.Exp1ComplementType.dass, selecting := true, nObs := 44, meanZ := 891, medianZ := 1080 }
Instances For
Coordination is more acceptable than bare dass-clause in non-selecting contexts (the coordination "rescue" effect).
In selecting contexts, bare dass-clause is more acceptable than coordination (no rescue needed).
The interaction: the coordination benefit is larger in non-selecting contexts than in selecting ones. Difference for coord vs dass: non-selecting: -253 - (-526) = +273; selecting: 369 - 891 = -522.
2AFC experiment: participants chose between DP-first and CP-first order. 30 participants (48 recruited, 1 non-German excluded, 17 excluded for selecting ungrammatical option ≥2× in control).
- position : Typology.WordOrder.VerbPosition
- dpFirstCount : ℕ
- cpFirstCount : ℕ
Instances For
Equations
- Schwarzer2026.instReprExp2Data = { reprPrec := Schwarzer2026.instReprExp2Data.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Schwarzer2026.exp2_preverbal = { position := Schwarzer2026.germanEmbeddedComplementPosition, dpFirstCount := 23, cpFirstCount := 7 }
Instances For
Equations
- Schwarzer2026.exp2_postverbal = { position := Schwarzer2026.germanRootComplementPosition, dpFirstCount := 23, cpFirstCount := 7 }
Instances For
The observed majority order in a 2AFC cell.
Equations
Instances For
Position invariance: the counts are identical in pre- and post-verbal position. This is the central empirical finding.
DP-first is the observed majority in both positions.
DP-first probability is 23/30 ≈ 0.767, well above chance (0.5). Logistic regression: logit diff to control = +0.894, SE = 0.327, z = 2.74, p < 0.0001.
DP-first accounts for more than 3/4 of responses.
Bottom-up predicts correctly in preverbal position.
Bottom-up predicts correctly in postverbal position.
Linear closeness predicts incorrectly in preverbal position: it predicts CP-first, but DP-first is observed.
Temporal closeness also wrong in preverbal position.
All three accounts agree in postverbal position (all predict DP-first, which is correct). The distinguishing power is preverbal only.
The German 2AFC data falsifies linear percolation: structural percolation (bottom-up) matches the observed majority in both positions, while linear percolation fails in the preverbal position that distinguishes them.
As @cite{schwarzer-2026} notes (§4), the results are "not straightforwardly an argument for" the bottom-up approach — there could be an independent DP-first preference — but they are decisive against linear/temporal closeness accounts.
Temporal closeness (@cite{kim-lu-2024}) uses the same linear percolation mechanism as B&AK, applied to parsing time rather than surface string position.
Under asymmetric coordination structure, the bottom-up prediction follows: the first conjunct is structurally prominent and must satisfy selection. Under symmetric structure, no such prediction is made (both conjuncts are equally prominent).
Equations
Instances For
Asymmetric structure entails position-invariant DP-first prediction.
The bottom-up prediction is universal: for any language, regardless of its OV/VO parameter, the predicted order is always DP-first.
For OV languages, linear closeness makes the wrong prediction (CP-first in preverbal position), while bottom-up is correct.
The German result generalizes: if an OV language shows DP-first preference in preverbal position, linear/temporal closeness accounts are ruled out for that language.
B&AK's English subject-position evidence (§3.1, examples (41a/b)) and Schwarzer's German preverbal data both test the preverbal configuration. B&AK predict CP-first for both (correct for English subjects per B&AK's judgments, but wrong for German complements). German data directly contradicts the closeness prediction in the preverbal environment where B&AK claim their strongest evidence.
The non-selecting verbs are exactly those used in the "not selected" condition of Experiment 1: they take only DP complements, so a dass-clause is unselected.
Equations
Instances For
The CP-selecting verbs are exactly those used in the "selected" condition of Experiment 1.
Equations
Instances For
All non-selecting verbs lack clausal complement capability.
All selecting verbs have clausal complement capability.
No verb is in both lists.
German's WALS OV order is "no dominant" (V2 root vs SOV embedded), but the experimental conditions derive their verb positions from clause type: root V2 → postverbal, embedded verb-final → preverbal (§ 1).
For any OV language in the typological sample, the OVOrder→VerbPosition bridge yields preverbal position.
For any VO language in the typological sample, the OVOrder→VerbPosition bridge yields postverbal position.
Linear closeness makes the wrong prediction for all OV languages: deriving VerbPosition from OVOrder and then applying linear closeness yields CP-first, which is refuted by German data.
Bottom-up makes the correct prediction for all OV languages.
All 8 experimental verbs are in the German fragment's allVerbs list.
The coordination particle used in the experiments is German und, which is the J particle in the Mitrović & Sauerland decomposition.
German uses J-only conjunction strategy (overt und, covert MU).