paper-with-me

Papers

LET: Linguistic Knowledge Enhanced Graph Transformer for Chinese Short Text Matching

2021-02-25 · Boer Lyu, Lu Chen, Su Zhu, Kai Yu

Chinese short text matching is a fundamental task in natural language processing. Existing approaches usually take Chinese characters or words as input tokens. They have two limitations: 1) Some Chinese words are polysemous, and semantic information is not fully utilized. 2) Some models suffer potential issues caused by word segmentation. Here we introduce HowNet as an external knowledge base and propose a Linguistic knowledge Enhanced graph Transformer (LET) to deal with word ambiguity. Additionally, we adopt the word lattice graph as input to maintain multi-granularity information. Our model is also complementary to pre-trained language models. Experimental results on two Chinese datasets show that our models outperform various typical text matching approaches. Ablation study also indicates that both semantic information and multi-granularity information are important for text matching modeling.

📄 PDF Abstract BibTeX arXiv:2102.12671

Code (1)

lbe0613/LET 공식 구현 mxnet

Tasks

Text Matching

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
LapEigen 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Revisiting and Advancing Chinese Natural Language Understanding with Accelerated Heterogeneous Knowledge Pre-training

2022-10-11 · Taolin Zhang, Junwei DOng, Jianing Wang, Chengyu Wang 외

Recently, knowledge-enhanced pre-trained language models (KEPLMs) improve context-aware representations via learning from structured relations in knowledge graphs, and/or linguistic knowledge from syntactic or dependency…

GPUKnowledge GraphsLanguage ModelingLanguage Modelling+2

Enhancing Chinese Pre-trained Language Model via Heterogeneous Linguistics Graph

2022-05-01 · ACL 2022 5 · Yanzeng Li, Jiangxia Cao, Xin Cong, Zhenyu Zhang 외

Chinese pre-trained language models usually exploit contextual character information to learn representations, while ignoring the linguistics knowledge, e.g., word and sentence information. Hence, we propose a task-free …

Language ModelingLanguage ModellingSentence

Predicting Genetic Mutation from Whole Slide Images via Biomedical-Linguistic Knowledge Enhanced Multi-label Classification

2024-06-05 · Gexin Huang, Chenfei Wu, Mingjie Li, Xiaojun Chang 외

Predicting genetic mutations from whole slide images is indispensable for cancer diagnosis. However, existing work training multiple binary classification models faces two challenges: (a) Training multiple binary classif…

Binary ClassificationGraph Representation LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

Linguistic Knowledge in Data Augmentation for Natural Language Processing: An Example on Chinese Question Matching

2021-11-29 · Zhengxiang Wang

To investigate the role of linguistic knowledge in data augmentation (DA) for Natural Language Processing (NLP), we designed two adapted DA programs and applied them to LCQMC (a Large-scale Chinese Question Matching Corp…

Data AugmentationLanguage ModellingQuestion SimilaritySemantic Text Matching+1

Enhancing Transformer with Sememe Knowledge

2020-07-01 · WS 2020 7 · Yuhui Zhang, Chenghao Yang, Zhengping Zhou, Zhiyuan Liu

While large-scale pretraining has achieved great success in many NLP tasks, it has not been fully studied whether external linguistic knowledge can improve data-driven models. In this work, we introduce sememe knowledge …

Language ModelingLanguage Modelling