Update README.md
Browse files
README.md
CHANGED
@@ -134,6 +134,13 @@ conversation = [
|
|
134 |
|
135 |
inferences = generate(conversation, "cause")
|
136 |
print('\n'.join(inferences))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
```
|
138 |
|
139 |
### Citation
|
|
|
134 |
|
135 |
inferences = generate(conversation, "cause")
|
136 |
print('\n'.join(inferences))
|
137 |
+
|
138 |
+
# Outputs:
|
139 |
+
# the speaker's fear of the cold and the inconvenience of having to take the dog out in the winter.
|
140 |
+
# the speaker's preference for indoor activities during winter, such as watching movies or playing video games.
|
141 |
+
# the speaker's fear of getting sick from taking the dog out in the cold.
|
142 |
+
# a previous negative experience with taking dogs for walks in the winter.
|
143 |
+
# the listener's suggestion to offer to help with taking care of the dog, which the speaker may have considered but was not willing to do.
|
144 |
```
|
145 |
|
146 |
### Citation
|