paper-with-me

Papers

UQA: Corpus for Urdu Question Answering

2024-05-02 · Samee Arif, Sualeha Farid, Awais Athar, Agha Ali Raza

This paper introduces UQA, a novel dataset for question answering and text comprehension in Urdu, a low-resource language with over 70 million native speakers. UQA is generated by translating the Stanford Question Answering Dataset (SQuAD2.0), a large-scale English QA dataset, using a technique called EATS (Enclose to Anchor, Translate, Seek), which preserves the answer spans in the translated context paragraphs. The paper describes the process of selecting and evaluating the best translation model among two candidates: Google Translator and Seamless M4T. The paper also benchmarks several state-of-the-art multilingual QA models on UQA, including mBERT, XLM-RoBERTa, and mT5, and reports promising results. For XLM-RoBERTa-XL, we have an F1 score of 85.99 and 74.56 EM. UQA is a valuable resource for developing and testing multilingual NLP systems for Urdu and for enhancing the cross-lingual transferability of existing models. Further, the paper demonstrates the effectiveness of EATS for creating high-quality datasets for other languages and domains. The UQA dataset and the code are publicly available at www.github.com/sameearif/UQA.

📄 PDF Abstract BibTeX arXiv:2405.01458

Code (3)

sameearif/uqa 공식 구현
MindCode-4/code-4/tree/main/seamless_m4t mindspore
pwc-1/Paper-9/tree/main/5/xlm_roberta_xl mindspore

Tasks

Multilingual NLPQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

UQuAD1.0: Development of an Urdu Question Answering Training Data for Machine Reading Comprehension

2021-11-02 · Samreen Kazi, Shakeel Khoja

In recent years, low-resource Machine Reading Comprehension (MRC) has made significant progress, with models getting remarkable performance on various language datasets. However, none of these models have been customized…

ArticlesMachine Reading ComprehensionMachine TranslationQuestion Answering+1

Dataset and Benchmark for Urdu Natural Scenes Text Detection, Recognition and Visual Question Answering

2024-05-21 · Hiba Maryam, Ling Fu, Jiajun Song, Tajrian ABM Shafayet 외

The development of Urdu scene text detection, recognition, and Visual Question Answering (VQA) technologies is crucial for advancing accessibility, information retrieval, and linguistic diversity in digital content, faci…

DiversityInformation RetrievalQuestion AnsweringRetrieval+4

LEGAL-UQA: A Low-Resource Urdu-English Dataset for Legal Question Answering

2024-10-16 · Faizan Faisal, Umair Yousaf

We present LEGAL-UQA, the first Urdu legal question-answering dataset derived from Pakistan's constitution. This parallel English-Urdu dataset includes 619 question-answer pairs, each with corresponding legal article con…

Optical Character Recognition (OCR)Question AnsweringRetrieval

UrduFactCheck: An Agentic Fact-Checking Framework for Urdu with Evidence Boosting and Benchmarking

2025-05-21 · Sarfraz Ahmad, Hasan Iqbal, Momina Ahsan, Numaan Naeem 외

The rapid use of large language models (LLMs) has raised critical concerns regarding the factual reliability of their outputs, especially in low-resource languages such as Urdu. Existing automated fact-checking solutions…

BenchmarkingClaim VerificationFact CheckingQuestion Answering+1

Learning Trilingual Dictionaries for Urdu -- Roman Urdu -- English

2019-08-01 · WS 2019 8 · Moiz Rauf, Sebastian Pad{\'o}

In this paper, we present an effort to generate a joint Urdu, Roman Urdu and English trilingual lexicon using automated methods. We make a case for using statistical machine translation approaches and parallel corpora fo…

Machine TranslationTranslationWord Alignment