Search papers, labs, and topics across Lattice.
To tackle multilingual financial QA across SEC filings and cross-lingual news, the authors decoupled query handling into filing-targeted keyword extraction for structured metrics and heuristic passage retrieval for complex synthesis. This separation directly targets the divergent retrieval needs of exact numeric calculations versus multi-source thematic summaries while exploiting shared evidence label artifacts in the benchmark. The resulting system achieved a 60% relative ROUGE-1 gain over a generic RAG baseline on validation data, ultimately ranking 3rd out of 12 teams in the FinMMEval 2026 PolyFiQA benchmark.
Monolithic RAG pipelines drastically underperform on multilingual financial QA compared to a bifurcated architecture that routes numeric queries to filing extraction and synthesis queries to rule-based news filtering.
We present the IGT system for PolyFiQA Task 2 of the FinMMEval Lab at CLEF 2026, a multilingual financial question answering task over English SEC filings and multilingual news articles (English, Chinese, Japanese, Spanish, Greek) for four companies. Our central observation is that the 344 development questions divide into two families requiring fundamentally different approaches: structured numeric types (R&D ratio, cash flow, capital expenditure) are best answered by direct keyword extraction on filing text, while synthesis types (investment strategy, capital allocation, top-three revenue focuses) require rule-based multilingual news passage selection. A dataset analysis reveals that 17-18 of 19 ground-truth reference answers per synthesis type share an exact evidence label prefix, whose unigram tokens contribute directly to ROUGE-1 overlap. The final system achieves development ROUGE-1 approximately 0.395, a 60% relative improvement over a generic RAG baseline (approximately 0.247), and ranks 3rd of 12 teams on the official test set with ROUGE-1 = 0.3071, Precision = 0.2821, and Recall = 0.4044.