Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,11 @@ Our data is lovingly sourced from Fandom Wiki, a true treasure trove thanks to t
|
|
24 |
|
25 |
We've made a first attempt to filter out duplicates (e.g., same appearance description) and flagged images (e.g., images with "No Image Found" sign), but there might still be other flaws.
|
26 |
|
27 |
-
##
|
|
|
|
|
|
|
|
|
28 |
|
29 |
- Table-View
|
30 |
|
@@ -65,6 +69,12 @@ As for image, we only grabbed the first image from the sidebar (infobox) of each
|
|
65 |
|
66 |
But don't worry, with the provided Fandom URLs, you can always dive in and explore all the extra images at your leisure!
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
### Potential Image-Text Mismatch
|
69 |
|
70 |
- **Too Much Text**
|
@@ -95,3 +105,19 @@ There are cases where appearance or personality is wrongly located, resulting in
|
|
95 |
```
|
96 |
|
97 |
It's clear that in fact there's no Appearance in the "appearance" field. The original "Appearance" section of the webpage is actually just a link (one should go there to really grab the appearance content)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
We've made a first attempt to filter out duplicates (e.g., same appearance description) and flagged images (e.g., images with "No Image Found" sign), but there might still be other flaws.
|
26 |
|
27 |
+
## Updates
|
28 |
+
|
29 |
+
- [2024.11.06] Initial Release of AniPersonaCaps
|
30 |
+
|
31 |
+
## Showcase
|
32 |
|
33 |
- Table-View
|
34 |
|
|
|
69 |
|
70 |
But don't worry, with the provided Fandom URLs, you can always dive in and explore all the extra images at your leisure!
|
71 |
|
72 |
+
### Code Bugs
|
73 |
+
|
74 |
+
Currently, there's a known issue with the web-scraping logic that causes some deeply nested character category pages to be unintentionally excluded (e.g., pages on the One Piece Fandom Wiki).
|
75 |
+
|
76 |
+
We plan to address this in the next update.
|
77 |
+
|
78 |
### Potential Image-Text Mismatch
|
79 |
|
80 |
- **Too Much Text**
|
|
|
105 |
```
|
106 |
|
107 |
It's clear that in fact there's no Appearance in the "appearance" field. The original "Appearance" section of the webpage is actually just a link (one should go there to really grab the appearance content)
|
108 |
+
|
109 |
+
|
110 |
+
## Citation
|
111 |
+
|
112 |
+
If you find our work helpful, feel free to give a cite.
|
113 |
+
|
114 |
+
```
|
115 |
+
@misc{AniPersonaCaps,
|
116 |
+
title={AniPersonaCaps},
|
117 |
+
author={mrzjy},
|
118 |
+
year={2024},
|
119 |
+
publisher={Hugging Face Datasets},
|
120 |
+
howpublished={\url{https://huggingface.co/datasets/mrzjy/AniPersonaCaps}},
|
121 |
+
note={Accessed: 2024-11-06}
|
122 |
+
}
|
123 |
+
```
|