We appreciate the insightful feedback from the reviewer and have provided detailed responses to each question below. Should there be any follow-up questions, we would gladly engage in further discussion.
> Q1. “The number of tokens to train baseline methods is unknown. Is it same with the VocADT?”
We are using less number of tokens compared to the baseline for adapter training.
We compare the “adapter training” for VocADT with “hypernetwork training” in ZeTT and “external embedding training” for FOCUS.
- ZeTT: In Minixhofer et al., 2024, they train English + Code hypernetwork for 200k gradient update steps with a batch size of 128 tokens and a sequence length of 128. For the multilingual decoder-style models, we start from the English + Code checkpoint. Therefore, 6.55B tokens in total.
- FOCUS use fastText which is trained on Wikipedia and CommonCrawl. The fastText did not state the exact numbers in their paper for all language. However, we found that Russian only (overlaps with our Mixed and Cyrillic group) has 102B tokens in CommonCrawl and 4% of coverage in training already exceed the numbers of token that we used for adapter training, where the minimum coverage rate they reported is 63.4%.
- OFA use ColexNet+ as their external embeddings, which is also unclear to identify the numbers of tokens they used to train the embeddings.
| Ours/Baelines | VocADT | ZeTT |
|---|---|---|
| Token Trained | 3.5B | 6.5B |
| Trained Part | Adapter | Multilingual Hypernetwork |
> Q2. “It can be found that the language Korean also suffers from severe fragment in Figure 3, while the improvement on Korean is little. How to interpret this phenomenon?”
We believe the severity of overfragmentation in Greek far surpasses that in Korean, as Greek exhibits more than twice the severity, and that this distinction makes it hard to apply the same explanation to both Korean and Greek languages.
In Figure 3, the token count in Greek (150k, with the bars clipped) is more than twice that of Korean (70k), while Bulgarian and Russian show counts of 55k and 54k, respectively. Therefore, we group Korean’s fragmentation with Russian and Bulgarian as exhibiting similar severity, while Greek stands out as uniquely severe.
> W1. “Lack of novelty; incremental work combining the heuristic methods like OFA in the initialization and language adapters like MAD-X.”
We would like to highlight that there is a distinctive difference between MAD-X and ours in terms of architecture and as well as between OFA in terms of heuristic methodology, which make it hard to say VocADT is merely an incremental work from those.
MAD-X incorporates adapters within the Transformer layers, as illustrated in their paper Figure 1. In contrast, our adapters are positioned at the bottom and top of the original model, creating a clear architectural divergence.
Additionally, unlike OFA or FOCUS, which rely on initialization heuristics requiring external embeddings, we deliberately avoid such dependencies. Instead, we adopt a simple heuristic to initialize the adapter which is widely used among vocabulary transfer.
> W2. “Missing details and additional experiments to support the findings: only Mistral-7b is used in this work…. The detail settings for baseline methods are unknown in this paper.”
Thank you for the suggestions. We will add the detailed settings for baseline methods including the number of tokens used for the adaptation in the future version as well as the result of Llama experiment.
> W3. “Writing is not clear: The Figure 3 is confusing and hard to follow: a) The y-axis of 3(a) left part are increase rate(%), thus the negative results are missing like "id-en", "belebele" on Indonesian? b). The mismatched legends for left and right part, which are "VocADT-multi(ours), ZETT-mono"(left) and "mono, multi, mistral"(right). These results will be better to report on Tables."
We limited the left side of Figure 3 to the positive range to make it easier to see which languages benefit from vocabulary transfer, but as you mentioned, it may be confusion, so we also include full tables in Appendix B.