paper-with-me

Papers

Fine-Tuning BERT for Domain-Specific Question Answering: Toward Educational NLP Resources at University Scale

2025-12-04 · Aurélie Montfrond arxiv

Prior work on scientific question answering has largely emphasized chatbot-style systems, with limited exploration of fine-tuning foundation models for domain-specific reasoning. In this study, we developed a chatbot for the University of Limerick's Department of Electronic and Computer Engineering to provide course information to students. A custom dataset of 1,203 question-answer pairs in SQuAD format was constructed using the university book of modules, supplemented with manually and synthetically generated entries. We fine-tuned BERT (Devlin et al., 2019) using PyTorch and evaluated performance with Exact Match and F1 scores. Results show that even modest fine-tuning improves hypothesis framing and knowledge extraction, demonstrating the feasibility of adapting foundation models to educational domains. While domain-specific BERT variants such as BioBERT and SciBERT exist for biomedical and scientific literature, no foundation model has yet been tailored to university course materials. Our work addresses this gap by showing that fine-tuning BERT with academic QA pairs yields effective results, highlighting the potential to scale towards the first domain-specific QA model for universities and enabling autonomous educational knowledge systems.

📄 PDF Abstract BibTeX arXiv:2512.05179

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Question-Answering System for Bangla: Fine-tuning BERT-Bangla for a Closed Domain

2024-10-04 · Subal Chandra Roy, Md Motaleb Hossen Manik

Question-answering systems for Bengali have seen limited development, particularly in domain-specific applications. Leveraging advancements in natural language processing, this paper explores a fine-tuned BERT-Bangla mod…

Question Answering

Measuring Domain Portability and ErrorPropagation in Biomedical QA

2019-09-12 · Stefan Hosein, Daniel Andor, Ryan Mcdonald

In this work we present Google's submission to the BioASQ 7 biomedical question answering (QA) task (specifically Task 7b, Phase B). The core of our systems are based on BERT QA models, specifically the model of \cite{al…

Natural QuestionsQuestion AnsweringRetrieval

Question answering system of bridge design specification based on large language model

2024-08-26 · Leye Zhang, Xiangxiang Tian, Hongjun Zhang

This paper constructs question answering system for bridge design specification based on large language model. Three implementation schemes are tried: full fine-tuning of the Bert pretrained model, parameter-efficient fi…

Language ModelingLanguage ModellingLarge Language Modelparameter-efficient fine-tuning+2

Semantic similarity estimation for domain specific data using BERT and other techniques

2025-06-23 · R. Prashanth

Estimation of semantic similarity is an important research problem both in natural language processing and the natural language understanding, and that has tremendous application on various downstream tasks such as quest…

Information RetrievalMachine TranslationNatural Language UnderstandingQuestion Answering+4

NCTB-QA: A Large-Scale Bangla Educational Question Answering Dataset and Benchmarking Performance

2026-03-05 · Abrar Eyasir, Tahsin Ahmed, Muhammad Ibrahim arxiv

Reading comprehension systems for low-resource languages face significant challenges in handling unanswerable questions. These systems tend to produce unreliable responses when correct answers are absent from context. To…

Reading ComprehensionQuestion Answering