Response to Reviewer qhJo
> **Weakness4:
Differences between UDK-VQA and existing datasets. Definition of up-to-date knowledge and timestamp threshold.**
**Response:**
The difference between our UDK-VQA dataset and existing datasets lies in the timeliness of the test data.
Existing RAG datasets rely on external knowledge that is usually commonsense knowledge, which is not time-sensitive and does not update frequently. Such knowledge can be learned by LVLMs during pre-training and supervised fine-tuning.
In contrast,
the knowledge our dataset relies on is time-sensitive and belongs to the up-to-date knowledge, which refers to the most current and relevant information, data, and understanding available at a given point in time.
Specifically, this refers to information that emerged after the LVLMs completed their training, such as news generated after a certain date.
We set the timestamps for data collection to be after the latest release date of all LVLMs we tested, ensuring that the knowledge required by the test set was not accessible to LVLMs during their training.
This work is a long-term project, and we will continue to update the test set automatically using our framework to ensure the data is new for LVLMs.
> **Weakness5:
Broader evaluation on other benchmarks requiring external knowledge.**
**Response:**
Thanks for your suggestions.
We have evaluated different LVLMs on a broader benchmark, including GQA [1], INFOSEEK [2], A-OKVQA [3] and the proposed UDKAG.
The experimental results are shown in the table below, where GQA does Not Rely on external Knowledge **(NRK)**, INFOSEEK and A-OKVQA Rely on Commonsense Knowledge **(RCK)**, and UDKAG Relies on the Up-to-Date Knowledge **(RUDK)**.
From the table, we can observe that our framework improves the performance of different LVLMs across various datasets.
The improvements on these three datasets are not as significant as on our UDKAG dataset for the following reasons:
(1) GQA does not rely on external knowledge and is used to evaluate the reasoning ability of LVLMs, which is beyond the scope of our framework.
(2) Our framework focuses on retrieving the up-to-date knowledge, whereas INFOSEEK and A-OKVQA rely on commonsense knowledge, much of which has already been used in the training data of LVLMs.
| Baseline | Variant | Local Data (clear GT) | Internet Data (unclear GT) | GQA [1] (NRK) | INFOSEEK [2] (RCK) | A-OKVQA [3] (RCK) | UDKAG (RUDK) |
|---------------|-----------|-----------------------|----------------------------|---------------|--------------------|-------------------|--------------|
| CFR [5] | - | - | - | 72.10 | - | - | - |
| Oracle→FID [2]| - | ✓ | - | - | 45.60 | - | - |
| Omni-SMoLA [4]| - | ✓ | - | - | - | 84.10 | - |
| LLaVA-1.6 | Raw | - | - | 61.66 | 37.86 | 75.53 | 31.8 |
| | **Ours** | **-** | **✓** | **62.33** | **41.25** | **76.22** | **90.2** |
| InternVL-1.5 | Raw | - | - | 74.03 | 51.13 | 84.53 | 42.6 |
| | **Ours** | **-** | **✓** | **74.41** | **53.10** | **84.59** | **92.9** |
---
> **Weakness6:
Performance dependency on the hierarchical filtering model.**
**Response:**
Our experimental results have proven that: (1) The hierarchical filtering model has transferability and can be applied to different LVLMs and datasets without fine-tuning. (2) The quality of the hierarchical filtering model is not significantly related to the backbone it uses. As shown in Table 1 and Figure 4 of the main manuscript, we tested our hierarchical filtering model on 13 different LVLMs, all of which showed significant improvement. As described in our response to weakness 5, our hierarchical filtering model can also bring some improvement when directly transferred to other datasets, whether they are based on additional knowledge or not. Furthermore, as shown in Table 2 of the main manuscript, using LLaVA and Qwen as the backbone for the hierarchical filtering model can achieve significant performance improvements.