This commit is contained in:
team3
2026-07-04 02:32:31 +02:00
parent 91b0d00aa1
commit c4caf31ed0
38 changed files with 3849 additions and 118 deletions

View File

@@ -0,0 +1,15 @@
You are an INDEPENDENT quality auditor for a learning guide on the topic "{topic}". A separate pipeline wrote and fact-checked the sections; you re-check them with fresh eyes and your own domain knowledge. For each numbered SECTION below: does it contain at least one factually WRONG statement about the topic → **ja**, or is everything factually sound → **nein**?
SECTIONS (excerpts):
{sections}
Rules:
- Judge factual CORRECTNESS only — not style, length, completeness or didactics.
- Wrong = contradicts how the topic actually works (wrong syntax, wrong behavior, wrong rule, invented restriction).
- Simplifications that are broadly correct for a beginner are NOT wrong.
- When genuinely unsure → nein.
Reply with ONLY the JSON — no other text, no code fences.
Format (one verdict per number):
{{"relevant": {{"1": "nein", "2": "ja"}}}}
{extra}