Response to Reviewer j2wD
Thank you for highlighting our “solid” performance improvements, “extensive experiments” as well your insightful questions and comments. We include our detailed responses below.
**On underlying assumptions.** Thank you for raising this issue. To clarify, our assumptions/hypotheses are regarding the strengths/weaknesses of models, rather than about the alignment to the pre-training data. Our core assumptions are that
1. LVLMs generally have a stronger LLM component than visual encoder (asymmetric strength)
2. LVLMs are better at tasks like captioning than QA (asymmetric abilities)
3. Finally, we assume that we can use answer confidence to rank answers (and thus, implicitly rank the rewritten questions that generated them).
We see in our results that these assumptions are borne out (updated Table 5, where we see a large boost to the LLM’s performance from RepARe and from using generated captions, and Table 2, where we ablate the scoring method). We have updated our introduction (Sec 1, page 3) as well as Sec 5 to more clearly state this. Additionally, for the third assumption we experiment with alternate ways of computing answer confidence and find that it does not significantly impact downstream task performance of RepARe (Table 8 updated).
**Q1: On numeric improvement.** We qualitatively examined the best candidate questions for numeric examples. We found that correctly-answered questions often include additional localization. For example, rather than answering *“how many teddy bears are in the photo?”* the model would answer *“how many teddy bears are on the table?”*. We hypothesize that this kind of additional localization helps the LVLM focus on the correct image regions, simplifying the overall task.
**Q2: Clarification of terms.** We apologize for the confusion. By *gold answers*, we are referring to the ground-truth (gold) answers contained in the datasets. The oracle setting (in the original Sec 3.2, now highlighted) refers to using the ground-truth answers to select the question candidate, i.e. choosing the question that yields the correct answer. However, such information is not available at test time. Similarly, the *paraphrase oracle* (in original Section 4.2, now highlighted) uses the ground-truth answers to select a candidate from a pool of paraphrases of the original question. This setting is designed to set an upper-bound on improvements from rephrasing/paraphrasing by directly using the ground-truth answer.
**Q3 & Q4: Revisions to Sec 4.4.** We understand the source of your confusion in interpreting Table 5. In the original table, we had endeavored to show that RepARe’s improvements are largely, but not exclusively, coming from the LLM. We have since overhauled the table and the bulk of Sec 4.4 to convey this message more clearly, highlighting the following key points in our updated paper:
* RepARe improves LLM-only performance showing that the modified questions leverage the asymmetric QA strength of the LLM.
* Despite the improvement in LLM-only performance, there remains a substantial gap in performance with and without the image (~25% points). Therefore, the modified question is *complementary* to the image and does not make answering the question trivial without the image.
* Following your suggestion, we include a baseline in which the caption and the original question (excluding the image) are given to the LLM and find that while this setting outperforms the question-only baselines, it still trails behind the image + original question and image + RepARe settings. This shows that RepARe incorporates visual information that is *complementary to the question and the caption* (added as row 5 of updated Table 5).
We hope that our changes have satisfactorily addressed your concerns. Please feel free to reach out to us with any additional questions and writing suggestions.