Improving Answer Extraction in Context-based Question Answering Systems Using LLMs

32d ago · Global · primary source: export.arxiv.org

A new question-answering system built on a fine-tuned large language model has demonstrated high accuracy in extracting answers from text, according to research submitted to arXiv on 4 June 2026 [1]. The system uses the Roberta-base model trained on the Stanford Question Answering Dataset. The work targets a persistent shortcoming in current QA technology: systems often produce irrelevant or imprecise responses even when the correct information is present in the source text [1]. Question answering, a discipline spanning information retrieval and natural language processing, typically constructs answers by querying structured knowledge bases or pulling information from unstructured document collections such as Wikipedia pages and newswire reports [3]. The proposed system accepts a textual context and a question as input and outputs a concise answer [2]. The researchers fine-tuned a pre-trained Roberta-base model on SQuAD1.1, a benchmark dataset that provides high-quality context-question-answer triplets for supervised training and evaluation [2]. High-quality labeled training datasets of this kind are usually difficult and expensive to produce because of the time required to label data [6]. The fine-tuned model achieved a ROUGE-L score of 86.84%, a BLEU score of 28.24%, and a BERTScore of 95.38% [1]. These metrics are part of a broader ecosystem of standardized tests designed to evaluate language model performance on tasks such as answering questions, text classification, and machine translation [4]. The results indicate that targeted fine-tuning substantially improves the reliability and precision of QA systems [2]. The findings arrive as large language models continue to advance rapidly; OpenAI’s GPT-4, for instance, was integrated into Microsoft’s Bing Chat in February 2023 and released in ChatGPT the following month [5]. The authors of the new study conclude that their approach demonstrates strong accuracy and answer relevance for context-based question answering tasks [1].

research-paperbenchmark

Background sources we checked (8)
  • arxiv.org ↗ Question answering (QA) systems have achieved notable progress with the advent of large language models (LLMs). However, they still face challenges in accurately extracting and generating precise answers from given contexts, particularly when dealing with complex or ambiguous que…
  • en.wikipedia.org ↗ Question answering (QA) is a computer science discipline within the fields of information retrieval and natural language processing (NLP) that is concerned with building systems that automatically answer questions that are posed by humans in a natural language. A question-answeri…
  • en.wikipedia.org ↗ A language model benchmark is a standardized test designed to evaluate the performance of language models on various natural language processing tasks. These tests are intended for comparing different models' capabilities in areas such as language understanding, generation, and r…
  • en.wikipedia.org ↗ Generative Pre-trained Transformer 4 (GPT-4) is a large language model developed by OpenAI and the fourth in its series of GPT foundation models. GPT-4 is preceded by GPT-3.5 and followed by its successor GPT-5. GPT-4V is a version of GPT-4 that can process images in addition t…
  • en.wikipedia.org ↗ These datasets are used in machine learning (ML) research and have been cited in peer-reviewed academic journals. Datasets are an integral part of the field of machine learning. Major advances in this field can result from advances in learning algorithms (such as deep learning), …
  • en.wikipedia.org ↗ In astronomy and cosmology, dark matter is an invisible and hypothetical form of matter that does not interact with electromagnetic radiation, including light. Dark matter is implied by gravitational effects that cannot be explained by general relativity unless more matter is pre…
  • en.wikipedia.org ↗ This is a list of robotics software, including software frameworks, robot software, middleware, computer vision, robotics simulators, motion planning libraries, industrial robot programming tools, robot programming languages, and educational robotics environments.…
  • en.wikipedia.org ↗ The following are examples of orders of magnitude for different lengths.…

Sources

Spot something wrong? Report an issue