diff --git a/README.md b/README.md index b12622c6..13dfe090 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@
- ## Intro BlendSQL is a *superset of SQLite* for problem decomposition and hybrid question-answering with LLMs. It builds off of the syntax of SQL to create an intermediate representation for tasks requiring complex reasoning over both structured and unstructured data. @@ -334,6 +333,18 @@ smoothie = blend(
+### Citation +```bibtex +@article{glenn2024blendsql, + title={BlendSQL: A Scalable Dialect for Unifying Hybrid Question Answering in Relational Algebra}, + author={Parker Glenn and Parag Pravin Dakle and Liang Wang and Preethi Raghavan}, + year={2024}, + eprint={2402.17882}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +} +``` + # Documentation > [!WARNING] diff --git a/docs/index.md b/docs/index.md index 4c9ef61d..d553e175 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,7 +104,7 @@ For a technical walkthrough of how a BlendSQL query is executed, check out [tech ### Citation -``` +```bibtex @article{glenn2024blendsql, title={BlendSQL: A Scalable Dialect for Unifying Hybrid Question Answering in Relational Algebra}, author={Parker Glenn and Parag Pravin Dakle and Liang Wang and Preethi Raghavan},