Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new task: Detect Reasoning #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlwaugh
Copy link

@jlwaugh jlwaugh commented Jul 22, 2024

Feedback welcome! I'm exploring how to train a model to recognize various patterns of reasoning:

  • Deductive
    • Modus Ponens (Affirming the Antecedent)
    • Modus Tollens (Denying the Consequent)
    • Disjunctive Syllogism
    • Hypothetical Syllogism
    • Constructive Dilemma
  • Inductive
    • Generalization
    • Statistical Syllogism
    • Argument from Analogy
  • Abductive: Inference to the Best Explanation
  • Causal: Cause to Effect / Effect to Cause
  • Conditional: Equivalence

@N8python
Copy link
Contributor

Intriguing - I love everything here, but seperate out the identification tasks into different ones maybe - so Identify Deductive Reasoning, Identify Inductive Reasoning, etc.

@teknium1
Copy link
Contributor

Intriguing - I love everything here, but seperate out the identification tasks into different ones maybe - so Identify Deductive Reasoning, Identify Inductive Reasoning, etc.

Agreed! Can you split out the tasks so each form is a specific one? I can probably reformat them into their own tasks if needed

@teknium1
Copy link
Contributor

Feedback welcome! I'm exploring how to train a model to recognize various patterns of reasoning:

  • Deductive

    • Modus Ponens (Affirming the Antecedent)
    • Modus Tollens (Denying the Consequent)
    • Disjunctive Syllogism
    • Hypothetical Syllogism
    • Constructive Dilemma
  • Inductive

    • Generalization
    • Statistical Syllogism
    • Argument from Analogy
  • Abductive: Inference to the Best Explanation

  • Causal: Cause to Effect / Effect to Cause

  • Conditional: Equivalence

Hello! we have updated the structure of the repo. Would you be able to update your branch to conform? Then can merge, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants