Distributed map inference for undirected graphical models
Published 1 January 2010
Sameer Singh, Amarnag Subramanya Fern, Fernando Pereira
Citations6
Generate an AI Snapshot to get a quick, structured summary of this paper.
Study Snapshot
ObjectiveStudy objective
MethodsResearch methodology
PopulationPopulation studied
Sample sizeSample sizes
OutcomesStudy outcomes here
ResultsStudy results comes here
LimitationsResearch study limitations comes here
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
The method allows ease in specifying structure, distribution strategy and proposal function, which enables faster convergence in approximate inference and learning methods.
Abstract
Graphical models have widespread uses in information extraction and natural language processing. Recent improvements in approximate inference techniques [1, 2, 3, 4] have allowed exploration of dense models over a large number of variables. These applications include coreference resolution [5, 6], relation extraction [7], and joint inference [8, 9, 10]. But as the graphs grow to web scale,
Keywords
Arts and HumanitiesHealth Professions
Communications of the ACMMapReduce
18,538 Citations2008Jay B. Dean, Sanjay Ghemawat
This presentation explains how the underlying runtime system automatically parallelizes the computation across large-scale clusters of machines, handles machine failures, and schedules inter-machine communication to make efficient use of the network and disks.
Entity-based cross-document coreferencing using the Vector Space Model
533 Citations1998Amit Bagga, Breck Baldwin
A cross-document coreference resolution algorithm which uses the Vector Space Model to resolve ambiguities between people having the same name and this algorithm is compared to the scoring algorithm used in the MUC-6 (within document) coreference task.
Proceedings of the VLDB EndowmentAn architecture for parallel topic models
431 Citations2010Alexander J. Smola, Shravan Narayanamurthy
This paper describes a high performance sampling architecture for inference of latent topic models on a cluster of workstations and shows that this architecture is entirely general and that it can be extended easily to more sophisticated latent variable models such as n-grams and hierarchies.
Joint inference in information extraction
244 Citations2007Hoifung Poon, Pedro Domingos
This paper proposes a joint approach to information extraction, where segmentation of all records and entity resolution are performed together in a single integrated inference process, and is believed to be the first fully joint approach.
Joint unsupervised coreference resolution with Markov logic
211 Citations2008Hoifung Poon, Pedro Domingos
This paper presents the first unsupervised approach that is competitive with supervised ones, made possible by performing joint inference across mentions, in contrast to the pairwise classification typically used in supervised methods, and by using Markov logic as a representation language.
ScholarWorks@UMassAmherst (University of Massachusetts Amherst)FACTORIE: Probabilistic Programming via Imperatively Defined Factor Graphs
198 Citations2009Andrew McCallum, Karl Schultz +1 more
This work advocates using an imperative language to express various aspects of model structure, inference, and learning, and implements imperatively defined factor graphs in a system called FACTORIE, a software library for an object-oriented, strongly-typed, functional language.
Joint parsing and named entity recognition
192 Citations2009Jenny Rose Finkel, Christopher D. Manning
This work proposes a joint model of parsing and named entity recognition, based on a discriminative feature-based constituency parser that produces a consistent output, where the named entity spans do not conflict with the phrasal spans of the parse tree.
DSpace@MIT (Massachusetts Institute of Technology)On Dual Decomposition and Linear Programming Relaxations for Natural Language Processing
169 Citations2010Alexander M. Rush, David Sontag +2 more
Dual decomposition as a framework for deriving inference algorithms for NLP problems relies on standard dynamic-programming algorithms as oracle solvers for sub-problems, together with a simple method for forcing agreement between the different oracles.
ScholarWorks@UMassAmherst (University of Massachusetts Amherst)First-Order Probabilistic Models for Coreference Resolution
155 Citations2007Aron Culotta, Michael Wick +1 more
A machine learning method is proposed that enables features over sets of noun phrases, resulting in a first-order probabilistic model for coreference, and it is applied to the ACE coreference dataset, achieving a 45% error reduction over a comparable method.
Word Sense Discrimination by Clustering Contexts in Vector and Similarity Spaces
153 Citations2004Amruta Purandare, Ted Pedersen
This paper systematically compares unsupervised word sense discrimination techniques that cluster instances of a target word that occur in raw text using both vector and similarity spaces.
Neural Information Processing SystemsAsynchronous Distributed Learning of Topic Models
148 Citations2008Padhraic Smyth, Max Welling +1 more
It is demonstrated that the asynchronous algorithms presented are able to learn global topic models that are statistically as accurate as those learned by the standard LDA and HDP samplers, but with significant improvements in computation time and memory.
Coreference Resolution in a Modular, Entity-Centered Model
144 Citations2010Aria Haghighi, Dan Klein
This generative, model-based approach in which each of these factors is modularly encapsulated and learned in a primarily unsu-pervised manner is presented, resulting in the best results to date on the complete end-to-end coreference task.
Cross-Document Coreference on a Large Scale Corpus
122 Citations2004Chung H. Gooi, James Allan
This paper created entity models for different test sets and compared the following disambiguation and clustering techniques to cluster the entity models in order to create coreference chains: Incremental Vector Space, KL-Divergence, Agglomerative Vector Space.
Research Showcase @ Carnegie Mellon University (Carnegie Mellon University)Turbo Parsers: Dependency Parsing by Approximate Variational Inference
116 Citations2018André F. T. Martins, Noah A. Smith +3 more
A unified view of two state-of-the-art non-projective dependency parsers, both approximate, is presented and a new aggressive online algorithm to learn the model parameters is proposed, which makes use of the underlying variational representation.
Scholarworks (University of Massachusetts Amherst)Collective Cross-Document Relation Extraction Without Labelled Data
112 Citations2010Limin Yao, Sebastian Riedel +1 more
A novel approach to relation extraction is presented that integrates information across documents, performs global inference and requires no labelled text, and tackles relation extraction and entity identification jointly.
A general method for reducing the complexity of relational inference and its application to MCMC
77 Citations2008Hoifung Poon, Pedro Domingos +1 more
Experiments on a number of real-world domains show that lazy inference reduces both space and time by several orders of magnitude, making probabilistic relational inference applicable in previously infeasible domains.
Streaming Cross Document Entity Coreference Resolution
53 Citations2010Delip Rao, Paul McNamee +1 more
This paper explores identifying coreferent entity mentions across documents in high-volume streaming text, including methods for utilizing orthographic and contextual information and shows that the approach scales to at least an order of magnitude larger data than previous reported methods.
arXiv (Cornell University)Distributed Parallel Inference on Large Factor Graphs
51 Citations1998Joseph E. Gonzalez, Yucheng Low +2 more
ArXiv.orgA Bayesian Model for Supervised Clustering with the Dirichlet Process Prior
48 Citations2009Hal Daumé, Daniel Marcu
Maryland Shared Open Access Repository (USMAI Consortium)Cross-Document Coreference Resolution: A Key Technology for Learning by Reading
41 Citations2009James Mayfield, David Alexander +16 more
Use of a wide range of features, both those that capture evidence for entity merging and those that argue against merging, can significantly improve machine learning-based cross-document coreference resolution.
Lecture notes in computer scienceBi-directional Joint Inference for Entity Resolution and Segmentation Using Imperatively-Defined Factor Graphs
39 Citations2009Sameer Singh, Karl Schultz +1 more
A highly-coupled, bi-directional approach to joint inference based on efficient Markov chain Monte Carlo sampling in a relational conditional random field and a new probabilistic programming language that leverages imperative constructs to define factor graph structure and operation is presented.
Who is who and what is what
29 Citations2008Alex Baron, Marjorie Freedman
A language-independent, scalable system for both challenges of cross-document co-reference: name variation and entity disambiguation is described and system results from the ACE 2008 evaluation in both English and Arabic are provided.
Learning and inference in weighted logic with application to natural language processing
14 Citations2008Andrew McCallum, Aron Culotta
