Jump to content

Formal semantics (natural language)

From Wikipedia, the free encyclopedia

Formal semantics is the scientific study of grammatical meaning in natural languages using formal concepts from logic, mathematics and theoretical computer science. It is an interdisciplinary field, sometimes regarded as a subfield of both linguistics and philosophy of language. It provides accounts of what linguistic expressions mean and how their meanings are composed from the meanings of their parts. The enterprise of formal semantics can be thought of as that of reverse-engineering the semantic components of natural languages' grammars.

Definition

[edit]

Formal semantics is an approach to the study of linguistic meaning that uses ideas from logic and philosophy of language to characterize the relationships between expressions and their denotations. These tools include the concepts of truth conditions, model theory, and compositionality.[1][a]

Formal semantics is related to formal pragmatics since both are subfields of formal linguistics. One key difference is that formal pragmatics centers on how language is used in communication rather than the problem of meaning in general.[3] Formal semanticists examine a wide range of linguistic phenomena, including reference, quantifiers, plurality, tense, aspect, vagueness, modality, scope, binding, conditionals, questions, and imperatives.[4]

Formal semantics is an interdisciplinary field, often viewed as a subfield of both linguistics and philosophy, while also incorporating work from computer science, mathematical logic, and cognitive psychology. Formal semanticists typically adopt an externalist view of meaning that interprets meaning as the entities to which expressions refer. This focus on the connection between language and the external world sets formal semantics apart from semantic theories that concentrate on the cognitive processes and mental representations involved in understanding language.[5]

The primary focus of formal semantics is the analysis of natural language such as English, Spanish, and Japanese. This enterprise faces challenges due to the complexity and context-dependence of natural language. As a result, theorists sometimes limit their studies to specific fragments or subsets of these languages to avoid these complexities. Understood in a wide sense, formal semantics also includes the study of artificial or constructed languages. This covers the formal languages used in the logical analysis of arguments, such as the language of first-order logic, and programming languages in computer science, such as C++, JavaScript, and Python.[6]

Methodology

[edit]

Formal semanticists rely on diverse methods, conceptual tools, and background assumptions, which distinguish the field from other branches of semantics. Most of these principles originate in logic, mathematics, and the philosophy of language.[7] One key principle is that an adequate theory of meaning needs to accurately predict sentences' truth conditions. A sentence's truth conditions are the circumstances under which it would be true. For example, the sentence "Tina is tall and happy" is true if Tina has the property of being tall and also the property of being happy; these are its truth conditions. This principle reflects the idea that understanding a sentence requires knowing how it relates to reality and under which circumstances it would be appropriate to use it.[8][b]

In formal semantics, a key source of data comes from competent speakers' judgments concerning entailment. Entailment is a relation between sentences—called premises and conclusions—in which truth is preserved. For instance, the sentence "Tina is tall and happy" entails the sentence "Tina is tall" because the truth of the first sentence guarantees the truth of the second. One aspect of understanding the meaning of a sentence is comprehending what it does and does not entail.[14][c]

Formal semanticists typically analyze languages by proposing a system of model theoretic interpretation. In such a system, a sentence is evaluated relative to a mathematical structure called a model that maps each expression to an abstract object. For instance, one model might map the expression "tall" to the set consisting of Tina, Bob, and Jeroen and the predicate "happy" to the set consisting of Tina, Grover, and Natasha. A different model might map those expressions to the opposite sets. In this way, different models can be used to represent different situations.[d] Whichever model is chosen, "Tina is tall" will be true if and only if she is in the set to which that model assigns the predicate "tall". In this way, model theoretic interpretation provides a way of formally capturing sentences' truth conditions and thus their entailments as well.[16]

The principle of compositionality is another key methodological assumption for analyzing the meaning of natural language sentences and linking them to abstract models. It states that the meaning of a compound expression is determined by the meanings of its parts and the way they are combined. According to this principle, if a person knows the meanings of the name Tina, the verb is, and the adjective happy, they can understand the sentence "Tina is happy" even if they have never heard this specific combination of words before. The principle of compositionality explains how language users can comprehend an infinite number of sentences based on their knowledge of a finite number of words and rules.[17] Following this principle, formal semanticists connect natural language sentences to abstract models[e] through a form of translation, for instance, by defining an interpretation function that maps the name "Tina" to an abstract object[f] and the adjective "happy" to a set of objects.[20][g] This makes it possible to precisely calculate the truth values of sentences relative to abstract models.[22]

Formal systems and theories

[edit]

Propositional and predicate logic

[edit]

Formal semanticists often rely on propositional and predicate logic to analyze the semantic structure of sentences. Propositional logic can be used to examine compound sentences made up of several independent clauses. It employs letters like and to represent simple statements. Compound statements are created by combining simple statements with logical connectives, such as (and), (or), and (if...then), which express the relationships between the statements. For example, the sentence "Alice is happy and Bob is rich" can be translated into propositional logic with the formula , where stands for "Alice is happy" and stands for "Bob is rich". Of key interest to semantic analysis is that the truth value of these compound statements is directly determined by the truth values of the simple statements. For instance, the formula is only true if both and are true; otherwise, it is false.[23]

Predicate logic extends propositional logic by articulating the internal structure of non-compound sentences through concepts like singular term, predicate, and quantifier. Singular terms refer to specific entities, whereas predicates describe characteristics of and relations between entities. For instance, the sentence "Alice is happy" can be represented with the formula , where is a singular term and is a predicate.[h] Quantifiers express that a certain condition applies to some or all entities. For example, the sentence "Someone is happy" can be represented with the formula , where the existential quantifier indicates that happiness applies at least to one person. Similarly, the idea that everyone is happy can be expressed through the formula , where is the universal quantifier.[25]

There are different ways how natural language sentences can be translated into predicate logic. A common approach interprets verbs as predicates. Intransitive verbs, like sleeps and dances, have a subject but no objects and are interpreted as one-place predicates. Transitive verbs, like loves and gives, have one or more objects and are interpreted as predicates with two or more places. For example, the sentence "Bob loves Alice" can be formalized as , using the two-place predicate . Typically, not every word in natural language sentences has a direct counterpart symbol in the logic translation, and in some cases, the pattern of the logical formula differs significantly from the surface structure of the natural language sentence. For example, sentences like "all cats are animals" are usually translated as (for all entities, if the entity is a cat then the entity is an animal) even though the expression "if...then" () is not present in the original sentence.[26]

Logic translations face challenges as a result of attempting to associate vague and ambiguous ordinary language expressions with precise logical formulas. This process frequently requires case-by-case interpretation without a generally accepted algorithm to cover all cases.[27] Many early approaches to formal semantics, such as the works of Gottlob Frege, Rudolf Carnap, and Donald Davidson, relied primarily on predicate logic.[28]

Type theory

[edit]

Type theory is another approach[i] to formal semantics that was popularized by Montague. Its core idea is that expressions belong to different types, which describe how the expressions can be used and combined with other expressions. Type theory, typically in the form of typed lambda calculus, provides a formalism for this endeavor. It begins by defining a small number of basic types, which can be fused to create new types.[30]

According to a common approach, there are only two basic types: entities () and truth values (). Entities are the denotations of names and similar noun phrases, while truth values are the denotations of declarative sentences. All other types are constructed from these two types as functions that have entities, truth values, or other functions as inputs and outputs. This way, a sentence is analyzed as a complex function made up of several internal functions. When all functions are evaluated, the output is a truth value. Simple intransitive verbs without objects are functions that take an entity as input and produce a truth value as output. The type of this function is written as , where the first letter indicates the input type and the second letter the output type. According to this approach, the sentence "Alice sleeps" is analyzed as a function that takes the entity Alice as input to produce a truth value. Transitive verbs with one object, such as the verb likes, are complex or nested functions. They take an entity as input and output a second function, which itself requires an entity as input to produce a truth value, formalized as .[j] This way, the sentence "Alice likes Bob" corresponds to a nested function to which two entities are applied. Similar types of analyses are provided for all relevant expressions, including logical connectives and quantifiers.[32]

Others

[edit]

Possible worlds are another central concept used in the analysis of linguistic meaning. A possible world is a complete and consistent version of how everything could have been, similar to a hypothetical alternative universe. For instance, the dinosaurs were wiped out in the actual world but there are possible worlds where they survived. Possible worlds have various applications in formal semantics, usually to study expressions or aspects of meaning that are difficult to explain when referring only to entities of the actual world. They include modal statements about what is possible or necessary and descriptions of the contents of mental states, such as what people believe and desire. Possible worlds are also used to explain how two expressions can have different meanings even though they refer to the same entity, such as the expressions "the morning star" and "the evening star", which both refer to the planet Venus. One way to include possible worlds in the model-theoretic formalism is to define a set of all possible worlds as one additional component of a model. The interpretation of the meanings of different expressions is then modified to account for this change. For example, to explain that a sentence may be true in one possible world and false in another, one can interpret its meaning not directly as a truth value but as a function from a possible world to a truth value.[33]

Situation semantics is a theory closely related to possible world semantics. Situations, like possible worlds, present possible circumstances. However, unlike possible worlds, they do not encompass a whole universe but only capture specific parts or fragments of possible worlds. This modification reflects the observation that many statements are context-dependent and aim to describe the speaker's specific circumstances rather than the world at large. For example, the sentence "every student sings" is false when interpreted as an assertion about the universe as a whole. However, speakers may use this sentence in the context of a limited situation, such as a specific high school musical, in which it can be true.[34]

Dynamic semantics interprets language usage as a dynamic process in which information is continually updated against the background of an existing context. It rejects static approaches that associate a given expression with a fixed meaning. Instead, this theory argues that meaning depends on the information that is already present in the context, understanding the meaning of a sentence as the change in information it produces. This view reflects the idea that sentences are usually not interpreted in isolation but form part of a larger discourse, to which they contribute in some way.[35] For example, update semantics—one form of dynamic semantics—defines an information state as the set of all possible worlds compatible with the current information, reflecting the idea that the information is incomplete and cannot determine which of these worlds is the right one. Sentences introducing new information update the information state by excluding some possible worlds, thereby decreasing uncertainty.[36][k]

Studied linguistic phenomena

[edit]

Quantifiers

[edit]

Quantifiers are expressions that indicate the quantity of something. In predicate logic, the most basic quantifiers only provide information about whether a condition applies to all or some entities, as seen in sentences like "all ravens are black" and "some students smoke". Formal semanticists use the concept of generalized quantifiers to extend this basic framework to a broad range of quantificational expressions in natural language that usually provide more detailed information. They include diverse expressions such as most, few, twelve, and fewer than ten.[38]

Most quantificational expressions can be interpreted as relations between two sets.[l] For instance, the sentence "all ravens are black" conveys the idea that the set of ravens is a subset of the set of black entities. Similarly, the sentence "fewer than ten books were sold" asserts that the set of books and the set of sold items have fewer than ten elements in common.[40] In English, quantifiers are often expressed with a determiner,[m] such as all and few, indicating the relation between the sets, followed by a noun phrase and a predicate to describe the involved sets.[42]

Quantifiers can be divided into proportional and cardinal quantifiers based on the relation between the sets. Proportional quantifiers, such as all and most, indicate the relative overlap of the first set with the second set. For them, the order of the sets matters. For instance, the sentences "all ravens are black" and "all black things are ravens" have different meanings even though they refer to the same sets. Cardinal quantifiers, such as four and no, provide information about the absolute number of overlapping entities, independent of relative proportion. For them, the order of the sets does not matter, as exemplified by the sentences "no rose is black" and "no black thing is a rose".[43]

Typically, the domain of natural language quantifiers is implicitly limited to a certain range of entities relevant to the discussed issue. For example, in the context of a specific kindergarten, the domain of the sentence "all children are sleeping" is limited to the children attending this kindergarten.[44]

The scope of a quantifier is the part of the sentence to which it applies. Some natural language sentences have scope ambiguity, resulting in competing interpretations of the scope of quantifiers. Depending on how the scope is interpreted, the sentence "Some man loves every woman" can mean either "there is a man such that he loves all women" or "for every woman there is at least one man who loves her".[45]

Descriptions and names

[edit]

Definite and indefinite descriptions are phrases that denote a specific entity or group of entities within a given context. Definite descriptions in English typically use the definite article the, followed by a noun phrase, such as "the president of Kenya". However, they can also take other forms, such as "her husband" or "John's bicycle". Indefinite descriptions are usually expressed with the indefinite articles a and an, as in a lazy coworker and an old friend.[46] Definite descriptions typically point to a unique entity and assume that the listener is familiar with the referent. Indefinite descriptions usually allow the description to apply to more than one entity and introduce the entity without presupposing prior knowledge.[47]

Diverse theories about the correct analysis of definite and indefinite descriptions have been proposed. An influential early view, suggested by Bertrand Russell, interprets them using existential quantifiers. It proposes that indefinite descriptions like "a man ran" have the logical form . Definite descriptions have a similar form, with the difference that the description is unique, meaning that the first predicate only applies to a single entity.[48] A central motivation for Russell's approach was to solve semantic puzzles that arise from definite descriptions that do not refer to any particular entity. For example, the sentence "the present king of France is bald" refers to no existing entity, posing challenges for determining its truth value. According to Russell's analysis, the sentence is false since no unique entity exists to which the predicates "present king of France" and "bald" apply.[49]

The problem of names is closely related to that of definite descriptions because both expressions aim to refer to a particular entity. According to Millian theories, names refer directly without any descriptive information of the denoted entity. This view is opposed by description theories, which argue that names carry implicit descriptive contents that help interpreters identify their referents. One view understands names as implicit definite descriptions, proposing that the descriptive content of the name Socrates may include information like "the teacher of Plato".[50]

Tense, aspect, and events

[edit]

Tense and aspect provide temporal information about events and circumstances. Tense indicates whether something happened in the past, present, or future, offering a reference point to place events within a timeline relative to the time of the utterance. Aspect conveys additional information about how events unfold in time, like the distinction between completed, ongoing, and repetitive events. In English, both tense and aspect can be expressed through verb forms. On the level of tense the sentence "I ate" indicates the past, whereas the sentence "I will eat" indicates the future. On the level of aspect, the sentence "I ate" indicates a completed action, whereas the sentence "I was eating" indicates an ongoing action.[51]

Formal semanticists employ diverse conceptual tools to describe tense, such as different types of temporal logic as extensions of predicate logic. One approach includes a set of times in the mathematical model to interpret temporal statements. Some models conceptualize time as a series of instances, while others introduce intervals as the basic units of time. The difference is that intervals have a duration and can overlap, whereas instances are discrete time points that do not intersect. One form of temporal logic introduces tense operators to indicate the time a sentence describes, like the operator for past events and the operator for future events. This way, the formula expresses that Naomi danced in the past, while asserts that she will dance in the future.[52] The semantic analysis of aspect is divided into grammatical aspect, expressed through verb forms, and lexical aspect, which covers the inherent temporal characteristics of different verbs.[53]

An influential approach to the semantic role of events was proposed by Donald Davidson. Using predicate logic, it represents events as singular terms and translates action sentences into logical formulas about events, even if the original sentences contain no explicit reference to events. For example, it translates the sentence "Jones buttered the toast slowly with a knife" as (literally: there was an event, which was a buttering of the toast by Jones, was slow, and involved a knife). One motivation for this approach is to provide a systematic method for translating adverbs, like slowly, and other adjuncts into logical formulas.[54]

Intensionality, modality, and propositional attitudes

[edit]

Semanticists often distinguish two aspects of meaning: extension and intension.[55][n] Extension is the entity or group of entities to which an expression refers, while intension is the inherent concept or underlying idea it conveys. For example, the expressions "the morning star" and "the evening star" have the same extension, as both refer to the planet Venus. However, their meanings differ on the level of intension since they present the planet in different ways by evoking distinct concepts.[57]

Extensionality and intensionality[o] are characteristics of sentences. A sentence is extensional if expressions with the same extension can be substituted without changing the sentence's truth value. For example, the sentence "the morning star is a planet" remains true if the expression "the morning star" is replaced with the expression "the evening star". Intensional sentences, by contrast, are not only sensitive to extensions but also to intensions, meaning that extensionally equivalent expressions cannot be freely replaced. For instance, the sentence "Ann knows that the morning star is the morning star" is intensional since it can be true while the extensionally equivalent sentence "Ann knows that the evening star is the morning star" is false.[59]

Intensionality is present in various linguistic expressions. For instance, modal expressions, such as may, can, and must, usually introduce intensional contexts.[p] They express what is possible or necessary, describing how the world could or could not have been rather than how it actually is. A common approach to the analysis of modal expressions is the use of the modal operators and to modify the meaning of sentences and represent what is possible and necessary. For example, if the formula stands for the statement "it is raining", then the formula stands for the statement "it is possible that it is raining". To interpret the meaning of modal statements, formal semanticists often rely on the concept of possible worlds. According to this approach, a sentence is possibly true if it is true in at least one possible world, whereas it is necessarily true if it is true in all possible worlds.[61][q]

Propositional attitude reports—another example of intensionality—discuss mental states of individuals. They often use verbs like believes, doubts, and wants, followed by a that-clause describing the content of the attitude, like the sentence "Kyrie believes that the earth is flat". The use of possible worlds is also common for the analysis of propositional attitudes. For example, the content of a propositional attitude can be understood as the set of all possible worlds in which it is true, such as all possible worlds with a flat earth in the mentioned example.[63] The meaning of propositional attitude reports containing definite or indefinite descriptions is often ambiguous. This ambiguity arises from the interpretation of the description, which can be subjective or objective. For example, if Jasper wants a drink from his butler but is unaware that his butler poisoned his wife, then the sentence "Jasper wants a drink from the poisoner of his wife" is ambiguous. According to the objective interpretation—called de re interpretation—the sentence is true since the butler is in fact the poisoner. Conversely, the subjective interpretation—called de dicto interpretation—renders it false since Jasper does not want drinks from poisoners.[64]

Questions and imperatives

[edit]

The main focus of formal semantics is on statements, which aim to describe reality and are either true or false depending on whether they succeed. However, this analysis does not cover all types of sentences. Specific frameworks have been proposed for the analysis of other sentence types, such as questions and imperatives.[65]

Various theories analyze the meaning of questions in terms of possible answers, replacing the concept of truth conditions, common in the analysis of statements, with the related notion of answerhood conditions. One approach, initially formulated by Charles Leonard Hamblin, interprets answerhood conditions as the set of statements that qualify as answers to a question. For instance, the sentences "Marco called" and "Don called" qualify as answers to the question "Who called?", but the sentence "I like ice cream" does not. A common distinction is between yes-no questions, which only ask for confirmation, and open-ended questions, which seek more detailed information. Additional considerations include the distinctions between true and false answers, and between complete and partial answers, depending on whether the response contains all the requested information. On the symbolic level, questions can be expressed using as an operator to indicate the subject of the question. For example, the question "Who called?" can be formalized as , whereas the question "Did anyone call?" takes the form .[66]

Imperative sentences usually express commands or instructions, like the sentence "Close the door!". Unlike declarative and interrogative sentences, which generally convey or request information, the primary goal of imperatives is to influence the behavior of the listener. As a result, imperatives have no or at least no obvious truth conditions. Other difficulties in the analysis of imperative sentences are that they usually lack an explicit subject and that they can express various other meanings besides commands, such as advice, invitations, or permissions. Formal semanticists study the meaning of imperatives by examining how they interact with other linguistic phenomena. These include cases in which one imperative entails another imperative, the negation of an imperative, and conditional imperatives as well as conjunctions and disjunctions of several imperatives.[67]

Others

[edit]

Diverse other linguistic phenomena are studied in formal semantics. Negation is typically understood as an operation that inverts the meaning of an expression. In classical logic, it is expressed through the operator as in , indicating that Mia is not sleeping. This operator inverts the truth value of a statement: if is false then is true. In natural language, negative particles and quantifiers, such as not and no, are often used to indicate negation. These expressions can occur in different positions within sentences to negate either the full sentence or specific parts of it. The scope of a negation operator is the part of the sentence that it affects, which can sometimes be ambiguous. For example, the sentence "all doctors have no car" can mean that not every doctor has a car, that not a single doctor has a car, or that no individual car is collectively owned by all doctors.[68]

Plural expressions refer to multiple objects, such as the terms children and apples. Formal semanticists typically interpret them as denoting some kind of plural object, such as the set of individuals belonging to the group in question. They distinguish between distributive and collective uses depending on whether the predicate applies to each individual separately or to the group as a whole. Some sentences are ambiguous and allow for both interpretations. For example, the sentence "two boys pushed a car" can mean that there were two cars and each boy pushed one (distributive) or that there was one car that both boys pushed together (collective).[69]

Formal semanticists also examine expressions whose meaning depends on contextual factors. They include indexical or deictic expressions, which refer to some aspect of the situation of the text. Examples are the pronouns I and you, which refer to the speaker and the addressee, as well as the adverbs today and over there, which refer to temporal and spatial aspects of the situation. Anaphoric expressions are another type of context-dependent expression. They refer to terms or phrases used earlier in the text, called antecedents. In the passage "Peter woke up. He switched on the light." the word he is an anaphoric expression with the word Peter as its antecedent. This grammatical association is known as binding and depends on the context since the word he would refer to someone else if the preceding sentence had a different antecedent.[70] Other linguistic phenomena studied by formal semanticists include presupposition, conditionals, thematic roles, spatial expressions, adjectives, and adverbs.[71]

History

[edit]

Formal semantics emerged as a major area of research in the early 1970s, with the pioneering work of the philosopher and logician Richard Montague. Montague proposed a formal system now known as Montague grammar which consisted of a novel syntactic formalism for English, a logical system called Intensional Logic, and a set of homomorphic translation rules linking the two. In retrospect, Montague Grammar has been compared to a Rube Goldberg machine, but it was regarded as earth-shattering when first proposed, and many of its fundamental insights survive in the various semantic models which have superseded it.[72][73][74]

Barbara Partee is one of the founders and major contributors to the field.

Montague Grammar was a major advance because it showed that natural languages could be treated as interpreted formal languages. Before Montague, many linguists had doubted that this was possible, and logicians of that era tended to view logic as a replacement for natural language rather than a tool for analyzing it.[74] Montague's work was published during the Linguistics Wars, and many linguists were initially puzzled by it. While linguists wanted a restrictive theory that could only model phenomena that occur in human languages, Montague sought a flexible framework that characterized the concept of meaning at its most general. At one conference, Montague told Barbara Partee that she was "the only linguist who it is not the case that I can't talk to".[74]

Formal semantics grew into a major subfield of linguistics in the late 1970s and early 1980s, due to the seminal work of Barbara Partee. Partee developed a linguistically plausible system which incorporated the key insights of both Montague Grammar and Transformational grammar. Early research in linguistic formal semantics used Partee's system to achieve a wealth of empirical and conceptual results.[74] Later work by Irene Heim, Angelika Kratzer, Tanya Reinhart, Robert May and others built on Partee's work to further reconcile it with the generative approach to syntax. The resulting framework is known as the Heim and Kratzer system, after the authors of the textbook Semantics in Generative Grammar which first codified and popularized it. The Heim and Kratzer system differs from earlier approaches in that it incorporates a level of syntactic representation called logical form which undergoes semantic interpretation. Thus, this system often includes syntactic representations and operations which were introduced by translation rules in Montague's system.[75][74] However, work by others such as Gerald Gazdar proposed models of the syntax-semantics interface which stayed closer to Montague's, providing a system of interpretation in which denotations could be computed on the basis of surface structures. These approaches live on in frameworks such as categorial grammar and combinatory categorial grammar.[76][74]

Cognitive semantics emerged as a reaction against formal semantics, but there have been recently several attempts at reconciling both positions.[77]

See also

[edit]

References

[edit]

Notes

[edit]
  1. ^ Because of the prominence of these tools, the terms truth-conditional semantics and model-theoretic semantics are sometimes used to refer to formal semantics even though they do not have exactly the same meaning.[2]
  2. ^ However, many current approaches to formal semantics posit that there is more to meaning than truth-conditions.[9] In the formal semantic framework of inquisitive semantics, knowing the meaning of a sentence also requires knowing what issues (i.e. questions) it raises. For instance "Nancy smokes, but does she drink?" conveys the same truth-conditional information as the previous example but also raises an issue of whether Nancy drinks.[10] Other approaches generalize the concept of truth conditionality or treat it as epiphenomenal. For instance in dynamic semantics, knowing the meaning of a sentence amounts to knowing how it updates a context.[11] Pietroski treats meanings as instructions to build concepts.[12] [13]
  3. ^ In this example, the entailment relation is one-way. However, entailments can also go in both directions if two sentences entail each other, like the sentences "Tina is tall and happy" and "Tina is happy and tall". In such cases, the two sentences are said to be equivalent.[15]
  4. ^ In extensional systems, one can think of the model as a representation of the reality. However, intensional systems will include multiple realities within the model and predicates will only have a particular extension when evaluated with respect to a particular possible world within that model.
  5. ^ This general method also reflects the externalist theory of meaning common in formal semantics: the meaning of an expression is interpreted as the entities it denotes in an abstract model.[18]
  6. ^ This can be expressed symbolically through the use of double brackets. For example, the formula refers to the object denoted by the name "Tina" in the model "M".[19]
  7. ^ In this context, semanticists typically speak of denotation: the denotation of an expression is the entities to which it refers.[21]
  8. ^ Typically, predicates start with uppercase letters and singular terms start with lowercase letters.[24]
  9. ^ Predicate logic and type theory are not exclusive approaches and are sometimes combined into hybrid systems in modern formal semantics.[29]
  10. ^ This process is known as currying.[31]
  11. ^ Dynamic predicate logic is another approach that modifies the language of predicate logic to better capture natural language expressions that refer to individuals mentioned earlier, such as pronouns.[37]
  12. ^ In type theory, sets can be interpreted as characteristic functions from entities to truth values of the type , returning true if the entity is a member of the set and false otherwise. As a consequence, most quantifiers have the type , corresponding to a function that takes two sets as inputs and outputs a truth value that depends on the relation between the sets.[39]
  13. ^ In some cases, bare plurals act as quantifiers without a determiner, such as the sentence "firemen wear helmets", expressing the idea that all firemen wear helmets.[41]
  14. ^ This distinction is also discussed under the terms reference and sense as well as denotation and connotation.[56]
  15. ^ Intensionality is different from intentionality but the two concepts are related since expressions describing intentionality, like propositional attitude reports, are typically intensional.[58]
  16. ^ There are diverse ways to express modality, including modal auxiliaries such as could and should; modal adverbs such as possibly and necessarily; and modal adjectives such as conceivable and probable.[60]
  17. ^ More fine-grained approaches distinguish between different types of modality, such as logical, epistemic, and deontic modality, while introducing seperate operators for each type.[62]

Citations

[edit]
  1. ^
  2. ^
  3. ^
  4. ^
  5. ^
  6. ^
  7. ^
  8. ^
  9. ^ Stefano Predelli (2013). Meaning without truth. Oxford Scholarship. ISBN 9780199695638.
  10. ^ Ciardelli, Ivano; Groenendijk, Jeroen; Roelofsen, Floris (2019). Inquisitive Semantics (PDF). Oxford University Press.
  11. ^ Veltman, Frank (1996). "Defaults in Update Semantics" (PDF). Journal of Philosophical Logic. 25 (3). doi:10.1007/BF00248150. S2CID 19377671.
  12. ^ Paul Pietroski (2018). Conjoining meanings. Oxford University Press. ISBN 9780198812722.
  13. ^ Ramchand, Ramchand Gillian (2020). "Truth is dead; long live the truth. Commentary on Conjoining Meanings by Paul Pietroski". Mind & Language. 35: 251–265. doi:10.1111/mila.122698812722.
  14. ^
  15. ^ Winter 2016, p. 16
  16. ^
  17. ^
  18. ^
  19. ^ Winter 2016, p. 18
  20. ^
  21. ^
  22. ^ Winter 2016, pp. 24–27
  23. ^
  24. ^ Shapiro & Kouri Kissel 2024, § 2.1 Building blocks
  25. ^
  26. ^
  27. ^
  28. ^ Lappin 2003, pp. 371–375
  29. ^
  30. ^
  31. ^ Winter 2016, pp. 57–58
  32. ^
  33. ^
  34. ^
  35. ^
  36. ^
  37. ^
  38. ^
  39. ^
  40. ^
  41. ^ Westerståhl 2016, pp. 210–211
  42. ^
  43. ^
  44. ^
  45. ^
  46. ^
  47. ^ Abbott 2009, pp. 184–186
  48. ^ Ludlow 2023, § 2. Russell's Theory of Descriptions
  49. ^
    • Kearns 2011, pp. 111–113
    • Ostertag 2009, pp. 195–196
    • Ludlow 2023, § 3. Motivations for Russell's Theory of Descriptions, § 5.1 The Challenge to Russell's Truth Conditions
  50. ^
  51. ^
  52. ^
  53. ^
  54. ^
  55. ^
  56. ^
  57. ^ Fitting 2022, § 1. What is this about?
  58. ^
  59. ^
  60. ^ Portner 2009a, pp. 1–2
  61. ^
  62. ^ Kearns 2011, pp. 79–82
  63. ^
  64. ^
  65. ^
  66. ^
  67. ^
  68. ^
  69. ^
  70. ^
  71. ^
  72. ^ Barwise, Jon; Cooper, Robin (1981). "Generalized quantifiers and natural language". In Kulas, J; Fetzer, J.H.; Rankin, T.L. (eds.). Philosophy, Language, and Artificial Intelligence. Studies in Cognitive Systems. Vol. 2. Springer. pp. 241–301. doi:10.1007/978-94-009-2727-8_10. ISBN 978-94-010-7726-2. S2CID 62189594.
  73. ^ For a very readable and succinct overview of how formal semantics found its way into linguistics, see The formal approach to meaning: Formal semantics and its recent developments by Barbara Abbott. In: Journal of Foreign Languages (Shanghai), 119:1 (January 1999), 2–20.
  74. ^ a b c d e f Partee, Barbara (2011). "Formal semantics: Origins, issues, early impact". The Baltic International Yearbook of Cognition, Logic and Communication. 6. CiteSeerX 10.1.1.826.5720.
  75. ^ Crnič, Luka; Pesetsky, David; Sauerland, Uli (2014). "Introduction: Biographical Notes" (PDF). In Crnič, Luka; Sauerland, Uli (eds.). The art and craft of semantics: A Festschrift for Irene Heim.
  76. ^ Michael Moortgat (1988). Categorial investigations: logical and linguistic aspects of the Lambek calculus. Walter de Gruyter. ISBN 978-90-6765-387-9. Retrieved 5 April 2011.
  77. ^ Hamm, Fritz; Kamp, Hans; Lambalgen, Michiel van (2006-09-01). "There is no opposition between Formal and Cognitive Semantics". Theoretical Linguistics. 32 (1): 1–40. CiteSeerX 10.1.1.80.6574. doi:10.1515/tl.2006.001. ISSN 1613-4060. S2CID 17691054.

Sources

[edit]

Further reading

[edit]