loptr commited on
Commit
d51e72f
·
verified ·
1 Parent(s): 016ed82

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +73 -0
  2. img.zip +3 -0
  3. qa.json +0 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ language:
6
+ - en
7
+ - zh
8
+ tags:
9
+ - large-multimodal-models
10
+ - logical-reasoning
11
+ - OCR
12
+ - domain-knowledge-free
13
+ size_categories:
14
+ - n<1K
15
+ ---
16
+
17
+ # Reasoning-OCR: Can Large Multimodal Models Solve Complex Logical Reasoning Problems from OCR Cues?
18
+
19
+ Large Multimodal Models (LMMs) have become increasingly versatile, accompanied by impressive Optical Character Recognition (OCR) related capabilities.
20
+ Existing OCR-related benchmarks emphasize evaluating LMMs' abilities of relatively simple visual question answering, visual-text parsing, etc. However, the extent to which LMMs can deal with complex logical reasoning problems based on OCR cues is relatively unexplored.
21
+ To this end, we introduce the **Reasoning-OCR** benchmark, which challenges LMMs to solve complex reasoning problems based on the cues that can be extracted from rich visual-text.
22
+ **Reasoning-OCR** covers six visual scenarios and encompasses 150 meticulously designed questions categorized into six reasoning challenges. Additionally, Reasoning-OCR minimizes the impact of field-specialized knowledge.
23
+ Our evaluation offers some insights for proprietary and open-source LMMs in different reasoning challenges, underscoring the urgent to improve the reasoning performance.
24
+ We hope Reasoning-OCR can inspire and facilitate future research on enhancing complex reasoning ability based on OCR cues.
25
+
26
+
27
+
28
+
29
+ # JSON Sample
30
+
31
+ ```json
32
+ {
33
+ "img": "1.png",
34
+ "q_id": 1,
35
+ "question": "What is the maximum value of the gap between the proportion of Democrats who do not hold favorable views of NATO and the proportion of Republicans who hold favorable views of NATO, when comparing these two proportions within the same year?",
36
+ "question_c": "在同一年中,比较不持支持态度的民主党人比例与持支持态度的共和党人比例,二者之间差距的最大值是多少?",
37
+ "answer": "28%",
38
+ "hint": "Democrats who do not hold favorable views while Republicans who hold favorable views",
39
+ "datasource": "chartQA-train-127.png",
40
+ "scene":"chart",
41
+ "type":"data comparison analysis"
42
+ },
43
+ ```
44
+
45
+
46
+
47
+ ## Field Explanations
48
+
49
+ | Field | Type | Description |
50
+ |------------------|----------|----------------------------------------------------------|
51
+ | "img" | string | The image name |
52
+ | "q_id" | int | The question index |
53
+ | "question" | string | The content of the question in English |
54
+ | "question_c" | string | The content of the question in Chinese (translated version) |
55
+ | "answer" | string | The concise answer to the question |
56
+ | "hint" | string | The hint provided to aid in answering the question |
57
+ | "datasource" | string | The source of the image |
58
+ | "scene" | string | The scene category associated with the image |
59
+ | "type" | string | The reasoning type of the question |
60
+
61
+
62
+
63
+ # Dataset Usage
64
+
65
+ For more evaluation details, please see our [GitHub repo](https://github.com/Hxyz-123/ReasoningOCR) for reference.
66
+
67
+
68
+
69
+ # License
70
+
71
+ Reasoning-OCR is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
72
+
73
+ The raw image in are collected from [ChartQA](https://github.com/vis-nlp/ChartQA), [DocQA](https://github.com/anisha2102/docvqa), [DT-VQA](https://github.com/ShuoZhang2003/DT-VQA), and websites.
img.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64491fbd5450eec85f42563b14b13c9fbae368ec460917a87a5e678613101ad8
3
+ size 30235102
qa.json ADDED
The diff for this file is too large to render. See raw diff