paper-with-me

홈 › Papers

Test-Time Self-Adaptive Small Language Models for Question Answering

2023-10-20 · Soyeong Jeong, Jinheon Baek, Sukmin Cho, Sung Ju Hwang, Jong C. Park

Recent instruction-finetuned large language models (LMs) have achieved notable performances in various tasks, such as question-answering (QA). However, despite their ability to memorize a vast amount of general knowledge across diverse tasks, they might be suboptimal on specific tasks due to their limited capacity to transfer and adapt knowledge to target tasks. Moreover, further finetuning LMs with labeled datasets is often infeasible due to their absence, but it is also questionable if we can transfer smaller LMs having limited knowledge only with unlabeled test data. In this work, we show and investigate the capabilities of smaller self-adaptive LMs, only with unlabeled test data. In particular, we first stochastically generate multiple answers, and then ensemble them while filtering out low-quality samples to mitigate noise from inaccurate labels. Our proposed self-adaption strategy demonstrates significant performance improvements on benchmark QA datasets with higher robustness across diverse prompts, enabling LMs to stay stable. Code is available at: https://github.com/starsuzi/T-SAS.

📄 PDF Abstract BibTeX arXiv:2310.13307

Code (1)

starsuzi/t-sas 공식 구현 pytorch

Tasks

General KnowledgeQuestion Answering

Similar Papers 제목 키워드 기반

TallVocabL2Fi: A Tall Dataset of 15 Finnish L2 Learners’ Vocabulary

2022-06-01 · LREC 2022 6 · Frankie Robertson, Li-Hsin Chang, Sini Söyrinki

Previous work concerning measurement of second language learners has tended to focus on the knowledge of small numbers of words, often geared towards measuring vocabulary size. This paper presents a “tall” dataset contai…

Adaptive Rectification Sampling for Test-Time Compute Scaling

2025-04-02 · Zhendong Tan, Xingjun Zhang, Chaoyi Hu, Yancheng Pan 외

The newly released OpenAI-o1 and DeepSeek-R1 have demonstrated that test-time scaling can significantly improve model performance, especially in complex tasks such as logical reasoning. Common test-time scaling methods i…

GSM8KLogical Reasoning

Visual Document Understanding and Reasoning: A Multi-Agent Collaboration Framework with Agent-Wise Adaptive Test-Time Scaling

2025-08-05 · Xinlei Yu, Chengming Xu, Zhangquan Chen, Yudong Zhang 외 arxiv

The dominant paradigm of monolithic scaling in Vision-Language Models (VLMs) is failing for understanding and reasoning in documents, yielding diminishing returns as it struggles with the inherent need of this domain for…

Mathematical Reasoning

Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters

2024-08-06 · Charlie Snell, Jaehoon Lee, Kelvin Xu, Aviral Kumar

Enabling LLMs to improve their outputs by using more test-time computation is a critical step towards building generally self-improving agents that can operate on open-ended natural language. In this paper, we study the …

MetaSC: Test-Time Safety Specification Optimization for Language Models

2025-02-11 · Víctor Gallego

We propose a novel dynamic safety framework that optimizes language model (LM) safety reasoning at inference time without modifying model weights. Building on recent advances in self-critique methods, our approach levera…

Language ModelingLanguage Modelling