Skip to content

Commit b4edc23

Browse files
committed
[doc] - correct readme.md
1 parent 33860f1 commit b4edc23

File tree

4 files changed

+7
-1880
lines changed

4 files changed

+7
-1880
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# RAG-VisualRec
22

3-
This repository contains a resource of an open resource for vision and text-enhanced Retrieval-Augmented Generation (RAG) in the recommendation domain. RAG-VisualRec provides a new, reproducible test‑bed for multimodal RAG research. It is designed as a transparent, modular, and extensible resource for rigorous multimodal recommendation research, with a primary goal of bridging the gap between theoretical advances (e.g., fusion techniques, textual data augmentation, multi-modal retrieval, augmented generation) and practical, reproducible workflows that any researcher can adapt or extend.
3+
This repository contains a resource of an open resource for **vision and text-enhanced Retrieval-Augmented Generation (RAG)** in the recommendation domain. **RAG-VisualRec** provides a new, reproducible test‑bed for multimodal RAG research. It is designed as a transparent, modular, and extensible resource for rigorous multimodal recommendation research, with a primary goal of bridging the gap between theoretical advances (e.g., fusion techniques, textual data augmentation, multi-modal retrieval, augmented generation) and practical, reproducible workflows that any researcher can adapt or extend.
44

55
![RAG-VisualRec](./docs/RAG-VisualRec.png "RAG-VisualRec")
66

77
## 🧠 Architecture
88

9-
The pipeline contains below steps:
9+
The overall pipeline of **RAG-VisualRec** contains below steps:
1010

1111
- Data preparation and Ingestion, starting with MovieLens (`latest-small` and `1M`) dataset
1212
- Multimodal embedding extraction (including textual, visual, and audio)

codes/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# RAG-VisualRec Codes
1+
# RAG-VisualRec Pipeline
22

3-
Here you can find Google Colab files to generate recommendation results and visualization outputs:
3+
Here you can find **Google Colab** notebooks related to RAG-VisualRec in the below:
44

5+
## 🚀 Pipeline
56
- [RAG-VisualRec Pipeline](https://github.com/RecSys-lab/RAG-VisualRec/blob/main/codes/RAG_VisualRec.ipynb)
7+
8+
## 📊 Evaluation and Visualization
69
- [Bar Chart - Ablation Study](https://github.com/RecSys-lab/RAG-VisualRec/blob/main/codes/bar_chart_evaluation.ipynb)
710
- [Radar Chart - Modality Impact](https://github.com/RecSys-lab/RAG-VisualRec/blob/main/codes/radar_chart_evaluation.ipynb)

0 commit comments

Comments
 (0)