forked from foundation-model-stack/fms-dgt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqna.yaml
34 lines (29 loc) · 1.05 KB
/
qna.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
task_name: causal_logical_reasoning
created_by: IBM
data_builder: simple
seed_examples:
- answer:
"While days tend to be longer in the summer, just because it is not summer
doesn't mean days are necessarily shorter.
"
question:
"If it is summer, then the days are longer. Are the days longer if it
is not summer ?
"
- answer:
'No, we cannot conclusively conclude that some cats are black based solely
on the given premises. The statement "some mammals are black" does not necessarily
guarantee that among those mammals are cats.
'
question:
If all cats are mammals and some mammals are black, can we conclude that
some cats are black?
- answer:
"Yes, we can conclude that all squares have four sides based on the given
premises.
"
question:
"If all squares are rectangles and a rectangle has four sides, can we
conclude that all squares have four sides?
"
task_description: To teach a language model about Logical Reasoning - causal relationships