Skip to content

itec-hust/ocarinaKT-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Dataset Introduction

OcarinaKT is a music performance assessment dataset in the field of knowledge tracing, aiming to use knowledge tracing methods to capture the dynamic changes in learners’ playing abilities. The dataset collects data from a public ocarina performance challenge event, where users recorded their performances on an intelligent practice platform and received instant scores. Only users who passed previous levels were allowed to enter subsequent levels. The dataset includes a main response record table (RecordDS) and two supplementary information tables (UserDS, OpernDS). The UserDS table records the performance information of 1,442 learners included in the dataset, while the OpernDS table records score (sheet music) information.

Here is the explanation of the fields in each table:

  • Answering record table RecordDS:

    Field Description
    user_id Student ID
    opern_id Score (sheet music) ID
    record_id Record ID
    pitch_score A sequence recording the pitch score of each note in the score
    rhythm_score A sequence recording the rhythm score of each note in the score
  • Students' information table UserDS:

    Field Description
    user_id Student ID
    practice_count Number of practice attempts by the student
  • Sheet music information table OpernDS:

    Field Description
    opern_id Score (sheet music) ID
    practice_count Number of times this score has been practiced
    question_ids A sequence recording the question ID of each note in the score
    skill_ids A sequence recording the skill ID associated with each note in the score

Here is the description of the skills:

  • Single pitch skills:

    Skill ID MIDI value
    0 64
    1 65
    2 67
    3 69
    4 70
    5 71
    6 72
    7 74
    8 76
    9 77
    10 59
    11 60
    12 62
  • Fingering transition skills:

    Skill ID Manhattan distance between two fingerings
    13 0
    14 1
    15 2
    16 3
    17 4
    18 5
    19 7
  • Single note value skills:

    Skill ID Note value
    20 1/2
    21 1/4
    22 1
    23 3/4
    24 1.5
    25 1/8
    26 3/16
    27 1/16
    28 3/8
    29 7/8
    30 1.25
  • Rhythmic pattern note-group skills:

    Skill ID Each note value
    31 (1/16, 1/16, 1/16, 1/16)
    32 (3/8, 1/8)
    33 (3/16, 1/16)
    34 (1/8, 3/8)
    35 (1/12, 1/12, 1/12)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors