Cross-Slavic Polar Question Strategies #
@cite{esipova-romero-2023} @cite{simik-2024}
Typology of default (unbiased) polar question strategies across Slavic languages, based on @cite{simik-2024} §4.1. Slavic languages show rich variation in how they form PQs, using word order alternations, clause-initial particles, verb-attached particles, and combinations thereof.
Key Findings #
- Verb movement languages (Czech, Slovak, Upper Sorbian): InterPPQ (verb-initial positive) is the default unbiased PQ.
- Particle languages (Bulgarian, Russian): verb-attached li introduces the default PQ.
- Clause-initial particle languages (Ukrainian, Polish): čy/czy is obligatory in PQs.
- Some languages use multiple strategies (Serbian: da li, je li; Slovenian: ali; Macedonian: dali).
Architecture #
Profile particle fields and BiasParticle form fields are derived from
Fragment entries (Phenomena imports Fragments, not vice versa). This ensures
single-source-of-truth: changing a particle form in the Fragment automatically
propagates here.
How a language formally encodes its default (unbiased) polar question.
- verbMovement : PQStrategy
Verb movement to clause-initial position (subject–verb inversion).
- clauseInitialParticle : PQStrategy
Clause-initial question particle.
- verbAttachedParticle : PQStrategy
Particle attached to the verb (or focused constituent).
- particlePlusMovement : PQStrategy
Combination of particle + verb movement.
- intonationOnly : PQStrategy
Intonation only (no overt morphosyntactic marking).
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Whether the language permits declarative PQs (DeclPQs) as a separate strategy from interrogative PQs.
- available : DeclPQAvailability
DeclPQs available and convey evidential bias.
- marginal : DeclPQAvailability
DeclPQs marginal or register-restricted.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A Slavic language's PQ strategy profile.
- language : String
Language name
- code : String
ISO 639-1 or 639-3 code
- defaultStrategy : PQStrategy
Default (unbiased) PQ strategy
Particle form (if applicable), derived from Fragment entries where possible
- declPQ : DeclPQAvailability
Whether DeclPQs are available
- negationTriggersBias : Bool
Whether adding negation triggers epistemic bias
Example number from
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Phenomena.Questions.SlavicPQStrategies.instBEqSlavicPQProfile.beq x✝¹ x✝ = false
Instances For
Czech: verb-initial (VSO) with rising/falling intonation. No overt PQ particle. Default = InterPPQ (ex. 25).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Slovak: verb-initial, parallel to Czech (ex. 26).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Upper Sorbian: verb-initial (ex. 27).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Slovenian: clause-initial ali (optionally) + verb movement. ali is reported as incompatible with DeclPQs (ex. 28).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ukrainian: clause-initial čy (obligatory) (ex. 29).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Polish: clause-initial czy (obligatory in default PQ). Verb-initial PQs are possible but unacceptable in quiz scenarios (ex. 30d).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Serbian: da (+ li) is the default strategy (ex. 31). Serbian has the richest PQ repertoire among Slavic languages (Todorović 2023).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Macedonian: dali (clause-initial) for default PQs. dali can introduce negative PQs without triggering bias, unlike Bulgarian li (ex. 32).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bulgarian: verb-attached li (ex. 33). li encliticizes onto the focused constituent.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Russian: verb-attached li (formal) or IntonPQ (default). li-PQs are rare in spoken Russian — IntonPQs dominate (Onoeva & Staňková, to appear: only 6/500 were liPQs). IntonPQs are arguably unbiased (§4.2.3).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Languages using verb movement as default PQ strategy. These are the languages without an overt question particle in default PQs (fn. 45).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Languages using a clause-initial particle.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Verb movement languages all have DeclPQs available.
The li family of particles spans Bulgarian, Russian, and (as da li) Serbian. These trace back to proto-Slavic li (§4.2.1).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The razve family: cross-Slavic particles specialized for expressing mirative/dubitative bias in PQs. These indicate surprise at or doubt about the evidence (§4.2.4).
Russian razve, Ukrainian and Belarusian xiba, Polish czyż(by), Bulgarian nima, Czech copak/cožpak/snad, Serbian zar.
The form field is derived from Fragment entries where available.
- language : String
- form : String
- gloss : String
- outerNeg : Bool
Compatible with outer (FALSUM) negation?
- innerNeg : Bool
Compatible with inner (VERUM ¬p) negation?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Phenomena.Questions.SlavicPQStrategies.instBEqBiasParticle.beq x✝¹ x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Phenomena.Questions.SlavicPQStrategies.zar = { language := "Serbian", form := Fragments.Serbian.QuestionParticles.zar_.form, gloss := "RAZVE.SR", outerNeg := true, innerNeg := true }
Instances For
razve and náhodou differ in inner negation compatibility, despite both being ordering source modifiers. This reflects different selectional requirements: razve is compatible with both VERUM and FALSUM, while náhodou only modifies FALSUM's epistemic possibility component.
These theorems verify empirical generalizations directly against Fragment lexical data. Because profile/BiasParticle fields derive from Fragments, there are no separate "bridge" theorems — the connection is by construction.
All RAZVE-family Fragment entries require evidential bias.
All neutral PQ Fragment entries do NOT require evidential bias.