-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubmission_example.json
67 lines (67 loc) · 1.13 KB
/
submission_example.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": {
"0": "A",
"1": "D",
"2": "B"
},
"geography": {
"0": "C",
"1": "A",
"2": "D"
},
"social_customs": {
"0": "B",
"1": "D",
"2": "C"
},
"art_and_cultural_heritage": {
"0": "D",
"1": "A",
"2": "B"
},
"philosophy_and_religion": {
"0": "C",
"1": "A",
"2": "B"
},
"lexical_pragmatics_analysis": {
"0": "D",
"1": "B",
"2": "B"
},
"allusions_and_idioms": {
"0": "C",
"1": "D",
"2": "C"
},
"word_sense_disambiguation": {
"0": "A",
"1": "A",
"2": "C"
},
"translation": {
"0": "D",
"1": "C",
"2": "A"
},
"event_extraction": {
"0": "C",
"1": "A",
"2": "D"
},
"sentence_pauses": {
"0": "A",
"1": "B",
"2": "C"
},
"summarization_and_analysis": {
"0": "C",
"1": "A",
"2": "A"
},
"poetry_appreciation": {
"0": "C",
"1": "B",
"2": "B"
}
}