--- license: apache-2.0 language: - en task_categories: - visual-question-answering - image-text-to-text size_categories: - 1K {question and choices} Answer with the option's letter from the given choices. ``` Short-answer questions: ```text {question} Answer the question directly. ``` No system prompt is used. Red-box instructions are not included. ## Construction The first component was selected from Vision-SR1, VLM-CapCurriculum Perception, and ZwZ-RL-VQA. Qwen3.5-9B was evaluated on the original image and on a version with both physical dimensions halved. Examples were retained when the original-image answer was correct and the half-resolution answer was explicitly wrong, truncated, or unparseable. The second component was selected from Vision-OPD examples for which the teacher was correct and the student was wrong. Its released representation uses the public original image as the teacher view and a half-resolution copy as the student view, without red-box overlays or red-box instructions. One normalized duplicate was removed. The ordered selection manifest has SHA-256: ```text 9df2f6802d5ac46b394055e9e7ab971a381509bd38637ebe939420130e330837 ``` Different image codec versions can produce different encoded bytes when the dataset is reconstructed, while preserving the selected examples, prompts, answers, and physical half-resolution relationship. ## Integrity Run the packaged checksums from the repository root: ```bash shasum -a 256 -c SHA256SUMS shasum -a 256 -c IMAGE_SHA256SUM ``` `asset_manifest.jsonl` records the relative path, dimensions, byte size, role, and SHA-256 of every teacher and student image. ## Known limitation The 1,060-example Vision-OPD component was originally selected under a red-box-conditioned source setting and then reconstructed with no-box inputs. The final no-box condition was not independently re-filtered. This is a reported property of Dataset4.0, not a requirement of the RP-OPSD method. ## License and attribution This release is distributed under the Apache License 2.0. A copy is provided in [`LICENSE`](LICENSE). Attribution, pinned revisions, and modifications are recorded in [`NOTICE`](NOTICE). Users should also review and comply with the terms and dataset cards of the cited upstream releases. The dataset is provided without warranties or conditions of any kind. The names of upstream projects and authors do not imply endorsement of this release. ## Citation Please cite the RP-OPSD paper/repository and the upstream datasets used by the examples in your work. The canonical RP-OPSD BibTeX entry will be added here when the final paper citation is available. --- ## 中文说明 RP-OPSD 是 Dataset4.0 实验使用的完整多模态训练集,共 5,295 条样本,其中 5,205 条为选择题,90 条为短答案题。每条样本包含同一公开来源图片的两种视图: - `images`:宽高分别缩小为原始尺寸一半的 student 图片,使用 Lanczos 插值; - `teacher_images`:原始完整分辨率的 teacher 图片。 建议使用上面的 `snapshot_download` 或 `hf download` 下载完整仓库,然后执行 `tar -xf images.tar`;归档会恢复 `assets/student/` 和 `assets/teacher/`,从而保持 `train.parquet` 中图片相对路径的对应关系。许可证、上游固定版本、署名与修改 说明分别见 `LICENSE` 和 `NOTICE`。