This commit is contained in:
rahulgs12
2023-05-01 14:34:50 -04:00
parent 2dc8f882a2
commit 1fe94db973
4 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

+3 -3
View File
@@ -1,10 +1,10 @@
# Jsonformer: A Bulletproof Way to Generate Structured JSON from Language Models.
## Problem: Getting models to output structed JSON is hard
### Problem: Getting models to output structed JSON is hard
## Solution: Only generate the content tokens and fill in the fixed tokens
### Solution: Only generate the content tokens and fill in the fixed tokens
![cover](img/cover3.png)
![cover](img/cover4.png)
Generating structured JSON from language models is a challenging task. The
generated JSON must be syntactically correct, and it must conform to a schema