Editing
Semantics and Pragmatics
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Semantics and Pragmatics are the branches of linguistics that deal with meaning. Semantics is the study of the literal, "dictionary" meaning of words and sentences, while Pragmatics is the study of how context, social norms, and speaker intentions influence meaning. In other words, semantics tells you *what* is said, and pragmatics tells you *what is meant*. Understanding this distinction is crucial for human communication, as we often say one thing to mean another (e.g., sarcasm, politeness, or indirect requests). </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Semantics''' β The study of literal meaning in language. * '''Pragmatics''' β The study of meaning in context. * '''Lexical Semantics''' β The study of individual word meanings (e.g., synonyms, antonyms). * '''Compositionality''' β The principle that the meaning of a sentence is determined by its parts and the way they are combined. * '''Denotation''' β The literal, "point-to" meaning of a word (e.g., "snake" = a legless reptile). * '''Connotation''' β The emotional or cultural associations of a word (e.g., "snake" = a treacherous person). * '''Sense''' β The mental representation of a word's meaning. * '''Reference''' β The actual object in the world that a word refers to. * '''Speech Act''' β An utterance that performs an action (e.g., promising, ordering, greeting). * '''Implicature''' β What is suggested in an utterance even though not expressed literally (H.P. Grice). * '''Cooperative Principle''' β The assumption that participants in a conversation are trying to be helpful and relevant. * '''Deixis''' β Words whose meaning depends entirely on context (e.g., "here", "now", "you"). * '''Entailment''' β A relationship between sentences where if sentence A is true, sentence B *must* be true. * '''Presupposition''' β An underlying assumption that must be true for an utterance to make sense (e.g., "Have you stopped smoking?" presupposes you used to smoke). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Meaning is a layered phenomenon. **Literal Meaning (Semantics)**: Semantics looks at relationships like: * **Synonymy** (Big/Large) * **Antonymy** (Hot/Cold) * **Hyponymy** (Dog is a hyponym of Animal) * **Homonymy** (Bank/Bank - river vs money) It also explores "Truth Conditions"βwhat has to be true in the world for a sentence like "The cat is on the mat" to be true. **Contextual Meaning (Pragmatics)**: Pragmatics explains how we "read between the lines." * **Gricean Maxims**: H.P. Grice argued that we follow four rules: Be truthful (Quality), Be informative (Quantity), Be relevant (Relation), and Be clear (Manner). When someone "flouts" a maxim (e.g., answering "What's for dinner?" with "Food"), they are creating an **implicature** (e.g., "I don't know yet" or "I'm annoyed"). * **Speech Act Theory**: J.L. Austin noted that we use language to *do* things. Saying "I do" at a wedding isn't just a description; it *is* the act of getting married. This is a "performative" utterance. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling Gricean Implicature:''' <syntaxhighlight lang="python"> def decode_meaning(literal_text, context_relevance): """ Demonstrates the difference between semantics and pragmatics. """ # Literal Semantic Meaning semantic_meaning = literal_text # Pragmatic Interpretation if literal_text == "Can you pass the salt?" and context_relevance == "at_dinner": pragmatic_meaning = "Request: Give me the salt." elif literal_text == "It's cold in here" and context_relevance == "near_window": pragmatic_meaning = "Request: Please close the window." else: pragmatic_meaning = semantic_meaning return { "Literal (Semantics)": semantic_meaning, "Intended (Pragmatics)": pragmatic_meaning } print(decode_meaning("Can you pass the salt?", "at_dinner")) # A computer without pragmatics would just answer 'Yes, I am capable.' </syntaxhighlight> ; Communication Failures : '''Semantic Ambiguity''' β "He saw the man with the binoculars" (Who has them?). : '''Pragmatic Failure''' β Failing to understand sarcasm or social cues (common in AI and some neurodivergent conditions). : '''Cross-Cultural Pragmatics''' β Different cultures have different rules for politeness, directness, and "small talk," leading to misunderstanding. : '''Presupposition Failure''' β "The King of France is bald" (but there is no King of France). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Semantics vs. Pragmatics ! Feature !! Semantics !! Pragmatics |- | Focus || Linguistic meaning || Speaker meaning |- | Context || Independent of context || Highly context-dependent |- | Source || The Code (Mental Lexicon) || Social reasoning (Theory of Mind) |- | Question || What does this word mean? || What does the speaker mean by this word? |} **The Principle of Compositionality**: If we know the meaning of "red" and the meaning of "apple," we know the meaning of "red apple." However, pragmatics often overrides this. A "white wine" isn't literally white (it's yellowish), and a "red potato" isn't literally red. Our knowledge of the world (encyclopedic knowledge) interacts with semantics to produce meaning. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating meaning theories: (1) **Ambiguity Resolution**: Can the theory explain how we choose the right meaning of "bank" in a sentence? (2) **Universal Applicability**: Are Grice's Maxims universal, or do they only describe Western communication styles? (3) **Truth vs. Use**: Is meaning primarily about truth conditions (Logic-based) or about social use (Usage-based)? (4) **Computational Modeling**: Can we build "Pragmatically-aware" AI that understands sarcasm and irony? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Directions: (1) **Distributional Semantics**: Using AI to map word meanings based on the "company they keep" in massive text datasets (e.g., Word2Vec). (2) **Formal Pragmatics**: Using game theory and Bayesian modeling to mathematically predict how people calculate implicatures. (3) **The Semantics of Fiction**: Exploring how we assign meaning and truth to statements about non-existent things (like dragons or unicorns). (4) **Pragmatics in Translation**: Developing machine translation that translates the "intent" and "tone" of a message, not just the literal words. [[Category:Linguistics]] [[Category:Philosophy]] [[Category:Communication]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information