From 8c287a0255c36b1f5b0e44ef8bc0a9e87e569342 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Tue, 8 Apr 2025 10:28:41 -0700 Subject: [PATCH] Basic prompt edits --- olmocr/bench/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olmocr/bench/prompts.py b/olmocr/bench/prompts.py index f7ef022..728909c 100644 --- a/olmocr/bench/prompts.py +++ b/olmocr/bench/prompts.py @@ -1,5 +1,5 @@ def build_basic_prompt() -> str: - return "Just return the plain text representation of this document as if you were reading it naturally. Convert equations to LaTeX using \( \) for inline math, and \[ \] otherwise. Convert all tables to markdown." + return "Just return the plain text representation of this document as if you were reading it naturally. Use markdown for formatting. Convert math to Latex using \( and \) as delimiters for inline math, and \[ and \] as delimiters otherwise. Convert all tables to markdown." def claude_response_format_schema() -> dict: