中文
相关论文

相关论文: Do All Fragments Count?

200 篇论文

Preferential attachment graphs are random graphs designed to mimic properties of typical real world networks. They are constructed by a random process that iteratively adds vertices and attaches them preferentially to vertices that already…

离散数学 · 计算机科学 2018-03-30 Jan Dreier , Philipp Kuinke , Peter Rossmanith

Common wisdom has it that the bias of stochastic grammars in favor of shorter derivations of a sentence is harmful and should be redressed. We show that the common wisdom is wrong for stochastic grammars that use elementary trees instead of…

计算与语言 · 计算机科学 2007-05-23 Rens Bod

Tree-child networks are an important network class which are used in phylogenetics to model reticulate evolution. In a recent paper, Pons and Batle (2021) conjectured a relation between tree-child networks and certain words. In this short…

种群与进化 · 定量生物学 2021-10-11 Michael Fuchs , Hexuan Liu , Guan-Ru Yu

Random forest is effective for prediction tasks but the randomness of tree generation hinders interpretability in feature importance analysis. To address this, we proposed DT-Sampler, a SAT-based method for measuring feature importance in…

机器学习 · 计算机科学 2023-07-26 Chao Huang , Diptesh Das , Koji Tsuda

In the design and analysis of political redistricting maps, it is often useful to be able to sample from the space of all partitions of the graph of census blocks into connected subgraphs of equal population. There are influential Markov…

离散数学 · 计算机科学 2021-10-28 Ariel D. Procaccia , Jamie Tucker-Foltz

We consider the minimum spanning tree problem in a setting where the edge weights are stochastic from unknown distributions, and the only available information is a single sample of each edge's weight distribution. In this setting, we…

数据结构与算法 · 计算机科学 2024-09-25 Ruben Hoeksma , Gavin Speek , Marc Uetz

Treewidth is a parameter that measures how tree-like a relational instance is, and whether it can reasonably be decomposed into a tree. Many computation tasks are known to be tractable on databases of small treewidth, but computing the…

数据库 · 计算机科学 2019-01-23 Silviu Maniu , Pierre Senellart , Suraj Jog

In molecular systematics, evolutionary trees are reconstructed from sequences at the tips under simple models of site substitution. A central question is how much sequence data is required to reconstruct a tree accurately? The answer…

定量方法 · 定量生物学 2012-07-18 Iain Martyn , Mike Steel

This paper analyzes the performance of sequential importance sampling algorithms for estimating the number of perfect matchings in bipartite graphs. Precise bounds on the number of samples required to yield an accurate estimate are derived.…

概率论 · 数学 2021-01-01 Andy Tsao

One-dimensional fragment of first-order logic is obtained by restricting quantification to blocks of existential (universal) quantifiers that leave at most one variable free. We investigate this fragment over words and trees, presenting a…

计算机科学中的逻辑 · 计算机科学 2024-04-08 Emanuel Kieronski , Antti Kuusisto

This paper revisits cluster-based retrieval that partitions the inverted index into multiple groups and skips the index partially at cluster and document levels during online inference using a learned sparse representation. It proposes an…

信息检索 · 计算机科学 2024-04-16 Yifan Qiao , Shanxiu He , Yingrui Yang , Parker Carlson , Tao Yang

The statistical modeling of random networks has been widely used to uncover interaction mechanisms in complex systems and to predict unobserved links in real-world networks. In many applications, network connections are collected via…

社会与信息网络 · 计算机科学 2023-03-21 Angus Chan , Tianxi Li

We present graph-based translation models which translate source graphs into target strings. Source graphs are constructed from dependency trees with extra links so that non-syntactic phrases are connected. Inspired by phrase-based models,…

计算与语言 · 计算机科学 2021-03-23 Liangyou Li , Andy Way , Qun Liu

Spanning trees are an important quantity characterizing the reliability of a network, however, explicitly determining the number of spanning trees in networks is a theoretical challenge. In this paper, we study the number of spanning trees…

统计力学 · 物理学 2010-08-03 Zhongzhi Zhang , Hongxiao Liu , Bin Wu , Shuigeng Zhou

Autoregressive language models demonstrate excellent performance in various scenarios. However, the inference efficiency is limited by its one-step-one-word generation mode, which has become a pressing problem recently as the models become…

计算与语言 · 计算机科学 2025-04-25 Jikai Wang , Yi Su , Juntao Li , Qingrong Xia , Zi Ye , Xinyu Duan , Zhefeng Wang , Min Zhang

Regression trees are one of the oldest forms of AI models, and their predictions can be made without a calculator, which makes them broadly useful, particularly for high-stakes applications. Within the large literature on regression trees,…

机器学习 · 计算机科学 2023-04-11 Rui Zhang , Rui Xin , Margo Seltzer , Cynthia Rudin

Probabilistic distributions over spanning trees in directed graphs are a fundamental model of dependency structure in natural language processing, syntactic dependency trees. In NLP, dependency trees often have an additional root…

计算与语言 · 计算机科学 2022-07-11 Ran Zmigrod , Tim Vieira , Ryan Cotterell

Phylogenetic trees constitute an interesting class of objects for stochastic processes due to the non-standard nature of the space they inhabit. In particular, many statistical applications require the construction of Markov processes on…

概率论 · 数学 2024-10-24 Rodrigo B. Alves , Yuri F. Saporito , Luiz M. Carvalho

In this work, we present a minimal neural model for constituency parsing based on independent scoring of labels and spans. We show that this model is not only compatible with classical dynamic programming techniques, but also admits a novel…

计算与语言 · 计算机科学 2017-05-12 Mitchell Stern , Jacob Andreas , Dan Klein

Discourse parsing has long been treated as a stand-alone problem independent from constituency or dependency parsing. Most attempts at this problem are pipelined rather than end-to-end, sophisticated, and not self-contained: they assume…

计算与语言 · 计算机科学 2017-08-30 Kai Zhao , Liang Huang