Skip to content

Commit

Permalink
Citation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Mar 7, 2024
1 parent e2274d4 commit 1a5fa3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</div>
<br/>


## 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.

Expand Down Expand Up @@ -334,6 +333,18 @@ smoothie = blend(
<hr>
### 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]
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 1a5fa3c

Please sign in to comment.