PaperProf / core /questioner.py

Commit History

fix: pre-translate non-English chunks to English before LLM inference
67da08d

Mehdi commited on

fix: enable sampling β€” temperature=0.8 for MCQ, 0.4 for evaluator
8f2e039

Mehdi commited on

fix: stronger MCQ/evaluator prompts β€” no duplicates, no self-reference, English-only, section 2 always present
c8e8b73

Mehdi commited on

fix: truncate runaway question generation to the first question
81e2542

Mehdi commited on

fix: force English output in all LLM prompts regardless of PDF language
490c5f1

Mehdi commited on

feat: add MCQ mode with 4 options, client-side evaluation and per-choice explanations
978d90d

Mehdi commited on

feat: Off-Brand badge - custom FastAPI+HTML frontend, zero Gradio chrome
e984a0a

Ryadg commited on

fix: tighten question prompt to avoid compound multi-part questions
3e7d6d6

Mehdi commited on

feat: switch to MiniCPM4-8B, add robustness, score tracker, language selector
83ec3f5

Mehdi commited on

feat: initial project structure with all core modules
e1c0b77

Ryadg commited on