Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -21,3 +21,32 @@ configs:
|
|
21 |
- split: test
|
22 |
path: data/test-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- split: test
|
22 |
path: data/test-*
|
23 |
---
|
24 |
+
# Japanese Document Retrieval
|
25 |
+
|
26 |
+
Document Question answering from [JDocQAJP dataset](https://huggingface.co/datasets/jlli/JDocQA-nonbinary), test split. The `text_description` column contains OCR text extracted from the images using EasyOCR.
|
27 |
+
|
28 |
+
Paper: https://arxiv.org/abs/2403.19454
|
29 |
+
|
30 |
+
Questions: 758
|
31 |
+
|
32 |
+
Language: Japanese
|
33 |
+
|
34 |
+
Example:
|
35 |
+
|
36 |
+
```python
|
37 |
+
{
|
38 |
+
'query': '八王子神社は「はちおっつぁん」と呼ばれ住民に親しまれていますが、事故が起きたような言い伝えはありますか。\n解答は自由に記述してください。',
|
39 |
+
'image_filename': 'page_0.jpg',
|
40 |
+
'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=3814x5342 at 0x7B9DA7BD0B20>,
|
41 |
+
'answer': '牛や馬の商売をしている人が仏像を買い、拝んでいたところ「みんなが幸せになれるようにしなさい」と夢に金物が現れ、八つのかまを重ねて仏像を入れ、その上にモミの木を植え八王子神社と名付けたところ作物が良く実りましたが、馬鹿にしたよその村人が馬から落ちて亡くなったといわれています。'
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
# Disclaimer
|
46 |
+
|
47 |
+
This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action.
|
48 |
+
|
49 |
+
|
50 |
+
# Copyright
|
51 |
+
|
52 |
+
All rights are reserved to the original authors of the documents.
|