中文
相关论文

相关论文: D-Tree Grammars

200 篇论文

A grammar-compressed ranked tree is represented with a linear space overhead so that a single traversal step, i.e., the move to the parent or the i-th child, can be carried out in constant time. Moreover, we extend our data structure such…

数据结构与算法 · 计算机科学 2015-11-11 Markus Lohrey , Sebastian Maneth , Carl Philipp Reh

Weir has defined a hierarchy of language classes whose second member ($\mathcal{L}_2$) is generated by tree-adjoining grammars (TAG), linear indexed grammars (LIG), combinatory categorial grammars, and head grammars. The hierarchy is…

形式语言与自动机理论 · 计算机科学 2023-06-07 Alexandra Butoi , Ryan Cotterell , David Chiang

Model structure and complexity selection remains a challenging problem in system identification, especially for parametric non-linear models. Many Evolutionary Algorithm (EA) based methods have been proposed in the literature for estimating…

系统与控制 · 电气工程与系统科学 2020-07-01 Dhruv Khandelwal , Maarten Schoukens , Roland Tóth

In this paper, we propose a novel BTG-forest-based alignment method. Based on a fast unsupervised initialization of parameters using variational IBM models, we synchronously parse parallel sentences top-down and align hierarchically under…

计算与语言 · 计算机科学 2017-11-21 Hao Wang , Yves Lepage

In the dynamic tree problem the goal is the maintenance of an arbitrary n-vertex forest, where the trees are subject to joining and splitting by, respectively, adding and removing edges. Depending on the application, information can be…

数据结构与算法 · 计算机科学 2015-09-23 Gabriele Farina , Luigi Laura

Reverse search is a convenient method for enumerating structured objects, that can be used both to address theoretical issues and to solve data mining problems. This method has already been successfully developed to handle unordered trees.…

离散数学 · 计算机科学 2022-05-13 Florian Ingels , Romain Azaïs

Originating in quantum physics, tensor networks (TNs) have been widely adopted as exponential machines and parameter decomposers for recognition tasks. Typical TN models, such as Matrix Product States (MPS), have not yet achieved successful…

计算机视觉与模式识别 · 计算机科学 2025-02-17 Chang Nie , Junfang Chen , Yajie Chen

Analogous to regular string and tree languages, regular languages of directed acyclic graphs (DAGs) are defined in the literature. Although called regular, those DAG-languages are more powerful and, consequently, standard problems have a…

形式语言与自动机理论 · 计算机科学 2024-09-12 Yvo Ad Meeres

In this paper, we propose a novel architecture called Composition Attention Grammars (CAGs) that recursively compose subtrees into a single vector representation with a composition function, and selectively attend to previous structural…

计算与语言 · 计算机科学 2025-08-20 Ryo Yoshida , Yohei Oseki

Since the early Sixties and Seventies it has been known that the regular and context-free languages are characterized by definability in the monadic second-order theory of certain structures. More recently, these descriptive…

cmp-lg · 计算机科学 2016-08-31 James Rogers

In this paper we present a new tree-rewriting formalism called Link-Sharing Tree Adjoining Grammar (LSTAG) which is a variant of synchronous TAGs. Using LSTAG we define an approach towards coordination where linguistic dependency is…

计算与语言 · 计算机科学 2007-05-23 Anoop Sarkar

Designers of statistical machine translation (SMT) systems have begun to employ tree-structured translation models. Systems involving tree-structured translation models tend to be complex. This article aims to reduce the conceptual…

计算与语言 · 计算机科学 2007-05-23 I. Dan Melamed , Wei Wang

In this paper we propose a novel reinforcement learning based model for sequence tagging, referred to as MM-Tag. Inspired by the success and methodology of the AlphaGo Zero, MM-Tag formalizes the problem of sequence tagging with a Monte…

计算与语言 · 计算机科学 2018-05-21 Yadi Lao , Jun Xu , Yanyan Lan , Jiafeng Guo , Sheng Gao , Xueqi Cheng

Let $T$ be an oriented tree on $n$ vertices with maximum degree at most $e^{o(\sqrt{\log n})}$. If $G$ is a digraph on $n$ vertices with minimum semidegree $\delta^0(G)\geq(\frac12+o(1))n$, then $G$ contains $T$ as a spanning tree, as…

组合数学 · 数学 2024-07-25 Felix Joos , Jonathan Schrodt

Vector averaging remains one of the most popular sentence embedding methods in spite of its obvious disregard for syntactic structure. While more complex sequential or convolutional networks potentially yield superior classification…

计算与语言 · 计算机科学 2020-01-10 Nada Almarwani , Hanan Aldarmaki , Mona Diab

We propose a treatment of coordination based on the concepts of functor, argument and subcategorization. Its formalization comprises two parts which are conceptually independent. On one hand, we have extended the feature structure…

cmp-lg · 计算机科学 2008-02-03 Augusta Mela , Christophe Fouquere

A data structure is presented for the Mergeable Dictionary abstract data type, which supports the following operations on a collection of disjoint sets of totally ordered data: Predecessor-Search, Split and Merge. While Predecessor-Search…

数据结构与算法 · 计算机科学 2012-11-20 John Iacono , Özgür Özkan

Decision trees and diffusion models are ostensibly disparate model classes, one discrete and hierarchical, the other continuous and dynamic. This work unifies the two by establishing a crisp mathematical correspondence between hierarchical…

机器学习 · 计算机科学 2026-05-22 Sai Niranjan Ramachandran , Suvrit Sra

We introduce K-tree in an information retrieval context. It is an efficient approximation of the k-means clustering algorithm. Unlike k-means it forms a hierarchy of clusters. It has been extended to address issues with sparse…

信息检索 · 计算机科学 2010-01-07 Christopher M. De Vries , Shlomo Geva

Data augmentation is widely used for training a neural network given little labeled data. A common practice of augmentation training is applying a composition of multiple transformations sequentially to the data. Existing augmentation…

机器学习 · 计算机科学 2024-08-27 Dongyue Li , Kailai Chen , Predrag Radivojac , Hongyang R. Zhang