llm-jp/RefinedVision

Dataset

8

stars

10

commits

Sep 1, 2026

updated

README

Sample page. This Hugging Face repository hosts only a 10-example-per-subset sample of RefinedVision, for quick browsing on the Hub. The full dataset is hosted on GitLab: https://gitlab.llm-jp.nii.ac.jp/datasets/refinedvision

RefinedVision

| 📄 Blog  |


RefinedVision is a refined version of HuggingFaceM4/FineVision that removes subsets with licensing or quality issues and regenerates QA pairs for low-quality subsets. As a result, RefinedVision contains 124 of FineVision's 185 subsets (66 as-is and 58 regenerated), totaling 11,965,359 examples.

This dataset is used to train llm-jp/llm-jp-4-vl-9b.

Construction Pipeline

FineVision by HuggingFace is a multimodal SFT dataset built from 185 subsets, but it contained several issues:

  • Examples with license / terms-of-use problems (e.g., OpenAI TOU)
  • Low image quality (e.g., synthetic chart/diagram images whose overlapping labels are unreadable)
  • Low QA quality

For each FineVision subset, we manually inspected its license and checked its image / QA quality by randomly sampling about 5 examples and inspecting them visually. Based on this, we split the subsets into three groups:

groupsubsetsdescription
As-is66No license or QA-quality issues → used as-is
Regenerated58License and/or quality issues in the original QA → resolved by regenerating the QA
Removed61License problems, or poor image quality → excluded

RefinedVision removes the 61 problematic subsets. Of the remaining 124 subsets, the QA of 58 was regenerated with Qwen3.5 397B-A17B using a per-category prompt (the original images are kept), while the other 66 are used as-is. The exact prompts, per-category policy, and sampling configuration are in regeneration.md.

FineVision contains no reasoning traces. For the regenerated Math / Science / Chart & Table subsets, we additionally attach a thinking part (a summarized reasoning trace).

Usage

The full dataset is hosted on GitLab, so first clone it locally:

git lfs install
git clone https://gitlab.llm-jp.nii.ac.jp/datasets/refinedvision.git
from datasets import load_dataset

# one subset
ds = load_dataset("./refinedvision", "chartqa", split="train", streaming=True)
example = next(iter(ds))
print(example)
# {
#     "id": "0",                             # example id within the subset
#     "source": "chartqa",                   # subset name
#     "generator": "",                       # QA generator model ("Qwen/Qwen3.5-397B-A17B" if regenerated, "" otherwise)
#     "regenerated": False,                  # whether the QA was regenerated
#     "images": [<PIL.Image.Image>],         # list of images
#     "conversations": [                     # multi-turn QA
#         {"from": "human", "value": "...", "think": ""},
#         {"from": "gpt", "value": "...", "think": "..."},  # "think" is non-empty only for regenerated Math / Science / Chart & Table subsets
#     ],
# }

Per-category statistics: number of examples in FineVision (185 subsets) vs RefinedVision (124 subsets)

categoryFineVision examplesRefinedVision exampleskept %
General VQA2,569,8321,741,73567.8%
Chart & Table2,201,7731,482,74867.3%
Captioning & Knowledge1,956,8711,890,17796.6%
OCR QA2,420,8171,798,56674.3%
Naive OCR3,487,8112,639,13075.7%
Math549,375206,50837.6%
Science383,677238,22662.1%
Grounding & Counting2,245,503573,27325.5%
Text only8,427,5841,394,99616.6%
total24,243,24311,965,35949.4%

Per-subset statistics (124 subsets)

subsetregeneratedoriginal licenseoriginal linkcategoryexamples
allava_laiontrueCC-BY-NC-4.0linkGeneral VQA466,174
lnqafalseCC-BY-4.0linkGeneral VQA302,780
vision_flan(filtered)falsenot specifiedlinkGeneral VQA175,964
allava_vflantrueCC-BY-NC-4.0linkGeneral VQA162,708
mmevoltrueApache-2.0linkGeneral VQA158,725
lvis_instruct4vtrueMITlinkGeneral VQA111,444
vqav2falseCC-BY-4.0linkGeneral VQA82,772
LLaVA_Instruct_150KtrueCC-BY-4.0linkGeneral VQA81,467
datikzfalseApache-2.0linkGeneral VQA47,441
iconqafalseCC-BY-NC-SA-4.0linkGeneral VQA27,307
llavar_gpt4_20ktrueCC-BY-NC-4.0linkGeneral VQA19,790
cambrian(filtered)_processedtrueApache-2.0linkGeneral VQA16,874
visual7wfalseMIT (code) / not specified (data)linkGeneral VQA14,366
idktrueBSD-3-Clause / CC-BY-4.0linkGeneral VQA11,122
lrv_normal(filtered)trueApache-2.0linkGeneral VQA10,489
spatialsensefalseCC-BY-2.0 / BSD-2-ClauselinkGeneral VQA10,440
chinesememetrueCC-BY-NC-ND-4.0linkGeneral VQA9,441
alfworldgpttrueMITlinkGeneral VQA8,059
sketchyvqafalseCC-BY-NC-4.0linkGeneral VQA8,000
vizwiz(mathv360k)falseCC-BY-4.0linkGeneral VQA6,604
sparktrueApache-2.0linkGeneral VQA3,898
iconqa(mathv360k)trueApache-2.0 / CC-BY-NC-SA-4.0linkGeneral VQA2,488
vsrfalseApache-2.0 / CC-BY-4.0linkGeneral VQA2,157
mmrafalsenot specifiedlinkGeneral VQA1,024
wildvisiontrueCC-BY-4.0linkGeneral VQA201
UnicharttrueMITlinkChart & Table597,188
dvqatrueCC-BY-NC-4.0linkChart & Table199,992
mmc_instructtrueGPL-3.0linkChart & Table168,006
plotqatrueCC-BY-4.0linkChart & Table156,956
figureqatruenot specifiedlinkChart & Table100,000
robut_wikisqlfalseMITlinkChart & Table74,989
vqaonbdfalsenot specifiedlinkChart & Table39,986
robut_wtqfalseMITlinkChart & Table38,246
chart2texttrueGPL-3.0linkChart & Table26,957
tabmwpfalseCC-BY-NC-SAlinkChart & Table22,722
chartqafalseGPL-3.0linkChart & Table18,265
robut_sqafalseMITlinkChart & Table8,514
multihierttfalseMITlinkChart & Table7,619
vistexttrueGPL-3.0linkChart & Table7,057
finqatrueMITlinkChart & Table5,276
tabmwp(mathv360k)trueApache-2.0linkChart & Table2,530
hitabtrueC-UDA-1.0linkChart & Table2,500
tat_qafalseCC-BY-4.0linkChart & Table2,199
figureqa(mathv360k)trueApache-2.0linkChart & Table1,970
lrv_charttrueBSD-3-ClauselinkChart & Table1,776
densefusion_1mtruenot specifiedlinkCaptioning & Knowledge1,058,731
google_landmarksfalseCC-BY-4.0linkCaptioning & Knowledge299,993
localized_narrativesfalseCC-BY-4.0linkCaptioning & Knowledge199,998
coco_colorstruenot specifiedlinkCaptioning & Knowledge118,272
sharegpt4otrueMITlinkCaptioning & Knowledge54,942
image_textualization(filtered)trueMITlinkCaptioning & Knowledge50,010
sharegpt4v(coco)trueMITlinkCaptioning & Knowledge50,000
textcapsfalseCC-BY-4.0linkCaptioning & Knowledge21,906
sharegpt4v(llava)trueMITlinkCaptioning & Knowledge15,279
laion_gpt4vtruenot specifiedlinkCaptioning & Knowledge9,280
sharegpt4v(sam)trueMITlinkCaptioning & Knowledge8,990
sharegpt4v(knowledge)trueMITlinkCaptioning & Knowledge1,979
face_emotionfalseMITlinkCaptioning & Knowledge797
DoclingMatixfalseCDLA-Permissive-2.0linkOCR QA1,270,910
ocrvqafalseApache-2.0linkOCR QA165,746
screenqafalseCC-BY-4.0linkOCR QA80,761
a_okvqafalseApache-2.0linkOCR QA54,602
arxivqatrueCC-BY-SA-4.0linkOCR QA54,344
mapqafalseCC-BY-SA-4.0linkOCR QA37,417
textocr(gpt4v)trueApache-2.0linkOCR QA25,060
textvqafalseCC-BY-4.0linkOCR QA21,943
est_vqafalsenot specifiedlinkOCR QA19,358
st_vqafalsenot specifiedlinkOCR QA17,247
screen2wordsfalsenot specifiedlinkOCR QA15,730
sujet_financetrueApache-2.0linkOCR QA9,799
pdfvqafalsenot specifiedlinkOCR QA8,593
mmsoc_memotionfalsenot specifiedlinkOCR QA6,991
mapqa(mathv360k)falsenot specifiedlinkOCR QA5,225
invoices_receiptstruenot specifiedlinkOCR QA3,009
blockdiagramhandwrittenfalsepartially CC-BY-NC-SA, otherwise unknownlinkOCR QA1,029
blockdiagramcomputerizedfalseresearch use onlylinkOCR QA502
diagram_image_to_textfalsenot specifiedlinkOCR QA300
latexformulasfalseOpenRAILlinkNaive OCR552,340
SynthFormulaNetfalseCDLA-Permissive-2.0linkNaive OCR499,997
SynthCodeNetfalseCDLA-Permissive-2.0linkNaive OCR499,983
k12_printingfalsenot specifiedlinkNaive OCR256,636
tal_ocr_engtruenot specifiedlinkNaive OCR256,562
olmOCR-mix-0225-documentstrueODC-BYlinkNaive OCR228,003
captchafalseCC0linkNaive OCR113,062
hme100kfalsenot specifiedlinkNaive OCR74,492
latex_handwrittenfalseCC-BY-NC-SA-4.0linkNaive OCR39,583
sroietruenot specifiedlinkNaive OCR33,611
ctwfalseCC-BY-NC-SA-4.0linkNaive OCR24,290
cocotextfalseCC-BY-4.0linkNaive OCR16,169
olmOCR-mix-0225-bookstrueODC-BYlinkNaive OCR15,173
rendered_textfalsenot specifiedlinkNaive OCR10,000
imgur5ktrueCC-BY-NC-4.0linkNaive OCR5,840
wordartfalsenot specifiedlinkNaive OCR4,804
svrdfalsenot specifiedlinkNaive OCR4,396
orand_car_afalseCC-BY-NC-ND-4.0linkNaive OCR1,999
iiit5kfalsenot specifiedlinkNaive OCR1,990
maptexttrueCC-BY-NC-SA-4.0linkNaive OCR200
clevrfalseCC-BY-4.0linkMath70,000
clevr_mathfalseCC-BY-4.0linkMath70,000
ravenfalsenot specifiedlinkMath42,000
geomversefalsenot specifiedlinkMath9,303
geo170k(qa)truenot specifiedlinkMath5,831
geoqa+(mathv360k)truenot specifiedlinkMath2,093
geo3kfalsenot specifiedlinkMath2,091
unigeo(mathv360k)truenot specifiedlinkMath1,480
intergpsfalsenot specifiedlinkMath1,280
super_clevr(mathv360k)truenot specifiedlinkMath971
geometry3k(mathv360k)truenot specifiedlinkMath807
clevr_math(mathv360k)truenot specifiedlinkMath590
geos(mathv360k)truenot specifiedlinkMath62
visualwebinstruct(filtered)trueApache-2.0linkScience169,283
pathvqatrueMITlinkScience32,631
scienceqa(nona_context)falseApache-2.0linkScience19,208
scienceqafalseCC-BY-NC-SA-4.0linkScience4,976
ai2d_mergedfalseApache-2.0 (AI2D)linkScience4,858
pmc_vqa(mathv360k)truenot specifiedlinkScience4,208
tqafalseCC-BY-NC-3.0 (source data)linkScience2,749
vqaradtrueCC0-1.0linkScience313
aguvis-stage-1falseApache-2.0linkGrounding & Counting458,957
tallyqafalseApache-2.0linkGrounding & Counting98,680
grounduitrueMITlinkGrounding & Counting12,613
oodvqatrueCC-BY-NC-4.0linkGrounding & Counting3,023
text_OpenMathInstruct-2falseCC-BY-4.0linkText only1,000,000
text_mathqafalsenot specifiedlinkText only394,996
total11,965,359

The licenses were verified manually on a best-effort basis and may contain errors.

License

The license of each component of RefinedVision is as follows:

componentlicense
ImagesInherit the license of the original source dataset
Original QA (as-is subsets)Inherit the license of the original source dataset
Regenerated QAApache License 2.0

This dataset is provided for use within the scope permitted under Article 30-4 of the Japanese Copyright Act.

Core contributors

Issa Sugiura, Keisuke Nakao, Koichi Akabe, Zhengdong Yang, Takashi Kodama

Contributors

speed

9 commits

nokazaki

1 commits

llm-jp/RefinedVision

Dataset

8

stars

10

commits

Sep 1, 2026

updated

README

Sample page. This Hugging Face repository hosts only a 10-example-per-subset sample of RefinedVision, for quick browsing on the Hub. The full dataset is hosted on GitLab: https://gitlab.llm-jp.nii.ac.jp/datasets/refinedvision

RefinedVision

| 📄 Blog  |


RefinedVision is a refined version of HuggingFaceM4/FineVision that removes subsets with licensing or quality issues and regenerates QA pairs for low-quality subsets. As a result, RefinedVision contains 124 of FineVision's 185 subsets (66 as-is and 58 regenerated), totaling 11,965,359 examples.

This dataset is used to train llm-jp/llm-jp-4-vl-9b.

Construction Pipeline

FineVision by HuggingFace is a multimodal SFT dataset built from 185 subsets, but it contained several issues:

  • Examples with license / terms-of-use problems (e.g., OpenAI TOU)
  • Low image quality (e.g., synthetic chart/diagram images whose overlapping labels are unreadable)
  • Low QA quality

For each FineVision subset, we manually inspected its license and checked its image / QA quality by randomly sampling about 5 examples and inspecting them visually. Based on this, we split the subsets into three groups:

groupsubsetsdescription
As-is66No license or QA-quality issues → used as-is
Regenerated58License and/or quality issues in the original QA → resolved by regenerating the QA
Removed61License problems, or poor image quality → excluded

RefinedVision removes the 61 problematic subsets. Of the remaining 124 subsets, the QA of 58 was regenerated with Qwen3.5 397B-A17B using a per-category prompt (the original images are kept), while the other 66 are used as-is. The exact prompts, per-category policy, and sampling configuration are in regeneration.md.

FineVision contains no reasoning traces. For the regenerated Math / Science / Chart & Table subsets, we additionally attach a thinking part (a summarized reasoning trace).

Usage

The full dataset is hosted on GitLab, so first clone it locally:

git lfs install
git clone https://gitlab.llm-jp.nii.ac.jp/datasets/refinedvision.git
from datasets import load_dataset

# one subset
ds = load_dataset("./refinedvision", "chartqa", split="train", streaming=True)
example = next(iter(ds))
print(example)
# {
#     "id": "0",                             # example id within the subset
#     "source": "chartqa",                   # subset name
#     "generator": "",                       # QA generator model ("Qwen/Qwen3.5-397B-A17B" if regenerated, "" otherwise)
#     "regenerated": False,                  # whether the QA was regenerated
#     "images": [<PIL.Image.Image>],         # list of images
#     "conversations": [                     # multi-turn QA
#         {"from": "human", "value": "...", "think": ""},
#         {"from": "gpt", "value": "...", "think": "..."},  # "think" is non-empty only for regenerated Math / Science / Chart & Table subsets
#     ],
# }

Per-category statistics: number of examples in FineVision (185 subsets) vs RefinedVision (124 subsets)

categoryFineVision examplesRefinedVision exampleskept %
General VQA2,569,8321,741,73567.8%
Chart & Table2,201,7731,482,74867.3%
Captioning & Knowledge1,956,8711,890,17796.6%
OCR QA2,420,8171,798,56674.3%
Naive OCR3,487,8112,639,13075.7%
Math549,375206,50837.6%
Science383,677238,22662.1%
Grounding & Counting2,245,503573,27325.5%
Text only8,427,5841,394,99616.6%
total24,243,24311,965,35949.4%

Per-subset statistics (124 subsets)

subsetregeneratedoriginal licenseoriginal linkcategoryexamples
allava_laiontrueCC-BY-NC-4.0linkGeneral VQA466,174
lnqafalseCC-BY-4.0linkGeneral VQA302,780
vision_flan(filtered)falsenot specifiedlinkGeneral VQA175,964
allava_vflantrueCC-BY-NC-4.0linkGeneral VQA162,708
mmevoltrueApache-2.0linkGeneral VQA158,725
lvis_instruct4vtrueMITlinkGeneral VQA111,444
vqav2falseCC-BY-4.0linkGeneral VQA82,772
LLaVA_Instruct_150KtrueCC-BY-4.0linkGeneral VQA81,467
datikzfalseApache-2.0linkGeneral VQA47,441
iconqafalseCC-BY-NC-SA-4.0linkGeneral VQA27,307
llavar_gpt4_20ktrueCC-BY-NC-4.0linkGeneral VQA19,790
cambrian(filtered)_processedtrueApache-2.0linkGeneral VQA16,874
visual7wfalseMIT (code) / not specified (data)linkGeneral VQA14,366
idktrueBSD-3-Clause / CC-BY-4.0linkGeneral VQA11,122
lrv_normal(filtered)trueApache-2.0linkGeneral VQA10,489
spatialsensefalseCC-BY-2.0 / BSD-2-ClauselinkGeneral VQA10,440
chinesememetrueCC-BY-NC-ND-4.0linkGeneral VQA9,441
alfworldgpttrueMITlinkGeneral VQA8,059
sketchyvqafalseCC-BY-NC-4.0linkGeneral VQA8,000
vizwiz(mathv360k)falseCC-BY-4.0linkGeneral VQA6,604
sparktrueApache-2.0linkGeneral VQA3,898
iconqa(mathv360k)trueApache-2.0 / CC-BY-NC-SA-4.0linkGeneral VQA2,488
vsrfalseApache-2.0 / CC-BY-4.0linkGeneral VQA2,157
mmrafalsenot specifiedlinkGeneral VQA1,024
wildvisiontrueCC-BY-4.0linkGeneral VQA201
UnicharttrueMITlinkChart & Table597,188
dvqatrueCC-BY-NC-4.0linkChart & Table199,992
mmc_instructtrueGPL-3.0linkChart & Table168,006
plotqatrueCC-BY-4.0linkChart & Table156,956
figureqatruenot specifiedlinkChart & Table100,000
robut_wikisqlfalseMITlinkChart & Table74,989
vqaonbdfalsenot specifiedlinkChart & Table39,986
robut_wtqfalseMITlinkChart & Table38,246
chart2texttrueGPL-3.0linkChart & Table26,957
tabmwpfalseCC-BY-NC-SAlinkChart & Table22,722
chartqafalseGPL-3.0linkChart & Table18,265
robut_sqafalseMITlinkChart & Table8,514
multihierttfalseMITlinkChart & Table7,619
vistexttrueGPL-3.0linkChart & Table7,057
finqatrueMITlinkChart & Table5,276
tabmwp(mathv360k)trueApache-2.0linkChart & Table2,530
hitabtrueC-UDA-1.0linkChart & Table2,500
tat_qafalseCC-BY-4.0linkChart & Table2,199
figureqa(mathv360k)trueApache-2.0linkChart & Table1,970
lrv_charttrueBSD-3-ClauselinkChart & Table1,776
densefusion_1mtruenot specifiedlinkCaptioning & Knowledge1,058,731
google_landmarksfalseCC-BY-4.0linkCaptioning & Knowledge299,993
localized_narrativesfalseCC-BY-4.0linkCaptioning & Knowledge199,998
coco_colorstruenot specifiedlinkCaptioning & Knowledge118,272
sharegpt4otrueMITlinkCaptioning & Knowledge54,942
image_textualization(filtered)trueMITlinkCaptioning & Knowledge50,010
sharegpt4v(coco)trueMITlinkCaptioning & Knowledge50,000
textcapsfalseCC-BY-4.0linkCaptioning & Knowledge21,906
sharegpt4v(llava)trueMITlinkCaptioning & Knowledge15,279
laion_gpt4vtruenot specifiedlinkCaptioning & Knowledge9,280
sharegpt4v(sam)trueMITlinkCaptioning & Knowledge8,990
sharegpt4v(knowledge)trueMITlinkCaptioning & Knowledge1,979
face_emotionfalseMITlinkCaptioning & Knowledge797
DoclingMatixfalseCDLA-Permissive-2.0linkOCR QA1,270,910
ocrvqafalseApache-2.0linkOCR QA165,746
screenqafalseCC-BY-4.0linkOCR QA80,761
a_okvqafalseApache-2.0linkOCR QA54,602
arxivqatrueCC-BY-SA-4.0linkOCR QA54,344
mapqafalseCC-BY-SA-4.0linkOCR QA37,417
textocr(gpt4v)trueApache-2.0linkOCR QA25,060
textvqafalseCC-BY-4.0linkOCR QA21,943
est_vqafalsenot specifiedlinkOCR QA19,358
st_vqafalsenot specifiedlinkOCR QA17,247
screen2wordsfalsenot specifiedlinkOCR QA15,730
sujet_financetrueApache-2.0linkOCR QA9,799
pdfvqafalsenot specifiedlinkOCR QA8,593
mmsoc_memotionfalsenot specifiedlinkOCR QA6,991
mapqa(mathv360k)falsenot specifiedlinkOCR QA5,225
invoices_receiptstruenot specifiedlinkOCR QA3,009
blockdiagramhandwrittenfalsepartially CC-BY-NC-SA, otherwise unknownlinkOCR QA1,029
blockdiagramcomputerizedfalseresearch use onlylinkOCR QA502
diagram_image_to_textfalsenot specifiedlinkOCR QA300
latexformulasfalseOpenRAILlinkNaive OCR552,340
SynthFormulaNetfalseCDLA-Permissive-2.0linkNaive OCR499,997
SynthCodeNetfalseCDLA-Permissive-2.0linkNaive OCR499,983
k12_printingfalsenot specifiedlinkNaive OCR256,636
tal_ocr_engtruenot specifiedlinkNaive OCR256,562
olmOCR-mix-0225-documentstrueODC-BYlinkNaive OCR228,003
captchafalseCC0linkNaive OCR113,062
hme100kfalsenot specifiedlinkNaive OCR74,492
latex_handwrittenfalseCC-BY-NC-SA-4.0linkNaive OCR39,583
sroietruenot specifiedlinkNaive OCR33,611
ctwfalseCC-BY-NC-SA-4.0linkNaive OCR24,290
cocotextfalseCC-BY-4.0linkNaive OCR16,169
olmOCR-mix-0225-bookstrueODC-BYlinkNaive OCR15,173
rendered_textfalsenot specifiedlinkNaive OCR10,000
imgur5ktrueCC-BY-NC-4.0linkNaive OCR5,840
wordartfalsenot specifiedlinkNaive OCR4,804
svrdfalsenot specifiedlinkNaive OCR4,396
orand_car_afalseCC-BY-NC-ND-4.0linkNaive OCR1,999
iiit5kfalsenot specifiedlinkNaive OCR1,990
maptexttrueCC-BY-NC-SA-4.0linkNaive OCR200
clevrfalseCC-BY-4.0linkMath70,000
clevr_mathfalseCC-BY-4.0linkMath70,000
ravenfalsenot specifiedlinkMath42,000
geomversefalsenot specifiedlinkMath9,303
geo170k(qa)truenot specifiedlinkMath5,831
geoqa+(mathv360k)truenot specifiedlinkMath2,093
geo3kfalsenot specifiedlinkMath2,091
unigeo(mathv360k)truenot specifiedlinkMath1,480
intergpsfalsenot specifiedlinkMath1,280
super_clevr(mathv360k)truenot specifiedlinkMath971
geometry3k(mathv360k)truenot specifiedlinkMath807
clevr_math(mathv360k)truenot specifiedlinkMath590
geos(mathv360k)truenot specifiedlinkMath62
visualwebinstruct(filtered)trueApache-2.0linkScience169,283
pathvqatrueMITlinkScience32,631
scienceqa(nona_context)falseApache-2.0linkScience19,208
scienceqafalseCC-BY-NC-SA-4.0linkScience4,976
ai2d_mergedfalseApache-2.0 (AI2D)linkScience4,858
pmc_vqa(mathv360k)truenot specifiedlinkScience4,208
tqafalseCC-BY-NC-3.0 (source data)linkScience2,749
vqaradtrueCC0-1.0linkScience313
aguvis-stage-1falseApache-2.0linkGrounding & Counting458,957
tallyqafalseApache-2.0linkGrounding & Counting98,680
grounduitrueMITlinkGrounding & Counting12,613
oodvqatrueCC-BY-NC-4.0linkGrounding & Counting3,023
text_OpenMathInstruct-2falseCC-BY-4.0linkText only1,000,000
text_mathqafalsenot specifiedlinkText only394,996
total11,965,359

The licenses were verified manually on a best-effort basis and may contain errors.

License

The license of each component of RefinedVision is as follows:

componentlicense
ImagesInherit the license of the original source dataset
Original QA (as-is subsets)Inherit the license of the original source dataset
Regenerated QAApache License 2.0

This dataset is provided for use within the scope permitted under Article 30-4 of the Japanese Copyright Act.

Core contributors

Issa Sugiura, Keisuke Nakao, Koichi Akabe, Zhengdong Yang, Takashi Kodama

Contributors

speed

9 commits

nokazaki

1 commits