Skip to main content

vision-language-response-judgment

Use this skill when a user wants evaluator data for judging answers about images, charts, infographics, screenshots, diagrams, or other visual inputs. Trigger it when people use plain requests like 'compare who answered the picture question better', 'score the chart explanation', 'rank several image-based answers', or 'make judge data for multimodal responses'. It is especially appropriate for scoring evaluation, pair comparison, or batch ranking in vision-language tasks where the judge must reason over both the visual content and the textual response. Example triggers include: 'evaluate answers about charts', 'judge which caption is better', 'rank image question responses', and 'make harder visual judge items with hallucinations'.

설치로 이동

소스 정보

저장소
Dingxingdi/paper_fast_search_backup
최근 소스 활동
2026년 4월 8일 15:14
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
vision-language-response-judgment
description
Use this skill when a user wants evaluator data for judging answers about images, charts, infographics, screenshots, diagrams, or other visual inputs. Trigger it when people use plain requests like 'compare who answered the picture question better', 'score the chart explanation', 'rank several image-based answers', or 'make judge data for multimodal responses'. It is especially appropriate for scoring evaluation, pair comparison, or batch ranking in vision-language tasks where the judge must reason over both the visual content and the textual response. Example triggers include: 'evaluate answers about charts', 'judge which caption is better', 'rank image question responses', and 'make harder visual judge items with hallucinations'.
# Skill: vision-language-response-judgment ## 1. Capability Definition & Real Case * **Professional Definition**: This capability is the ability to generate, inspect, and judge evaluation instances where the target output is an evaluative artifact rather than a task solution, and where the evaluator must ground its verdict in explicit evidence, criteria, or safety policy. In this capability, the Agent is not solving the original user problem; it is assessing the quality, correctness, safety, or robustness of another response, trajectory, or artifact and producing a score, preference, label, ranking, or critique. * **Dimension Hierarchy**: Open-ended Response Evaluation->Multimodal Response Evaluation->vision-language-response-judgment ### Real Case **[Case 1]** * **Initial Environment**: An evaluation environment contains a bar chart and a user question asking what percentage of workers are not working from home. Two candidate answers are available. One answer correctly reads the chart and states the right percentage with a brief explanation. The other answer sounds fluent but misreads the visual values and hallucinates an unsupported comparison. * **Real Question**: Which response should the evaluator prefer for this image-based question? * **Real Trajectory**: Inspect the visual input, extract the relevant visual evidence, then read both candidate answers. Check whether each answer refers to the correct chart elements, avoids hallucinated details, and answers the exact user question. Return a verdict grounded in visual-text alignment. * **Real Answer**: The evaluator should prefer the answer that correctly reads the chart and avoids unsupported visual claims. * **Why this demonstrates the capability**: This case demonstrates multimodal judgment rather than text-only answer evaluation. The evaluator must determine whether the language is faithful to the image and whether any visually grounded inference is correct. It therefore targets visual evidence tracking, hallucination resistance, and multimodal pairwise judgment. ## Pipeline Execution Instructions To synthesize data for this capability, you must strictly follow a 3-phase pipeline. **Do not hallucinate steps.** Read the corresponding reference file for each phase sequentially: 1. **Phase 1: Environment Exploration** Read the exploration guidelines to discover raw knowledge seeds: `references/EXPLORATION.md` 2. **Phase 2: Trajectory Selection** Once Phase 1 is complete, read the selection criteria to evaluate the trajectory: `references/SELECTION.md` 3. **Phase 3: Data Synthesis** Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data: `references/SYNTHESIS.md`
GitHub에서 보기