paper-with-me

홈 › Papers

Parsing Natural Scenes and Natural Language with Recursive Neural Networks

2011-06-01 · Proceedings of the 26th International Conference on Machine Learning (ICML) 2011 2011 6 · Richard Socher,Cliff Chiung-Yu Lin,Andrew Y. Ng,Christopher D. Manning

Recursive structure is commonly found in the inputs of different modalities such as natural scene images or natural language sentences.Discovering this recursive structure helps us to not only identify the units that an image or sentence contains but also how they interact to form a whole. We introduce a max-margin structure prediction architecture based on recursive neural networks that can successfully recover such structure both in complex scene images as well as sentences. The same algorithm can be used both to provide a competitive syntactic parser for natural language sentences from the Penn Treebank and to out-perform alternative approaches for semantic scene segmentation, annotation and classification. For segmentation and annotation our algorithm obtains a new level of state-of-the-art performance on the Stanford background dataset (78.1%). The features from the im-age parse tree outperform Gist descriptors forscene classification by 4%.

📄 PDF Abstract BibTeX

Code (1)

yihui-he/Parsing-Natural-Scenes-and-Natural-Language-with-Recursive-Neural-Networks

Tasks

General ClassificationScene ClassificationScene SegmentationScene UnderstandingSegmentationSentence

Similar Papers 제목 키워드 기반

MaskParse@Deskin at SemEval-2019 Task 1: Cross-lingual UCCA Semantic Parsing using Recursive Masked Sequence Tagging

2019-10-07 · SEMEVAL 2019 6 · Gabriel Marzinotto, Johannes Heinecke, Geraldine Damnati

This paper describes our recursive system for SemEval-2019 \textit{ Task 1: Cross-lingual Semantic Parsing with UCCA}. Each recursive step consists of two parts. We first perform semantic parsing using a sequence tagger …

Cross-Lingual TransferSemantic ParsingSentence

Finding Optimal 1-Endpoint-Crossing Trees

2013-01-01 · TACL 2013 1 · Emily Pitler, Sampath Kannan, Mitchell Marcus

Dependency parsing algorithms capable of producing the types of crossing dependencies seen in natural language sentences have traditionally been orders of magnitude slower than algorithms for projective trees. For 95.8{-…

Dependency ParsingMachine TranslationQuestion Answering

Recursive Tree Attention: Improving Semantic Representations with Syntactic Tree Structured Attention Mechanism

2021-06-04 · Anonymous

Attention mechanism has shown its effectiveness in state-of-the-art methods on various tasks in natural language processing (NLP). However, these methods are still using attention mechanism in plain, linear topological s…

Constituency ParsingRepresentation LearningSentencetext-classification+1

Neural Tree Indexers for Text Understanding

2016-07-15 · EACL 2017 4 · Tsendsuren Munkhdalai, Hong Yu

Recurrent neural networks (RNNs) process input text sequentially and model the conditional transition between word tokens. In contrast, the advantages of recursive networks include that they explicitly model the composit…

Natural Language InferenceSentenceSentence Classification

Cooperative Learning of Disjoint Syntax and Semantics

2019-02-25 · NAACL 2019 6 · Serhii Havrylov, Germán Kruszewski, Armand Joulin

There has been considerable attention devoted to models that learn to jointly infer an expression's syntactic structure and its semantics. Yet, \citet{NangiaB18} has recently shown that the current best systems fail to l…

Domain GeneralizationNatural Language InferenceSentiment Analysis