Spaces:
Runtime error
Runtime error
Sébastien De Greef
commited on
Commit
·
0127200
1
Parent(s):
58a7650
chore: Update .gitignore to exclude .env file
Browse files- .gitignore +1 -0
- src/graph_classes.png +0 -0
- src/index.qmd +10 -6
- src/llm_knowledge.qmd +3 -1
.gitignore
CHANGED
|
@@ -3,3 +3,4 @@
|
|
| 3 |
.DS_Store
|
| 4 |
.venv/**
|
| 5 |
src/_site/
|
|
|
|
|
|
| 3 |
.DS_Store
|
| 4 |
.venv/**
|
| 5 |
src/_site/
|
| 6 |
+
.env/
|
src/graph_classes.png
ADDED
|
src/index.qmd
CHANGED
|
@@ -4,8 +4,6 @@
|
|
| 4 |
|
| 5 |
- **Collaboration Partners**: The project is developed in partnership with Windesheim University of Applied Sciences and the Supply Chain Finance research group.
|
| 6 |
|
| 7 |
-
- **Research Focus**: Investigating the efficient use of financial flows within supply chains and understanding the impact of these efficiencies.
|
| 8 |
-
|
| 9 |
- **Value Chain Hackers**: A dynamic living lab that serves as a platform for both schools and companies.
|
| 10 |
|
| 11 |
- **Innovation & Experimentation**: The lab facilitates experimentation with innovative supply chain solutions and realistic sustainability strategies.
|
|
@@ -28,11 +26,17 @@
|
|
| 28 |
|
| 29 |
(https://valuechainhackers.xyz/)[https://valuechainhackers.xyz/]
|
| 30 |
|
| 31 |
-
GitHub repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
Prompts: (https://github.com/Value-Chain-Hackers/KnopenKoning/tree/main/prompts)[https://github.com/Value-Chain-Hackers/KnopenKoning/tree/main/prompts]
|
| 36 |
|
| 37 |
### Who is What ?
|
| 38 |
|
|
|
|
| 4 |
|
| 5 |
- **Collaboration Partners**: The project is developed in partnership with Windesheim University of Applied Sciences and the Supply Chain Finance research group.
|
| 6 |
|
|
|
|
|
|
|
| 7 |
- **Value Chain Hackers**: A dynamic living lab that serves as a platform for both schools and companies.
|
| 8 |
|
| 9 |
- **Innovation & Experimentation**: The lab facilitates experimentation with innovative supply chain solutions and realistic sustainability strategies.
|
|
|
|
| 26 |
|
| 27 |
(https://valuechainhackers.xyz/)[https://valuechainhackers.xyz/]
|
| 28 |
|
| 29 |
+
GitHub repo
|
| 30 |
+
(https://github.com/Value-Chain-Hackers/KnopenKoning)[https://github.com/Value-Chain-Hackers/KnopenKoning]
|
| 31 |
+
|
| 32 |
+
Models:
|
| 33 |
+
(https://huggingface.co/sebdg?search_models=scm)[https://huggingface.co/sebdg?search_models=scm]
|
| 34 |
+
|
| 35 |
+
Dataset:
|
| 36 |
+
(https://huggingface.co/datasets/sebdg/ontologies_train_dataset)[https://huggingface.co/datasets/sebdg/ontologies_train_dataset]
|
| 37 |
|
| 38 |
+
Prompts:
|
| 39 |
+
(https://github.com/Value-Chain-Hackers/KnopenKoning/tree/main/prompts)[https://github.com/Value-Chain-Hackers/KnopenKoning/tree/main/prompts]
|
|
|
|
| 40 |
|
| 41 |
### Who is What ?
|
| 42 |
|
src/llm_knowledge.qmd
CHANGED
|
@@ -89,4 +89,6 @@ By integrating ontologies with LLMs, we can achieve a more robust and intelligen
|
|
| 89 |
### Key Takeaways:
|
| 90 |
|
| 91 |
- Integrating ontologies with LLMs enhances their ability to check, infer, and generate knowledge, ensuring that knowledge graphs are accurate, consistent, and semantically rich.
|
| 92 |
-
- LLMs can perform advanced reasoning tasks by applying ontology-defined rules and relationships, leading to better automation and scalability in knowledge management.
|
|
|
|
|
|
|
|
|
| 89 |
### Key Takeaways:
|
| 90 |
|
| 91 |
- Integrating ontologies with LLMs enhances their ability to check, infer, and generate knowledge, ensuring that knowledge graphs are accurate, consistent, and semantically rich.
|
| 92 |
+
- LLMs can perform advanced reasoning tasks by applying ontology-defined rules and relationships, leading to better automation and scalability in knowledge management.
|
| 93 |
+
|
| 94 |
+

|