NAACL 2024findings0 citations

Beta-LR: Interpretable Logical Reasoning based on Beta Distribution

Yizhuo Ma, Ke Qin, Shuang Liang

Abstract

The logical information contained in text isof significant importance for logical reasoning.Previous approaches have relied on embeddingtext into a low-dimensional vector to capturelogical information and perform reasoning inEuclidean space. These methods involve constructing special graph architectures that matchlogical relations or designing data augmentation frameworks by extending texts based onsymbolic logic. However, it presents two obvious problems. 1) The logical informationreflected in the text exhibits uncertainty that isdifficult to represent using a vector. 2) Integrating logical information requires modeling logical operations (such as ∪, ∩, and ¬), while onlysimple arithmetic operations can be performedin Euclidean space. To address both the problems, we propose Beta-LR, a probabilistic embedding method to capture logical information.Specifically, we embed texts into beta distribution on each dimension to eliminate logical uncertainty. We also define neural operators thatenable interpretability and perform logical operations based on the characteristics of the betadistribution. We conduct experiments on twodatasets, ReClor and LogiQA, and our Beta-LRachieves competitive results. The experimentsdemonstrate that our method effectively captures the logical information in text for reasoning purposes. The source code is available athttps://github.com/myz12138/Beta-LR.

BibTeX
@inproceedings{ma-etal-2024-beta,
    title = "Beta-{LR}: Interpretable Logical Reasoning based on Beta Distribution",
    author = "Ma, Yizhuo  and
      Qin, Ke  and
      Liang, Shuang",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2024",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-naacl.126/",
    doi = "10.18653/v1/2024.findings-naacl.126",
    pages = "1945--1955"
}
Beta-LR: Interpretable Logical Reasoning based on Beta Distribution · NAACL 2024