paper-with-me

Papers

Detection of Common Subtrees with Identical Label Distribution

2023-07-24 · Romain Azaïs, Florian Ingels

Frequent pattern mining is a relevant method to analyse structured data, like sequences, trees or graphs. It consists in identifying characteristic substructures of a dataset. This paper deals with a new type of patterns for tree data: common subtrees with identical label distribution. Their detection is far from obvious since the underlying isomorphism problem is graph isomorphism complete. An elaborated search algorithm is developed and analysed from both theoretical and numerical perspectives. Based on this, the enumeration of patterns is performed through a new lossless compression scheme for trees, called DAG-RW, whose complexity is investigated as well. The method shows very good properties, both in terms of computation times and analysis of real datasets from the literature. Compared to other substructures like topological subtrees and labelled subtrees for which the isomorphism problem is linear, the patterns found provide a more parsimonious representation of the data.

📄 PDF Abstract BibTeX arXiv:2307.13068

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees

2020-12-13 · Nghi D. Q. Bui, Yijun Yu, Lingxiao Jiang

Building deep learning models on source code has found many successful software engineering applications, such as code search, code comment generation, bug detection, code migration, and so on. Current learning technique…

Clone DetectionCode ClassificationCode Comment GenerationCode Search+5

Spectral Top-Down Recovery of Latent Tree Models

2021-02-26 · Yariv Aizenbud, Ariel Jaffe, Meng Wang, Amber Hu 외

Modeling the distribution of high dimensional data by a latent tree graphical model is a prevalent approach in multiple scientific domains. A common task is to infer the underlying tree structure, given only observations…

Nested Graph Neural Networks

2021-10-25 · NeurIPS 2021 12 · Muhan Zhang, Pan Li

Graph neural network (GNN)'s success in graph classification is closely related to the Weisfeiler-Lehman (1-WL) algorithm. By iteratively aggregating neighboring node features to a center node, both 1-WL and GNN obtain a…

Graph ClassificationGraph Neural NetworkGraph Property Prediction

Online hierarchical partitioning of the output space in extreme multi-label data stream

2025-07-28 · Lara Neves, Afonso Lourenço, Alberto Cano, Goreti Marreiros arxiv

Mining data streams with multi-label outputs poses significant challenges due to evolving distributions, high-dimensional label spaces, sparse label occurrences, and complex label dependencies. Moreover, concept drift af…

Multi-Label ClassificationMulti-Label Learning

A Goal-Driven Tree-Structured Neural Model for Math Word Problems

2019-08-10 · Zhipeng Xie and Shichao Sun

Most existing neural models for math word problems exploit Seq2Seq model to generate solution expressions sequentially from left to right, whose results are far from satisfactory due to the lack of goal-driven mechani…

MathMath Word Problem Solving