Model Description

This model performs fine-grained persuasion technique classification for Russian. It is a custom Small Language Model (SLM) trained to identify and categorize specific rhetorical and persuasion strategies used in text.

The model is associated with the paper:

A Corpus of Persuasion Techniques in Slavic Languages
Submitted to LREC-COLING 2026

Model usage

from transformers import pipeline

model = "SlavicNLP/lrec2026-persuasion-sentence-classifier-russian"
classifier = pipeline(task="text-classification", model=model, device=device, top_k=None)

texts = ["Но сегодня Россия экспортирует войну, смерть, угрозы."]
outputs = classifier(texts, padding=False, truncation=True, max_length=512)
print([output for output in outputs[0] if output["score"] > 0.5])

Expected output (formatted for readability):

[{'label': 'Loaded_Language', 'score': 0.805455207824707}]

Maintainer

Michał Marcińczuk (marcinczuk@gmail.com)

Downloads last month
4
Safetensors
Model size
0.4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SlavicNLP/lrec2026-persuasion-sentence-classifier-russian

Finetuned
(28)
this model

Collection including SlavicNLP/lrec2026-persuasion-sentence-classifier-russian