paper-with-me

Papers

Recognizing semantic relation in sentence pairs using Tree-RNNs and Typed dependencies

2022-01-13 · Jeena Kleenankandy, K A Abdul Nazeer

Recursive neural networks (Tree-RNNs) based on dependency trees are ubiquitous in modeling sentence meanings as they effectively capture semantic relationships between non-neighborhood words. However, recognizing semantically dissimilar sentences with the same words and syntax is still a challenge to Tree-RNNs. This work proposes an improvement to Dependency Tree-RNN (DT-RNN) using the grammatical relationship type identified in the dependency parse. Our experiments on semantic relatedness scoring (SRS) and recognizing textual entailment (RTE) in sentence pairs using SICK (Sentence Involving Compositional Knowledge) dataset show encouraging results. The model achieved a 2% improvement in classification accuracy for the RTE task over the DT-RNN model. The results show that Pearson's and Spearman's correlation measures between the model's predicted similarity scores and human ratings are higher than those of standard DT-RNNs.

📄 PDF Abstract BibTeX arXiv:2201.04810

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceRelationRTESentence

Similar Papers 제목 키워드 기반

Filling Missing Paths: Modeling Co-occurrences of Word Pairs and Dependency Paths for Recognizing Lexical Semantic Relations

2018-09-10 · NAACL 2018 6 · Koki Washio, Tsuneaki Kato

Recognizing lexical semantic relations between word pairs is an important task for many applications of natural language processing. One of the mainstream approaches to this task is to exploit the lexico-syntactic paths …

Sentence

Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents

2023-05-22 · Jannis Vamvas, Rico Sennrich

Automatically highlighting words that cause semantic differences between two documents could be useful for a wide range of applications. We formulate recognizing semantic differences (RSD) as a token-level regression tas…

Contrastive LearningLanguage ModelingLanguage Modellingregression+2

DEIM: An effective deep encoding and interaction model for sentence matching

2022-03-20 · Kexin Jiang, Yahui Zhao, Rongyi Cui, Zhenguo Zhang

Natural language sentence matching is the task of comparing two sentences and identifying the relationship between them.It has a wide range of applications in natural language processing tasks such as reading comprehensi…

Answer SelectionNatural Language InferenceReading ComprehensionSentence

An enhanced Tree-LSTM architecture for sentence semantic modeling using typed dependencies

2020-02-18 · Jeena Kleenankandy, K. A. Abdul Nazeer

Tree-based Long short term memory (LSTM) network has become state-of-the-art for modeling the meaning of language texts as they can effectively exploit the grammatical syntax and thereby non-linear dependencies among wor…

SentenceSentiment Analysis

DIFM:An effective deep interaction and fusion model for sentence matching

2022-10-01 · CCL 2022 10 · Jiang Kexin, Zhao Yahui, Cui Rongyi

“Natural language sentence matching is the task of comparing two sentences and identifying the relationship between them. It has a wide range of applications in natural language processing tasks such as reading comprehen…

Machine Reading ComprehensionNatural Language InferenceReading ComprehensionSentence