ProseParse exposition classifier

Binary classifier for direct vs indirect exposition in fiction prose. Fine-tuned from microsoft/deberta-v3-base.

  • direct: the narrator states facts, traits, backstory, or emotions outright (telling)
  • indirect: the same information is shown through action, dialogue, sensory detail, or subtext

softmax P(direct) is the student confidence. Approximate show/tell split:

direct_share โ‰ˆ 100 * P(direct)

Training data

  • ~1,500 public-domain paragraphs (Project Gutenberg), 100โ€“300 words
  • Labels from teacher model gemini-3.5-flash-lite (not human-annotated)
  • Class mix is imbalanced (~70% indirect / ~30% direct); training uses balanced class weights

Intended use

Paragraph-level analysis in ProseParse. Not a literary-quality judgment โ€” it mimics the teacher.

Limitations

Teacher errors are copied. Mixed paragraphs near a 50% tell/show split are the hardest cases.

Downloads last month
46
Safetensors
Model size
0.2B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for gu1npen/proseparse-exposition-finetune

Finetuned
(670)
this model