paper-with-me

홈 › Papers

CDSM: Cascaded Deep Semantic Matching on Textual Graphs Leveraging Ad-hoc Neighbor Selection

2022-11-30 · Jing Yao, Zheng Liu, Junhan Yang, Zhicheng Dou, Xing Xie, Ji-Rong Wen

Deep semantic matching aims to discriminate the relationship between documents based on deep neural networks. In recent years, it becomes increasingly popular to organize documents with a graph structure, then leverage both the intrinsic document features and the extrinsic neighbor features to derive discrimination. Most of the existing works mainly care about how to utilize the presented neighbors, whereas limited effort is made to filter appropriate neighbors. We argue that the neighbor features could be highly noisy and partially useful. Thus, a lack of effective neighbor selection will not only incur a great deal of unnecessary computation cost, but also restrict the matching accuracy severely. In this work, we propose a novel framework, Cascaded Deep Semantic Matching (CDSM), for accurate and efficient semantic matching on textual graphs. CDSM is highlighted for its two-stage workflow. In the first stage, a lightweight CNN-based ad-hod neighbor selector is deployed to filter useful neighbors for the matching task with a small computation cost. We design both one-step and multi-step selection methods. In the second stage, a high-capacity graph-based matching network is employed to compute fine-grained relevance scores based on the well-selected neighbors. It is worth noting that CDSM is a generic framework which accommodates most of the mainstream graph-based semantic matching networks. The major challenge is how the selector can learn to discriminate the neighbors usefulness which has no explicit labels. To cope with this problem, we design a weak-supervision strategy for optimization, where we train the graph-based matching network at first and then the ad-hoc neighbor selector is learned on top of the annotations from the matching network.

📄 PDF Abstract BibTeX arXiv:2211.17171

Code (1)

jingjyyao/cdsm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Lexical Substitution for Evaluating Compositional Distributional Models

2018-06-01 · NAACL 2018 6 · Maja Buljan, Sebastian Pad{\'o}, Jan {\v{S}}najder

Compositional Distributional Semantic Models (CDSMs) model the meaning of phrases and sentences in vector space. They have been predominantly evaluated on limited, artificial tasks such as semantic sentence similarity on…

Natural Language InferenceSentenceSentence SimilaritySentiment Analysis

Predictability of Distributional Semantics in Derivational Word Formation

2016-12-01 · COLING 2016 12 · Sebastian Pad{\'o}, Aur{\'e}lie Herbelot, Max Kisselew, Jan {\v{S}}najder

Compositional distributional semantic models (CDSMs) have successfully been applied to the task of predicting the meaning of a range of linguistic constructions. Their performance on semi-compositional word formation pro…

Machine TranslationregressionSentiment AnalysisWord Embeddings

A SICK cure for the evaluation of compositional distributional semantic models

2014-05-01 · LREC 2014 5 · Marco Marelli, Stefano Menini, Marco Baroni, Luisa Bentivogli 외

Shared and internationally recognized benchmarks are fundamental for the development of any computational system. We aim to help the research community working on compositional distributional semantic models (CDSMs) by p…

Natural Language InferenceSentence

A graph-based analysis of semantic types and coercion in contextualized word embeddings

2026-05-22 · Long Chen, Deniz Ekin Yavas arxiv

Semantic type mismatch between a noun and its context is central to coercion phenomena. This paper introduces a graph-based method to examine how lexical and contextual type information is reflected in word embeddings. W…

CSCNET: Class-Specified Cascaded Network for Compositional Zero-Shot Learning

2024-03-09 · Yanyi Zhang, Qi Jia, Xin Fan, Yu Liu 외

Attribute and object (A-O) disentanglement is a fundamental and critical problem for Compositional Zero-shot Learning (CZSL), whose aim is to recognize novel A-O compositions based on foregone knowledge. Existing methods…

AttributeCompositional Zero-Shot LearningDisentanglementObject+2