paper-with-me

홈 › Papers

xPQA: Cross-Lingual Product Question Answering across 12 Languages

2023-05-16 · Xiaoyu Shen, Akari Asai, Bill Byrne, Adrià De Gispert

Product Question Answering (PQA) systems are key in e-commerce applications to provide responses to customers' questions as they shop for products. While existing work on PQA focuses mainly on English, in practice there is need to support multiple customer languages while leveraging product information available in English. To study this practical industrial task, we present xPQA, a large-scale annotated cross-lingual PQA dataset in 12 languages across 9 branches, and report results in (1) candidate ranking, to select the best English candidate containing the information to answer a non-English question; and (2) answer generation, to generate a natural-sounding non-English answer based on the selected English candidate. We evaluate various approaches involving machine translation at runtime or offline, leveraging multilingual pre-trained LMs, and including or excluding xPQA training data. We find that (1) In-domain data is essential as cross-lingual rankers trained on other domains perform poorly on the PQA task; (2) Candidate ranking often prefers runtime-translation approaches while answer generation prefers multilingual approaches; (3) Translating offline to augment multilingual models helps candidate ranking mainly on languages with non-Latin scripts; and helps answer generation mainly on languages with Latin scripts. Still, there remains a significant performance gap between the English and the cross-lingual test sets.

📄 PDF Abstract BibTeX arXiv:2305.09249

Code (1)

amazon-science/contextual-product-qa 공식 구현

Tasks

Answer GenerationMachine TranslationQuestion AnsweringTask 2Translation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

MedExpQA: Multilingual Benchmarking of Large Language Models for Medical Question Answering

2024-04-08 · Iñigo Alonso, Maite Oronoz, Rodrigo Agerri

Large Language Models (LLMs) have the potential of facilitating the development of Artificial Intelligence technology to assist medical experts for interactive decision support, which has been demonstrated by their compe…

BenchmarkingMedical Question AnsweringQuestion AnsweringRAG+1

Unlocking Markets: A Multilingual Benchmark to Cross-Market Question Answering

2024-09-24 · Yifei Yuan, Yang Deng, Anders Søgaard, Mohammad Aliannejadi

Users post numerous product-related questions on e-commerce platforms, affecting their purchase decisions. Product-related question answering (PQA) entails utilizing product-related resources to provide precise responses…

Answer GenerationQuestion Answering

XOR QA: Cross-lingual Open-Retrieval Question Answering

2020-10-22 · NAACL 2021 4 · Akari Asai, Jungo Kasai, Jonathan H. Clark, Kenton Lee 외

Multilingual question answering tasks typically assume answers exist in the same language as the question. Yet in practice, many languages face both information scarcity -- where languages have few reference articles -- …

ArticlesMachine TranslationQuestion AnsweringRetrieval+1

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 reli…

ArticlesQuestion AnsweringRetrievalTranslation

Cross-Lingual Open-Domain Question Answering with Answer Sentence Generation

2021-10-14 · Benjamin Muller, Luca Soldaini, Rik Koncel-Kedziorski, Eric Lind 외

Open-Domain Generative Question Answering has achieved impressive performance in English by combining document-level retrieval with answer generation. These approaches, which we refer to as GenQA, can generate complete s…

Answer GenerationGenerative Question AnsweringOpen-Domain Question AnsweringQuestion Answering+2