paper-with-me

Papers

InstructLR: A Scalable Approach to Create Instruction Dataset for Under-Resourced Languages

2025-12-01 · Mamadou K. Keita, Sebastien Diarra, Christopher Homan, Seydou Diallo arxiv

Effective text generation and chat interfaces for low-resource languages (LRLs) remain a challenge for state-of-the-art large language models (LLMs) to support. This is mainly due to the difficulty of curating high-quality instruction datasets for LRLs, a limitation prevalent in the languages spoken across the African continent and other regions. Current approaches, such as automated translation and synthetic data generation, frequently yield outputs that lack fluency or even orthographic consistency. In this paper, we introduce InstructLR, a novel framework designed to generate high-quality instruction datasets for LRLs. Our approach integrates LLM-driven text generation with a dual-layer quality filtering mechanism: an automated filtering layer based on retrieval-augmented-generation (RAG)-based n-shot prompting, and a human-in-the-loop validation layer. Drawing inspiration from benchmarks such as MMLU in task definition, InstructLR has facilitated the creation of three multi-domain instruction benchmarks: ZarmaInstruct-50k, BambaraInstruct-50k, and FulfuldeInstruct-50k.

📄 PDF Abstract BibTeX arXiv:2512.02213

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationText Generation

Similar Papers 제목 키워드 기반

Instruction-based Image Manipulation by Watching How Things Move

2024-12-16 · CVPR 2025 1 · Mingdeng Cao, Xuaner Zhang, Yinqiang Zheng, Zhihao Xia

This paper introduces a novel dataset construction pipeline that samples pairs of frames from videos and uses multimodal large language models (MLLMs) to generate editing instructions for training instruction-based image…

Image Manipulation

Many-Tier Instruction Hierarchy in LLM Agents

2026-04-10 · Jingyu Zhang, Tianjian Li, William Jurayj, Hongyuan Zhan 외 arxiv

Large language model agents receive instructions from many sources-system messages, user prompts, tool outputs, other agents, and more-each carrying different levels of trust and authority. When these instructions confli…

Text2VR: Automated instruction Generation in Virtual Reality using Large language Models for Assembly Task

2025-07-19 · Subin Raj Peter arxiv

Virtual Reality (VR) has emerged as a powerful tool for workforce training, offering immersive, interactive, and risk-free environments that enhance skill acquisition, decision-making, and confidence. Despite its advanta…

MAmmoTH-VL: Eliciting Multimodal Reasoning with Instruction Tuning at Scale

2024-12-06 · Jarvis Guo, Tuney Zheng, Yuelin Bai, Bo Li 외

Open-source multimodal large language models (MLLMs) have shown significant potential in a broad range of multimodal tasks. However, their reasoning capabilities remain constrained by existing instruction-tuning datasets…

Multimodal ReasoningVisual Question AnsweringVisual Question Answering (VQA)

Synthesizing Post-Training Data for LLMs through Multi-Agent Simulation

2024-10-18 · Shuo Tang, Xianghe Pang, Zexi Liu, Bohan Tang 외

Post-training is essential for enabling large language models (LLMs) to follow human instructions. Inspired by the recent success of using LLMs to simulate human society, we leverage multi-agent simulation to automatical…