awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codemayq avatar

codemayq/chinese-chatbot-corpus

0
View on GitHub↗
4,193 Stars·778 Forks·Python·Apache-2.0·10 Aufrufe

Chinese Chatbot Corpus

Dieses Projekt bietet eine Sammlung verarbeiteter chinesischer Konversationsdatensätze und Preprocessing-Workflows, die für das Training und Instruction-Tuning von Large Language Models (LLMs) entwickelt wurden. Es fungiert als Trainingskorpus aus bereinigtem, standardisiertem chinesischem Text, der als Frage-Antwort-Paare formatiert ist.

Das Repository enthält eine Preprocessing-Pipeline und einen Datensatz-Aggregator, die mehrere öffentliche Chat-Quellen in einheitliche Dateien zusammenführen. Diese Tools normalisieren den Text, indem sie traditionelle chinesische Schriftzeichen in vereinfachte Zeichen umwandeln und komplexe Dialogstränge in eine standardisierte Sequenz von Einzel-Turns transformieren.

Die resultierenden Daten werden als unabhängige, tabulatorgetrennte Dateien exportiert, was ein konsistentes Schema über verschiedene Quellen hinweg sicherstellt. Dieser technische Workflow konzentriert sich auf die Beseitigung von Formatierungsinkonsistenzen, um rohe Konversationsdaten für Machine-Learning-Aufgaben vorzubereiten.

Features

  • Training Datasets - Provides large sets of processed conversational Chinese text for training and fine-tuning LLMs.
  • Dialogue Turn Flatteners - Transforms complex dialogue threads into standardized query-answer pairs suitable for model instruction tuning.
  • Chinese QA Datasets - Provides a cleaned collection of Chinese question-and-answer pairs for model training.
  • Conversational Dataset Sourcing - Structures and acquires dialogue data from multiple public sources for training generative AI models.
  • Corpus Compilation - Compiles and structures raw conversational text into a unified corpus for language model training.
  • Chinese Script Normalizers - Standardizes Chinese text by converting script variants and formatting raw dialogue into uniform pairs.
  • Chinese Script Normalization Pipelines - Implements a preprocessing pipeline that normalizes Chinese script variants and standardizes dialogue turns.
  • Conversational Dataset Aggregators - Combines multiple public chat sources into unified files while removing formatting inconsistencies.
  • Corpus Aggregators - Aggregates multiple public chat sources into a single consolidated repository with a shared schema.
  • Data Standardization - Normalizes disparate chat formats and script variants into consistent, standardized dialogue structures.
  • Chinese Character Simplifiers - Provides utilities to convert traditional Chinese characters to simplified script for data consistency.
  • Instruction Tuning Datasets - Provides processed TSV files formatted to align language models with conversational instructions in Chinese.
  • Training Dataset Processing - Processes large-scale conversational datasets into structured formats specifically for machine learning training.
  • Data Cleaning Procedures - Cleans raw conversational data to ensure every row represents a valid query-answer pair.
  • Processing Pipelines - Implements data processing pipelines to handle raw conversational datasets before merging them into a unified structure.
  • File-Based Data Exports - Serializes processed conversational pairs into portable tab-separated value files.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.

Star-Verlauf

Star-Verlauf für codemayq/chinese-chatbot-corpusStar-Verlauf für codemayq/chinese-chatbot-corpus

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht codemayq/chinese-chatbot-corpus?

Dieses Projekt bietet eine Sammlung verarbeiteter chinesischer Konversationsdatensätze und Preprocessing-Workflows, die für das Training und Instruction-Tuning von Large Language Models (LLMs) entwickelt wurden. Es fungiert als Trainingskorpus aus bereinigtem, standardisiertem chinesischem Text, der als Frage-Antwort-Paare formatiert ist.

Was sind die Hauptfunktionen von codemayq/chinese-chatbot-corpus?

Die Hauptfunktionen von codemayq/chinese-chatbot-corpus sind: Training Datasets, Dialogue Turn Flatteners, Chinese QA Datasets, Conversational Dataset Sourcing, Corpus Compilation, Chinese Script Normalizers, Chinese Script Normalization Pipelines, Conversational Dataset Aggregators.

Welche Open-Source-Alternativen gibt es zu codemayq/chinese-chatbot-corpus?

Open-Source-Alternativen zu codemayq/chinese-chatbot-corpus sind unter anderem: byvoid/opencc — OpenCC is a library and command-line tool for converting text between Simplified Chinese, Traditional Chinese, and… thunlp/ultrachat — UltraChat is a collection of large-scale conversational datasets and instruction-tuning data designed for training and… toolgood/toolgood.words — ToolGood.Words is a sensitive word filtering library and text sanitization component designed for high-performance… isnowfy/snownlp — SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation,… amzxyz/rime_wanxiang — This project is a CJK input method framework and configuration set designed for the Rime input engine. It provides a… electricitymaps/electricitymaps-contrib — This project provides a suite of interfaces and tools for accessing electricity carbon intensity and production…

Open-Source-Alternativen zu Chinese Chatbot Corpus

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chinese Chatbot Corpus.
  • byvoid/openccAvatar von BYVoid

    BYVoid/OpenCC

    9,772Auf GitHub ansehen↗

    OpenCC is a library and command-line tool for converting text between Simplified Chinese, Traditional Chinese, and Japanese Kanji. It operates at both the individual character and multi-character phrase levels, and applies region-specific vocabulary choices for Mainland China, Taiwan, and Hong Kong during conversion. The conversion engine resolves ambiguous character mappings using semantic and contextual rules, normalizes variant character forms for consistent orthography, and sequences multiple dictionary files into a configurable pipeline. It supports embedding custom conversion rules dire

    C++chinesechinese-conversionchinese-translation
    Auf GitHub ansehen↗9,772
  • thunlp/ultrachatAvatar von thunlp

    thunlp/UltraChat

    2,786Auf GitHub ansehen↗

    UltraChat is a collection of large-scale conversational datasets and instruction-tuning data designed for training and evaluating generative AI models. It provides structured JSON data consisting of complex, multi-round dialogue sequences intended to refine the performance of large language models in chat tasks. The project focuses on improving reasoning and response quality through a diverse set of interactions across multiple sectors. These datasets are used for supervised fine-tuning and instruction tuning workflows to improve how models follow complex directions and maintain context acros

    Pythonchatbotchatgptdeep-learning
    Auf GitHub ansehen↗2,786
  • toolgood/toolgood.wordsAvatar von toolgood

    toolgood/ToolGood.Words

    5,161Auf GitHub ansehen↗

    ToolGood.Words is a sensitive word filtering library and text sanitization component designed for high-performance detection and masking of prohibited terms. It provides tools for Chinese text normalization, pinyin transliteration, and the replacement of banned words with placeholders. The project is distinguished by its ability to uncover obfuscated language through a pinyin transliteration engine and phonetic-based detection. It identifies sensitive content hidden by phonetic substitutions, first-letter initials, or intentional misspellings by mapping Chinese characters to pinyin representa

    JavaScriptaho-corasickdotnetfilter
    Auf GitHub ansehen↗5,161
  • isnowfy/snownlpAvatar von isnowfy

    isnowfy/snownlp

    6,631Auf GitHub ansehen↗

    SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation, sentiment analysis, document classification, and phonetic transliteration. The library includes capabilities for training and saving custom machine learning models for tokenization and sentiment analysis using raw training datasets. It covers a range of linguistic processing areas, including parts of speech tagging, sentence splitting, and text similarity measurement. The toolkit also provides utilities for extracting key information through text summarization and calculating word im

    Python
    Auf GitHub ansehen↗6,631
  • Alle 30 Alternativen zu Chinese Chatbot Corpus anzeigen→