Skip to content

Latest commit

 

History

History

datasets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

这里放多种任务(数据集)

单个数据集目录结构:
    train_0.json:训练集0
    train_1.json:训练集1
    train_2.json:训练集2
    train_3.json:训练集3
    train_4.json:训练集4
    train_few_all.json: 合并后的训练集,即训练集0-4合并去重后的结果
    
    dev_0.json:验证集0,与训练集0对应
    dev_0.json:验证集1,与训练集1对应
    dev_0.json:验证集2,与训练集2对应
    dev_0.json:验证集3,与训练集3对应
    dev_0.json:验证集4,与训练集4对应
    dev_few_all.json: 合并后的验证集,即验证集0-4合并去重后的结果
    
    test_public.json:公开测试集,用于测试,带标签
    test.json: 测试集,用于提交,不能带标签
    
    unlabeled.json: 无标签的大量样本