CLMay 8, 2023

NeuroComparatives: Neuro-Symbolic Distillation of Comparative Knowledge

arXiv:2305.04978v333 citations
Originality Incremental advance
AI Analysis

This addresses the need for high-quality comparative knowledge bases in AI applications, offering a scalable alternative to prompting large models, though it is incremental in combining neuro-symbolic methods with existing distillation techniques.

The paper tackled the problem of generating large-scale comparative knowledge (e.g., steel is stronger than styrofoam) by distilling it from language models like GPT variants and LLaMA, resulting in a corpus of 8.8M comparisons with up to 32% absolute improvement in validity over existing resources and performance gains on five downstream tasks.

Comparative knowledge (e.g., steel is stronger and heavier than styrofoam) is an essential component of our world knowledge, yet understudied in prior literature. In this paper, we harvest the dramatic improvements in knowledge capabilities of language models into a large-scale comparative knowledge base. While the ease of acquisition of such comparative knowledge is much higher from extreme-scale models like GPT-4, compared to their considerably smaller and weaker counterparts such as GPT-2, not even the most powerful models are exempt from making errors. We thus ask: to what extent are models at different scales able to generate valid and diverse comparative knowledge? We introduce NeuroComparatives, a novel framework for comparative knowledge distillation overgenerated from language models such as GPT-variants and LLaMA, followed by stringent filtering of the generated knowledge. Our framework acquires comparative knowledge between everyday objects, producing a corpus of up to 8.8M comparisons over 1.74M entity pairs - 10X larger and 30% more diverse than existing resources. Moreover, human evaluations show that NeuroComparatives outperform existing resources in terms of validity (up to 32% absolute improvement). Our acquired NeuroComparatives leads to performance improvements on five downstream tasks. We find that neuro-symbolic manipulation of smaller models offers complementary benefits to the currently dominant practice of prompting extreme-scale language models for knowledge distillation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes