paper-with-me

Papers

On Evaluating LLMs' Capabilities as Functional Approximators: A Bayesian Perspective

2024-10-06 · Shoaib Ahmed Siddiqui, Yanzhi Chen, Juyeon Heo, Menglin Xia, Adrian Weller

Recent works have successfully applied Large Language Models (LLMs) to function modeling tasks. However, the reasons behind this success remain unclear. In this work, we propose a new evaluation framework to comprehensively assess LLMs' function modeling abilities. By adopting a Bayesian perspective of function modeling, we discover that LLMs are relatively weak in understanding patterns in raw data, but excel at utilizing prior knowledge about the domain to develop a strong understanding of the underlying function. Our findings offer new insights about the strengths and limitations of LLMs in the context of function modeling.

📄 PDF Abstract BibTeX arXiv:2410.04541

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating LLMs for Hardware Design and Test

2024-04-23 · Jason Blocklove, Siddharth Garg, Ramesh Karri, Hammond Pearce

Large Language Models (LLMs) have demonstrated capabilities for producing code in Hardware Description Languages (HDLs). However, most of the focus remains on their abilities to write functional code, not test code. The …

Evaluating Adjective-Noun Compositionality in LLMs: Functional vs Representational Perspectives

2026-02-14 · Ruchira Dhar, Qiwei Peng, Anders Søgaard arxiv

Compositionality is considered central to language abilities. As performant language systems, how do large language models (LLMs) do on compositional tasks? We evaluate adjective-noun compositionality in LLMs using two c…

Towards Strategic Persuasion with Language Models

2025-09-26 · Zirui Cheng, Jiaxuan You arxiv

Large language models (LLMs) have demonstrated strong persuasive capabilities comparable to those of humans, offering promising benefits while raising societal concerns. However, systematically evaluating the persuasive …

Reinforcement Learning

On the Relative Expressiveness of Bayesian and Neural Networks

2018-12-21 · Arthur Choi, Ruocheng Wang, Adnan Darwiche

A neural network computes a function. A central property of neural networks is that they are "universal approximators:" for a given continuous function, there exists a neural network that can approximate it arbitrarily w…

CodeIF-Bench: Evaluating Instruction-Following Capabilities of Large Language Models in Interactive Code Generation

2025-03-05 · Peiding Wang, Li Zhang, Fang Liu, Lin Shi 외

Large Language Models (LLMs) have demonstrated exceptional performance in code generation tasks and have become indispensable programming assistants for developers. However, existing code generation benchmarks primarily …

Code GenerationInstruction Following