paper-with-me

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 category. For example, we might describe a sage thrasher as "it has a slim straight relatively short bill, yellow eyes and a long tail", so that others can use their knowledge of attributes "slim straight relatively short bill", "yellow eyes" and "long tail" to recognize a sage thrasher. Inspired by this observation, in this work we tackle zero-shot classification task by logically parsing and reasoning on natural language expla-nations. To this end, we propose the framework CLORE (Classification by LOgical Reasoning on Explanations). While previous methods usually regard textual information as implicit features, CLORE parses explanations into logical structures and then explicitly reasons along thess structures on the input to produce a classification score. Experimental results on explanation-based zero-shot classification benchmarks demonstrate that CLORE is superior to baselines, which we further show mainly comes from higher scores on tasks requiring more logical reasoning. We also demonstrate that our framework can be extended to zero-shot classification on visual modality. Alongside classification decisions, CLORE can provide the logical parsing and reasoning process as a clear form of rationale. Through empirical analysis we demonstrate that CLORE is also less affected by linguistic biases than baselines.

📄 PDF Abstract BibTeX arXiv:2211.03252

Code (1)

glaciohound/clore 공식 구현 pytorch

Tasks

ClassificationLogical Reasoningzero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

At First Sight: Zero-Shot Classification of Astronomical Images with Large Multimodal Models

2024-06-24 · Dimitrios Tanoglidis, Bhuvnesh Jain

Vision-Language multimodal Models (VLMs) offer the possibility for zero-shot classification in astronomy: i.e. classification via natural language prompts, with no training. We investigate two models, GPT-4o and LLaVA-Ne…

AstronomyClassificationzero-shot-classificationZero-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

ACE: Agentic Control for Embodied Manipulation via Zero-shot Workflow Reasoning

2026-07-05 · Iok Tong Lei, QianZhi Li, Ying Jie Yap, Yujie Zhang 외 arxiv

Open-ended tabletop manipulation requires agents to not only understand natural language but also adapt to dynamic environments and execution failures. We present ACE (Agentic Control for Embodied Manipulation), a zero-s…

Zero-shot GeneralizationVisual Grounding

Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification

2026-06-25 · Eleni Papadopulos, Firoj Alam, Giovanni Da San Martino arxiv

In today's fast-paced information era, logical fallacies, defined as defective patterns of reasoning, inevitably contribute to the growth of information disorder. However, often fallacies appear in nuanced forms that com…

Logical Fallacies

Understanding and Improving Zero-shot Multi-hop Reasoning in Generative Question Answering

2022-10-09 · COLING 2022 10 · Zhengbao Jiang, Jun Araki, Haibo Ding, Graham Neubig

Generative question answering (QA) models generate answers to questions either solely based on the parameters of the model (the closed-book setting) or additionally retrieving relevant evidence (the open-book setting). G…

Generative Question AnsweringQuestion Answering