paper-with-me

Papers

HPC-Coder-V2: Studying Code LLMs Across Low-Resource Parallel Languages

2024-12-19 · Aman Chaturvedi, Daniel Nichols, Siddharth Singh, Abhinav Bhatele

Large Language Model (LLM) based coding tools have been tremendously successful as software development assistants, yet they are often designed for general purpose programming tasks and perform poorly for more specialized domains such as high performance computing. Creating specialized models and tools for these domains is crucial towards gaining the benefits of LLMs in areas such as HPC. While previous work has explored HPC-specific models, LLMs still struggle to generate parallel code and it is not at all clear what hurdles are still holding back these LLMs and what must be done to overcome them. In this work, we conduct an in-depth study along the many axes of fine-tuning a specialized HPC LLM in order to better understand the challenges. Based on our findings we fine-tune and evaluate a specialized HPC LLM that is shown to be the best performing open-source code LLM for parallel code generation to date.

📄 PDF Abstract BibTeX arXiv:2412.15178

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Can LLMs Follow the Pulse of a Crisis? Evaluating Crisis Sentiment in Bangladesh's July Uprising

2026-09-15 · Md. Samiul Alim, Mahir Shahriar Tamim, Tanvir Ahmed Khan, Sharjil Khan 외 arxiv

Crisis sentiment analysis is especially challenging for low-resource languages such as Bangla, where language, context, and public reaction shift rapidly. We introduce UNRESTSENT200K, a Bangla crisis sentiment dataset wi…

Sentiment Analysis

Language on Demand, Knowledge at Core: Composing LLMs with Encoder-Decoder Translation Models for Extensible Multilinguality

2026-03-18 · Mengyu Bu, Yang Feng arxiv

Large language models (LLMs) exhibit strong general intelligence, yet their multilingual performance remains highly imbalanced. Although LLMs encode substantial cross-lingual knowledge in a unified semantic space, they o…

General Knowledge

Zero-Shot Multi-Label Classification of Bangla Documents: Large Decoders Vs. Classic Encoders

2025-03-04 · Souvika Sarkar, Md. Najib Hasan, Santu Karmaker

Bangla, a language spoken by over 300 million native speakers and ranked as the sixth most spoken language worldwide, presents unique challenges in natural language processing (NLP) due to its complex morphological chara…

DecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Multilingual and Cross-Lingual Citation Needed Detection on Wikipedia for Lower-Resource Languages

2026-05-29 · Gerrit Quaremba, Amy Rechkemmer, Elizabeth Black, Denny Vrandečić 외 arxiv

In automated fact-checking (AFC), check-worthiness detection identifies claims requiring verification based on domain-specific criteria. On Wikipedia, this task instantiates as Citation Needed Detection (CND), which flag…

LMSpell: Neural Spell Checking for Low-Resource Languages

2025-12-05 · Akesh Gunathilake, Nadil Karunarathna, Tharusha Bandaranayake, Nisansa de Silva 외 arxiv

Spell correction is still a challenging problem for low-resource languages (LRLs). While pretrained language models (PLMs) have been employed for spell correction, their use is still limited to a handful of languages, an…