eta.core.reasoning.infer_bottom_up
- infer_bottom_up(facts, ds)[source]
Infer new facts in a “bottom-up” manner, using relevant facts in memory.
- Parameters:
facts (list[Eventuality]) – A list of facts to use for inference.
ds (DialogueState) –
- Returns:
A list of inferred facts.
- Return type:
Notes
TODO: still need to implement retrieval of relevant facts from memory (and generic knowledge?).