Using the Sentence Transformer to I’m trying to use Sentence Transformer to infer causal relationships between documents.
If we can do this, we can extract the cause and symptoms of the incident from the report.
So, I wondered if NLI could be used for feature learning to extract causal information. I thought.
What is NLI?
Inference of the relationship between two sentences
- Forward
- Inverse
- Unrelated
The three relations are.
Apply to causal relationships
If we apply the three relationships of NLI to causality, the following patterns are possible.
[Read More]