paper-with-me

Papers

Large (Vision) Language Models are Unsupervised In-Context Learners

2025-04-03 · Artyom Gadetsky, Andrei Atanov, Yulun Jiang, Zhitong Gao, Ghazal Hosseini Mighan, Amir Zamir, Maria Brbic

Recent advances in large language and vision-language models have enabled zero-shot inference, allowing models to solve new tasks without task-specific training. Various adaptation techniques such as prompt engineering, In-Context Learning (ICL), and supervised fine-tuning can further enhance the model's performance on a downstream task, but they require substantial manual effort to construct effective prompts or labeled examples. In this work, we introduce a joint inference framework for fully unsupervised adaptation, eliminating the need for manual prompt engineering and labeled examples. Unlike zero-shot inference, which makes independent predictions, the joint inference makes predictions simultaneously for all inputs in a given task. Since direct joint inference involves computationally expensive optimization, we develop efficient approximation techniques, leading to two unsupervised adaptation methods: unsupervised fine-tuning and unsupervised ICL. We demonstrate the effectiveness of our methods across diverse tasks and models, including language-only Llama-3.1 on natural language processing tasks, reasoning-oriented Qwen2.5-Math on grade school math problems, vision-language OpenFlamingo on vision tasks, and the API-only access GPT-4o model on massive multi-discipline tasks. Our experiments demonstrate substantial improvements over the standard zero-shot approach, including 39% absolute improvement on the challenging GSM8K math reasoning dataset. Remarkably, despite being fully unsupervised, our framework often performs on par with supervised approaches that rely on ground truth labels.

📄 PDF Abstract BibTeX arXiv:2504.02349

Code (1)

mlbio-epfl/joint-inference 공식 구현 pytorch

Tasks

GSM8KIn-Context LearningMathPrompt Engineering

Similar Papers 제목 키워드 기반

VLLaVO: Mitigating Visual Gap through LLMs

2024-01-06 · Shuhao Chen, Yulong Zhang, Weisen Jiang, Jiangang Lu 외

Recent advances achieved by deep learning models rely on the independent and identically distributed assumption, hindering their applications in real-world scenarios with domain shifts. To tackle this issue, cross-domain…

Domain AdaptationDomain GeneralizationLanguage ModelingLanguage Modelling+2

Memory-Bounded Left-Corner Unsupervised Grammar Induction on Child-Directed Input

2016-12-01 · COLING 2016 12 · Cory Shain, William Bryce, Lifeng Jin, Victoria Krakovna 외

This paper presents a new memory-bounded left-corner parsing model for unsupervised raw-text syntax induction, using unsupervised hierarchical hidden Markov models (UHHMM). We deploy this algorithm to shed light on the e…

Language AcquisitionSentence

Context is Key: Grammatical Error Detection with Contextual Word Representations

2019-06-15 · WS 2019 8 · Samuel Bell, Helen Yannakoudakis, Marek Rei

Grammatical error detection (GED) in non-native writing requires systems to identify a wide range of errors in text written by language learners. Error detection as a purely supervised task can be challenging, as GED dat…

Grammatical Error Detection

Enhancing Tabular Learners with Context-Aware Semantic Embeddings

2026-08-04 · Günther Schindler, Maximilian Schambach, Johannes Höhne arxiv

While modern tabular learners excel at capturing statistical patterns, they frequently operate in a semantic vacuum, treating textual features as discrete symbols, ignoring the rich semantics inherent in feature names or…

Exploring Diverse In-Context Configurations for Image Captioning

2023-05-24 · NeurIPS 2023 11 · Xu Yang, Yongliang Wu, Mingzhuo Yang, Haokun Chen 외

After discovering that Language Models (LMs) can be good in-context few-shot learners, numerous strategies have been proposed to optimize in-context sequence configurations. Recently, researchers in Vision-Language (VL) …

Image CaptioningIn-Context Learning