ZEBRA: Zero-Shot Example-Based Retrieval Augmentation for Commonsense Question Answering
Francesco Maria Molfese, Simone Conia, Riccardo Orlando, Roberto, Navigli

TL;DR
ZEBRA is a zero-shot framework that enhances commonsense question answering by combining retrieval, reasoning, and introspection without additional training, leading to improved accuracy and interpretability.
Contribution
ZEBRA introduces a novel zero-shot approach that integrates retrieval and reasoning to improve commonsense QA without extra training or templates.
Findings
Outperforms previous knowledge integration methods
Achieves up to 4.5 points accuracy improvement
Effective across 8 benchmarks
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗sapienzanlp/rbr-retriever-gkb-omcs-atomicmodel· 2 dl· ♡ 32 dl♡ 3
- 🤗sapienzanlp/zebra-retriever-e5-base-v2model· 8 dl· ♡ 48 dl♡ 4
- 🤗sapienzanlp/zebra-kb-obqa-trainmodel· 3 dl· ♡ 23 dl♡ 2
- 🤗sapienzanlp/zebra-kb-piqa-trainmodel· 1 dl· ♡ 21 dl♡ 2
- 🤗sapienzanlp/zebra-kb-arc-trainmodel· 3 dl· ♡ 23 dl♡ 2
- 🤗sapienzanlp/zebra-kb-csqa-trainmodel· 3 dl· ♡ 23 dl♡ 2
- 🤗sapienzanlp/zebra-kb-wg-trainmodel· 2 dl· ♡ 32 dl♡ 3
- 🤗sapienzanlp/zebra-kb-csqa2-trainmodel· 2 dl· ♡ 22 dl♡ 2
- 🤗sapienzanlp/zebra-kbmodel· ♡ 3♡ 3
- 🤗sapienzanlp/zebra-kb-qasc-trainmodel· 2 dl· ♡ 22 dl♡ 2
Videos
Taxonomy
TopicsTopic Modeling
MethodsBalanced Selection
