From 6a707a4af0a4b1765daf3e80653e97dd3fbcef0e Mon Sep 17 00:00:00 2001 From: Prashant Kumar Date: Sat, 27 Dec 2025 19:42:24 +0530 Subject: [PATCH] Add demo folder with interactive EKA demo HTML and link --- README.md | 2 + demo/index.html | 642 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 644 insertions(+) create mode 100644 demo/index.html diff --git a/README.md b/README.md index 37d4f53..fea0eeb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Introduction Code for paper: Multi-hop Reasoning via Early Knowledge Alignment + +Check out the interactive EKA demo: [EKA Multi-Hop RAG Demo](https://prashant-knows-it.github.io/eka-rag-demo/) # Coming Soon diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 0000000..107e0dd --- /dev/null +++ b/demo/index.html @@ -0,0 +1,642 @@ + + + + + + EKA Multi-Hop RAG Demo + + + +
+
+

🧠 Early Knowledge Alignment (EKA) RAG Demo

+

Multi-Hop Reasoning with Knowledge Grounding for Complex Questions

+
+ +
+ +
+

šŸ“š Knowledge Base

+
+ Step 1: Load documents into vector database. These form the knowledge corpus for retrieval. +
+ +
+ + +
+ + +
+
+ + +
+

ā“ Multi-Hop Query

+
+ Step 2: Ask complex questions requiring multiple reasoning steps. EKA retrieves top-k facts first to ground reasoning. +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+
+
+ + +
+

šŸ“ˆ Results & Analysis

+ + + + + + +
+
+ + + +