From 7b8caeec12afe308ef126593955c1fb7310cb7f4 Mon Sep 17 00:00:00 2001 From: Franz Louis Cesista Date: Wed, 19 Jun 2024 16:57:13 +0800 Subject: [PATCH] Add link to docs of Multimodal Structured Generation for CVPR 2nd MMFM Challenge (#960) --- docs/community/examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/examples.md b/docs/community/examples.md index 6386f98fc..515385b40 100644 --- a/docs/community/examples.md +++ b/docs/community/examples.md @@ -2,6 +2,8 @@ Publishing examples and articles about Outlines are a meaningful way to contrinute to the community. Here is a list of projects we are aware of. Drop us a line if we forgot yours! +[Multimodal Structured Generation: CVPR's 2nd MMFM Challenge Technical Report](https://arxiv.org/abs/2406.11403) shows that Structured Generation can outperform finetuning, and maybe even multimodality, in document-image understanding tasks as part of CVPR's 2nd MMFM Challenge. + [Chess LLM Arena](https://huggingface.co/spaces/mlabonne/chessllm) is a HuggingFace Space where you can make LLMs compete in a chess match. [LLM Data Gen](https://huggingface.co/spaces/lhoestq/LLM_DataGen) is a HuggingFace Space that generates synthetic dataset files in JSONLines format.