Response to Reviewer
We are thankful for the reviewer's feedback.
We would appreciate it if the reviewer could elaborate more on the comment "definitions of conciseness and richness at the methodological level still seem somewhat rudimentary".
For better understanding, let’s walk through the logic of our method again, taking conciseness as an example:
1. We have explicitly defined our concept of conciseness optimization (lines 5, 40): if the model predicts a word (e.g., "white") that is more descriptive than the label (e.g., "cake"), it will be penalized and optimized to prefer concise expressions.
2. To prevent conciseness optimization, we need to exclude words that could lead to such optimization, i.e., words that are "more descriptive" than the ground truth.
3. Then, which words are "more descriptive"? Words deemed "more descriptive" than the ground truth typically convey additional details that are absent in the ground truth caption. Therefore, naturally, they are new words outside the ground truth caption. (Please note that while we claim that "more descriptive" words are typically outside the ground truth caption, we are **not** implying that all new words outside the caption represent "more descriptive" words. We wonder if the reviewer's comment on our method as "rudimentary" might stem from this potential misunderstanding?)
4. Hence, we select a subset only containing words in the ground truth sentence, effectively excluding the "more descriptive" words and subsequently preventing conciseness optimization.
We consider that such a subsetting strategy is a neat solution for controlling conciseness and richness optimization. We therefore respectfully disagree to view it as "rudimentary" and believe, as echoed by other reviewers that it is "very subtle", "interesting exploration", and "idea is effective".
We hope the above explanation addresses the reviewer's concerns. Or if the reviewer can elaborate on the concerns more specifically, e.g., by pointing out certain scenarios where our method might be flawed, we would greatly appreciate it and believe we can provide a more focused explanation.
Additionally, in our revision, we have made thorough improvements to the related descriptions for better clarity. In the *Method* section, we've also defined richness and conciseness optimization in a more precise mathematical format. We hope that the revised version will further prevent any potential misunderstandings.
We kindly request the reviewer to carefully assess whether we have addressed your concern and please let us know if there are any additional questions.
Thank you!