Editing
Argumentation Theory
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}} Argumentation Theory is the "Science of Conflict Resolution"βthe study of how humans can "Reason together" to reach a "Shared Truth" or a "Fair Decision." While "Rhetoric" is about "Winning" and "Logic" is about "Being Right," Argumentation Theory is about the "Process" of debate itself. From the "Toulmin Model" (which maps out the pieces of an argument) to "Pragma-dialectics" (the rules for a healthy discussion), this field explores how to "Disagree without being Disagreeable." It is the foundation of "Law," "Ethics," and "Democracy." It is the science of "Reasonable Speech" in an "Unreasonable World." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Argumentation Theory''' β The interdisciplinary study of how "Conclusions" can be reached through "Logical Reasoning" and "Interaction." * '''The Toulmin Model''' β A 6-part "Map" of an argument: ** '''Claim''' β The "Point" you are trying to make. ** '''Data''' (Grounds) β The "Facts" or "Evidence." ** '''Warrant''' β The "Bridge" that connects the Data to the Claim (Why does this fact prove your point?). ** '''Backing''' β The "Support" for the Warrant (e.g., 'The law says...'). ** '''Qualifier''' β Words that limit the claim (e.g., 'Probably,' 'Usually'). ** '''Rebuttal''' β Acknowledging the "Exceptions" to your claim. * '''Pragma-dialectics''' β A theory that treats an argument as a "Dialogue" between two people trying to "Solve a Difference of Opinion." * '''Dialectic''' β A "Back-and-Forth" conversation (Thesis + Antithesis = Synthesis). * '''Epistemology''' β The study of "How we know what we know." * '''Presumption''' β The "Starting point": which side is "Right until proven wrong"? (e.g., 'Innocent until proven guilty'). * '''Burden of Proof''' β The "Obligation" to provide evidence for a claim. * '''Informal Logic''' β The logic of "Real-life" conversations, which is messy and depends on "Context." * '''Critical Thinking''' β The "Skill" of analyzing and evaluating arguments for "Weaknesses." * '''Consensus''' β The goal of many arguments: reaching a "Decision that everyone can live with." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Argumentation theory is understood through '''Structure''' and '''Rules'''. '''1. The "Anatomy" of an Argument (Toulmin)''': An argument is a "Building." * Most people only show the **Claim** (The Roof). * A strong argument shows the **Data** (The Foundation) and the **Warrant** (The Walls). * If I say "It will rain today (Claim) because the clouds are dark (Data)," the **Warrant** is "Dark clouds usually mean rain." * If the Warrant is "Weak" (e.g., 'Dark clouds mean the sun is tired'), the whole "Building" falls down. '''2. The "Rules of the Game" (Pragma-dialectics)''': Argument is a "Cooperative Sport." * In a "Healthy Debate," there are "10 Rules." * **Rule 1**: You must let your opponent speak. * **Rule 2**: You cannot "Change the Subject." * **Rule 3**: You cannot "Mis-quote" your opponent (Straw Man). * When people "Break the Rules," it stops being an "Argument" and becomes a "Fight." '''3. "Reasonable" vs. "Correct"''': In the "Real World," we rarely have "100% Proof." * Science and Law are about "Probability." * Argumentation Theory helps us find what is "Reasonable to believe" based on the "Evidence we have right now." * It is a "System for Progress," not a "System for Perfection." '''The 'Ten Commandments' of Argument (Pragma-dialectics)'''': Developed by van Eemeren and Grootendorst. They are a "Code of Conduct" for "Critical Discussion." If both sides follow these 10 rules, the "Truth" will eventually emerge, regardless of "Rhetoric" or "Power." It is the "Spirit of Democracy" in mathematical form. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Toulmin Map' (Breaking down a complex argument):''' <syntaxhighlight lang="python"> def analyze_argument(claim, data, warrant): """ Checks if the 'Bridge' (Warrant) is strong. """ # Logic: Data + Warrant = Claim print(f"CLAIM: {claim}") print(f"DATA: {data}") print(f"WARRANT (The 'Why'): {warrant}") # Analysis if len(warrant) < 10: return "WARNING: Weak Warrant. Why does the data lead to the claim?" else: return "STATUS: STRUCTURALLY SOUND." # Case: "We should buy a Tesla (Claim) because it's fast (Data)." # Warrant: "Fast cars are the only ones worth buying." (Is this a good warrant?) print(analyze_argument("Buy Tesla", "It is fast", "Fast cars are better for the soul.")) </syntaxhighlight> ; Argument Landmarks : '''The 'Socratic Method'''' β Using "Questions" to expose "Contradictions" in an opponent's argument, forcing them to "Refine" their thinking. : '''Stephen Toulminβs 'The Uses of Argument' (1958)''' β The book that "Killed Formal Logic" for many: it argued that "Real-life" logic is more like "Law" than "Math." : '''Scientific Peer Review''' β The world's largest "Argumentation System." Scientists "Argue" with each other's data until only the "Strongest" theories are left standing. : '''The 'Steel-Man' Technique''' β The opposite of a Straw Man: "Building the strongest possible version" of your opponent's argument before you try to "Refute" it. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Formal Logic vs. Argumentation Theory ! Feature !! Formal Logic (The 'Computer') !! Argumentation (The 'Judge') |- | Goal || Absolute Truth (True/False) || Reasonable Consensus |- | Audience || None (Self-contained) || A specific person or group |- | Data Type || "Symbols" (P and Q) || "Evidence" (Testimony/Stats) |- | Tolerance || Zero (One error = Invalid) || High (Balance of probability) |- | Analogy || A 'Calculation' || A 'Court Case' |} '''The Concept of "Presumption"''': Analyzing "The Default." Every argument has a "Starting Point." In science, the presumption is "The Null Hypothesis" (The new thing doesn't work until you prove it). In a "Relationship," the presumption might be "Trust." Argumentation Theory teaches us to "Find the Presumption," because the person who "Owns the Default" usually "Wins the Argument." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating argumentation theory: # '''The "Infinite Regress"''': If every "Data" needs a "Warrant," and every "Warrant" needs "Backing," do we ever reach the "Bottom"? (The "MΓΌnchhausen Trilemma"). # '''Power''': Can "Argumentation" work if one side has a "Gun"? (Does "Reason" only work among "Equals"?). # '''AI''': Can an "AI" truly "Argue," or is it just "Predicting the next word"? (The "Turing Test" for Reason). # '''Empathy''': Is "Winning an argument" the same as "Changing a mind"? (Why does "Logic" often make people "More stubborn"?). </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 'Argumentation' AI-Assistant''': An AI that "Reads your email" and "Highlights" where your "Warrants are weak," helping you "Write better arguments" for your boss. # '''Decentralized 'Truth' Markets''': A "Platform" where people "Bet" on the "Strength of Warrants," using the "Wisdom of the Crowd" to find the most "Reasonable" path. # '''Global Mediation Protocols''': Using "Pragma-dialectics" to design "Peace Talks" between nations, where "Breaking a rule of argument" leads to "Automatic Sanctions." # '''The 'Steel-Man' Generator''': An AI that "Takes your enemy's view" and "Makes it as brilliant as possible," helping you "Understand" them before you "Fight" them. [[Category:Philosophy]] [[Category:Sociology]] [[Category:Law]] [[Category:Communications]] [[Category:Rhetoric]] </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