Skip to content

Commit 2c6c7c2

Browse files
committed
Updated citations
Signed-off-by: Grace Sng <[email protected]>
1 parent 00b61a2 commit 2c6c7c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/notebooks/augmented_model_suggester_examples.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
{
5757
"cell_type": "markdown",
5858
"source": [
59-
"Here we introduce the AugmentedModelSuggester class. Creating an instance of it enables the chosen LLM to utilize Retrieval Augmented Generation (RAG) to determine causality. It currently does this by searching the CauseNet dataset for a relevant causal pair and augmenting the LLM with the corresponding evidence/information stored in CauseNet."
59+
"Here we introduce the AugmentedModelSuggester class. Creating an instance of it enables the chosen LLM to utilize Retrieval Augmented Generation (RAG) to determine causality. It currently does this by searching the CauseNet dataset for a relevant causal pair and augmenting the LLM with the corresponding evidence/information stored in the dataset.\n",
60+
"\n",
61+
"CauseNet is a large-scale knowledge base of causal relations extracted from the web, created by Heindorf et al. (2020). CauseNet is available at [causenet.org](https://causenet.org) and is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)."
6062
],
6163
"metadata": {
6264
"id": "DjYECuX84vbN"

0 commit comments

Comments
 (0)