acl acl2011 knowledge-graph by maker-knowledge-mining

acl 2011 knowledge graph


similar papers computed by tfidf model


similar papers computed by lsi model


similar papers computed by lda model


papers list:

1 acl-2011-(11-06-spirl)

Author: (hal)

Abstract: unkown-abstract

2 acl-2011-AM-FM: A Semantic Framework for Translation Quality Assessment

Author: Rafael E. Banchs ; Haizhou Li

Abstract: This work introduces AM-FM, a semantic framework for machine translation evaluation. Based upon this framework, a new evaluation metric, which is able to operate without the need for reference translations, is implemented and evaluated. The metric is based on the concepts of adequacy and fluency, which are independently assessed by using a cross-language latent semantic indexing approach and an n-gram based language model approach, respectively. Comparative analyses with conventional evaluation metrics are conducted on two different evaluation tasks (overall quality assessment and comparative ranking) over a large collection of human evaluations involving five European languages. Finally, the main pros and cons of the proposed framework are discussed along with future research directions. 1

3 acl-2011-A Bayesian Model for Unsupervised Semantic Parsing

Author: Ivan Titov ; Alexandre Klementiev

Abstract: We propose a non-parametric Bayesian model for unsupervised semantic parsing. Following Poon and Domingos (2009), we consider a semantic parsing setting where the goal is to (1) decompose the syntactic dependency tree of a sentence into fragments, (2) assign each of these fragments to a cluster of semantically equivalent syntactic structures, and (3) predict predicate-argument relations between the fragments. We use hierarchical PitmanYor processes to model statistical dependencies between meaning representations of predicates and those of their arguments, as well as the clusters of their syntactic realizations. We develop a modification of the MetropolisHastings split-merge sampler, resulting in an efficient inference algorithm for the model. The method is experimentally evaluated by us- ing the induced semantic representation for the question answering task in the biomedical domain.

4 acl-2011-A Class of Submodular Functions for Document Summarization

Author: Hui Lin ; Jeff Bilmes

Abstract: We design a class of submodular functions meant for document summarization tasks. These functions each combine two terms, one which encourages the summary to be representative of the corpus, and the other which positively rewards diversity. Critically, our functions are monotone nondecreasing and submodular, which means that an efficient scalable greedy optimization scheme has a constant factor guarantee of optimality. When evaluated on DUC 2004-2007 corpora, we obtain better than existing state-of-art results in both generic and query-focused document summarization. Lastly, we show that several well-established methods for document summarization correspond, in fact, to submodular function optimization, adding further evidence that submodular functions are a natural fit for document summarization.

5 acl-2011-A Comparison of Loopy Belief Propagation and Dual Decomposition for Integrated CCG Supertagging and Parsing

Author: Michael Auli ; Adam Lopez

Abstract: Via an oracle experiment, we show that the upper bound on accuracy of a CCG parser is significantly lowered when its search space is pruned using a supertagger, though the supertagger also prunes many bad parses. Inspired by this analysis, we design a single model with both supertagging and parsing features, rather than separating them into distinct models chained together in a pipeline. To overcome the resulting increase in complexity, we experiment with both belief propagation and dual decomposition approaches to inference, the first empirical comparison of these algorithms that we are aware of on a structured natural language processing problem. On CCGbank we achieve a labelled dependency F-measure of 88.8% on gold POS tags, and 86.7% on automatic part-of-speeoch tags, the best reported results for this task.

6 acl-2011-A Comprehensive Dictionary of Multiword Expressions

Author: Kosho Shudo ; Akira Kurahone ; Toshifumi Tanabe

Abstract: It has been widely recognized that one of the most difficult and intriguing problems in natural language processing (NLP) is how to cope with idiosyncratic multiword expressions. This paper presents an overview of the comprehensive dictionary (JDMWE) of Japanese multiword expressions. The JDMWE is characterized by a large notational, syntactic, and semantic diversity of contained expressions as well as a detailed description of their syntactic functions, structures, and flexibilities. The dictionary contains about 104,000 expressions, potentially 750,000 expressions. This paper shows that the JDMWE’s validity can be supported by comparing the dictionary with a large-scale Japanese N-gram frequency dataset, namely the LDC2009T08, generated by Google Inc. (Kudo et al. 2009). 1

7 acl-2011-A Corpus for Modeling Morpho-Syntactic Agreement in Arabic: Gender, Number and Rationality

Author: Sarah Alkuhlani ; Nizar Habash

Abstract: We present an enriched version of the Penn Arabic Treebank (Maamouri et al., 2004), where latent features necessary for modeling morpho-syntactic agreement in Arabic are manually annotated. We describe our process for efficient annotation, and present the first quantitative analysis of Arabic morphosyntactic phenomena.

8 acl-2011-A Corpus of Scope-disambiguated English Text

Author: Mehdi Manshadi ; James Allen ; Mary Swift

Abstract: Previous work on quantifier scope annotation focuses on scoping sentences with only two quantified noun phrases (NPs), where the quantifiers are restricted to a predefined list. It also ignores negation, modal/logical operators, and other sentential adverbials. We present a comprehensive scope annotation scheme. We annotate the scope interaction between all scopal terms in the sentence from quantifiers to scopal adverbials, without putting any restriction on the number of scopal terms in a sentence. In addition, all NPs, explicitly quantified or not, with no restriction on the type of quantification, are investigated for possible scope interactions. 1

9 acl-2011-A Cross-Lingual ILP Solution to Zero Anaphora Resolution

Author: Ryu Iida ; Massimo Poesio

Abstract: We present an ILP-based model of zero anaphora detection and resolution that builds on the joint determination of anaphoricity and coreference model proposed by Denis and Baldridge (2007), but revises it and extends it into a three-way ILP problem also incorporating subject detection. We show that this new model outperforms several baselines and competing models, as well as a direct translation of the Denis / Baldridge model, for both Italian and Japanese zero anaphora. We incorporate our model in complete anaphoric resolvers for both Italian and Japanese, showing that our approach leads to improved performance also when not used in isolation, provided that separate classifiers are used for zeros and for ex- plicitly realized anaphors.

10 acl-2011-A Discriminative Model for Joint Morphological Disambiguation and Dependency Parsing

Author: John Lee ; Jason Naradowsky ; David A. Smith

Abstract: Most previous studies of morphological disambiguation and dependency parsing have been pursued independently. Morphological taggers operate on n-grams and do not take into account syntactic relations; parsers use the “pipeline” approach, assuming that morphological information has been separately obtained. However, in morphologically-rich languages, there is often considerable interaction between morphology and syntax, such that neither can be disambiguated without the other. In this paper, we propose a discriminative model that jointly infers morphological properties and syntactic structures. In evaluations on various highly-inflected languages, this joint model outperforms both a baseline tagger in morphological disambiguation, and a pipeline parser in head selection.

11 acl-2011-A Fast and Accurate Method for Approximate String Search

Author: Ziqi Wang ; Gu Xu ; Hang Li ; Ming Zhang

Abstract: This paper proposes a new method for approximate string search, specifically candidate generation in spelling error correction, which is a task as follows. Given a misspelled word, the system finds words in a dictionary, which are most “similar” to the misspelled word. The paper proposes a probabilistic approach to the task, which is both accurate and efficient. The approach includes the use of a log linear model, a method for training the model, and an algorithm for finding the top k candidates. The log linear model is defined as a conditional probability distribution of a corrected word and a rule set for the correction conditioned on the misspelled word. The learning method employs the criterion in candidate generation as loss function. The retrieval algorithm is efficient and is guaranteed to find the optimal k candidates. Experimental results on large scale data show that the proposed approach improves upon existing methods in terms of accuracy in different settings.

12 acl-2011-A Generative Entity-Mention Model for Linking Entities with Knowledge Base

Author: Xianpei Han ; Le Sun

Abstract: Linking entities with knowledge base (entity linking) is a key issue in bridging the textual data with the structural knowledge base. Due to the name variation problem and the name ambiguity problem, the entity linking decisions are critically depending on the heterogenous knowledge of entities. In this paper, we propose a generative probabilistic model, called entitymention model, which can leverage heterogenous entity knowledge (including popularity knowledge, name knowledge and context knowledge) for the entity linking task. In our model, each name mention to be linked is modeled as a sample generated through a three-step generative story, and the entity knowledge is encoded in the distribution of entities in document P(e), the distribution of possible names of a specific entity P(s|e), and the distribution of possible contexts of a specific entity P(c|e). To find the referent entity of a name mention, our method combines the evidences from all the three distributions P(e), P(s|e) and P(c|e). Experimental results show that our method can significantly outperform the traditional methods. 1

13 acl-2011-A Graph Approach to Spelling Correction in Domain-Centric Search

Author: Zhuowei Bao ; Benny Kimelfeld ; Yunyao Li

Abstract: Spelling correction for keyword-search queries is challenging in restricted domains such as personal email (or desktop) search, due to the scarcity of query logs, and due to the specialized nature of the domain. For that task, this paper presents an algorithm that is based on statistics from the corpus data (rather than the query log). This algorithm, which employs a simple graph-based approach, can incorporate different types of data sources with different levels of reliability (e.g., email subject vs. email body), and can handle complex spelling errors like splitting and merging of words. An experimental study shows the superiority of the algorithm over existing alternatives in the email domain.

14 acl-2011-A Hierarchical Model of Web Summaries

Author: Yves Petinot ; Kathleen McKeown ; Kapil Thadani

Abstract: We investigate the relevance of hierarchical topic models to represent the content of Web gists. We focus our attention on DMOZ, a popular Web directory, and propose two algorithms to infer such a model from its manually-curated hierarchy of categories. Our first approach, based on information-theoretic grounds, uses an algorithm similar to recursive feature selection. Our second approach is fully Bayesian and derived from the more general model, hierarchical LDA. We evaluate the performance of both models against a flat 1-gram baseline and show improvements in terms of perplexity over held-out data.

15 acl-2011-A Hierarchical Pitman-Yor Process HMM for Unsupervised Part of Speech Induction

Author: Phil Blunsom ; Trevor Cohn

Abstract: In this work we address the problem of unsupervised part-of-speech induction by bringing together several strands of research into a single model. We develop a novel hidden Markov model incorporating sophisticated smoothing using a hierarchical Pitman-Yor processes prior, providing an elegant and principled means of incorporating lexical characteristics. Central to our approach is a new type-based sampling algorithm for hierarchical Pitman-Yor models in which we track fractional table counts. In an empirical evaluation we show that our model consistently out-performs the current state-of-the-art across 10 languages.

16 acl-2011-A Joint Sequence Translation Model with Integrated Reordering

Author: Nadir Durrani ; Helmut Schmid ; Alexander Fraser

Abstract: We present a novel machine translation model which models translation by a linear sequence of operations. In contrast to the “N-gram” model, this sequence includes not only translation but also reordering operations. Key ideas of our model are (i) a new reordering approach which better restricts the position to which a word or phrase can be moved, and is able to handle short and long distance reorderings in a unified way, and (ii) a joint sequence model for the translation and reordering probabilities which is more flexible than standard phrase-based MT. We observe statistically significant improvements in BLEU over Moses for German-to-English and Spanish-to-English tasks, and comparable results for a French-to-English task.

17 acl-2011-A Large Scale Distributed Syntactic, Semantic and Lexical Language Model for Machine Translation

Author: Ming Tan ; Wenli Zhou ; Lei Zheng ; Shaojun Wang

Abstract: This paper presents an attempt at building a large scale distributed composite language model that simultaneously accounts for local word lexical information, mid-range sentence syntactic structure, and long-span document semantic content under a directed Markov random field paradigm. The composite language model has been trained by performing a convergent N-best list approximate EM algorithm that has linear time complexity and a followup EM algorithm to improve word prediction power on corpora with up to a billion tokens and stored on a supercomputer. The large scale distributed composite language model gives drastic perplexity reduction over ngrams and achieves significantly better translation quality measured by the BLEU score and “readability” when applied to the task of re-ranking the N-best list from a state-of-the- art parsing-based machine translation system.

18 acl-2011-A Latent Topic Extracting Method based on Events in a Document and its Application

Author: Risa Kitajima ; Ichiro Kobayashi

Abstract: Recently, several latent topic analysis methods such as LSI, pLSI, and LDA have been widely used for text analysis. However, those methods basically assign topics to words, but do not account for the events in a document. With this background, in this paper, we propose a latent topic extracting method which assigns topics to events. We also show that our proposed method is useful to generate a document summary based on a latent topic.

19 acl-2011-A Mobile Touchable Application for Online Topic Graph Extraction and Exploration of Web Content

Author: Gunter Neumann ; Sven Schmeier

Abstract: We present a mobile touchable application for online topic graph extraction and exploration of web content. The system has been implemented for operation on an iPad. The topic graph is constructed from N web snippets which are determined by a standard search engine. We consider the extraction of a topic graph as a specific empirical collocation extraction task where collocations are extracted between chunks. Our measure of association strength is based on the pointwise mutual information between chunk pairs which explicitly takes their distance into account. An initial user evaluation shows that this system is especially helpful for finding new interesting information on topics about which the user has only a vague idea or even no idea at all.

20 acl-2011-A New Dataset and Method for Automatically Grading ESOL Texts

Author: Helen Yannakoudakis ; Ted Briscoe ; Ben Medlock

Abstract: We demonstrate how supervised discriminative machine learning techniques can be used to automate the assessment of ‘English as a Second or Other Language’ (ESOL) examination scripts. In particular, we use rank preference learning to explicitly model the grade relationships between scripts. A number of different features are extracted and ablation tests are used to investigate their contribution to overall performance. A comparison between regression and rank preference models further supports our method. Experimental results on the first publically available dataset show that our system can achieve levels of performance close to the upper bound for the task, as defined by the agreement between human examiners on the same corpus. Finally, using a set of ‘outlier’ texts, we test the validity of our model and identify cases where the model’s scores diverge from that of a human examiner.

21 acl-2011-A Pilot Study of Opinion Summarization in Conversations

22 acl-2011-A Probabilistic Modeling Framework for Lexical Entailment

23 acl-2011-A Pronoun Anaphora Resolution System based on Factorial Hidden Markov Models

24 acl-2011-A Scalable Probabilistic Classifier for Language Modeling

25 acl-2011-A Simple Measure to Assess Non-response

26 acl-2011-A Speech-based Just-in-Time Retrieval System using Semantic Search

27 acl-2011-A Stacked Sub-Word Model for Joint Chinese Word Segmentation and Part-of-Speech Tagging

28 acl-2011-A Statistical Tree Annotator and Its Applications

29 acl-2011-A Word-Class Approach to Labeling PSCFG Rules for Machine Translation

30 acl-2011-Adjoining Tree-to-String Translation

31 acl-2011-Age Prediction in Blogs: A Study of Style, Content, and Online Behavior in Pre- and Post-Social Media Generations

32 acl-2011-Algorithm Selection and Model Adaptation for ESL Correction Tasks

33 acl-2011-An Affect-Enriched Dialogue Act Classification Model for Task-Oriented Dialogue

34 acl-2011-An Algorithm for Unsupervised Transliteration Mining with an Application to Word Alignment

35 acl-2011-An ERP-based Brain-Computer Interface for text entry using Rapid Serial Visual Presentation and Language Modeling

36 acl-2011-An Efficient Indexer for Large N-Gram Corpora

37 acl-2011-An Empirical Evaluation of Data-Driven Paraphrase Generation Techniques

38 acl-2011-An Empirical Investigation of Discounting in Cross-Domain Language Models

39 acl-2011-An Ensemble Model that Combines Syntactic and Semantic Clustering for Discriminative Dependency Parsing

40 acl-2011-An Error Analysis of Relation Extraction in Social Media Documents

41 acl-2011-An Interactive Machine Translation System with Online Learning

42 acl-2011-An Interface for Rapid Natural Language Processing Development in UIMA

43 acl-2011-An Unsupervised Model for Joint Phrase Alignment and Extraction

44 acl-2011-An exponential translation model for target language morphology

45 acl-2011-Aspect Ranking: Identifying Important Product Aspects from Online Consumer Reviews

46 acl-2011-Automated Whole Sentence Grammar Correction Using a Noisy Channel Model

47 acl-2011-Automatic Assessment of Coverage Quality in Intelligence Reports

48 acl-2011-Automatic Detection and Correction of Errors in Dependency Treebanks

49 acl-2011-Automatic Evaluation of Chinese Translation Output: Word-Level or Character-Level?

50 acl-2011-Automatic Extraction of Lexico-Syntactic Patterns for Detection of Negation and Speculation Scopes

51 acl-2011-Automatic Headline Generation using Character Cross-Correlation

52 acl-2011-Automatic Labelling of Topic Models

53 acl-2011-Automatically Evaluating Text Coherence Using Discourse Relations

54 acl-2011-Automatically Extracting Polarity-Bearing Topics for Cross-Domain Sentiment Classification

55 acl-2011-Automatically Predicting Peer-Review Helpfulness

56 acl-2011-Bayesian Inference for Zodiac and Other Homophonic Ciphers

57 acl-2011-Bayesian Word Alignment for Statistical Machine Translation

58 acl-2011-Beam-Width Prediction for Efficient Context-Free Parsing

59 acl-2011-Better Automatic Treebank Conversion Using A Feature-Based Approach

60 acl-2011-Better Hypothesis Testing for Statistical Machine Translation: Controlling for Optimizer Instability

61 acl-2011-Binarized Forest to String Translation

62 acl-2011-Blast: A Tool for Error Analysis of Machine Translation Output

63 acl-2011-Bootstrapping coreference resolution using word associations

64 acl-2011-C-Feel-It: A Sentiment Analyzer for Micro-blogs

65 acl-2011-Can Document Selection Help Semi-supervised Learning? A Case Study On Event Extraction

66 acl-2011-Chinese sentence segmentation as comma classification

67 acl-2011-Clairlib: A Toolkit for Natural Language Processing, Information Retrieval, and Network Analysis

68 acl-2011-Classifying arguments by scheme

69 acl-2011-Clause Restructuring For SMT Not Absolutely Helpful

70 acl-2011-Clustering Comparable Corpora For Bilingual Lexicon Extraction

71 acl-2011-Coherent Citation-Based Summarization of Scientific Papers

72 acl-2011-Collecting Highly Parallel Data for Paraphrase Evaluation

73 acl-2011-Collective Classification of Congressional Floor-Debate Transcripts

74 acl-2011-Combining Indicators of Allophony

75 acl-2011-Combining Morpheme-based Machine Translation with Post-processing Morpheme Prediction

76 acl-2011-Comparative News Summarization Using Linear Programming

77 acl-2011-Computing and Evaluating Syntactic Complexity Features for Automated Scoring of Spontaneous Non-Native Speech

78 acl-2011-Confidence-Weighted Learning of Factored Discriminative Language Models

79 acl-2011-Confidence Driven Unsupervised Semantic Parsing

80 acl-2011-ConsentCanvas: Automatic Texturing for Improved Readability in End-User License Agreements

81 acl-2011-Consistent Translation using Discriminative Learning - A Translation Memory-inspired Approach

82 acl-2011-Content Models with Attitude

83 acl-2011-Contrasting Multi-Lingual Prosodic Cues to Predict Verbal Feedback for Rapport

84 acl-2011-Contrasting Opposing Views of News Articles on Contentious Issues

85 acl-2011-Coreference Resolution with World Knowledge

86 acl-2011-Coreference for Learning to Extract Relations: Yes Virginia, Coreference Matters

87 acl-2011-Corpus Expansion for Statistical Machine Translation with Semantic Role Label Substitution Rules

88 acl-2011-Creating a manually error-tagged and shallow-parsed learner corpus

89 acl-2011-Creative Language Retrieval: A Robust Hybrid of Information Retrieval and Linguistic Creativity

90 acl-2011-Crowdsourcing Translation: Professional Quality from Non-Professionals

91 acl-2011-Data-oriented Monologue-to-Dialogue Generation

92 acl-2011-Data point selection for cross-language adaptation of dependency parsers

93 acl-2011-Dealing with Spurious Ambiguity in Learning ITG-based Word Alignment

94 acl-2011-Deciphering Foreign Language

95 acl-2011-Detection of Agreement and Disagreement in Broadcast Conversations

96 acl-2011-Disambiguating temporal-contrastive connectives for machine translation

97 acl-2011-Discovering Sociolinguistic Associations with Structured Sparsity

98 acl-2011-Discovery of Topically Coherent Sentences for Extractive Summarization

99 acl-2011-Discrete vs. Continuous Rating Scales for Language Evaluation in NLP

100 acl-2011-Discriminative Feature-Tied Mixture Modeling for Statistical Machine Translation

101 acl-2011-Disentangling Chat with Local Coherence Models

102 acl-2011-Does Size Matter - How Much Data is Required to Train a REG Algorithm?

103 acl-2011-Domain Adaptation by Constraining Inter-Domain Variability of Latent Feature Representation

104 acl-2011-Domain Adaptation for Machine Translation by Mining Unseen Words

105 acl-2011-Dr Sentiment Knows Everything!

106 acl-2011-Dual Decomposition for Natural Language Processing

107 acl-2011-Dynamic Programming Algorithms for Transition-Based Dependency Parsers

108 acl-2011-EdIt: A Broad-Coverage Grammar Checker Using Pattern Grammar

109 acl-2011-Effective Measures of Domain Similarity for Parsing

110 acl-2011-Effective Use of Function Words for Rule Generalization in Forest-Based Translation

111 acl-2011-Effects of Noun Phrase Bracketing in Dependency Parsing and Machine Translation

112 acl-2011-Efficient CCG Parsing: A* versus Adaptive Supertagging

113 acl-2011-Efficient Online Locality Sensitive Hashing via Reservoir Counting

114 acl-2011-End-to-End Relation Extraction Using Distant Supervision from External Semantic Repositories

115 acl-2011-Engkoo: Mining the Web for Language Learning

116 acl-2011-Enhancing Language Models in Statistical Machine Translation with Backward N-grams and Mutual Information Triggers

117 acl-2011-Entity Set Expansion using Topic information

118 acl-2011-Entrainment in Speech Preceding Backchannels.

119 acl-2011-Evaluating the Impact of Coder Errors on Active Learning

120 acl-2011-Even the Abstract have Color: Consensus in Word-Colour Associations

121 acl-2011-Event Discovery in Social Media Feeds

122 acl-2011-Event Extraction as Dependency Parsing

123 acl-2011-Exact Decoding of Syntactic Translation Models through Lagrangian Relaxation

124 acl-2011-Exploiting Morphology in Turkish Named Entity Recognition System

125 acl-2011-Exploiting Readymades in Linguistic Creativity: A System Demonstration of the Jigsaw Bard

126 acl-2011-Exploiting Syntactico-Semantic Structures for Relation Extraction

127 acl-2011-Exploiting Web-Derived Selectional Preference to Improve Statistical Dependency Parsing

128 acl-2011-Exploring Entity Relations for Named Entity Disambiguation

129 acl-2011-Extending the Entity Grid with Entity-Specific Features

130 acl-2011-Extracting Comparative Entities and Predicates from Texts Using Comparative Type Classification

131 acl-2011-Extracting Opinion Expressions and Their Polarities - Exploration of Pipelines and Joint Models

132 acl-2011-Extracting Paraphrases from Definition Sentences on the Web

133 acl-2011-Extracting Social Power Relationships from Natural Language

134 acl-2011-Extracting and Classifying Urdu Multiword Expressions

135 acl-2011-Faster and Smaller N-Gram Language Models

136 acl-2011-Finding Deceptive Opinion Spam by Any Stretch of the Imagination

137 acl-2011-Fine-Grained Class Label Markup of Search Queries

138 acl-2011-French TimeBank: An ISO-TimeML Annotated Reference Corpus

139 acl-2011-From Bilingual Dictionaries to Interlingual Document Representations

140 acl-2011-Fully Unsupervised Word Segmentation with BVE and MDL

141 acl-2011-Gappy Phrasal Alignment By Agreement

142 acl-2011-Generalized Interpolation in Decision Tree LM

143 acl-2011-Getting the Most out of Transition-based Dependency Parsing

144 acl-2011-Global Learning of Typed Entailment Rules

145 acl-2011-Good Seed Makes a Good Crop: Accelerating Active Learning Using Language Modeling

146 acl-2011-Goodness: A Method for Measuring Machine Translation Confidence

147 acl-2011-Grammatical Error Correction with Alternating Structure Optimization

148 acl-2011-HITS-based Seed Selection and Stop List Construction for Bootstrapping

149 acl-2011-Hierarchical Reinforcement Learning and Hidden Markov Models for Task-Oriented Natural Language Generation

150 acl-2011-Hierarchical Text Classification with Latent Concepts

151 acl-2011-Hindi to Punjabi Machine Translation System

152 acl-2011-How Much Can We Gain from Supervised Word Alignment?

153 acl-2011-How do you pronounce your name? Improving G2P with transliterations

154 acl-2011-How to train your multi bottom-up tree transducer

155 acl-2011-Hypothesis Mixture Decoding for Statistical Machine Translation

156 acl-2011-IMASS: An Intelligent Microblog Analysis and Summarization System

157 acl-2011-I Thou Thee, Thou Traitor: Predicting Formal vs. Informal Address in English Literature

158 acl-2011-Identification of Domain-Specific Senses in a Machine-Readable Dictionary

159 acl-2011-Identifying Noun Product Features that Imply Opinions

160 acl-2011-Identifying Sarcasm in Twitter: A Closer Look

161 acl-2011-Identifying Word Translations from Comparable Corpora Using Latent Topic Models

162 acl-2011-Identifying the Semantic Orientation of Foreign Words

163 acl-2011-Improved Modeling of Out-Of-Vocabulary Words Using Morphological Classes

164 acl-2011-Improving Arabic Dependency Parsing with Form-based and Functional Morphological Features

165 acl-2011-Improving Classification of Medical Assertions in Clinical Notes

166 acl-2011-Improving Decoding Generalization for Tree-to-String Translation

167 acl-2011-Improving Dependency Parsing with Semantic Classes

168 acl-2011-Improving On-line Handwritten Recognition using Translation Models in Multimodal Interactive Machine Translation

169 acl-2011-Improving Question Recommendation by Exploiting Information Need

170 acl-2011-In-domain Relation Discovery with Meta-constraints via Posterior Regularization

171 acl-2011-Incremental Syntactic Language Models for Phrase-based Translation

172 acl-2011-Insertion, Deletion, or Substitution? Normalizing Text Messages without Pre-categorization nor Supervision

173 acl-2011-Insertion Operator for Bayesian Tree Substitution Grammars

174 acl-2011-Insights from Network Structure for Text Mining

175 acl-2011-Integrating history-length interpolation and classes in language modeling

176 acl-2011-Integrating surprisal and uncertain-input models in online sentence comprehension: formal techniques and empirical results

177 acl-2011-Interactive Group Suggesting for Twitter

178 acl-2011-Interactive Topic Modeling

179 acl-2011-Is Machine Translation Ripe for Cross-Lingual Sentiment Classification?

180 acl-2011-Issues Concerning Decoding with Synchronous Context-free Grammar

181 acl-2011-Jigs and Lures: Associating Web Queries with Structured Entities

182 acl-2011-Joint Annotation of Search Queries

183 acl-2011-Joint Bilingual Sentiment Classification with Unlabeled Parallel Corpora

184 acl-2011-Joint Hebrew Segmentation and Parsing using a PCFGLA Lattice Parser

185 acl-2011-Joint Identification and Segmentation of Domain-Specific Dialogue Acts for Conversational Dialogue Systems

186 acl-2011-Joint Training of Dependency Parsing Filters through Latent Support Vector Machines

187 acl-2011-Jointly Learning to Extract and Compress

188 acl-2011-Judging Grammaticality with Tree Substitution Grammar Derivations

189 acl-2011-K-means Clustering with Feature Hashing

190 acl-2011-Knowledge-Based Weak Supervision for Information Extraction of Overlapping Relations

191 acl-2011-Knowledge Base Population: Successful Approaches and Challenges

192 acl-2011-Language-Independent Parsing with Empty Elements

193 acl-2011-Language-independent compound splitting with morphological operations

194 acl-2011-Language Use: What can it tell us?

195 acl-2011-Language of Vandalism: Improving Wikipedia Vandalism Detection via Stylometric Analysis

196 acl-2011-Large-Scale Cross-Document Coreference Using Distributed Inference and Hierarchical Models

197 acl-2011-Latent Class Transliteration based on Source Language Origin

198 acl-2011-Latent Semantic Word Sense Induction and Disambiguation

199 acl-2011-Learning Condensed Feature Representations from Large Unsupervised Data Sets for Supervised Learning

200 acl-2011-Learning Dependency-Based Compositional Semantics

201 acl-2011-Learning From Collective Human Behavior to Introduce Diversity in Lexical Choice

202 acl-2011-Learning Hierarchical Translation Structure with Linguistic Annotations

203 acl-2011-Learning Sub-Word Units for Open Vocabulary Speech Recognition

204 acl-2011-Learning Word Vectors for Sentiment Analysis

205 acl-2011-Learning to Grade Short Answer Questions using Semantic Similarity Measures and Dependency Graph Alignments

206 acl-2011-Learning to Transform and Select Elementary Trees for Improved Syntax-based Machine Translations

207 acl-2011-Learning to Win by Reading Manuals in a Monte-Carlo Framework

208 acl-2011-Lexical Normalisation of Short Text Messages: Makn Sens a #twitter

209 acl-2011-Lexically-Triggered Hidden Markov Models for Clinical Document Coding

210 acl-2011-Lexicographic Semirings for Exact Automata Encoding of Sequence Models

211 acl-2011-Liars and Saviors in a Sentiment Annotated Corpus of Comments to Political Debates

212 acl-2011-Local Histograms of Character N-grams for Authorship Attribution

213 acl-2011-Local and Global Algorithms for Disambiguation to Wikipedia

214 acl-2011-Lost in Translation: Authorship Attribution using Frame Semantics

215 acl-2011-MACAON An NLP Tool Suite for Processing Word Lattices

216 acl-2011-MEANT: An inexpensive, high-accuracy, semi-automatic metric for evaluating translation utility based on semantic roles

217 acl-2011-Machine Translation System Combination by Confusion Forest

218 acl-2011-MemeTube: A Sentiment-based Audiovisual System for Analyzing and Displaying Microblog Messages

219 acl-2011-Metagrammar engineering: Towards systematic exploration of implemented grammars

220 acl-2011-Minimum Bayes-risk System Combination

221 acl-2011-Model-Based Aligner Combination Using Dual Decomposition

222 acl-2011-Model-Portability Experiments for Textual Temporal Analysis

223 acl-2011-Modeling Wisdom of Crowds Using Latent Mixture of Discriminative Experts

224 acl-2011-Models and Training for Unsupervised Preposition Sense Disambiguation

225 acl-2011-Monolingual Alignment by Edit Rate Computation on Sentential Paraphrase Pairs

226 acl-2011-Multi-Modal Annotation of Quest Games in Second Life

227 acl-2011-Multimodal Menu-based Dialogue with Speech Cursor in DICO II+

228 acl-2011-N-Best Rescoring Based on Pitch-accent Patterns

229 acl-2011-NULEX: An Open-License Broad Coverage Lexicon

230 acl-2011-Neutralizing Linguistically Problematic Annotations in Unsupervised Dependency Parsing Evaluation

231 acl-2011-Nonlinear Evidence Fusion and Propagation for Hyponymy Relation Mining

232 acl-2011-Nonparametric Bayesian Machine Transliteration with Synchronous Adaptor Grammars

233 acl-2011-On-line Language Model Biasing for Statistical Machine Translation

234 acl-2011-Optimal Head-Driven Parsing Complexity for Linear Context-Free Rewriting Systems

235 acl-2011-Optimal and Syntactically-Informed Decoding for Monolingual Phrase-Based Alignment

236 acl-2011-Optimistic Backtracking - A Backtracking Overlay for Deterministic Incremental Parsing

237 acl-2011-Ordering Prenominal Modifiers with a Reranking Approach

238 acl-2011-P11-2093 k2opt.pdf

239 acl-2011-P11-5002 k2opt.pdf

240 acl-2011-ParaSense or How to Use Parallel Corpora for Word Sense Disambiguation

241 acl-2011-Parsing the Internal Structure of Words: A New Paradigm for Chinese Word Segmentation

242 acl-2011-Part-of-Speech Tagging for Twitter: Annotation, Features, and Experiments

243 acl-2011-Partial Parsing from Bitext Projections

244 acl-2011-Peeling Back the Layers: Detecting Event Role Fillers in Secondary Contexts

245 acl-2011-Phrase-Based Translation Model for Question Retrieval in Community Question Answer Archives

246 acl-2011-Piggyback: Using Search Engines for Robust Cross-Domain Named Entity Recognition

247 acl-2011-Pre- and Postprocessing for Statistical Machine Translation into Germanic Languages

248 acl-2011-Predicting Clicks in a Vocabulary Learning System

249 acl-2011-Predicting Relative Prominence in Noun-Noun Compounds

250 acl-2011-Prefix Probability for Probabilistic Synchronous Context-Free Grammars

251 acl-2011-Probabilistic Document Modeling for Syntax Removal in Text Summarization

252 acl-2011-Prototyping virtual instructors from human-human corpora

253 acl-2011-PsychoSentiWordNet

254 acl-2011-Putting it Simply: a Context-Aware Approach to Lexical Simplification

255 acl-2011-Query Snowball: A Co-occurrence-based Approach to Multi-document Summarization for Question Answering

256 acl-2011-Query Weighting for Ranking Model Adaptation

257 acl-2011-Question Detection in Spoken Conversations Using Textual Conversations

258 acl-2011-Ranking Class Labels Using Query Sessions

259 acl-2011-Rare Word Translation Extraction from Aligned Comparable Documents

260 acl-2011-Recognizing Authority in Dialogue with an Integer Linear Programming Constrained Model

261 acl-2011-Recognizing Named Entities in Tweets

262 acl-2011-Relation Guided Bootstrapping of Semantic Lexicons

263 acl-2011-Reordering Constraint Based on Document-Level Context

264 acl-2011-Reordering Metrics for MT

265 acl-2011-Reordering Modeling using Weighted Alignment Matrices

266 acl-2011-Reordering with Source Language Collocations

267 acl-2011-Reversible Stochastic Attribute-Value Grammars

268 acl-2011-Rule Markov Models for Fast Tree-to-String Translation

269 acl-2011-Scaling up Automatic Cross-Lingual Semantic Role Annotation

270 acl-2011-SciSumm: A Multi-Document Summarization System for Scientific Articles

271 acl-2011-Search in the Lost Sense of "Query": Question Formulation in Web Search Queries and its Temporal Changes

272 acl-2011-Semantic Information and Derivation Rules for Robust Dialogue Act Detection in a Spoken Dialogue System

273 acl-2011-Semantic Representation of Negation Using Focus Detection

274 acl-2011-Semi-Supervised Frame-Semantic Parsing for Unknown Predicates

275 acl-2011-Semi-Supervised Modeling for Prenominal Modifier Ordering

276 acl-2011-Semi-Supervised SimHash for Efficient Document Similarity Search

277 acl-2011-Semi-supervised Relation Extraction with Large-scale Word Clustering

278 acl-2011-Semi-supervised condensed nearest neighbor for part-of-speech tagging

279 acl-2011-Semi-supervised latent variable models for sentence-level sentiment analysis

280 acl-2011-Sentence Ordering Driven by Local and Global Coherence for Summary Generation

281 acl-2011-Sentiment Analysis of Citations using Sentence Structure-Based Features

282 acl-2011-Shift-Reduce CCG Parsing

283 acl-2011-Simple English Wikipedia: A New Text Simplification Task

284 acl-2011-Simple Unsupervised Grammar Induction from Raw Text with Cascaded Finite State Models

285 acl-2011-Simple supervised document geolocation with geodesic grids

286 acl-2011-Social Network Extraction from Texts: A Thesis Proposal

287 acl-2011-Structural Topic Model for Latent Topical Structure Analysis

288 acl-2011-Subjective Natural Language Problems: Motivations, Applications, Characterizations, and Implications

289 acl-2011-Subjectivity and Sentiment Analysis of Modern Standard Arabic

290 acl-2011-Syntax-based Statistical Machine Translation using Tree Automata and Tree Transducers

291 acl-2011-SystemT: A Declarative Information Extraction System

292 acl-2011-Target-dependent Twitter Sentiment Classification

293 acl-2011-Template-Based Information Extraction without the Templates

294 acl-2011-Temporal Evaluation

295 acl-2011-Temporal Restricted Boltzmann Machines for Dependency Parsing

296 acl-2011-Terminal-Aware Synchronous Binarization

297 acl-2011-That's What She Said: Double Entendre Identification

298 acl-2011-The ACL Anthology Searchbench

299 acl-2011-The Arabic Online Commentary Dataset: an Annotated Dataset of Informal Arabic with High Dialectal Content

300 acl-2011-The Surprising Variance in Shortest-Derivation Parsing

301 acl-2011-The impact of language models and loss functions on repair disfluency detection

302 acl-2011-They Can Help: Using Crowdsourcing to Improve the Evaluation of Grammatical Error Detection Systems

303 acl-2011-Tier-based Strictly Local Constraints for Phonology

304 acl-2011-Together We Can: Bilingual Bootstrapping for WSD

305 acl-2011-Topical Keyphrase Extraction from Twitter

306 acl-2011-Towards Style Transformation from Written-Style to Audio-Style

307 acl-2011-Towards Tracking Semantic Change by Visual Analytics

308 acl-2011-Towards a Framework for Abstractive Summarization of Multimodal Documents

309 acl-2011-Transition-based Dependency Parsing with Rich Non-local Features

310 acl-2011-Translating from Morphologically Complex Languages: A Paraphrase-Based Approach

311 acl-2011-Translationese and Its Dialects

312 acl-2011-Turn-Taking Cues in a Human Tutoring Corpus

313 acl-2011-Two Easy Improvements to Lexical Weighting

314 acl-2011-Typed Graph Models for Learning Latent Attributes from Names

315 acl-2011-Types of Common-Sense Knowledge Needed for Recognizing Textual Entailment

316 acl-2011-Unary Constraints for Efficient Context-Free Parsing

317 acl-2011-Underspecifying and Predicting Voice for Surface Realisation Ranking

318 acl-2011-Unsupervised Bilingual Morpheme Segmentation and Alignment with Context-rich Hidden Semi-Markov Models

319 acl-2011-Unsupervised Decomposition of a Document into Authorial Components

320 acl-2011-Unsupervised Discovery of Domain-Specific Knowledge from Text

321 acl-2011-Unsupervised Discovery of Rhyme Schemes

322 acl-2011-Unsupervised Learning of Semantic Relation Composition

323 acl-2011-Unsupervised Part-of-Speech Tagging with Bilingual Graph-Based Projections

324 acl-2011-Unsupervised Semantic Role Induction via Split-Merge Clustering

325 acl-2011-Unsupervised Word Alignment with Arbitrary Features

326 acl-2011-Using Bilingual Information for Cross-Language Document Summarization

327 acl-2011-Using Bilingual Parallel Corpora for Cross-Lingual Textual Entailment

328 acl-2011-Using Cross-Entity Inference to Improve Event Extraction

329 acl-2011-Using Deep Morphology to Improve Automatic Error Detection in Arabic Handwriting Recognition

330 acl-2011-Using Derivation Trees for Treebank Error Detection

331 acl-2011-Using Large Monolingual and Bilingual Corpora to Improve Coordination Disambiguation

332 acl-2011-Using Multiple Sources to Construct a Sentiment Sensitive Thesaurus for Cross-Domain Sentiment Classification

333 acl-2011-Web-Scale Features for Full-Scale Parsing

334 acl-2011-Which Noun Phrases Denote Which Concepts?

335 acl-2011-Why Initialization Matters for IBM Model 1: Multiple Optima and Non-Strict Convexity

336 acl-2011-Why Press Backspace? Understanding User Input Behaviors in Chinese Pinyin Input Method

337 acl-2011-Wikipedia Revision Toolkit: Efficiently Accessing Wikipedias Edit History

338 acl-2011-Wikulu: An Extensible Architecture for Integrating Natural Language Processing Techniques with Wikis

339 acl-2011-Word Alignment Combination over Multiple Word Segmentation

340 acl-2011-Word Alignment via Submodular Maximization over Matroids

341 acl-2011-Word Maturity: Computational Modeling of Word Knowledge

342 acl-2011-full-for-print