paper-with-me

홈 › Papers

Evaluating Open-Source Large Language Models for Technical Telecom Question Answering

2025-09-26 · Arina Caraus, Alessio Buscemi, Sumit Kumar, Ion Turcanu arxiv

Large Language Models (LLMs) have shown remarkable capabilities across various fields. However, their performance in technical domains such as telecommunications remains underexplored. This paper evaluates two open-source LLMs, Gemma 3 27B and DeepSeek R1 32B, on factual and reasoning-based questions derived from advanced wireless communications material. We construct a benchmark of 105 question-answer pairs and assess performance using lexical metrics, semantic similarity, and LLM-as-a-judge scoring. We also analyze consistency, judgment reliability, and hallucination through source attribution and score variance. Results show that Gemma excels in semantic fidelity and LLM-rated correctness, while DeepSeek demonstrates slightly higher lexical consistency. Additional findings highlight current limitations in telecom applications and the need for domain-adapted models to support trustworthy Artificial Intelligence (AI) assistants in engineering.

📄 PDF Abstract BibTeX arXiv:2509.21949

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityQuestion Answering

Similar Papers 제목 키워드 기반

OpenLLM-Ro -- Technical Report on Open-source Romanian LLMs

2024-05-13 · Mihai Masala, Denis C. Ilie-Ablachim, Dragos Corlatescu, Miruna Zavelca 외

In recent years, Large Language Models (LLMs) have achieved almost human-like performance on various tasks. While some LLMs have been trained on multilingual data, most of the training data is in English. Hence, their pe…

OpenR: An Open Source Framework for Advanced Reasoning with Large Language Models

2024-10-12 · Jun Wang, Meng Fang, Ziyu Wan, Muning Wen 외

In this technical report, we introduce OpenR, an open-source framework designed to integrate key components for enhancing the reasoning capabilities of large language models (LLMs). OpenR unifies data acquisition, reinfo…

Mathreinforcement-learningReinforcement Learning

SpeciaLex: A Benchmark for In-Context Specialized Lexicon Learning

2024-07-18 · Joseph Marvin Imperial, Harish Tayyar Madabushi

Specialized lexicons are collections of words with associated constraints such as special definitions, specific roles, and intended target audiences. These constraints are necessary for content generation and documentati…

OpenFActScore: Open-Source Atomic Evaluation of Factuality in Text Generation

2025-07-08 · Lucas Fonseca Lage, Simon Ostermann

We introduce OpenFActScore, an open-source implementation of the FActScore framework for evaluating the factuality of text generated by large language models (LLMs). FActScore evaluates the factual accuracy of long-form …

Text Generation

GPT4All: An Ecosystem of Open Source Compressed Language Models

2023-11-06 · Yuvanesh Anand, Zach Nussbaum, Adam Treat, Aaron Miller 외

Large language models (LLMs) have recently achieved human-level performance on a range of professional and academic benchmarks. The accessibility of these models has lagged behind their performance. State-of-the-art LLMs…