Lecture 10: Types of reasoning and the cognitive science of logic

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Deductive reasoning and critical thinking:

  • Formal fallacies

  • The Wason selection task

The structure of the scientific method:

  • A non-deductive process of slow confirmation

  • A deductive argument involving falsification

2
New cards

What are the 2 types of human reasoning?

  • deductive reasoning

    • formalized by logic

  • non-deductive reasoning

    • inductive reasoning

    • abductive reasoning

limited dataset used to make generalizations → non-deductive reasoning

  • chat gpt

3
New cards

What is an important type of human reasoning?

Using a series of claims to reach a new claim – conclusion

4
New cards

How are deductive arguments evaluated?

validity and soundness

5
New cards

What is an advantage of deductive reasoning?

advantage: the conclusion is 100% certain

6
New cards

What is the structure of deductive arguments and what formal tool is used?

Premise 1: If A then B

Premise 2: A

Conclusion: B

If the premises are true and the argument is valid, the conclusions necessarily follows

Formal tool: formal Logic

7
New cards

What is a disadvantage of deductive reasoning?

disadvantage: very limited information deductively follows from the premises (what is contained in the premises)

Premise 1: Every 1st year CSAI student has to take programming

Premise 2: Michael is a 1st year CSAI studnet

Conclusion: Michael has to take programming

  • conclusion doesn’t go beyond the info in the premises

    • we don’t gain much new information

8
New cards

What is non-deductive reasoning? is the notion of validity applicable?

the premises support the conclusion to some degree, but the conclusion does not necessarily follow

  • the notion of validity is not applicable to non-deductive arguments and instead the notion of the argument’s strength is considered

Example 1:

  • premise: 1 student told me that understanding the base rate fallacy is hard

  • conclusion: understanding the base rate fallacy is hard

Example 2:

  • premise: 50 students told me that understanding the base rate fallacy is hard

  • conclusion: understanding the base rate fallacy is hard

9
New cards

List the formal tools used, advantage and disadvantage of non-deductive reasoning

Formal tools: probability theory, statistics, some logical frameworks

Advantage: Possible to make many more conclusions

Disadvantage: 1. Uncertainty, 2. The problem of induction

10
New cards

What are the 2 types of non-deductive arguments?

  • inductive reasoning

  • abductive reasoning

11
New cards

What is inductive reasoning?

moving from a number of particular instances to a generalization

  • example: 50 students think that the base rate fallacy is hard, therefore all students think its hard

  • ex. all the ravens i’ve seen are not white therefore all ravens are not white

*non-deductive argument

12
New cards

What is abductive reasoning?

moving from a claim (premise) to a claim that explains the best conclusion given the available knowledge → inference to the best explanation

  • occam’s razor

  • example: my bike is not where I left it, therefore someone stole it

*non-deductive argument

13
New cards

What is the connection between deductive, inductive, and abductive reasoning?

  • we will treat them as independent

  • formal logic models for deductive reasoning

  • probability theory models for inductive and abductive reasoning

  • Hume’s problem → can we base induction on deduction

14
New cards

What is the connection to ai with the 3 ways of reasoning?

trying to mechanize human reasoning, we can try to automate:

  • deductive reasoning → symbolic ai, logical methods

  • inductive reasoning → data science, machine learning

  • abductive reasoning → can that be automated? can a computer jump to the best explanation as we can?

Understanding human reasoning is important to understanding ai

15
New cards

What is the connection to scientific thinking regarding inductive and deductive reasoning?

Scientific method 1: confirmation of a general hypothesis by many instances = inductive reasoning

  • problem of induction for confirmation

Scientific method 2: only a process of falsification of hypothesis (popper) = deductive reasoning

16
New cards

What is formal fallacy?

a fallacy in reasoning based on misapplication of logic

17
New cards

What are 2 important formal fallacies?

  • affirming the consequent

  • denying the antecedent

18
New cards

What’s the argument structure of: the formal fallacy affirming the consequent?

premise 1: If A then B

premise 2: B (here you affirm the consequent of the conditional)

invalid conclusion: A

example: If someone rides a bike at night without lights they will get a fine. Michael got a fine. Therefore, Michael rode his bike without lights.

<p><strong>premise 1</strong>: If A then B</p><p><strong>premise 2</strong>: B (here you affirm the consequent of the conditional)</p><p><strong>invalid conclusion</strong>: A</p><p><strong>example</strong>: If someone rides a bike at night without lights they will get a fine. Michael got a fine. Therefore, Michael rode his bike without lights.</p>
19
New cards

What’s the argument structure of: the formal fallacy denying the antecedent?

premise 1: If A then B

premise 2: not A (here you deny the antecedent of the conditional)

invalid conclusion: not B

example: If Maria eats a lot of meat, then she has high cholesterol. But she is a vegetarian. So, she does not have high cholesterol.

<p><strong>premise 1</strong>: If A then B</p><p><strong>premise 2</strong>: not A (here you deny the antecedent of the conditional)</p><p><strong>invalid conclusion</strong>: not B</p><p><strong>example</strong>: If Maria eats a lot of meat, then she has high cholesterol. But she is a vegetarian. So, she does not have high cholesterol.</p>
20
New cards

Why is learning formal logic useful?

To be more aware of the 2 formal fallacies, affirming the consequent and denying the antecedent

21
New cards

What are the 2 valid argument forms?

  • Modus Pones

  • Modus Tollens

22
New cards

What’s the argument structure of: Modus Pones

premise 1: If A then B

premise 2: A

valid conclusion: B

<p><strong>premise 1</strong>: If A then B</p><p><strong>premise 2</strong>: A</p><p><strong>valid conclusion</strong>: B</p>
23
New cards

What’s the argument structure of: Modus Tollens?

premise 1: If A then B

premise 2: not B

valid conclusion: not A

<p><strong>premise 1</strong>: If A then B</p><p><strong>premise 2</strong>: not B</p><p><strong>valid conclusion</strong>: not A</p>
24
New cards
<p>The Wason selection task, which cards do you check?</p>

The Wason selection task, which cards do you check?

check d and 7

  • you check 7 bcs of the contrapositive form where not 7 implies not D

<p>check d and 7</p><ul><li><p>you check 7 bcs of the contrapositive form where not 7 implies not D</p></li></ul><p></p>
25
New cards

What is the contra-positive and converse of the conditional A → B?

Conditional: A → B

contra-positive: ~B → ~A

  • ex. if you are not in the Netherlands, you are not in Tilburg

converse: B → A

  • ex. if you are in the Netherlands, you are in Tilburg

26
New cards

What are 2 important things to note about conditionals regarding their contra-positive and converse forms?

  • every conditional is logically equivalent to its contra-positive form

  • conditionals are not logically equivalent to their converse form

27
New cards

What does the Wason selection task depend on?

its content

  • Psychologists have noticed that the content of the conditional influences the ability to get the right answer.

  • But, from a formal logic perspective, the content does not matter.

  • This strongly suggests that humans don’t directly implement logic rules in their reasoning.

28
New cards

Why is the Watson selection task so hard for humans?

Cognitive psychologists have proposed a bewildering number of theories to explain why people are so much better at solving such versions of the selection task compared with other, formally equivalent variations, like the original card version. The most generally cited of these theories, due to Leda Cosmides (1985, 1989), is that humans have evolved a specialised algorithm (or procedure) for detecting cheaters in social contracts.

The algorithm has the general form: If you accept a benefit, then you must meet its requirement

  • we’re sensitive to the content

29
New cards

Deductive conditional reasoning

  • Psychologists still argue what exactly is going on.

  • But, its clear that people constantly fail to note the equivalence between a conditional and its contrapositive form.

  • Sometimes its super easy:

    • “If students get above 5.5 in the final, they pass the course.”

    • I didn’t pass the course!

    • Oh, you got a bad result in the final...

  • In abstract and scientific contexts, the equivalence can be much harder to detect (remember the ravens from the tutorial?)

30
New cards

What is an advantage and disadvantage of inductive arguments?

advantage: an easy way to get from evidence (observations) to general statements

disadvantage: the conclusion is never 100% certain (unlike deduction)

31
New cards

What is an advantage and disadvantage of abductive arguments?

advantage: an easy way to draw conclusions about an uncertain world

disadvantage: is it even rational? why should we be confident in the conclusion?