paper-with-me

홈 › Papers

PLOG: Table-to-Logic Pretraining for Logical Table-to-Text Generation

2022-05-25 · Ao Liu, Haoyu Dong, Naoaki Okazaki, Shi Han, Dongmei Zhang

Logical table-to-text generation is a task that involves generating logically faithful sentences from tables, which requires models to derive logical level facts from table records via logical inference. It raises a new challenge on the logical-level content planning of table-to-text models. However, directly learning the logical inference knowledge from table-text pairs is very difficult for neural models because of the ambiguity of natural language and the scarcity of parallel data. Hence even large-scale pre-trained language models present low logical fidelity on logical table-to-text. In this work, we propose a PLOG (Pretrained Logical Form Generator) framework to improve the generation fidelity. Specifically, PLOG is first pretrained on a table-to-logic-form generation (table-to-logic) task, then finetuned on downstream table-to-text tasks. The formal definition of logical forms enables us to collect large amount of accurate logical forms from tables without human annotation. In addition, PLOG can learn logical inference from table-logic pairs much more definitely than from table-text pairs. To evaluate our model, we further collect a controlled logical table-to-text dataset CONTLOG based on an existing dataset. On two benchmarks, LOGICNLG and CONTLOG, PLOG outperforms strong baselines by a large margin on the logical fidelity, demonstrating the effectiveness of table-to-logic pretraining.

📄 PDF Abstract BibTeX arXiv:2205.12697

Code (1)

microsoft/plog 공식 구현 pytorch

Tasks

Table-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

The DeepLog Neurosymbolic Machine

2025-08-19 · Vincent Derkinderen, Robin Manhaeve, Rik Adriaensen, Lucas Van Praet 외 arxiv

We contribute a theoretical and operational framework for neurosymbolic AI called DeepLog. DeepLog introduces building blocks and primitives for neurosymbolic AI that make abstraction of commonly used representations and…

AI Reasoning Systems: PAC and Applied Methods

2018-07-09 · Jeffrey Cheng

Learning and logic are distinct and remarkable approaches to prediction. Machine learning has experienced a surge in popularity because it is robust to noise and achieves high performance; however, ML experiences many is…

PAC learningTransfer Learning

eXpLogic: Explaining Logic Types and Patterns in DiffLogic Networks

2025-03-13 · Stephen Wormald, David Koblah, Matheus Kunzler Maldaner, Domenic Forte 외

Constraining deep neural networks (DNNs) to learn individual logic types per node, as performed using the DiffLogic network architecture, opens the door to model-specific explanation techniques that quell the complexity …

DeepLog: A Software Framework for Modular Neurosymbolic AI

2026-05-11 · Robin Manhaeve, Stefano Colamonaco, Vincent Derkinderen, Rik Adriaensen 외 arxiv

DeepLog is an operational neurosymbolic framework that unifies logic and deep learning within standard PyTorch workflows. While existing neurosymbolic systems focus on a particular paradigm and semantics, DeepLog serves …

Probabilistic Logic Neural Networks for Reasoning

2019-06-20 · NeurIPS 2019 12 · Meng Qu, Jian Tang

Knowledge graph reasoning, which aims at predicting the missing facts through reasoning with the observed facts, is critical to many applications. Such a problem has been widely explored by traditional logic rule-based a…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs