kyleluoma commited on
Commit
5c49707
·
verified ·
1 Parent(s): 3467334

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -13,4 +13,26 @@ To most easily use this model, download the snails_naturalness_classifier.py and
13
  repository and run snails_naturalness_classifier.py.
14
 
15
  For more information about the SNAILS project:
16
- GitHub repository: https://www.github.com/KyleLuoma/SNAILS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  repository and run snails_naturalness_classifier.py.
14
 
15
  For more information about the SNAILS project:
16
+ GitHub repository: https://www.github.com/KyleLuoma/SNAILS
17
+
18
+ Citing this model:
19
+
20
+ ```
21
+ @article{10.1145/3709727,
22
+ author = {Luoma, Kyle and Kumar, Arun},
23
+ title = {SNAILS: Schema Naming Assessments for Improved LLM-Based SQL Inference},
24
+ year = {2025},
25
+ issue_date = {February 2025},
26
+ publisher = {Association for Computing Machinery},
27
+ address = {New York, NY, USA},
28
+ volume = {3},
29
+ number = {1},
30
+ url = {https://doi.org/10.1145/3709727},
31
+ doi = {10.1145/3709727},
32
+ journal = {Proc. ACM Manag. Data},
33
+ month = feb,
34
+ articleno = {77},
35
+ numpages = {26},
36
+ }
37
+ ```
38
+