Skip to content

Commit 6801ed5

Browse files
authored
Merge pull request #18 from VectorInstitute/add_masksql
Add masksql to catalog
2 parents 5e31f88 + 493d6e0 commit 6801ed5

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

catalog/public/data/repositories.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,20 @@
190190
"year": 2025,
191191
"github_url": "https://github.com/VectorInstitute/kg-rag"
192192
},
193+
{
194+
"name": "masksql",
195+
"repo_id": "VectorInstitute/masksql",
196+
"description": "A privacy-preserving framework for LLM-based text-to-SQL that uses schema masking and progressive unmasking to protect sensitive database information while maintaining query accuracy",
197+
"implementations": [
198+
{
199+
"name": "MaskSQL",
200+
"url": null
201+
}
202+
],
203+
"type": "applied-research",
204+
"year": 2025,
205+
"paper_url": "https://arxiv.org/abs/2509.23459"
206+
},
193207
{
194208
"name": "shared-encoder",
195209
"repo_id": "VectorInstitute/shared-encoder",
@@ -889,7 +903,7 @@
889903
"github_url": "https://github.com/VectorInstitute/privacy-enhancing-techniques"
890904
}
891905
],
892-
"totalImplementations": 119,
906+
"totalImplementations": 120,
893907
"yearsOfResearch": 7,
894-
"lastUpdated": "2025-10-02T11:17:23.204351"
895-
}
908+
"lastUpdated": "2025-10-22T11:19:02.145700"
909+
}

repositories/masksql.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: masksql
2+
repo_id: VectorInstitute/masksql
3+
description: "A privacy-preserving framework for LLM-based text-to-SQL that uses schema masking and progressive unmasking to protect sensitive database information while maintaining query accuracy"
4+
implementations:
5+
- name: MaskSQL
6+
url: null
7+
type: applied-research
8+
year: 2025
9+
paper_url: https://arxiv.org/abs/2509.23459

0 commit comments

Comments
 (0)