paper-with-me

홈 › Papers

Directed Graph Grammars for Sequence-based Learning

2025-05-29 · Michael Sun, Orion Foo, Gang Liu, Wojciech Matusik, Jie Chen

Directed acyclic graphs (DAGs) are a class of graphs commonly used in practice, with examples that include electronic circuits, Bayesian networks, and neural architectures. While many effective encoders exist for DAGs, it remains challenging to decode them in a principled manner, because the nodes of a DAG can have many different topological orders. In this work, we propose a grammar-based approach to constructing a principled, compact and equivalent sequential representation of a DAG. Specifically, we view a graph as derivations over an unambiguous grammar, where the DAG corresponds to a unique sequence of production rules. Equivalently, the procedure to construct such a description can be viewed as a lossless compression of the data. Such a representation has many uses, including building a generative model for graph generation, learning a latent space for property prediction, and leveraging the sequence representational continuity for Bayesian Optimization over structured data. Code is available at https://github.com/shiningsunnyday/induction.

📄 PDF Abstract BibTeX arXiv:2505.22949

Code (1)

shiningsunnyday/induction 공식 구현 pytorch

Tasks

Bayesian OptimizationGraph GenerationProperty Prediction

Similar Papers 제목 키워드 기반

Semantic Graph Parsing with Recurrent Neural Network DAG Grammars

2019-09-30 · IJCNLP 2019 11 · Federico Fancellu, Sorcha Gilroy, Adam Lopez, Mirella Lapata

Semantic parses are directed acyclic graphs (DAGs), so semantic parsing should be modeled as graph prediction. But predicting graphs presents difficult technical challenges, so it is simpler and more common to predict th…

DRS ParsingSemantic Parsing

BME-UW at SRST-2019: Surface realization with Interpreted Regular Tree Grammars

2019-11-01 · WS 2019 11 · {\'A}d{\'a}m Kov{\'a}cs, Evelin {\'A}cs, Judit {\'A}cs, Andras Kornai 외

The Surface Realization Shared Task involves mapping Universal Dependency graphs to raw text, i.e. restoring word order and inflection from a graph of typed, directed dependencies between lemmas. Interpreted Regular Tree…

DecoderSemantic Parsing

Accurate polyglot semantic parsing with DAG grammars

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Federico Fancellu, {\'A}kos K{\'a}d{\'a}r, Ran Zhang, Afsaneh Fazly

Semantic parses are directed acyclic graphs (DAGs), but in practice most parsers treat them as strings or trees, mainly because models that predict graphs are far less understood. This simplification, however, comes at a…

Graph GenerationSemantic Parsing

Synchronous Context-Free Grammars and Optimal Linear Parsing Strategies

2013-11-25 · Pierluigi Crescenzi, Daniel Gildea, Andrea Marino, Gianluca Rossi 외

Synchronous Context-Free Grammars (SCFGs), also known as syntax-directed translation schemata, are unlike context-free grammars in that they do not have a binary normal form. In general, parsing with SCFGs takes space an…

Translation

Depth-Bounded Statistical PCFG Induction as a Model of Human Grammar Acquisition

2021-03-01 · CL (ACL) 2021 3 · Lifeng Jin, Lane Schwartz, Finale Doshi-Velez, Timothy Miller 외

Abstract This article describes a simple PCFG induction model with a fixed category domain that predicts a large majority of attested constituent boundaries, and predicts labels consistent with nearly half of attested co…