hsk-3.0-dataset / README.md
Tiagodfs's picture
Remove redundancy in the readme
80c792e verified
metadata
language:
  - zh
  - en
pretty_name: HSK Vocabulary List
license: cc0-1.0
size_categories:
  - 1K<n<10K
tags:
  - chinese
  - csv
  - mandarin
  - hsk
  - vocabulary
dataset_info:
  features:
    - name: id
      dtype: int32
    - name: hsk_level
      dtype: int32
    - name: chinese
      dtype: string
    - name: pinyin
      dtype: string
    - name: english
      dtype: string

HSK Vocabulary List

Dataset Summary

This dataset contains 5,456 HSK vocabulary entries in a simple CSV format for use on Hugging Face.

Files

  • hsk.csv: UTF-8 CSV file with five columns

Data Fields

  • id: integer identifier
  • hsk_level: HSK level from 1 to 6
  • chinese: Chinese vocabulary item
  • pinyin: pinyin with tone marks
  • english: English gloss, with multiple translations separated by ;

Dataset Statistics

  • Total rows: 5,456
  • HSK 1: 500
  • HSK 2: 772
  • HSK 3: 973
  • HSK 4: 1,000
  • HSK 5: 1,071
  • HSK 6: 1,140

Notes

  • Some chinese values include alternative forms or usage labels, such as 爸爸|爸 or 白(形).
  • Some english values are short glosses rather than full dictionary definitions, and multiple translations are separated by ;.
  • pinyin uses tone marks.