Skip to content

Commit

Permalink
Add asknews example (#1008)
Browse files Browse the repository at this point in the history
AskNews is processing 300k articles per day on-premise with vLLM and
outlines. Outlines enables much deeper analysis of each article, since
the LLM doesnt need to worry about structure. Instead, it can focus
attention on important output like extracting "Reporting Voice" typed as
a `Literal[str]`.

Thanks to the maintainers of this project!
  • Loading branch information
robcaulk authored Jun 28, 2024
1 parent 8406f44 commit 2807dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/community/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Publishing examples and articles about Outlines are a meaningful way to contrinu
[gigax](https://github.com/GigaxGames/gigax) is an Open-Source library that allows to create real-time LLM-powered NPCs for video games.

[Improving Prompt Consistency with Structured Generations](https://huggingface.co/blog/evaluation-structured-outputs) shows how structured generation can improve consistency of evaluation runs by reducing sensitivity to changes in prompt format.

[AskNews](https://asknews.app) is a news curation service processing 300k news articles per day in a structured way, with Outlines.

0 comments on commit 2807dca

Please sign in to comment.