AIAny
Icon for item

minhxthanh/Vietnam-History-1M-Vi

A 1,000,000-sample Vietnamese historical conversation dataset in ShareGPT/ChatML format for question-answering and text-generation. Approximately 78% of samples include step-by-step reasoning chains; remaining samples are final-only. Useful for training or evaluating Vietnamese LLMs and chat agents.

Introduction

Most Vietnamese LLM resources focus on short instructions or translated corpora; large, native-language instruction-following datasets with chain-of-thought are rarer. This dataset supplies one million ShareGPT-style message exchanges centered on Vietnam history, with a high proportion of samples that include analysis steps — making it particularly relevant when you want models to generate or evaluate reasoning in Vietnamese.

What Sets It Apart
  • High scale with reasoning: 1,000,000 samples and ~78% contain explicit analysis (system → user → assistant (analysis) → assistant (final)), which supports training models to produce intermediate reasoning in Vietnamese rather than only final answers. This helps when you need explainable outputs or want to fine-tune for chain-of-thought behaviors.
  • Conversation-style ShareGPT/ChatML format: Messages are structured as dialogue turns rather than isolated Q/A pairs, so fine-tuning preserves conversational context and system-role signals — helpful for chat agents and instruction-following LLMs.
  • Focused topical domain (Vietnam history): Narrow domain can improve factuality and coherence for history-related prompts, and it enables targeted evaluation of historical QA and generative tasks in Vietnamese.
Who It's For and Trade-offs

Great fit if you are training or evaluating Vietnamese LLMs for historical QA, chatbots, or generating explainable answers and want a large, dialogue-formatted corpus with many reasoning examples. Look elsewhere if you need multilingual coverage, contemporary news or non-historical domains, or rigorously curated factual sources — this dataset appears crowd-assembled and topical focus may limit general-purpose language ability. Also plan for preprocessing and quality filtering: large scale + high reasoning-rate is useful but can include noise common to collected conversational datasets.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.