paper-with-me

홈 › Papers

Matching Natural Language Sentences with Hierarchical Sentence Factorization

2018-03-01 · Bang Liu, Ting Zhang, Fred X. Han, Di Niu, Kunfeng Lai, Yu Xu

Semantic matching of natural language sentences or identifying the relationship between two sentences is a core research problem underlying many natural language tasks. Depending on whether training data is available, prior research has proposed both unsupervised distance-based schemes and supervised deep learning schemes for sentence matching. However, previous approaches either omit or fail to fully utilize the ordered, hierarchical, and flexible structures of language objects, as well as the interactions between them. In this paper, we propose Hierarchical Sentence Factorization---a technique to factorize a sentence into a hierarchical representation, with the components at each different scale reordered into a "predicate-argument" form. The proposed sentence factorization technique leads to the invention of: 1) a new unsupervised distance metric which calculates the semantic distance between a pair of text snippets by solving a penalized optimal transport problem while preserving the logical relationship of words in the reordered sentences, and 2) new multi-scale deep learning models for supervised semantic training, based on factorized sentence hierarchies. We apply our techniques to text-pair similarity estimation and text-pair relationship classification tasks, based on multiple datasets such as STSbenchmark, the Microsoft Research paraphrase identification (MSRP) dataset, the SICK dataset, etc. Extensive experiments show that the proposed hierarchical sentence factorization can be used to significantly improve the performance of existing unsupervised distance-based metrics as well as multiple supervised deep learning models based on the convolutional neural network (CNN) and long short-term memory (LSTM).

📄 PDF Abstract BibTeX arXiv:1803.00179

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningParaphrase IdentificationSentence

Similar Papers 제목 키워드 기반

Convolutional Neural Network Architectures for Matching Natural Language Sentences

2015-03-11 · NeurIPS 2014 12 · Baotian Hu, Zhengdong Lu, Hang Li, Qingcai Chen

Semantic matching is of central importance to many natural language tasks \cite{bordes2014semantic,RetrievalQA}. A successful matching algorithm needs to adequately model the internal structures of language objects and t…

Question Answering

Bilateral Multi-Perspective Matching for Natural Language Sentences

2017-02-13 · Zhiguo Wang, Wael Hamza, Radu Florian

Natural language sentence matching is a fundamental technology for a variety of tasks. Previous approaches either match sentences from a single direction or only apply single granular (word-by-word or sentence-by-sentenc…

Natural Language InferenceParaphrase IdentificationSentence

Structured Alignment Networks for Matching Sentences

2018-10-01 · EMNLP 2018 10 · Yang Liu, Matt Gardner, Mirella Lapata

Many tasks in natural language processing involve comparing two sentences to compute some notion of relevance, entailment, or similarity. Typically this comparison is done either at the word level or at the sentence leve…

Natural Language InferenceQuestion AnsweringSentence

A hierarchical approach to vision-based language generation: from simple sentences to complex natural language

2020-12-01 · COLING 2020 8 · Simion-Vlad Bogolin, Ioana Croitoru, Marius Leordeanu

Automatically describing videos in natural language is an ambitious problem, which could bridge our understanding of vision and language. We propose a hierarchical approach, by first generating video descriptions as sequ…

Text Generation

LadRa-Net: Locally-Aware Dynamic Re-read Attention Net for Sentence Semantic Matching

2021-08-06 · Kun Zhang, Guangyi Lv, Le Wu, Enhong Chen 외

Sentence semantic matching requires an agent to determine the semantic relation between two sentences, which is widely used in various natural language tasks, such as Natural Language Inference (NLI), Paraphrase Identifi…

Language ModellingNatural Language InferenceParaphrase IdentificationSentence