ansh-rohilla/verbalyze-dialogues
Verbalyze: Indic Voice Telephony Dialogue Corpus (16,370 Conversations) Verbalyze Dialogues is an enterprise-grade multi-turn conversational voice dataset in 12 Indian languages specifically engineered for training low-latency telephony Voice Agents and Small Language Models (SLMs). Unlike standard text-chat datasets, Verbalyze dialogues replicate the dynamics of real telephone calls: Short, natural spoken sentences (1-2 sentences per turn) Conversational fillers ("haan", "hmm"… See the full description on the dataset page: https://huggingface.co/datasets/ansh-rohilla/verbalyze-dialogues.
Verbalyze: Indic Voice Telephony Dialogue Corpus (16,370 Conversations)
Verbalyze Dialogues is an enterprise-grade multi-turn conversational voice dataset in 12 Indian languages specifically engineered for training low-latency telephony Voice Agents and Small Language Models (SLMs).
Unlike standard text-chat datasets, Verbalyze dialogues replicate the dynamics of real telephone calls:
- Short, natural spoken sentences (1-2 sentences per turn)
- Conversational fillers ("haan", "hmm", "acha", "okay")
- Real-time customer emotions (frustration, salary delays, payment objections)
- User interruptions and mid-turn corrections
- Native tool-calling (
disconnect_tool) for telephony hang-up state machines
Languages Covered
Domain Focus
- Muthoot Fincorp EMI Recovery & Loan Verification: Authentic outbound debt recovery calls balancing politeness with firm collection milestones.
- Banking Customer Care: KYC verification, UPI transaction failure disputes, and net banking support.
Usage with TRL / SFTTrainer
from datasets import load_dataset
from trl import SFTTrainer
dataset = load_dataset("json", data_files="data/dialogues/train.jsonl")
# Feed directly into SFTTrainer with chat_template