Jianshu001/arabic-conversation-final-v1.0
Arabic Conversation — Final v1.0 (post-processed) Post-processed release of the original arabic-conversation-final dataset. Only assistant messages were modified; user messages, personas, metadata, factuality verdicts, and IDs are untouched. The source file (all_shuffled.jsonl) is preserved upstream — this repo holds the cleaned variant as a separate file. What changed Six rule-based cleanup passes are applied to every assistant message. All rules are… See the full description on the dataset page: https://huggingface.co/datasets/Jianshu001/arabic-conversation-final-v1.0.
Arabic Conversation — Final v1.0 (post-processed)
Post-processed release of the original arabic-conversation-final dataset. Only assistant messages were modified; user messages, personas, metadata, factuality verdicts, and IDs are untouched. The source file (all_shuffled.jsonl) is preserved upstream — this repo holds the cleaned variant as a separate file.
What changed
Six rule-based cleanup passes are applied to every assistant message. All rules are deterministic regex / string operations — no LLM rewriting, no content synthesis, no fact-level edits.
Rules are applied in that order. List/code/quote paragraphs are never touched by R5. Only the last assistant message in each conversation is touched by R3.
Statistics over the full dataset
File
all_shuffled.cleaned.jsonl— JSONL, one conversation record per line.
Schema is identical to the source dataset: id, domain, domain_ar, topic, topic_ar, subtopic_ar, persona, conversation, metadata, factuality.
Versioning
- v1.0 — first cleaned release (rules R1/R2/R3/R4/R5/R5b).
- Future revisions will bump the repo version tag and keep earlier releases available for diff / ablation.
