Skip to content

SGHA: Evidence-Grounded Research Problem Discovery with Local Language Models

Aug 2026 · 0 citations · 23 references
Computer Science

TL;DR

The Structural Gap Hypothesis Agent (SGHA), a fully automated, corpus-first research-problem discovery system that runs entirely on a local LLM, is introduced and compared with the AI Scientist-v2 idea formulation module in five machine-learning domains.

Abstract

Recent efforts toward fully automated AI scientists have demonstrated that language-model agents can generate hypotheses, execute experiments, and draft scientific manuscripts. However, during the early stages of research, when research problems are formulated, these AI scientists often rely heavily on proprietary frontier models. Their proposals are shaped by opaque parametric knowledge and by literature searches conditioned on the proposals themselves. Such knowledge is effectively a black box, and this dependence makes the evidential basis and validity of generated research problems difficult to audit and leaves the process vulnerable to model-specific hallucinations and biases. Furthermore, if proprietary research materials are transmitted to external APIs, the use of these models creates confidentiality, privacy, and data-governance concerns. We introduce the Structural Gap Hypothesis Agent (SGHA), a fully automated, corpus-first research-problem discovery system that runs entirely on a local LLM. SGHA structures a scientific literature corpus into evidence-linked paper objects and a typed evidence graph, detects unresolved structural patterns across papers, screens candidate gaps before formulation, and produces traceable research-problem families. In particular, it is able to output assumptions, objectives, success criteria, and remaining ambiguities. All LLM-based components of SGHA are executed using a locally served open-weight 9B language model, without requiring proprietary frontier-model APIs. We compare SGHA with the AI Scientist-v2 idea formulation module in five machine-learning domains. Our results suggest that explicit corpus structure and evidence-constrained reasoning can support promising, inspectable research-problem formulation without relying on frontier models during generation or verification.

View source

Similar papers

Review Open access 2025

Large Language Models for Intelligent Research Knowledge Discovery and Automation

Scientific publishing, digital repositories, patents, and multidisciplinary research datasets have expanded rapidly, making traditional literature review methods increasingly inefficient. Large Language Models (LLMs) address this challenge by enabling intelligent knowledge discovery, semantic search, literature summarization, research gap identification, hypothesis generation, citation assistance, and academic writing support. By integrating Retrieval-Augmented Generation (RAG), vector databases, knowledge graphs, citation networks, and domain-specific ontologies, LLMs improve contextual relevance, reduce hallucinations, and enhance research accuracy. These capabilities accelerate interdisciplinary collaboration, automate research workflows, and support evidence-based decision-making. However, challenges such as hallucination, bias, outdated knowledge, explainability, privacy, intellectual property, reproducibility, and computational requirements remain significant. Modern AI-assisted research systems increasingly incorporate human-in-the-loop validation, explainable AI, and responsible governance to ensure trustworthy outcomes. This study presents a conceptual framework that combines semantic retrieval, intelligent reasoning, automated literature analysis, and workflow orchestration, demonstrating how LLM-powered systems can transform scientific research into scalable, accurate, ethical, and collaborative knowledge discovery processes.

Narendra Karmarkar, Iyengar P.K · 0 citations
Preprint Jul 2026

Knowledgeless Language Models: Suppressing Parametric Recall for Evidence-Grounded Language Modeling

The results demonstrate that suppressing entity-linked supervision during pretraining induces a shift in epistemic behavior: KLLMs rely less on parametric knowledge and more on external evidence, leading to improved reliability under realistic conditions, suggesting that pretraining-time control over knowledge acquisition can complement retrieval-augmented and tool-based systems by providing a more evidence-sensitive base model.

Roi Cohen, Yvan Carr'e, Nick Lechtenborger et al. · 0 citations
Preprint Aug 2026

SAGE: From Direct Answering to Evidence-Grounded Inference for Chinese Ancient Document Understanding

Chinese ancient document understanding demands complex visual, linguistic, and historical reasoning. Current Large Vision-Language Models (LVLMs) typically rely on an opaque, single-pass generation paradigm, often producing overconfident and weakly grounded responses. To address this, we propose SAGE, an evidence-grounded multi-agent framework that reformulates Chinese ancient document understanding as evidence-grounded inference rather than direct answer generation. SAGE coordinates specialized agents for task-aware planning, tool-mediated evidence acquisition, claim-level verification, and bounded replanning under a constrained shared-state runtime. This design supports bounded evidence seeking, answer revision, and abstention when grounding is insufficient. Experiments on the AncientDoc benchmark show that SAGE consistently outperforms matched direct-answering baselines across three LVLM backbones. Remarkably, SAGE with Qwen3.5-9B surpasses much larger monolithic LVLMs on most evaluated metrics, highlighting the importance of structured, evidence-grounded inference beyond model scaling.

Yuchuan Wu, Xuan Luo, Yinglian Zhu et al. · 0 citations
Open access Aug 2026

Towards Trustworthy Large Language Models

An integrated conceptual frame-work that couples attention- and perturbation-based explainability with lightweight hallucination-detection signals and token-efficient inference strategies is presented, and a set of cross-cutting consistency metrics are instrumented with a set of cross-cutting consistency metrics.

Sakshi Parate, Shreyans Sanyal · 0 citations
Book Open access Jul 2026

Attend to Fragments: How Key Information Affects Large Language Models for Factual Inconsistency Detection

A new benchmark, KIFI, is designed, which comprises 1032 carefully selected instances from the TRUE and ScreenEval datasets, with key information annotated, and it is shown that LLMs frequently fail to use the appropriate information to make correct decisions.

Xindi Guo, Zhen Xie, Patrick H. Chen · 0 citations
#artificial intelligence Preprint Aug 2026

Self-prompting and cross-model consensus enable reproducible data extraction from scientific literature with large language models

An auditable division of labour is defined in which experts specify the evidence standard, models cross-check repeated extractions and researchers resolve disputed cases, providing a practical route to scaling scientific data curation without relinquishing expert oversight.

V. Romanov, Monique Bax, S. Niederer · 0 citations

Related blog posts