Skip to content

Commit 2b2c940

Browse files
committed
Update index.md, more links
1 parent eca3793 commit 2b2c940

File tree

7 files changed

+58
-12
lines changed

7 files changed

+58
-12
lines changed

docs/index.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ a.dataset-tag:hover {
278278

279279
<div class="catalog-stats">
280280
<div class="stat">
281-
<div class="stat-number">27</div>
281+
<div class="stat-number">33</div>
282282
<div class="stat-label">Implementations</div>
283283
</div>
284284
<div class="stat">
@@ -314,6 +314,12 @@ a.dataset-tag:hover {
314314

315315

316316

317+
318+
319+
320+
321+
322+
317323

318324

319325

@@ -364,6 +370,21 @@ a.dataset-tag:hover {
364370
<strong>Datasets:</strong> <span class="dataset-tag">Physionet Challenge 2012</span> <span class="dataset-tag">wiki2000</span>
365371
</div>
366372

373+
</div>
374+
<div class="card" markdown>
375+
<div class="header">
376+
<h3><a href="https://github.com/VectorInstitute/retrieval-augmented-generation" title="Go to Repository">retrieval-augmented-generation</a></h3>
377+
<span class="tag year-tag">2024</span>
378+
<span class="tag type-tag">bootcamp</span>
379+
</div>
380+
<p>A repository reference implementations for retrieval-augmented generation</p>
381+
<div class="tag-container">
382+
<span class="tag" data-tippy="Web Search">Web Search</span> <span class="tag" data-tippy="Document Search">Document Search</span> <span class="tag" data-tippy="SQL Search">SQL Search</span> <span class="tag" data-tippy="Cloud Search">Cloud Search</span> <span class="tag" data-tippy="PubMed QA">PubMed QA</span> <span class="tag" data-tippy="RAG Evaluation">RAG Evaluation</span>
383+
</div>
384+
<div class="datasets">
385+
<strong>Datasets:</strong> <a href="https://pubmed.ncbi.nlm.nih.gov" class="dataset-tag" target="_blank">PubMed</a> <span class="dataset-tag">wiki2000</span>
386+
</div>
387+
367388
</div>
368389

369390
</div>
@@ -379,7 +400,7 @@ a.dataset-tag:hover {
379400
</div>
380401
<p>A framework for fine-tuning retrieval-augmented generation (RAG) systems.</p>
381402
<div class="tag-container">
382-
<span class="tag" data-tippy="RA-DIT">RA-DIT</span> <span class="tag" data-tippy="Algo2">Algo2</span>
403+
<span class="tag" data-tippy="Basic fine-tuning with FL">Basic fine-tuning with FL</span> <a href="https://arxiv.org/abs/2310.01352" class="tag" target="_blank">RA-DIT</a>
383404
</div>
384405

385406

@@ -399,4 +420,3 @@ a.dataset-tag:hover {
399420
</div>
400421

401422
</div>
402-

repositories/bias-mitigation-unlearning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bias-mitigation-unlearning
2-
repo_id: bmu-repo
2+
repo_id: VectorInstitute/bias-mitigation-unlearning
33
description: "A repository for social bias mitigation in LLMs using machine unlearning"
44
implementations:
55
- name: Negation via Task Vectors

repositories/diffusion-models.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: diffusion-models
2-
repo_id: diffusion-repo
2+
repo_id: VectorInstitute/diffusion-models
33
description: "A repository with demos for various diffusion models for tabular and time series data"
44
implementations:
55
- name: TabDDPM
@@ -14,7 +14,9 @@ implementations:
1414
url: https://arxiv.org/abs/2307.11494
1515
public_datasets:
1616
- name: Physionet Challenge 2012
17-
- name: wiki2000
17+
url: https://www.physionet.org/content/challenge-2012/1.0.0/
18+
- name: Electricity dataset (UCI Machine Learning Repository)
19+
url: https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014
1820
type: bootcamp
1921
year: 2024
2022
github_url: https://github.com/VectorInstitute/diffusion_models

repositories/fed-rag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: fed-rag
22
repo_id: fed-rag-repo
33
description: "A framework for fine-tuning retrieval-augmented generation (RAG) systems."
44
implementations:
5-
- name: RA-DIT
6-
url: null
7-
- name: Algo2
5+
- name: Basic fine-tuning with FL
86
url: null
7+
- name: RA-DIT
8+
url: https://arxiv.org/abs/2310.01352
99
type: tool
1010
year: 2025
1111
github_url: https://github.com/VectorInstitute/fed-rag

repositories/fl4health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fl4health
2-
repo_id: fl4health-repo
2+
repo_id: VectorInstitute/FL4Health
33
description: "A flexible, modular, and easy to use library to facilitate federated learning research and development in healthcare settings"
44
implementations:
55
- name: FedAvg
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: retrieval-augmented-generation
2+
repo_id: vectorinstitute/retrieval-augmented-generation
3+
description: "A repository reference implementations for retrieval-augmented generation"
4+
implementations:
5+
- name: Web Search
6+
url: null
7+
- name: Document Search
8+
url: null
9+
- name: SQL Search
10+
url: null
11+
- name: Cloud Search
12+
url: null
13+
- name: PubMed QA
14+
url: null
15+
- name: RAG Evaluation
16+
url: null
17+
public_datasets:
18+
- name: PubMed
19+
url: https://pubmed.ncbi.nlm.nih.gov
20+
- name: Banking Dataset - Marketing Targets
21+
url: https://www.kaggle.com/datasets/prakharrathi25/banking-dataset-marketing-targets
22+
type: bootcamp
23+
year: 2024
24+
github_url: https://github.com/VectorInstitute/retrieval-augmented-generation

scripts/sync_repositories_to_docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ def generate_card_html(impl: Dict) -> str:
202202
if "github_url" in impl:
203203
repo_url = impl["github_url"]
204204
else:
205-
repo_id = impl["repo_id"].replace("-repo", "")
206-
repo_url = f"https://github.com/VectorInstitute/{repo_id}"
205+
repo_id = impl["repo_id"]
206+
repo_url = f"https://github.com/{repo_id}"
207207

208208
# Add BibTeX citation button if available
209209
bibtex_html = ""

0 commit comments

Comments
 (0)