Table of Contents
Fetching ...

Lossy Semantic Communication for the Logical Deduction of the State of the World

Ahmet Faruk Saz, Siheng Xiong, Faramarz Fekri

TL;DR

This algorithm draws inspiration from state-of-the-art model counters and employs tree search-based model counting to reduce the computational burden and improves task performance with fewer bits compared to baselines.

Abstract

In this paper, we address the problem of lossy semantic communication to reduce uncertainty about the State of the World (SotW) for deductive tasks in point to point communication. A key challenge is transmitting the maximum semantic information with minimal overhead suitable for downstream applications. Our solution involves maximizing semantic content information within a constrained bit budget, where SotW is described using First-Order Logic, and content informativeness is measured by the usefulness of the transmitted information in reducing the uncertainty of the SotW perceived by the receiver. Calculating content information requires computing inductive logical probabilities of state descriptions; however, naive approaches are infeasible due to the massive size of the state space. To address this, our algorithm draws inspiration from state-of-the-art model counters and employs tree search-based model counting to reduce the computational burden. These algorithmic model counters, designed to count the number of models that satisfy a Boolean equation, efficiently estimate the number of world states that validate the observed evidence. Empirical validation using the FOLIO and custom deduction datasets demonstrate that our algorithm reduces uncertainty and improves task performance with fewer bits compared to baselines.

Lossy Semantic Communication for the Logical Deduction of the State of the World

TL;DR

This algorithm draws inspiration from state-of-the-art model counters and employs tree search-based model counting to reduce the computational burden and improves task performance with fewer bits compared to baselines.

Abstract

In this paper, we address the problem of lossy semantic communication to reduce uncertainty about the State of the World (SotW) for deductive tasks in point to point communication. A key challenge is transmitting the maximum semantic information with minimal overhead suitable for downstream applications. Our solution involves maximizing semantic content information within a constrained bit budget, where SotW is described using First-Order Logic, and content informativeness is measured by the usefulness of the transmitted information in reducing the uncertainty of the SotW perceived by the receiver. Calculating content information requires computing inductive logical probabilities of state descriptions; however, naive approaches are infeasible due to the massive size of the state space. To address this, our algorithm draws inspiration from state-of-the-art model counters and employs tree search-based model counting to reduce the computational burden. These algorithmic model counters, designed to count the number of models that satisfy a Boolean equation, efficiently estimate the number of world states that validate the observed evidence. Empirical validation using the FOLIO and custom deduction datasets demonstrate that our algorithm reduces uncertainty and improves task performance with fewer bits compared to baselines.
Paper Structure (10 sections, 3 theorems, 14 equations, 5 figures, 3 tables, 1 algorithm)

This paper contains 10 sections, 3 theorems, 14 equations, 5 figures, 3 tables, 1 algorithm.

Key Result

Theorem 1

Any FOL sentence $m$ in $\mathcal{W}_F$ can be represented as: Examples are shown in Table ind_terms.

Figures (5)

  • Figure 1: Semantic communication framework
  • Figure 2: Graphical Model of Communication
  • Figure 3: SAT-Tree of proposition M for DPLL and SharpSAT-td
  • Figure 4: Comparison of bit costs of various methods
  • Figure 5: Success rate at hypothesis deduction task v.s. number of sentence transmissions

Theorems & Definitions (9)

  • Definition 1: State Description
  • Theorem 1: FOL Representation in Finite World c1
  • Definition 2: Q-sentence
  • Definition 3: Attributive Constituent
  • Definition 4: Constituent
  • Theorem 2: Representation of FOL Sentences c10
  • Definition 5: Inductive Logical Probability
  • Definition 6
  • Theorem 3