paper-with-me

Papers

LaSQuE: Improved Zero-Shot Classification from Explanations Through Quantifier Modeling and Curriculum Learning

2022-12-18 · Sayan Ghosh, Rakesh R Menon, Shashank Srivastava

A hallmark of human intelligence is the ability to learn new concepts purely from language. Several recent approaches have explored training machine learning models via natural language supervision. However, these approaches fall short in leveraging linguistic quantifiers (such as 'always' or 'rarely') and mimicking humans in compositionally learning complex tasks. Here, we present LaSQuE, a method that can learn zero-shot classifiers from language explanations by using three new strategies - (1) modeling the semantics of linguistic quantifiers in explanations (including exploiting ordinal strength relationships, such as 'always' > 'likely'), (2) aggregating information from multiple explanations using an attention-based mechanism, and (3) model training via curriculum learning. With these strategies, LaSQuE outperforms prior work, showing an absolute gain of up to 7% in generalizing to unseen real-world classification tasks.

📄 PDF Abstract BibTeX arXiv:2212.09104

Code (0)

등록된 구현이 없습니다.

Tasks

zero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

Zero-Shot Classification by Logical Reasoning on Natural Language Explanations

2022-11-07 · Chi Han, Hengzhi Pei, Xinya Du, Heng Ji

Humans can classify data of an unseen category by reasoning on its language explanations. This ability is owing to the compositional nature of language: we can combine previously seen attributes to describe the new categ…

ClassificationLogical Reasoningzero-shot-classificationZero-Shot Learning

The Effect of Model Size on LLM Post-hoc Explainability via LIME

2024-05-08 · Henning Heyen, Amy Widdicombe, Noah Y. Siegel, Maria Perez-Ortiz 외

Large language models (LLMs) are becoming bigger to boost performance. However, little is known about how explainability is affected by this trend. This work explores LIME explanations for DeBERTaV3 models of four differ…

Natural Language Inferencezero-shot-classificationZero-Shot Learning

Interpreting and Analysing CLIP's Zero-Shot Image Classification via Mutual Knowledge

2024-10-16 · Fawaz Sammani, Nikos Deligiannis

Contrastive Language-Image Pretraining (CLIP) performs zero-shot image classification by mapping images and textual class representation into a shared embedding space, then retrieving the class closest to the image. This…

Classificationimage-classificationImage Classificationzero-shot-classification+2

Improving Few-Shot Image Classification Using Machine- and User-Generated Natural Language Descriptions

2022-07-07 · Findings (NAACL) 2022 7 · Kosuke Nishida, Kyosuke Nishida, Shuichi Nishioka

Humans can obtain the knowledge of novel visual concepts from language descriptions, and we thus use the few-shot image classification task to investigate whether a machine learning model can have this capability. Our pr…

DecoderFew-Shot Image Classificationimage-classificationImage Classification

Large Language Models Are Better Logical Fallacy Reasoners with Counterargument, Explanation, and Goal-Aware Prompt Formulation

2025-03-30 · Jiwon Jeong, Hyeju Jang, Hogun Park

The advancement of Large Language Models (LLMs) has greatly improved our ability to process complex language. However, accurately detecting logical fallacies remains a significant challenge. This study presents a novel a…

Logical FallaciesLogical Fallacy Detection