paper-with-me

Papers

Language Models in the Loop: Incorporating Prompting into Weak Supervision

2022-05-04 · Ryan Smith, Jason A. Fries, Braden Hancock, Stephen H. Bach

We propose a new strategy for applying large pre-trained language models to novel tasks when labeled training data is limited. Rather than apply the model in a typical zero-shot or few-shot fashion, we treat the model as the basis for labeling functions in a weak supervision framework. To create a classifier, we first prompt the model to answer multiple distinct queries about an example and define how the possible responses should be mapped to votes for labels and abstentions. We then denoise these noisy label sources using the Snorkel system and train an end classifier with the resulting training data. Our experimental evaluation shows that prompting large language models within a weak supervision framework can provide significant gains in accuracy. On the WRENCH weak supervision benchmark, this approach can significantly improve over zero-shot performance, an average 19.5% reduction in errors. We also find that this approach produces classifiers with comparable or superior accuracy to those trained from hand-engineered rules.

📄 PDF Abstract BibTeX arXiv:2205.02318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Human-in-the-Loop through Chain-of-Thought

2023-06-10 · Zefan Cai, Baobao Chang, Wenjuan Han

While the emergence of powerful language models along with Chain-of-thought prompting has made automation more and more omnipresent, it sometimes demonstrates its weakness in long-term or multi-step logical reasoning. Fo…

Logical Reasoning

Leveraging Large Language Models for Automated Causal Loop Diagram Generation: Enhancing System Dynamics Modeling through Curated Prompting Techniques

2025-03-23 · Ning-Yuan Georgia Liu, David R. Keith

Transforming a dynamic hypothesis into a causal loop diagram (CLD) is crucial for System Dynamics Modelling. Extracting key variables and causal relationships from text to build a CLD is often challenging and time-consum…

Compiler-Guided Inference-Time Adaptation: Improving GPT-5 Programming Performance in Idris

2026-02-12 · Minda Li, Bhaskar Krishnamachari arxiv

GPT-5, a state of the art large language model from OpenAI, demonstrates strong performance in widely used programming languages such as Python, C++, and Java; however, its ability to operate in low resource or less comm…

Closed-Loop Adaptation for Weakly-Supervised Semantic Segmentation

2019-05-29 · Zhengqiang Zhang, Shujian Yu, Shi Yin, Qinmu Peng 외

Weakly-supervised semantic segmentation aims to assign each pixel a semantic category under weak supervisions, such as image-level tags. Most of existing weakly-supervised semantic segmentation methods do not use any fee…

SegmentationSemantic SegmentationSuperpixelsWeakly supervised Semantic Segmentation+1

Context Over Compute Human-in-the-Loop Outperforms Iterative Chain-of-Thought Prompting in Interview Answer Quality

2026-02-15 · Kewen Zhu, Zixi Liu, Yanjing Li, Jing Chen arxiv

Behavioral interview evaluation using large language models presents unique challenges that require structured assessment, realistic interviewer behavior simulation, and pedagogical value for candidate training. We inves…