CLJun 8, 2019

Improving Low-Resource Cross-lingual Document Retrieval by Reranking with Deep Bilingual Representations

arXiv:1906.03492v11104 citations
AI Analysis

This addresses the problem of cross-lingual information retrieval for low-resource language pairs, with incremental improvements over existing methods.

The paper tackles low-resource cross-lingual document retrieval by proposing a reranking model using deep bilingual representations, which outperforms translation-based baselines on English-Swahili, English-Tagalog, and English-Somali tasks in the MATERIAL dataset.

In this paper, we propose to boost low-resource cross-lingual document retrieval performance with deep bilingual query-document representations. We match queries and documents in both source and target languages with four components, each of which is implemented as a term interaction-based deep neural network with cross-lingual word embeddings as input. By including query likelihood scores as extra features, our model effectively learns to rerank the retrieved documents by using a small number of relevance labels for low-resource language pairs. Due to the shared cross-lingual word embedding space, the model can also be directly applied to another language pair without any training label. Experimental results on the MATERIAL dataset show that our model outperforms the competitive translation-based baselines on English-Swahili, English-Tagalog, and English-Somali cross-lingual information retrieval tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes