中文
相关论文

相关论文: Dependency Parsing with Dynamic Bayesian Network

200 篇论文

Transition-based parsers implemented with Pointer Networks have become the new state of the art in dependency parsing, excelling in producing labelled syntactic trees and outperforming graph-based models in this task. In order to further…

计算与语言 · 计算机科学 2020-05-29 Daniel Fernández-González , Carlos Gómez-Rodríguez

We propose a method for non-projective dependency parsing by incrementally predicting a set of edges. Since the edges do not have a pre-specified order, we propose a set-based learning method. Our method blends graph, transition, and…

机器学习 · 计算机科学 2019-10-25 Sean Welleck , Kyunghyun Cho

Semantic parsing is the task of translating natural language utterances into machine-readable meaning representations. Currently, most semantic parsing methods are not able to utilize contextual information (e.g. dialogue and comments…

计算与语言 · 计算机科学 2020-11-03 Zhuang Li , Lizhen Qu , Gholamreza Haffari

Bayesian networks, and especially their structures, are powerful tools for representing conditional independencies and dependencies between random variables. In applications where related variables form a priori known groups, chosen to…

机器学习 · 统计学 2017-06-02 Pekka Parviainen , Samuel Kaski

Latent tree learning models learn to parse a sentence without syntactic supervision, and use that parse to build the sentence representation. Existing work on such models has shown that, while they perform well on tasks like sentence…

计算与语言 · 计算机科学 2018-04-18 Nikita Nangia , Samuel R. Bowman

Recent work on language modelling has shifted focus from count-based models to neural models. In these works, the words in each sentence are always considered in a left-to-right order. In this paper we show how we can improve the…

计算与语言 · 计算机科学 2015-07-07 Piotr Mirowski , Andreas Vlachos

Dependency parses are an effective way to inject linguistic knowledge into many downstream tasks, and many practitioners wish to efficiently parse sentences at scale. Recent advances in GPU hardware have enabled neural networks to achieve…

计算与语言 · 计算机科学 2017-07-25 Emma Strubell , Andrew McCallum

This paper describes stochastic search approaches, including a new stochastic algorithm and an adaptive mutation operator, for learning Bayesian networks from incomplete data. This problem is characterized by a huge solution space with a…

人工智能 · 计算机科学 2013-01-30 James W. Myers , Kathryn Blackmond Laskey , Tod S. Levitt

Content-dense news report important factual information about an event in direct, succinct manner. Information seeking applications such as information extraction, question answering and summarization normally assume all text they deal with…

计算与语言 · 计算机科学 2017-04-04 Yinfei Yang , Ani Nenkova

We propose a new approach to explain Bayesian Networks. The approach revolves around a new definition of a probabilistic argument and the evidence it provides. We define a notion of independent arguments, and propose an algorithm to extract…

人工智能 · 计算机科学 2021-12-03 Jaime Sevilla

Bayesian neural networks (BNNs) augment deep networks with uncertainty quantification by Bayesian treatment of the network weights. However, such models face the challenge of Bayesian inference in a high-dimensional and usually…

机器学习 · 计算机科学 2021-03-30 Zhijie Deng , Yucen Luo , Jun Zhu , Bo Zhang

The paper presents a language model that develops syntactic structure and uses it to extract meaningful information from the word history, thus enabling the use of long distance dependencies. The model assigns probability to every joint…

计算与语言 · 计算机科学 2007-05-23 Ciprian Chelba , Frederick Jelinek

Differential Networks (DNs), tools that encapsulate interactions within intricate systems, are brought under the Bayesian lens in this research. A novel na{\i}ve Bayesian adaptive graphical elastic net (BAE) prior is introduced to estimate…

统计方法学 · 统计学 2023-06-27 J. Smith , A. Bekker , M. Arashi

A new probabilistic network construction system, DYNASTY, is proposed for diagnostic reasoning given variables whose probabilities change over time. Diagnostic reasoning is formulated as a sequential stochastic process, and is modeled using…

人工智能 · 计算机科学 2013-03-26 Gregory M. Provan

Interpretable rationales for model predictions are crucial in practical applications. We develop neural models that possess an interpretable inference process for dependency parsing. Our models adopt instance-based inference, where…

计算与语言 · 计算机科学 2021-09-29 Hiroki Ouchi , Jun Suzuki , Sosuke Kobayashi , Sho Yokoi , Tatsuki Kuribayashi , Masashi Yoshikawa , Kentaro Inui

We present a deep neural architecture that parses sentences into three semantic dependency graph formalisms. By using efficient, nearly arc-factored inference and a bidirectional-LSTM composed with a multi-layer perceptron, our base system…

计算与语言 · 计算机科学 2017-04-27 Hao Peng , Sam Thomson , Noah A. Smith

We give a new consistent scoring function for structure learning of Bayesian networks. In contrast to traditional approaches to scorebased structure learning, such as BDeu or MDL, the complexity penalty that we propose is data-dependent and…

机器学习 · 计算机科学 2013-09-27 Eliot Brenner , David Sontag

Many formalisms combining ontology languages with uncertainty, usually in the form of probabilities, have been studied over the years. Most of these formalisms, however, assume that the probabilistic structure of the knowledge remains…

人工智能 · 计算机科学 2015-06-29 İsmail İlkan Ceylan , Rafael Peñaloza

Semantic dependency parsing aims to identify semantic relationships between words in a sentence that form a graph. In this paper, we propose a second-order semantic dependency parser, which takes into consideration not only individual…

计算与语言 · 计算机科学 2021-02-25 Xinyu Wang , Jingxian Huang , Kewei Tu

This paper presents a fundamental algorithm for parsing natural language sentences into dependency trees. Unlike phrase-structure (constituency) parsers, this algorithm operates one word at a time, attaching each word as soon as it can be…

计算与语言 · 计算机科学 2025-10-24 Michael A. Covington