--- license: cc-by-nc-4.0 language: vi task_categories: - text-generation tags: - vietnamese - elderly-care - synthetic - preference - orpo - safety pretty_name: DiaSynth Vietnamese Elderly Care — ORPO size_categories: - 1K::::", "prompt": [{"role": "user", "content": "..."}], "chosen": "...", "rejected": "...", "hazard_category": "", "provenance": {} } ``` ## Preprocessing - NFC Unicode normalization - Token filter: `prompt + max(chosen, rejected) ≤ 2048` - Exact + TF-IDF cosine near-dedup on `chosen` (threshold = 0.97) - Stratified split by `hazard_category`, group-disjoint by `pair_id`, ratios = [0.9, 0.09, 0.01] with seed 42 ## Persona spec Identical to the SFT dataset (assistant xưng "con"). ## Intended use ORPO finetuning (HF TRL `ORPOTrainer`) with `β = 0.1` after SFT, to align the model on safety + persona under elderly-care hazards (phone scams, medication mistakes, etc.). ## Limitations - Synthetic preference data — `chosen`/`rejected` reflect the generator LLM's notion of safe vs unsafe, not a human-labeled gold standard. - 18 pairs were dropped by the verifier for content drift. - Hazard coverage is biased toward the elderly domain; do not use for general-purpose preference alignment.