From a7158e66f4856872142bdd30f4f5fcaddccf0fef Mon Sep 17 00:00:00 2001 From: Francesco Forcher Date: Sat, 3 Aug 2024 13:13:58 +0200 Subject: [PATCH] Add paper link to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c7ada3..f2e3c3e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Efficient structured generation from Large Language Models +# Efficient Guided Generation for Large Language Models ![example branch parameter](https://github.com/f-forcher/structured-gen-rust/actions/workflows/rust-tests.yml/badge.svg) -A proof-of-concept Rust implementation of the algorithm from "Efficient structured generation for LLMs" paper. +A proof-of-concept Rust implementation of the algorithm from ["Efficient Guided generation for LLMs"](https://arxiv.org/abs/2307.09702) paper. # How to run A small CLI application is provided to test the algorithm. You can either run it locally, inside a devcontainer, @@ -98,7 +98,7 @@ Options: ``` ## Examples: -- Get help locally: +- Get help locally (or in a devcontainer shell): ``` cargo run --release -- --help ```