paper-with-me

홈 › Papers

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 level, with no attempt to leverage the inherent structure of the sentence. When sentence structure is used for comparison, it is obtained during a non-differentiable pre-processing step, leading to propagation of errors. We introduce a model of structured alignments between sentences, showing how to compare two sentences by matching their latent structures. Using a structured attention mechanism, our model matches candidate spans in the first sentence to candidate spans in the second sentence, simultaneously discovering the tree structure of each sentence. Our model is fully differentiable and trained only on the matching objective. We evaluate this model on two tasks, natural entailment detection and answer sentence selection, and find that modeling latent tree structures results in superior performance. Analysis of the learned sentence structures shows they can reflect some syntactic phenomena.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

STRUCTURED ALIGNMENT NETWORKS

2018-01-01 · ICLR 2018 1 · Yang Liu, Matt Gardner

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 lev…

Natural Language InferenceSentence

Optimal Partial Transport Based Sentence Selection for Long-form Document Matching

2022-10-01 · COLING 2022 10 · Weijie Yu, Liang Pang, Jun Xu, Bing Su 외

One typical approach to long-form document matching is first conducting alignment between cross-document sentence pairs, and then aggregating all of the sentence-level matching signals. However, this approach could be pr…

FormSentence

Semantic Sentence Matching via Interacting Syntax Graphs

2022-10-01 · COLING 2022 10 · Chen Xu, Jun Xu, Zhenhua Dong, Ji-Rong Wen

Studies have shown that the sentence’s syntactic structures are important for semantic sentence matching. A typical approach is encoding each sentence’s syntactic structure into an embedding vector, which can be combined…

Graph MatchingSentence

Inducing Alignment Structure with Gated Graph Attention Networks for Sentence Matching

2020-10-15 · Peng Cui, Le Hu, Yuanchao Liu

Sentence matching is a fundamental task of natural language processing with various applications. Most recent approaches adopt attention-based neural models to build word- or phrase-level alignment between two sentences.…

Graph AttentionParaphrase IdentificationSentence

An interpretability framework for Similar case matching

2023-04-04 · Nankai Lin, Haonan Liu, Jiajun Fang, Dong Zhou 외

Similar Case Matching (SCM) plays a pivotal role in the legal system by facilitating the efficient identification of similar cases for legal professionals. While previous research has primarily concentrated on enhancing …

Sentence