Skip to content

Commit b7c870c

Browse files
committed
Add bibtext for masksql
1 parent 6801ed5 commit b7c870c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

catalog/public/data/papers.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ @article{ramachandram2025crisp
2626
journal={arXiv preprint arXiv:2505.21360},
2727
year={2025}
2828
}
29+
30+
@article{abedini2025masksql,
31+
title={MaskSQL: Safeguarding Privacy for LLM-Based Text-to-SQL via Abstraction},
32+
author={Abedini, Sepideh and Mohapatra, Shubhankar and Emerson, DB and Shafieinejad, Masoumeh and Cresswell, Jesse C and He, Xi},
33+
journal={arXiv preprint arXiv:2509.23459},
34+
year={2025}
35+
}

catalog/public/data/repositories.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@
202202
],
203203
"type": "applied-research",
204204
"year": 2025,
205-
"paper_url": "https://arxiv.org/abs/2509.23459"
205+
"paper_url": "https://arxiv.org/abs/2509.23459",
206+
"bibtex": "abedini2025masksql"
206207
},
207208
{
208209
"name": "shared-encoder",
@@ -905,5 +906,5 @@
905906
],
906907
"totalImplementations": 120,
907908
"yearsOfResearch": 7,
908-
"lastUpdated": "2025-10-22T11:19:02.145700"
909-
}
909+
"lastUpdated": "2025-10-22T11:45:16.266972"
910+
}

repositories/masksql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ implementations:
77
type: applied-research
88
year: 2025
99
paper_url: https://arxiv.org/abs/2509.23459
10+
bibtex: abedini2025masksql

0 commit comments

Comments
 (0)