Skip to content

Commit bfde305

Browse files
authored
Merge pull request #59 from grace-sng7/augmented_suggester
2 parents 83a968f + 2c6c7c2 commit bfde305

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)