Hi, thanks for the impressive work on WorldSense!
I am currently trying to reproduce the evaluation results reported in the paper. Specifically, I am looking to get the breakdown by Topics (e.g., Tech & Science, Culture & Politics, Games, Sports, etc.) as shown in the table below:
However, when I run the evaluation using VLMEvalKit, the output provides metrics based on Task Categories (e.g., Spatial Relation, Event Recognition) and Task Domains (Understanding, Reasoning, Recognition). The log output looks like this:
I have two specific questions regarding this:
- Metric Aggregation: Is there a specific script or argument provided in this repository (or VLMEvalKit) that maps these "Task Categories" into the "Topic Categories" shown in the paper? Or do I need to calculate them manually based on specific video IDs?
- Dataset Source Discrepancy: I noticed a difference in the dataset sources:
- VLMEvalKit seems to load from:
https://huggingface.co/datasets/lmms-lab/WorldSense
- The README in this repository points to:
https://huggingface.co/datasets/honglyhly/WorldSense
Does the honglyhly/WorldSense dataset contain specific metadata (topic tags) that might be missing or handled differently in the lmms-lab version?
Any guidance on how to obtain the topic-wise results would be greatly appreciated. Thanks!
Hi, thanks for the impressive work on WorldSense!
I am currently trying to reproduce the evaluation results reported in the paper. Specifically, I am looking to get the breakdown by Topics (e.g.,
Tech & Science,Culture & Politics,Games,Sports, etc.) as shown in the table below:However, when I run the evaluation using VLMEvalKit, the output provides metrics based on Task Categories (e.g.,
Spatial Relation,Event Recognition) and Task Domains (Understanding, Reasoning, Recognition). The log output looks like this:I have two specific questions regarding this:
https://huggingface.co/datasets/lmms-lab/WorldSensehttps://huggingface.co/datasets/honglyhly/WorldSenseDoes the
honglyhly/WorldSensedataset contain specific metadata (topic tags) that might be missing or handled differently in thelmms-labversion?Any guidance on how to obtain the topic-wise results would be greatly appreciated. Thanks!