paper-with-me

홈 › Papers

Failure to Mix: Large language models struggle to answer according to desired probability distributions

2025-11-18 · Ivy Yuqian Yang, David Yu Zhang arxiv

Scientific idea generation and selection requires exploration following a target probability distribution. In contrast, current AI benchmarks have objectively correct answers, and training large language models (LLMs) via reinforcement learning against these benchmarks discourages probabilistic exploration. Here, we conducted systematic experiments requesting LLMs to produce outputs following simple probabilistic distributions, and found that all modern LLMs tested grossly fail to follow the distributions. For example, requesting a binary output of "1" 49% of the time produces an answer of "0" nearly 100% of the time. This step function-like behavior of near-exclusively generating the output with marginally highest probability even overrules even strong in-built LLM biases.

📄 PDF Abstract BibTeX arXiv:2511.14630

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Large Language Models and Mathematical Reasoning Failures

2025-02-17 · Johan Boye, Birger Moell

This paper investigates the mathematical reasoning capabilities of large language models (LLMs) using 50 newly constructed high-school-level word problems. Unlike prior studies that focus solely on answer correctness, we…

Mathematical ReasoningPhysical IntuitionSpatial ReasoningWorld Knowledge

Evaluating Open-Domain Question Answering in the Era of Large Language Models

2023-05-11 · Ehsan Kamalloo, Nouha Dziri, Charles L. A. Clarke, Davood Rafiei

Lexical matching remains the de facto evaluation method for open-domain question answering (QA). Unfortunately, lexical matching fails completely when a plausible candidate answer does not appear in the list of gold answ…

Open-Domain Question AnsweringQuestion Answering

MMOOC: A Comprehensive Benchmark for Out-of-Context Evaluation in Multimodal Large Language Models

2026-07-30 · Wenjie Zhu, Yabin Zhang, Wenjun Zeng, Lei Zhang arxiv

Multimodal Large Language Models (MLLMs) have achieved strong performance on a wide range of vision-language tasks, but often fail under imperfect or shifted contexts. A reliable MLLM should refuse truly out-of-context (…

Mindful-RAG: A Study of Points of Failure in Retrieval Augmented Generation

2024-07-16 · Garima Agrawal, Tharindu Kumarage, Zeyad Alghamdi, Huan Liu

Large Language Models (LLMs) are proficient at generating coherent and contextually relevant text but face challenges when addressing knowledge-intensive queries in domain-specific and factual question-answering tasks. R…

Knowledge GraphsQuestion AnsweringRAGRetrieval+1

ProgRAG: Hallucination-Resistant Progressive Retrieval and Reasoning over Knowledge Graphs

2025-11-13 · Minbae Park, Hyemin Yang, Jeonghyun Kim, Kunsoo Park 외 arxiv

Large Language Models (LLMs) demonstrate strong reasoning capabilities but struggle with hallucinations and limited transparency. Recently, KG-enhanced LLMs that integrate knowledge graphs (KGs) have been shown to improv…

Graph Question AnsweringKnowledge Graphs