paper-with-me

Papers

Hypothesis Generation with Large Language Models

2024-04-05 · Yangqiaoyu Zhou, Haokun Liu, Tejes Srivastava, Hongyuan Mei, Chenhao Tan

Effective generation of novel hypotheses is instrumental to scientific progress. So far, researchers have been the main powerhouse behind hypothesis generation by painstaking data analysis and thinking (also known as the Eureka moment). In this paper, we examine the potential of large language models (LLMs) to generate hypotheses. We focus on hypothesis generation based on data (i.e., labeled examples). To enable LLMs to handle arbitrarily long contexts, we generate initial hypotheses from a small number of examples and then update them iteratively to improve the quality of hypotheses. Inspired by multi-armed bandits, we design a reward function to inform the exploitation-exploration tradeoff in the update process. Our algorithm is able to generate hypotheses that enable much better predictive performance than few-shot prompting in classification tasks, improving accuracy by 31.7% on a synthetic dataset and by 13.9%, 3.3% and, 24.9% on three real-world datasets. We also outperform supervised learning by 12.8% and 11.2% on two challenging real-world datasets. Furthermore, we find that the generated hypotheses not only corroborate human-verified theories but also uncover new insights for the tasks.

📄 PDF Abstract BibTeX arXiv:2404.04326

Code (3)

chicagohai/hypothesis-generation 공식 구현
chicagohai/hypothesis_generation 공식 구현 pytorch
chicagohai/hypoeval-gen

Tasks

Multi-Armed Bandits

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HypoBench: Towards Systematic and Principled Benchmarking for Hypothesis Generation

2025-04-15 · Haokun Liu, Sicong Huang, Jingyu Hu, Yangqiaoyu Zhou 외

There is growing interest in hypothesis generation with large language models (LLMs). However, fundamental questions remain: what makes a good hypothesis, and how can we systematically evaluate methods for hypothesis gen…

Benchmarkingscientific discovery

Biomedical Hypothesis Explainability with Graph-Based Context Retrieval

2025-09-15 · Ilya Tyagin, Saeideh Valipour, Aliaksandra Sikirzhytskaya, Michael Shtutman 외 arxiv

We introduce an explainability method for biomedical hypothesis generation systems, built on top of the novel Hypothesis Generation Context Retriever framework. Our approach combines semantic graph-based retrieval and re…

Improving Scientific Hypothesis Generation with Knowledge Grounded Large Language Models

2024-11-04 · Guangzhi Xiong, Eric Xie, Amir Hassan Shariatmadari, Sikun Guo 외

Large language models (LLMs) have demonstrated remarkable capabilities in various scientific domains, from natural language processing to complex problem-solving tasks. Their ability to understand and generate human-like…

Experimental DesignHallucinationKnowledge Graphs

Hypothesis generation and updating in large language models

2026-05-07 · Hua-Dong Xiong arxiv

Large language models (LLMs) increasingly help people solve problems, from debugging code to repairing machinery. This process requires generating plausible hypotheses from partial descriptions, then updating them as mor…

Large Language Models as Biomedical Hypothesis Generators: A Comprehensive Evaluation

2024-07-12 · Biqing Qi, Kaiyan Zhang, Kai Tian, Haoxiang Li 외

The rapid growth of biomedical knowledge has outpaced our ability to efficiently extract insights and generate novel hypotheses. Large language models (LLMs) have emerged as a promising tool to revolutionize knowledge in…

Few-Shot Learningscientific discovery