Editing
Semantics and the Cooperative Principle
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 the Cooperative Principle is the "Study of the Implicit"βthe investigation of the "Philosophical Framework" (~1975βPresent) that "Explains" how "Humans" "Communicate" "More" than they "Actually Say." While "Logic" (see Article 671) "Focuses" on "Literal Meaning," **Paul Grice** "Focused" on "Conversational Implicature." From the "Cooperative Principle" and the "Four Maxims" (Quantity, Quality, Relation, Manner) to "Irony" and "Sarcasm," this field explores the "Psychology of Collaboration." It is the science of "Inference," explaining why saying "It's cold in here" "Means" "Close the window"βand how "Social Norms" "Guide" our "Decoding" of "Ambiguity." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''The Cooperative Principle''' β (Paul Grice, 1975). The "Assumption" that "Participants" in a "Conversation" are "Contributing" "As Required" to "Reach" a "Shared Goal." * '''Conversational Implicature''' β The "Meaning" that is "Suggested" or "Inferred" "Beyond" the "Literal Words" (e.g. 'Can you pass the salt?' isn't a 'question' about 'ability'). * '''Paul Grice''' β The "Philosopher of Intention": who "Distinguished" between "What is Said" and "What is Meant." * '''Maxim of Quality''' β "Be Truthful": do not say what you believe to be false or for which you lack evidence. * '''Maxim of Quantity''' β "Be Informative": give as much information as needed, but no more. * '''Maxim of Relation''' β "Be Relevant": say things that are pertinent to the discussion. * '''Maxim of Manner''' β "Be Clear": avoid ambiguity, be brief, and be orderly. * '''Flouting a Maxim''' β "Purposefully" "Breaking" a rule to "Force" the "Listener" to "Look" for a "Hidden Meaning" (e.g., 'Irony' or 'Metaphor'). * '''Presupposition''' β An "Assumption" "Embedded" in a sentence (e.g. 'Has John stopped beating his dog?' presupposes 'John had a dog and beat it'). * '''Irony''' β (See Article 647). A "Speech Act" where the "Speaker" "Flouts" the "Maxim of Quality" to "Convey" the "Opposite Meaning." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Gricean semantics is understood through '''Inference''' and '''Expectation'''. '''1. The "Collaboration" of Minds (Cooperation)''': "Conversation" is a "Game" of "Trust." * (See Article 635). When we "Talk," we **"Assume"** the "Other Person" is "Trying" to "Be Helpful." * This **"Cooperative Principle"** "Allows" us to "Skip" "Literal Details." * If I ask: **"Where is the milk?"** and you say **"I saw a cat in the kitchen,"** I "Assume" your answer is **"Relevant"** (e.g. 'The cat drank it' or 'It's in the kitchen where the cat is'). * "Communication" is **"Mind-Reading."** '''2. The "Hidden" Information (Implicature)''': "Reading Between the Lines." * Most of "Human Speech" is **"Non-Literal."** * (e.g. "I'm tired" "Means" "I want to go home"). * We "Use" **"Gricean Maxims"** as "Guidelines." * If someone **"Flouts"** a maxim (e.g. 'Giving too much information'), we "Instinctively" "Look" for a **"Reason"** (e.g. 'They are lying' or 'They are nervous'). * "Meaning" is **"Inference."** '''3. The "Art" of the Indirect (Irony and Metaphor)''': "Breaking the Rules" to "Make a Point." * (See Article 669). If you say **"Great weather!"** during a "Hurricane," you are **"Flouting the Maxim of Quality."** * Because I "Assume" you are "Still being Cooperative," I "Conclude" you are being **"Ironic."** * This "Allows" "Language" to be **"Rich," "Subtle,"** and **"Emotional."** * "Communication" is **"Strategic Disruption."** '''The 'Recommendation Letter' Example'''': A "Classic" Gricean case. If a "Professor" writes: **"Mr. X has excellent handwriting and was always on time,"** for a "Philosophy Job," they are **"Flouting the Maxim of Quantity."** By "Not Saying" anything about "Philosophy," they "Imply" that "Mr. X is a bad philosopher." It proved that **"Silence"** can be **"Loud."** </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Gricean Inference' (Calculating 'Implicature' from 'Flouting'):''' <syntaxhighlight lang="python"> def infer_meaning(literal_statement, expected_maxim, context): """ Shows how we 'decode' non-literal speech. """ if "Weather" in literal_statement and context == "Rain" and expected_maxim == "Quality": return "INFERENCE: IRONY. (Speaker means the weather is terrible)." elif len(literal_statement) < 5 and expected_maxim == "Quantity": return "INFERENCE: DISMISSAL. (Speaker is hiding information or uninterested)." else: return "INFERENCE: LITERAL. (Cooperative Principle in effect)." # Case: Saying 'Lovely' in a rainstorm print(infer_meaning("Lovely weather!", "Quality", "Rain")) </syntaxhighlight> ; Semantic Landmarks : '''The 'Logic and Conversation' Lectures''' (1967) β The "Origin" of the theory: where Grice "Defined" the "Maxims" and the "Cooperative Principle." : '''Relevance Theory''' (Sperber/Wilson) β (See Article 160). The "Modern Update": "Arguing" that "Communication" is "Driven" "Solely" by the "Human Desire" for **"Maximum Relevance"** with **"Minimum Effort."** : '''Politeness Theory''' (Brown/Levinson) β (See Article 630). "Explaining" "Why" we "Break Maxims" to **"Save Face"** and "Be Polite" (e.g. 'Could you...' instead of 'Do...'). : '''Turing Test''' β (See Article 629). The "Ultimate Semantic Challenge": can a **"Machine"** "Understand" and "Use" **"Conversational Implicature"** like a human? </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Logic vs. Pragmatics ! Feature !! Logic (The Mathematician) !! Pragmatics (The Social Actor) |- | Focus || "Literal Meaning / Truth" || "Intended Meaning / Action" |- | Unit || "The Sentence (Static)" || "The Utterance (Live)" |- | View of Context || "Irrelevant / Constant" || "Essential / Changing" |- | Goal || "Formal Consistency" || "Effective Communication" |- | Analogy || A 'Blueprint' || A 'Performance' |} '''The Concept of "Scalar Implicature"''': Analyzing "The Scale." (See Article 116). If you say **"Some students passed,"** you "Imply" that **"Not All"** passed. (Even though 'Some' is logically consistent with 'All'). If the "Listener" finds out "All" passed, they feel "Deceived" because you **"Flouted the Maxim of Quantity."** "Precision" is **"Expectation."** </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Gricean Semantics: # '''Culture''': Are the "Maxims" **"Universal"**? (Do 'All Cultures' 'Value' 'Brevity' and 'Directness'?). # '''Deception''': How do **"Lying and Propaganda"** (see Article 668) "Exploit" the "Cooperative Principle"? # '''AI''': (See Article 03). Why do **"LLMs"** "Struggle" with **"Sarcasm and Subtext"**? # '''Impact''': How did this "Lead" to **"Speech Act Theory"** (see Article 674) and **"Intercultural Communication"**? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Subtext' AI-Translator''': (See Article 08). An AI that "Reads" "Emails" and "Highlights" the **"Hidden Implicatures"** and **"Tone"** to "Prevent" "Misunderstandings." # '''VR 'Cooperative' Training''': (See Article 604). A "Walkthrough" where you "Learn" to "Navigate" "High-Context Cultures" (like 'Japan') by "Practicing" **"Maxim Flouting."** # '''The 'Politeness' Algorithm''': (See Article 618). A "Nudge" tool that "Suggests" how to "Rephrase" "Harsh Orders" into **"Cooperative Requests"** to "Build" "Social Capital." # '''Neural 'Intent' Decoding''': (See Article 150). "Using" "Brain-Mapping" to "Identify" the **"Gricean Intention"** "Behind" a "Word" "Before" it is "Spoken." [[Category:Arts]] [[Category:Science]] [[Category:Philosophy]] [[Category:Logic]] [[Category:History]] [[Category:Sociology]] [[Category:Psychology]] [[Category:Linguistics]] [[Category:Philosophy of Language]] [[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