paper-with-me

홈 › Papers

RefactorCoderQA: Benchmarking LLMs for Multi-Domain Coding Question Solutions in Cloud and Edge Deployment

2025-09-12 · Shadikur Rahman, Aroosa Hameed, Gautam Srivastava, Syed Muhammad Danish arxiv

To optimize the reasoning and problem-solving capabilities of Large Language Models (LLMs), we propose a novel cloud-edge collaborative architecture that enables a structured multi-agent prompting framework. This framework comprises three specialized components: GuideLLM, a lightweight model deployed at the edge to provide methodological guidance; SolverLLM, a more powerful model hosted in the cloud and responsible for generating code solutions; and JudgeLLM, an automated evaluator for assessing solution correctness and quality. To evaluate and demonstrate the effectiveness of this architecture in realistic settings, we introduce RefactorCoderQA, a comprehensive benchmark designed to evaluate and enhance the performance of LLMs across multi-domain coding tasks. Motivated by the limitations of existing benchmarks, RefactorCoderQA systematically covers multiple technical domains, including Software Engineering, Data Science, Machine Learning, and Natural Language Processing, using authentic coding challenges sourced from Stack Overflow. We propose RefactorCoder-MoE, a fine-tuned mixture-of-experts (MoE) code language model based on DeepSeek-Coder-7B-Instruct, adapted to the RefactorCoderQA benchmark using QLoRA for domain-specific coding question answering. Extensive experiments demonstrate that RefactorCoder-MoE achieves strong and competitive performance, significantly outperforming all evaluated open-source and commercial baselines, with an overall accuracy of 76.84%.

📄 PDF Abstract BibTeX arXiv:2509.10436

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Domain-Expanded ASTE: Rethinking Generalization in Aspect Sentiment Triplet Extraction

2023-05-23 · Yew Ken Chia, Hui Chen, Wei Han, Guizhen Chen 외

Aspect Sentiment Triplet Extraction (ASTE) is a challenging task in sentiment analysis, aiming to provide fine-grained insights into human sentiments. However, existing benchmarks are limited to two domains and do not ev…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Sentiment Triplet ExtractionBenchmarking+3

CodeJudgeBench: Benchmarking LLM-as-a-Judge for Coding Tasks

2025-07-14 · Hongchao Jiang, Yiming Chen, Yushi Cao, Hung-Yi Lee 외

Large Language Models (LLMs) have significantly advanced the state-of-the-art in various coding tasks. Beyond directly answering user queries, LLMs can also serve as judges, assessing and comparing the quality of respons…

BenchmarkingCode GenerationCode Repair

FlowerTune: A Cross-Domain Benchmark for Federated Fine-Tuning of Large Language Models

2025-06-03 · Yan Gao, Massimo Roberto Scamarcia, Javier Fernandez-Marques, Mohammad Naseri 외

Large Language Models (LLMs) have achieved state-of-the-art results across diverse domains, yet their development remains reliant on vast amounts of publicly available data, raising concerns about data scarcity and the l…

BenchmarkingDomain AdaptationFederated LearningPrivacy Preserving

SecBench: A Comprehensive Multi-Dimensional Benchmarking Dataset for LLMs in Cybersecurity

2024-12-30 · Pengfei Jing, Mengyun Tang, Xiaorong Shi, Xing Zheng 외

Evaluating Large Language Models (LLMs) is crucial for understanding their capabilities and limitations across various applications, including natural language processing and code generation. Existing benchmarks like MML…

BenchmarkingCode GenerationHumanEvalLogical Reasoning+2

Imaging-101: Benchmarking LLM Coding Agents on Scientific Computational Imaging

2026-07-12 · Siyi Chen, Jiahe Ying, Yixuan Jia, Yuxuan Gu 외 arxiv

Computational imaging, which recovers hidden signals from indirect, noisy measurements, underpins quantitative discovery across scientific disciplines, yet building a correct reconstruction pipeline demands deep domain e…