Documentation

Linglib.Studies.Lakoff1970

[Lak70]: Tense and Its Relation to Participants #

[Lak70] [Cum26]

[Lak70] argues that tense selection is sensitive to speaker/hearer epistemic states, not just temporal ordering: past tense can apply to a present-time event that has lost psychological salience ("The animal you saw WAS a chipmunk" — it still is one), and embedded present survives a past matrix when the content is novel to the hearer. The TensePerspective frame extends [Cum26]'s EvidentialFrame with these two participant dimensions; the paper's acceptability judgments are collected as TenseJudgment data.

Key Minimal Pairs #

Acceptability judgment for a tense example.

Instances For
    @[implicit_reducible]
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Whether the tense use is "true" (temporal) or "false" (psychological).

      Instances For
        @[implicit_reducible]
        Equations
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          A grammaticality judgment from [Lak70].

          • exNumber : String

            Example number in the paper (e.g., "4a", "8a")

          • sentence : String

            The sentence (abbreviated)

          • tenseUse : TenseUseType

            True or false tense use

          • Synthetic or periphrastic form

          • acceptability : Acceptability

            The paper's acceptability judgment

          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              Instances For

                (4a) "The animal you saw WAS a chipmunk" — false past, synthetic, OK.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  (6a) "The animal you saw IS a chipmunk" — true present, synthetic, OK.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    (8a) *"The animal you saw USED TO BE a chipmunk" — false past, periphrastic, ungrammatical. The periphrastic form forces true-past reading, which conflicts with the present-time event.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      (9a) "The animal you saw USED TO BE a chipmunk" — true past, periphrastic, grammatical. It genuinely WAS a chipmunk before.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        (13a) "He discovered that the boy HAD blue eyes" — SOT past-under-past, OK.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          (13b) "He discovered that the boy HAS blue eyes" — novel-info present survives under past matrix, grammatical when content is new to hearer.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            (22a) "Shakespeare has written 37 plays" — salient (enduring relevance), OK.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For

                              (22b) *"Shakespeare has quarreled with Bacon" — not salient (no current relevance), ungrammatical with present perfect.

                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For

                                (27a) "John will die" — overt future, grammatical (control).

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  (27b) "John dies tomorrow" — will-deletion with scheduled/salient event, OK.

                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For

                                    (25b) *"It rains Thursday" — will-deletion without salience/schedule, ungrammatical. Weather events are not scheduled.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      All judgments from the paper.

                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For

                                        There are 11 total judgments.

                                        There are 4 false-tense judgments.

                                        There are 2 periphrastic judgments.

                                        The only ungrammatical false-tense-with-periphrastic example is ex8a.

                                        Lakoff's participant-sensitive tense frame. Extends [Cum26]'s EvidentialFrame (which extends ReichenbachFrame with acquisition time A) with two psychological dimensions. Lakoff's observations are orthogonal to Cumming's evidential constraint: "false past" arises even when evidence is downstream (the chipmunk is still there, so T ≤ A holds) because the event has lost psychological salience.

                                        Instances For
                                          def Lakoff1970.falsePast {Time : Type u_1} (f : TensePerspective Time) :

                                          False tense (Lakoff §1): past (or future) morphology applied to a present-time event because the speaker does not find it salient.

                                          Past example: "The animal you saw WAS a chipmunk" (it still IS one). Future example: "That thing WILL be a chipmunk" (it already IS one). The licensing condition is the same for both; the surface-form divergence is recorded in the Fragment entries (formType).

                                          Equations
                                          Instances For

                                            Novel-information present (Lakoff §2): present tense survives under a past-tense matrix verb because the embedded content is new to the hearer ("He discovered that the boy HAS blue eyes").

                                            Equations
                                            Instances For

                                              Perfect requires salience (Lakoff §4): the present perfect is infelicitous when the event lacks current relevance to the speaker (*"Shakespeare has quarreled with Bacon").

                                              Equations
                                              Instances For
                                                def Lakoff1970.willDeletion {Time : Type u_1} [LT Time] (f : TensePerspective Time) :

                                                Will-deletion (Lakoff §5): future-time events can appear in present tense (deleting will) when the speaker treats them as salient and scheduled ("The meeting starts at 3").

                                                Equations
                                                Instances For
                                                  def Lakoff1970.classifyUse {Time : Type u_1} [LinearOrder Time] (gramTense : Finset Ordering) (f : TensePerspective Time) :

                                                  Classify a tense use as true (grammatical tense matches the temporal relation) or false (tense encodes psychological perspective instead), reusing the TenseUseType classification of the judgment data.

                                                  Derived, not stipulated: the use is true exactly when the event-vs-speech comparison falls in the tense's Finset Ordering cell (Core.Order.holds gramTense f.eventTime f.speechTime), reproducing the four-way past/present/future/nonpast table (before: E < S; overlapping: E = S; after: S < E; notBefore: S ≤ E).

                                                  Equations
                                                  Instances For

                                                    Periphrastic forms block false tense (Lakoff §1, ex. 8a vs 9a): a false tense use demands a synthetic form; true tense is compatible with any form.

                                                    Equations
                                                    Instances For

                                                      A false past is temporally present — the mismatch is purely psychological (salience), not temporal.

                                                      When falsePast holds, the UP present-tense constraint (T = S) of [Cum26]'s UPCondition.present is satisfied.