theblackcat102
commited on
Commit
•
a6c2612
1
Parent(s):
5be8e01
Update README.md
Browse files
README.md
CHANGED
@@ -1,107 +1,118 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
configs:
|
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 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
---
|
101 |
# Anime Understanding Benchmark (WIP)
|
102 |
|
|
|
103 |
|
104 |
-
Any suggestion is open in discussion tab
|
105 |
|
106 |
# Currently in the works
|
107 |
|
@@ -109,8 +120,11 @@ Any suggestion is open in discussion tab
|
|
109 |
|
110 |
[] Add more metadata regarding of anime/manga year span
|
111 |
|
|
|
112 |
|
113 |
-
|
|
|
|
|
114 |
|
115 |
[One Piece](https://onepiece.fandom.com)
|
116 |
|
@@ -129,3 +143,4 @@ Any suggestion is open in discussion tab
|
|
129 |
[Evangelion](https://evangelion.fandom.com)
|
130 |
|
131 |
[Wikipedia](https://www.wikipedia.org/)
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
configs:
|
4 |
+
- config_name: chainsawman
|
5 |
+
datafiles:
|
6 |
+
- split: train
|
7 |
+
path: chainsawman_dev.jsonl
|
8 |
+
- split: validation
|
9 |
+
path: chainsawman_val.jsonl
|
10 |
+
- split: test
|
11 |
+
path: chainsawman_test.jsonl
|
12 |
+
- config_name: kurokonobasuke
|
13 |
+
datafiles:
|
14 |
+
- split: train
|
15 |
+
path: kurokonobasuke_dev.jsonl
|
16 |
+
- split: validation
|
17 |
+
path: kurokonobasuke_val.jsonl
|
18 |
+
- split: test
|
19 |
+
path: kurokonobasuke_test.jsonl
|
20 |
+
- config_name: onepunch
|
21 |
+
datafiles:
|
22 |
+
- split: train
|
23 |
+
path: onepunch_dev.jsonl
|
24 |
+
- split: validation
|
25 |
+
path: onepunch_val.jsonl
|
26 |
+
- split: test
|
27 |
+
path: onepunch_test.jsonl
|
28 |
+
- config_name: hellsing
|
29 |
+
datafiles:
|
30 |
+
- split: train
|
31 |
+
path: hellsing_dev.jsonl
|
32 |
+
- split: validation
|
33 |
+
path: hellsing_val.jsonl
|
34 |
+
- split: test
|
35 |
+
path: hellsing_test.jsonl
|
36 |
+
- config_name: frieren
|
37 |
+
datafiles:
|
38 |
+
- split: train
|
39 |
+
path: frieren_dev.jsonl
|
40 |
+
- split: validation
|
41 |
+
path: frieren_val.jsonl
|
42 |
+
- split: test
|
43 |
+
path: frieren_test.jsonl
|
44 |
+
- config_name: aot
|
45 |
+
datafiles:
|
46 |
+
- split: train
|
47 |
+
path: aot_dev.jsonl
|
48 |
+
- split: validation
|
49 |
+
path: aot_val.jsonl
|
50 |
+
- split: test
|
51 |
+
path: aot_test.jsonl
|
52 |
+
- config_name: naruto
|
53 |
+
datafiles:
|
54 |
+
- split: train
|
55 |
+
path: naruto_dev.jsonl
|
56 |
+
- split: validation
|
57 |
+
path: naruto_val.jsonl
|
58 |
+
- split: test
|
59 |
+
path: naruto_test.jsonl
|
60 |
+
- config_name: dr_stone
|
61 |
+
datafiles:
|
62 |
+
- split: train
|
63 |
+
path: dr_stone_dev.jsonl
|
64 |
+
- split: validation
|
65 |
+
path: dr_stone_val.jsonl
|
66 |
+
- split: test
|
67 |
+
path: dr_stone_test.jsonl
|
68 |
+
- config_name: gundam_00
|
69 |
+
datafiles:
|
70 |
+
- split: train
|
71 |
+
path: gundam_00_dev.jsonl
|
72 |
+
- split: validation
|
73 |
+
path: gundam_00_val.jsonl
|
74 |
+
- split: test
|
75 |
+
path: gundam_00_test.jsonl
|
76 |
+
- config_name: darling-in-the-franxx
|
77 |
+
datafiles:
|
78 |
+
- split: train
|
79 |
+
path: darling-in-the-franxx_dev.jsonl
|
80 |
+
- split: validation
|
81 |
+
path: darling-in-the-franxx_val.jsonl
|
82 |
+
- split: test
|
83 |
+
path: darling-in-the-franxx_test.jsonl
|
84 |
+
- config_name: berserk
|
85 |
+
datafiles:
|
86 |
+
- split: train
|
87 |
+
path: berserk_dev.jsonl
|
88 |
+
- split: validation
|
89 |
+
path: berserk_val.jsonl
|
90 |
+
- split: test
|
91 |
+
path: berserk_test.jsonl
|
92 |
+
- config_name: evangelion
|
93 |
+
datafiles:
|
94 |
+
- split: train
|
95 |
+
path: evangelion_dev.jsonl
|
96 |
+
- split: validation
|
97 |
+
path: evangelion_val.jsonl
|
98 |
+
- split: test
|
99 |
+
path: evangelion_test.jsonl
|
100 |
+
task_categories:
|
101 |
+
- question-answering
|
102 |
+
language:
|
103 |
+
- en
|
104 |
+
tags:
|
105 |
+
- question-answering
|
106 |
+
- multi-choice
|
107 |
+
pretty_name: anime understanding dataset
|
108 |
+
size_categories:
|
109 |
+
- 1K<n<10K
|
110 |
---
|
111 |
# Anime Understanding Benchmark (WIP)
|
112 |
|
113 |
+
Evaluate anime knowledge found in existing LLMs. We hope to provide an easy to run evaluation on knowledge understanding in anime/manga. Better understanding in anime/manga knowledge should resulted in task such as waifu role play.
|
114 |
|
115 |
+
Any suggestion is open in discussion tab.
|
116 |
|
117 |
# Currently in the works
|
118 |
|
|
|
120 |
|
121 |
[] Add more metadata regarding of anime/manga year span
|
122 |
|
123 |
+
[] Suggestions for more anime choices ideally diverse in terms of year of air and topic diversity.
|
124 |
|
125 |
+
[] Human inspection for any potential errors
|
126 |
+
|
127 |
+
## Data sources:
|
128 |
|
129 |
[One Piece](https://onepiece.fandom.com)
|
130 |
|
|
|
143 |
[Evangelion](https://evangelion.fandom.com)
|
144 |
|
145 |
[Wikipedia](https://www.wikipedia.org/)
|
146 |
+
|