paper-with-me

Papers

Exploring the Zero-Shot Capabilities of LLMs Handling Multiple Problems at once

2024-06-16 · Zhengxiang Wang, Jordan Kodner, Owen Rambow

Recent studies have proposed placing multiple problems in a single prompt to improve input token utilization for a more efficient LLM inference. We call this MPP, in contrast to conventional SPP that prompts an LLM with a single problem at a time. While MPP has been shown to work comparably well or even better than SPP under few-shot settings, its zero-shot performance is underexplored, which better reveals the innate multiple problem handling capabilities of LLMs. To address that, we study the zero-shot MPP performance of various LLMs on 6 classification and 12 reasoning benchmarks and confirm that LLMs are competent zero-shot multi-problem solvers. We also examine the conditions of effectiveness of zero-shot MPP and explore several model-level factors that may enable MPP. We observe that LLMs consistently perform worse with selecting indices of texts of a given class label and with multiple mixed-source reasoning problems, indicating a lack of true understanding. We also find that instruction tuning is an important factor than enhances MPP.

📄 PDF Abstract BibTeX arXiv:2406.10786

Code (1)

jaaack-wang/multi-problem-eval-llm 공식 구현

Similar Papers 제목 키워드 기반

Revisiting Large Language Models as Zero-shot Relation Extractors

2023-10-08 · Guozheng Li, Peng Wang, Wenjun Ke

Relation extraction (RE) consistently involves a certain degree of labeled or unlabeled data even if under zero-shot setting. Recent studies have shown that large language models (LLMs) transfer well to new tasks out-of-…

Question AnsweringRelationRelation Extraction

Think, Reflect, Create: Metacognitive Learning for Zero-Shot Robotic Planning with LLMs

2025-05-20 · Wenjie Lin, Jin Wei-Kocsis

While large language models (LLMs) have shown great potential across various domains, their applications in robotics remain largely limited to static, prompt-based behaviors and still face challenges in handling complex …

FewMMBench: A Benchmark for Multimodal Few-Shot Learning

2026-02-25 · Mustafa Dogan, Ilker Kesen, Iacer Calixto, Aykut Erdem 외 arxiv

As multimodal large language models (MLLMs) advance in handling interleaved image-text data, assessing their few-shot learning capabilities remains an open challenge. In this paper, we introduce FewMMBench, a comprehensi…

Few-Shot Learning

Large Language Models are Zero-Shot Reasoners

2022-05-24 · Takeshi Kojima, Shixiang Shane Gu, Machel Reid, Yutaka Matsuo 외

Pretrained large language models (LLMs) are widely used in many sub-fields of natural language processing (NLP) and generally known as excellent few-shot learners with task-specific exemplars. Notably, chain of thought (…

Arithmetic ReasoningCommon Sense ReasoningDate UnderstandingFew-Shot Learning+3

AER-LLM: Ambiguity-aware Emotion Recognition Leveraging Large Language Models

2024-09-26 · Xin Hong, Yuan Gong, Vidhyasaharan Sethu, Ting Dang

Recent advancements in Large Language Models (LLMs) have demonstrated great success in many Natural Language Processing (NLP) tasks. In addition to their cognitive intelligence, exploring their capabilities in emotional …

Emotional IntelligenceEmotion RecognitionIn-Context Learning