paper-with-me

홈 › Papers

Few-Shot Prompting for Extractive Quranic QA with Instruction-Tuned LLMs

2025-08-08 · Mohamed Basem, Islam Oshallah, Ali Hamdi, Ammar Mohammed arxiv

This paper presents two effective approaches for Extractive Question Answering (QA) on the Quran. It addresses challenges related to complex language, unique terminology, and deep meaning in the text. The second uses few-shot prompting with instruction-tuned large language models such as Gemini and DeepSeek. A specialized Arabic prompt framework is developed for span extraction. A strong post-processing system integrates subword alignment, overlap suppression, and semantic filtering. This improves precision and reduces hallucinations. Evaluations show that large language models with Arabic instructions outperform traditional fine-tuned models. The best configuration achieves a pAP10 score of 0.637. The results confirm that prompt-based instruction tuning is effective for low-resource, semantically rich QA tasks.

📄 PDF Abstract BibTeX arXiv:2508.06103

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Two-Stage Quranic QA via Ensemble Retrieval and Instruction-Tuned Answer Extraction

2025-08-09 · Mohamed Basem, Islam Oshallah, Ali Hamdi, Khaled Shaban 외 arxiv

Quranic Question Answering presents unique challenges due to the linguistic complexity of Classical Arabic and the semantic richness of religious texts. In this paper, we propose a novel two-stage framework that addresse…

Question AnsweringPassage Retrieval

Can Prompting LLMs Unlock Hate Speech Detection across Languages? A Zero-shot and Few-shot Study

2025-05-09 · Faeze Ghorbanpour, Daryna Dementieva, Alexander Fraser

Despite growing interest in automated hate speech detection, most existing approaches overlook the linguistic diversity of online content. Multilingual instruction-tuned large language models such as LLaMA, Aya, Qwen, an…

DiversityHate Speech Detection

Can Instruction Fine-Tuned Language Models Identify Social Bias through Prompting?

2023-07-19 · Omkar Dige, Jacob-Junqi Tian, David Emerson, Faiza Khan Khattak

As the breadth and depth of language model applications continue to expand rapidly, it is increasingly important to build efficient frameworks for measuring and mitigating the learned or inherited social biases of these …

DiversityLanguage ModelingLanguage Modelling

Do Instruction-Tuned Models Always Perform Better Than Base Models? Evidence from Math and Domain-Shifted Benchmarks

2026-01-19 · Prateek Munjal, Clement Christophe, Ronnie Rajan, Praveenkumar Kanithi arxiv

Instruction finetuning is standard practice for improving LLM performance, yet it remains unclear whether it enhances reasoning or merely induces surface-level pattern matching. We investigate this by evaluating base and…

Scaling Instruction-Finetuned Language Models

2022-10-20 · Hyung Won Chung, Le Hou, Shayne Longpre, Barret Zoph 외

Finetuning language models on a collection of datasets phrased as instructions has been shown to improve model performance and generalization to unseen tasks. In this paper we explore instruction finetuning with a partic…

Coreference ResolutionCross-Lingual Question AnsweringMMLUMulti-task Language Understanding+2