paper-with-me

Papers

ZEBRA: Zero-Shot Example-Based Retrieval Augmentation for Commonsense Question Answering

2024-10-07 · Francesco Maria Molfese, Simone Conia, Riccardo Orlando, Roberto Navigli

Current Large Language Models (LLMs) have shown strong reasoning capabilities in commonsense question answering benchmarks, but the process underlying their success remains largely opaque. As a consequence, recent approaches have equipped LLMs with mechanisms for knowledge retrieval, reasoning and introspection, not only to improve their capabilities but also to enhance the interpretability of their outputs. However, these methods require additional training, hand-crafted templates or human-written explanations. To address these issues, we introduce ZEBRA, a zero-shot question answering framework that combines retrieval, case-based reasoning and introspection and dispenses with the need for additional training of the LLM. Given an input question, ZEBRA retrieves relevant question-knowledge pairs from a knowledge base and generates new knowledge by reasoning over the relationships in these pairs. This generated knowledge is then used to answer the input question, improving the model's performance and interpretability. We evaluate our approach across 8 well-established commonsense reasoning benchmarks, demonstrating that ZEBRA consistently outperforms strong LLMs and previous knowledge integration approaches, achieving an average accuracy improvement of up to 4.5 points.

📄 PDF Abstract BibTeX arXiv:2410.05077

Code (1)

sapienzanlp/zebra 공식 구현 pytorch

Tasks

Question AnsweringRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Zero-shot recognition with unreliable attributes

2014-12-01 · NeurIPS 2014 12 · Dinesh Jayaraman, Kristen Grauman

In principle, zero-shot learning makes it possible to train an object recognition model simply by specifying the category's attributes. For example, with classifiers for generic attributes like striped and four-legged, o…

AttributeObject RecognitionZero-Shot Learning

Zero Shot Recognition with Unreliable Attributes

2014-09-15 · Dinesh Jayaraman, Kristen Grauman

In principle, zero-shot learning makes it possible to train a recognition model simply by specifying the category's attributes. For example, with classifiers for generic attributes like \emph{striped} and \emph{four-legg…

AttributeZero-Shot Learning

ZEBRA: Zero-Shot Entropy-Regularized Prompt Learning for Base-to-Novel Generalization in Audio-Language Models

2026-06-30 · Asif Hanif, Mohammad Yaqub arxiv

Audio-Language Models (ALMs) achieve strong zero-shot performance by aligning audio with textual class descriptions. Although prompt learning improves accuracy on base classes through few-shot supervised adaptation, we o…

Audio Classification

ZEBRA: Towards Zero-Shot Cross-Subject Generalization for Universal Brain Visual Decoding

2025-10-31 · Haonan Wang, Jingyu Lu, Hongrui Li, Xiaomeng Li arxiv

Recent advances in neural decoding have enabled the reconstruction of visual experiences from brain activity, positioning fMRI-to-image reconstruction as a promising bridge between neuroscience and computer vision. Howev…

Image Reconstruction

What Can Human Sketches Do for Object Detection?

2023-03-27 · CVPR 2023 1 · Pinaki Nath Chowdhury, Ayan Kumar Bhunia, Aneeshan Sain, Subhadeep Koley 외

Sketches are highly expressive, inherently capturing subjective and fine-grained visual cues. The exploration of such innate properties of human sketches has, however, been limited to that of image retrieval. In this pap…

Image RetrievalObjectobject-detectionObject Detection+2