paper-with-me

홈 › Papers

Addressing Issues of Cross-Linguality in Open-Retrieval Question Answering Systems For Emergent Domains

2022-01-26 · Alon Albalak, Sharon Levy, William Yang Wang

Open-retrieval question answering systems are generally trained and tested on large datasets in well-established domains. However, low-resource settings such as new and emerging domains would especially benefit from reliable question answering systems. Furthermore, multilingual and cross-lingual resources in emergent domains are scarce, leading to few or no such systems. In this paper, we demonstrate a cross-lingual open-retrieval question answering system for the emergent domain of COVID-19. Our system adopts a corpus of scientific articles to ensure that retrieved documents are reliable. To address the scarcity of cross-lingual training data in emergent domains, we present a method utilizing automatic translation, alignment, and filtering to produce English-to-all datasets. We show that a deep semantic retriever greatly benefits from training on our English-to-all data and significantly outperforms a BM25 baseline in the cross-lingual setting. We illustrate the capabilities of our system with examples and release all code necessary to train and deploy such a system.

📄 PDF Abstract BibTeX arXiv:2201.11153

Code (1)

alon-albalak/xor-covid 공식 구현 pytorch

Tasks

ArticlesQuestion AnsweringRetrievalTranslation

Similar Papers 제목 키워드 기반

BGE M3-Embedding: Multi-Lingual, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation

2024-02-05 · Jianlv Chen, Shitao Xiao, Peitian Zhang, Kun Luo 외

In this paper, we present a new embedding model, called M3-Embedding, which is distinguished for its versatility in Multi-Linguality, Multi-Functionality, and Multi-Granularity. It can support more than 100 working langu…

Knowledge DistillationRetrievalSelf-Knowledge Distillation

SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution

2025-01-09 · Chengxing Xie, Bowen Li, Chang Gao, He Du 외

Large Language Models (LLMs) have demonstrated remarkable proficiency across a variety of complex tasks. One significant application of LLMs is in tackling software engineering challenges, particularly in resolving real-…

GitHub issue resolutionRetrieval

Invar-RAG: Invariant LLM-aligned Retrieval for Better Generation

2024-11-11 · Ziwei Liu, Liang Zhang, Qian Li, Jianghua Wu 외

Retrieval-augmented generation (RAG) has shown impressive capability in providing reliable answer predictions and addressing hallucination problems. A typical RAG implementation uses powerful retrieval models to extract …

HallucinationInformation RetrievalOpen-Domain Question AnsweringQuestion Answering+4

Preference Tuning For Toxicity Mitigation Generalizes Across Languages

2024-06-23 · Xiaochen Li, Zheng-Xin Yong, Stephen H. Bach

Detoxifying multilingual Large Language Models (LLMs) has become crucial due to their increasing global use. In this work, we explore zero-shot cross-lingual generalization of preference tuning in detoxifying LLMs. Unlik…

RetrievalSentenceSentence Retrieval

What Is Missing in Multilingual Visual Reasoning and How to Fix It

2024-03-03 · Yueqi Song, Simran Khanuja, Graham Neubig

NLP models today strive for supporting multiple languages and modalities, improving accessibility for diverse users. In this paper, we evaluate their multilingual, multimodal capabilities by testing on a visual reasoning…

Image CaptioningVisual Reasoning