From 8fa2610fd67fb2aafe0652874dcae5334ca2fdb3 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 10 Dec 2023 03:09:45 +0100 Subject: [PATCH] Added lots of cites --- literatur.bib | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/literatur.bib b/literatur.bib index 0f9a0b2..4c61a66 100644 --- a/literatur.bib +++ b/literatur.bib @@ -77,3 +77,42 @@ archivePrefix={arXiv}, primaryClass={cs.CL} } + + +@misc{Venturi, title={Pandasai}, url={https://docs.pandas-ai.com/}, + journal={PandasAI}, author={Venturi, Gabriele}} + +@misc{zhao2023automatic, + title={Automatic Model Selection with Large Language Models for Reasoning}, + author={James Xu Zhao and Yuxi Xie and Kenji Kawaguchi and Junxian He and Michael Qizhe Xie}, + year={2023}, + eprint={2305.14333}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +} + +@misc{kabra2023programaided, + title={Program-Aided Reasoners (better) Know What They Know}, + author={Anubha Kabra and Sanketh Rangreji and Yash Mathur and Aman Madaan and Emmy Liu and Graham Neubig}, + year={2023}, + eprint={2311.09553}, + archivePrefix={arXiv}, + primaryClass={cs.AI} +} + +@software{langchain, + author = {Chase, Harrison}, + month = oct, + title = {{LangChain}}, + url = {https://github.com/langchain-ai/langchain}, + year = {2022} +} + +@misc{paranjape2023art, + title={ART: Automatic multi-step reasoning and tool-use for large language models}, + author={Bhargavi Paranjape and Scott Lundberg and Sameer Singh and Hannaneh Hajishirzi and Luke Zettlemoyer and Marco Tulio Ribeiro}, + year={2023}, + eprint={2303.09014}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +}