-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubject_mapping.json
67 lines (67 loc) · 1.85 KB
/
subject_mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"historical_facts": {
"English": "Historical Facts",
"Chinese": "历史史实",
"Supercategory": "General Historical Knowledge"
},
"geography": {
"English": "Geography",
"Chinese": "古代地理",
"Supercategory": "General Historical Knowledge"
},
"social_customs": {
"English": "Social Customs",
"Chinese": "社会生活习俗",
"Supercategory": "General Historical Knowledge"
},
"art_and_cultural_heritage": {
"English": "Art and Cultural Heritage",
"Chinese": "艺术和文化遗产",
"Supercategory": "General Historical Knowledge"
},
"philosophy_and_religion": {
"English": "Philosophy and Religion",
"Chinese": "哲学和宗教",
"Supercategory": "General Historical Knowledge"
},
"lexical_pragmatics_analysis": {
"English": "Lexical Pragmatics Analysis",
"Chinese": "词语语用分析",
"Supercategory": "Short Text Understanding"
},
"allusions_and_idioms": {
"English": "Allusions and Idioms",
"Chinese": "典故和成语理解",
"Supercategory": "Short Text Understanding"
},
"word_sense_disambiguation": {
"English": "Word Sense Disambiguation",
"Chinese": "词义消歧",
"Supercategory": "Short Text Understanding"
},
"translation": {
"English": "Translation",
"Chinese": "古文翻译",
"Supercategory": "Short Text Understanding"
},
"event_extraction": {
"English": "Event Extraction",
"Chinese": "事件抽取",
"Supercategory": "Short Text Understanding"
},
"sentence_pauses": {
"English": "Sentence Pauses",
"Chinese": "文本断句",
"Supercategory": "Long Text Understanding"
},
"summarization_and_analysis": {
"English": "Summarization and Analysis",
"Chinese": "文本概括和分析",
"Supercategory": "Long Text Understanding"
},
"poetry_appreciation": {
"English": "Poetry Appreciation",
"Chinese": "诗歌鉴赏",
"Supercategory": "Long Text Understanding"
}
}