tyouisen commited on
Commit
00119a7
1 Parent(s): 0ad2c10

Update aclue.py

Browse files
Files changed (1) hide show
  1. aclue.py +14 -15
aclue.py CHANGED
@@ -26,22 +26,21 @@ _HOMEPAGE = "https://github.com/isen-zhang/ACLUE"
26
 
27
  _URL = r"https://huggingface.co/datasets/tyouisen/aclue/resolve/main/aclue_v1_0_0.zip"
28
 
29
- task_list = ['古文单字多义',
30
- '诗词情感分类',
31
- '古汉语命名体识别',
32
- '古汉语知识',
33
- '古诗词上下句预测',
34
- '古文断句',
35
- '对联',
36
- '古诗词曲鉴赏',
37
- '国学常识',
38
- '古音学',
39
- '通假字',
40
- '古代文学知识',
41
  'ancient_medical',
42
- '古诗词质量评估',
43
- '古文阅读理解']
44
-
45
  class ACLUEConfig(datasets.BuilderConfig):
46
  def __init__(self, **kwargs):
47
  super().__init__(version=datasets.Version("1.0.0"), **kwargs)
 
26
 
27
  _URL = r"https://huggingface.co/datasets/tyouisen/aclue/resolve/main/aclue_v1_0_0.zip"
28
 
29
+ task_list = ['polysemy_resolution',
30
+ 'poetry_sentiment_analysis',
31
+ 'named_entity_recognition',
32
+ 'basic_ancient_chinese',
33
+ 'poetry_context_prediction',
34
+ 'sentence_segmentation',
35
+ 'couplet_prediction',
36
+ 'poetry_appreciate',
37
+ 'ancient_chinese_culture',
38
+ 'ancient_phonetics',
39
+ 'homographic_character_resolution',
40
+ 'ancient_literature',
41
  'ancient_medical',
42
+ 'poetry_quality_assessment',
43
+ 'reading_comprehension']
 
44
  class ACLUEConfig(datasets.BuilderConfig):
45
  def __init__(self, **kwargs):
46
  super().__init__(version=datasets.Version("1.0.0"), **kwargs)