Added docs
This commit is contained in:
parent
3699fe9e84
commit
a4af6e2c21
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ Moving forward, we have adopted several new strategies, features, and design pri
|
||||||
💡 Propositions: Defined as atomic expressions within a text, each proposition encapsulates a unique factoid, conveyed in a succinct, standalone natural language format.
|
💡 Propositions: Defined as atomic expressions within a text, each proposition encapsulates a unique factoid, conveyed in a succinct, standalone natural language format.
|
||||||
|
|
||||||
We employ Large Language Models (LLMs) to break down text into propositions and link them, forming graphs with propositions as nodes and their connections as edges.
|
We employ Large Language Models (LLMs) to break down text into propositions and link them, forming graphs with propositions as nodes and their connections as edges.
|
||||||
For example, **"Grass is green", and "2 + 5 = 5"** are propositions. The first proposition has the truth value of "true" and the second "false".
|
For example, "Grass is green", and "2 + 5 = 5" are propositions. The first proposition has the truth value of "true" and the second "false".
|
||||||
The inspiration was found in the following [paper] (https://arxiv.org/pdf/2312.06648.pdf)
|
The inspiration was found in the following [paper](https://arxiv.org/pdf/2312.06648.pdf)
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue