Update README.md
Browse files
README.md
CHANGED
@@ -26,11 +26,13 @@ Training Details
|
|
26 |
|
27 |
# Example Usage
|
28 |
|
29 |
-
For the following natural language argument:
|
30 |
|
31 |
Eating a balanced diet and exercising regularly are key to maintaining good health. If you maintain good health, you'll have more energy throughout the day. John has been eating a balanced diet and exercising regularly for the past few months. Therefore, it's likely that John now has more energy throughout his day.
|
32 |
|
33 |
-
This model was able to accurately break down the argument into its premises and conclusion, and give a complete proof in propositional logic form, citing lines and inference rules
|
|
|
|
|
34 |
|
35 |
Premise 1: If someone eats a balanced diet and exercises regularly, they will maintain good health. Premise 2: John eats a balanced diet and exercises regularly. Conclusion: Therefore, John has more energy throughout his day.
|
36 |
|
@@ -49,7 +51,7 @@ Propositional logic proof:
|
|
49 |
5. Conclusion: d (From 3 and 4, Modus Ponens)
|
50 |
|
51 |
|
52 |
-
For the same prompt, here is how Llama 3.1 8b Instruct performed:
|
53 |
|
54 |
The argument can be broken down as follows:
|
55 |
|
@@ -72,7 +74,7 @@ Here is the full proof in propositional logic form:
|
|
72 |
|
73 |
The final answer is ∴ MEL, or "It's likely that John now has more energy throughout his day."
|
74 |
|
75 |
-
And here is how Claude 3.5 Sonnet performed:
|
76 |
|
77 |
Premises:
|
78 |
P1: Eating a balanced diet and exercising regularly are key to maintaining good health.
|
|
|
26 |
|
27 |
# Example Usage
|
28 |
|
29 |
+
## For the following natural language argument:
|
30 |
|
31 |
Eating a balanced diet and exercising regularly are key to maintaining good health. If you maintain good health, you'll have more energy throughout the day. John has been eating a balanced diet and exercising regularly for the past few months. Therefore, it's likely that John now has more energy throughout his day.
|
32 |
|
33 |
+
This model was able to accurately break down the argument into its premises and conclusion, and give a complete proof in propositional logic form, citing lines and inference rules.
|
34 |
+
|
35 |
+
## This model output
|
36 |
|
37 |
Premise 1: If someone eats a balanced diet and exercises regularly, they will maintain good health. Premise 2: John eats a balanced diet and exercises regularly. Conclusion: Therefore, John has more energy throughout his day.
|
38 |
|
|
|
51 |
5. Conclusion: d (From 3 and 4, Modus Ponens)
|
52 |
|
53 |
|
54 |
+
## For the same prompt, here is how Llama 3.1 8b Instruct performed:
|
55 |
|
56 |
The argument can be broken down as follows:
|
57 |
|
|
|
74 |
|
75 |
The final answer is ∴ MEL, or "It's likely that John now has more energy throughout his day."
|
76 |
|
77 |
+
## And here is how Claude 3.5 Sonnet performed:
|
78 |
|
79 |
Premises:
|
80 |
P1: Eating a balanced diet and exercising regularly are key to maintaining good health.
|