Akira Kinoshita
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ We introduce JGraphQA, a multimodal benchmark designed to evaluate the chart und
|
|
16 |
To create JGraphQA, we first conducted a detailed analysis of the existing ChartQA benchmark. Then, focusing on Japanese investor relations (IR) materials, we collected a total of 100 images consisting of four types: pie charts, line charts, bar charts, and tables. For each image, we created two question-answer pairs.
|
17 |
All questions and answers were manually crafted and verified to ensure accurate and meaningful evaluation.
|
18 |
|
19 |
-
##
|
20 |
- Access the URLs listed in the citation_pdf_url column of source.csv and download the corresponding PDF files.
|
21 |
Rename each downloaded file according to the file name specified in the local_file_name column of source.csv.
|
22 |
(Alternatively, you may keep the original file names of the downloaded files and instead update the file names in the local_file_name column accordingly.)
|
@@ -61,9 +61,9 @@ Please place the downloaded PDF files in the ./pdf directory.
|
|
61 |
```
|
62 |
|
63 |
|
64 |
-
##
|
65 |
- Using the lmms-eval framework, please run the following command:
|
66 |
-
```
|
67 |
CUDA_VISIBLE_DEVICES=0,1 python -m lmms_eval \
|
68 |
--model llava_onevision \
|
69 |
--model_args pretrained="akirakinoshita/Llama-3.1-70B-Instruct-multimodal-JP-Graph-v0.1",model_name=llava_llama_3,conv_template=llava_llama_3,device_map=auto \
|
|
|
16 |
To create JGraphQA, we first conducted a detailed analysis of the existing ChartQA benchmark. Then, focusing on Japanese investor relations (IR) materials, we collected a total of 100 images consisting of four types: pie charts, line charts, bar charts, and tables. For each image, we created two question-answer pairs.
|
17 |
All questions and answers were manually crafted and verified to ensure accurate and meaningful evaluation.
|
18 |
|
19 |
+
## Installation
|
20 |
- Access the URLs listed in the citation_pdf_url column of source.csv and download the corresponding PDF files.
|
21 |
Rename each downloaded file according to the file name specified in the local_file_name column of source.csv.
|
22 |
(Alternatively, you may keep the original file names of the downloaded files and instead update the file names in the local_file_name column accordingly.)
|
|
|
61 |
```
|
62 |
|
63 |
|
64 |
+
## Usage
|
65 |
- Using the lmms-eval framework, please run the following command:
|
66 |
+
```bash
|
67 |
CUDA_VISIBLE_DEVICES=0,1 python -m lmms_eval \
|
68 |
--model llava_onevision \
|
69 |
--model_args pretrained="akirakinoshita/Llama-3.1-70B-Instruct-multimodal-JP-Graph-v0.1",model_name=llava_llama_3,conv_template=llava_llama_3,device_map=auto \
|