litagin's picture
Update README.md
19f90c8 verified
|
raw
history blame
3.7 kB
metadata
license: gpl-3.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: voice_actor_info.tsv

VisualNovel Dataset Metadata

This dataset repository contains metadata for OOPPEENN/VisualNovel_Dataset.

maker	game	charname	char_in_vndb	vndb_char_id	va_credit_name	va_in_vndb	vndb_staff_id	va_normalized_name
0verflow	Cross Days	みなみ	true	c1605	栗林 みな実	true	s18	栗林 みな実
0verflow	Cross Days	七海	true	c1601	藤村 美緒	true	s287	高橋 千晶
0verflow	Cross Days	世界	true	c1597	柚木 かなめ	true	s13	柚木 かなめ
0verflow	Cross Days	乙女	true	c1603	松永 雪希	true	s452	松永 雪希

Here va_normalized_name is the most name most often appeared in the credit of that vndb_staff_id among various aliases.

  {
  "s5": {
    "alias_map": {
      "akazawa kaede": "赤沢 かえで",
      "akitsuki momiji": "秋月 もみじ",
      ...
      "natsuno koori": "夏野 こおり",
      ...
      },
    "normalized": "夏野 こおり"
  },
  "s6": {
    "alias_map": {
      "deko": "DEKO",
      "isshiki hikaru": "一色 光",
      "minahara izumi": "三原 泉",
      "morimoto makoto": "森本 まこと",
      "tanaka ryouko": "田中 涼子"
    },
    "normalized": "一色 光"
  },
  ...
}

Note (for voice actors info)

  • va_normalized_name is not checked to be unique (colision may happen), so you should use vndb_staff_id as an identifier.
  • For char or voice actors not in vndb database, its vndb_char_id and vndb_staff_id is empty
    • For e.g. speaker verification, you may remove rows with vndb_staff_id empty, or manually add unique id to such rows
  • Some multiple charname corresponds to the same charactor (e.g. it occurs when the same charactor is called in many ways).
  • Currently I'm manually updating voice_actor_info.tsv, so may be updated

Some notes on the dataset which you may find useful

Overlapping (duplicate) entries

  • The content of SMEE_Making Lovers Geki Icha After Story Vol.01 is the same as SMEE_HajiLove -Making Lovers- Mini Fandisk Vol.01 Sakurako & Yui Hen, so overlapping (duplicate)
  • The content of SMEE_Making Lovers Geki Icha After Story Vol.02 is the same as SMEE_HajiLove -Making Lovers- Mini Fandisk Vol.02 Kouta & Hatsuho Hen, so overlapping (duplicate)
  • The content of Lose_Maitetsu is (maybe) completely included in Lose_Maitetsu - Last Run!!, so the files in Lose_Maitetsu are overlapping, hence you only need the latter

Wrong name entries

  • The content of Lump of Sugar_Rurizakura is actually not 瑠璃櫻、but it is 世界と世界の真ん中で of the same maker, i.e. Lump of Sugar_Sekai to Sekai no Mannaka de (no overlapping since the latter is not in the list)