paper-with-me

홈 › Papers

AraSpider: Democratizing Arabic-to-SQL

2024-02-12 · Ahmed Heakl, Youssef Mohamed, Ahmed B. Zaky

This study presents AraSpider, the first Arabic version of the Spider dataset, aimed at improving natural language processing (NLP) in the Arabic-speaking community. Four multilingual translation models were tested for their effectiveness in translating English to Arabic. Additionally, two models were assessed for their ability to generate SQL queries from Arabic text. The results showed that using back translation significantly improved the performance of both ChatGPT 3.5 and SQLCoder models, which are considered top performers on the Spider dataset. Notably, ChatGPT 3.5 demonstrated high-quality translation, while SQLCoder excelled in text-to-SQL tasks. The study underscores the importance of incorporating contextual schema and employing back translation strategies to enhance model performance in Arabic NLP tasks. Moreover, the provision of detailed methodologies for reproducibility and translation of the dataset into other languages highlights the research's commitment to promoting transparency and collaborative knowledge sharing in the field. Overall, these contributions advance NLP research, empower Arabic-speaking researchers, and enrich the global discourse on language comprehension and database interrogation.

📄 PDF Abstract BibTeX arXiv:2402.07448

Code (1)

ahmedheakl/araspider 공식 구현

Tasks

Text to SQLText-To-SQLTranslation

Similar Papers 제목 키워드 기반

Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion

2024-12-16 · Jianqing Zhu, Huang Huang, Zhihang Lin, Juhao Liang 외

This paper addresses the critical need for democratizing large language models (LLM) in the Arab world, a region that has seen slower progress in developing models comparable to state-of-the-art offerings like GPT-4 or C…

Resource-Aware Arabic LLM Creation: Model Adaptation, Integration, and Multi-Domain Testing

2024-12-23 · Prakash Aryan

This paper presents a novel approach to fine-tuning the Qwen2-1.5B model for Arabic language processing using Quantized Low-Rank Adaptation (QLoRA) on a system with only 4GB VRAM. We detail the process of adapting this l…

ArabicMMLUDialect IdentificationGPULanguage Modeling+5

A Framework for Democratizing AI

2020-01-01 · Shakkeel Ahmed, Ravi S. Mula, Soma S. Dhavala

Machine Learning and Artificial Intelligence are considered an integral part of the Fourth Industrial Revolution. Their impact, and far-reaching consequences, while acknowledged, are yet to be comprehended. These technol…

Fairness

Towards Democratizing AI: A Comparative Analysis of AI as a Service Platforms and the Open Space for Machine Learning Approach

2023-11-08 · Dennis Rall, Bernhard Bauer, Thomas Fraunholz

Recent AI research has significantly reduced the barriers to apply AI, but the process of setting up the necessary tools and frameworks can still be a challenge. While AI-as-a-Service platforms have emerged to simplify t…

Democratizing GraphRAG: Linear, CPU-Only Graph Retrieval for Multi-Hop QA

2025-12-27 · Qizhi Wang arxiv

GraphRAG systems improve multi-hop retrieval by modeling structure, but many approaches rely on expensive LLM-based graph construction and GPU-heavy inference. We present SPRIG (Seeded Propagation for Retrieval In Graphs…