Skip to content

Commit

Permalink
update structured output
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Dec 7, 2024
1 parent ab70133 commit 347a34b
Show file tree
Hide file tree
Showing 12 changed files with 350 additions and 205 deletions.
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/evals.doctree
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/structured_output.doctree
Binary file not shown.
84 changes: 57 additions & 27 deletions tamingllms/_build/html/_sources/notebooks/structured_output.ipynb

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions tamingllms/_build/html/notebooks/evals.html

Large diffs are not rendered by default.

195 changes: 113 additions & 82 deletions tamingllms/_build/html/notebooks/structured_output.html

Large diffs are not rendered by default.

Binary file modified tamingllms/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion tamingllms/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tamingllms/_build/jupyter_execute/markdown/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "b46f1859",
"id": "30c311ac",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down
84 changes: 57 additions & 27 deletions tamingllms/_build/jupyter_execute/notebooks/structured_output.ipynb

Large diffs are not rendered by default.

84 changes: 57 additions & 27 deletions tamingllms/notebooks/structured_output.ipynb

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions tamingllms/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,27 @@ @misc{backus_naur_form
howpublished={\url{https://en.wiktionary.org/wiki/Backus-Naur_form}},
note={Accessed: 2024}
}

@inproceedings{10.1145/3613905.3650756,
author = {Liu, Michael Xieyang and Liu, Frederick and Fiannaca, Alexander J. and Koo, Terry and Dixon, Lucas and Terry, Michael and Cai, Carrie J.},
title = {"We Need Structured Output": Towards User-centered Constraints on Large Language Model Output},
year = {2024},
isbn = {9798400703317},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3613905.3650756},
doi = {10.1145/3613905.3650756},
booktitle = {Extended Abstracts of the CHI Conference on Human Factors in Computing Systems},
articleno = {10},
numpages = {9},
keywords = {Constrained generation, Large language models, Survey},
location = {Honolulu, HI, USA},
series = {CHI EA '24}
}

@article{long2024llms,
title={LLMs Are Biased Towards Output Formats! Systematically Evaluating and Mitigating Output Format Bias of LLMs},
author={Long, Do Xuan and Ngoc, Hai Nguyen and Sim, Tiviatis and Dao, Hieu and Joty, Shafiq and Kawaguchi, Kenji and Chen, Nancy F and Kan, Min-Yen},
journal={arXiv preprint arXiv:2408.08656},
year={2024}
}

0 comments on commit 347a34b

Please sign in to comment.