paper-with-me

Papers

Learning Context-Aware Representations of Subtrees

2021-11-08 · Cedric Cook

This thesis tackles the problem of learning efficient representations of complex, structured data with a natural application to web page and element classification. We hypothesise that the context around the element inside the web page is of high value to the problem and is currently under exploited. This thesis aims to solve the problem of classifying web elements as subtrees of a DOM tree by also considering their context. To achieve this, first we discuss current expert knowledge systems that work on structures, such as Tree-LSTM. Then, we propose context-aware extensions to this model. We show that the new model achieves an average F1-score of 0.7973 on a multi-class web classification task. This model generates better representations for various subtrees and may be used for applications such element classification, state estimators in reinforcement learning over the Web and more.

📄 PDF Abstract BibTeX arXiv:2111.04308

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

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

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

PAC-Bayes Tree: weighted subtrees with guarantees

2018-12-01 · NeurIPS 2018 12 · Tin D. Nguyen, Samory Kpotufe

We present a weighted-majority classification approach over subtrees of a fixed tree, which provably achieves excess-risk of the same order as the best tree-pruning. Furthermore, the computational efficiency of pruning i…

Computational EfficiencyGeneral Classification

The (Non-)Utility of Structural Features in BiLSTM-based Dependency Parsers

2019-05-29 · ACL 2019 7 · Agnieszka Falenska, Jonas Kuhn

Classical non-neural dependency parsers put considerable effort on the design of feature functions. Especially, they benefit from information coming from structural features, such as features drawn from neighboring token…

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…