Search papers, labs, and topics across Lattice.
This paper introduces Syfer, a synthesizer-folding framework designed to enhance multilingual multi-hop question answering by addressing the limitations of existing methods that rely on translation and greedy decomposition. By utilizing a format-constrained decomposer to create a sub-question graph in the original language and implementing a quality check to determine the necessity of translation, Syfer effectively reduces translation noise and error propagation. Experimental results demonstrate that Syfer achieves competitive accuracy across multiple languages while optimizing computational efficiency.
Deferring translation in multilingual question answering can significantly reduce errors and improve efficiency, leading to more accurate results across diverse languages.
Multilingual retrieval-augmented generation (mRAG) equips large language models with access to globally distributed external knowledge for complex multilingual question answering. Recent approaches either translate retrieved documents into English or the query language to bridge the cross-lingual semantic gap, or decompose a complex query into sub-questions and aggregate the intermediate reasoning process. However, both lines of work suffer from two limitations. First, one-size-fits-all translation alignment, blanket translation discards culturally and linguistically native information unique to the target language, introduces translation noise, and inflates system cost. Second, greedy decomposition and aggregation, uncontrolled decomposition produces redundant sub-questions that compound errors during step-wise reasoning, and the final aggregation over reasoning paths further amplifies these errors. We address both with our method Syfer, a synthesizer-folding framework for multilingual multi-hop question answering that defers translation rather than applying it by default. Syfer first invokes a format-constrained decomposer to produce a sub-question graph in the original language, followed by a decomposition-quality check; when the check passes, sub-questions are answered sequentially under a retrieve-then-answer policy in the target language, and the English translation pathway with bilingual sub-question graph alignment is activated only when the check fails. Experiments across multiple languages show that Syfer attains competitive accuracy while striking a favourable balance between performance and computational cost.