paper-with-me

Papers

CKG: Dynamic Representation Based on Context and Knowledge Graph

2022-12-09 · Xunzhu Tang, Tiezhu Sun, Rujie Zhu, Shi Wang

Recently, neural language representation models pre-trained on large corpus can capture rich co-occurrence information and be fine-tuned in downstream tasks to improve the performance. As a result, they have achieved state-of-the-art results in a large range of language tasks. However, there exists other valuable semantic information such as similar, opposite, or other possible meanings in external knowledge graphs (KGs). We argue that entities in KGs could be used to enhance the correct semantic meaning of language sentences. In this paper, we propose a new method CKG: Dynamic Representation Based on \textbf{C}ontext and \textbf{K}nowledge \textbf{G}raph. On the one side, CKG can extract rich semantic information of large corpus. On the other side, it can make full use of inside information such as co-occurrence in large corpus and outside information such as similar entities in KGs. We conduct extensive experiments on a wide range of tasks, including QQP, MRPC, SST-5, SQuAD, CoNLL 2003, and SNLI. The experiment results show that CKG achieves SOTA 89.2 on SQuAD compared with SAN (84.4), ELMo (85.8), and BERT$_{Base}$ (88.5).

📄 PDF Abstract BibTeX arXiv:2212.04909

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsMRPCQQP

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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$…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Machine Reading Comprehension Using Structural Knowledge Graph-aware Network

2019-11-01 · IJCNLP 2019 11 · Delai Qiu, Yuanzhe Zhang, Xinwei Feng, Xiangwen Liao 외

Leveraging external knowledge is an emerging trend in machine comprehension task. Previous work usually utilizes knowledge graphs such as ConceptNet as external knowledge, and extracts triples from them to enhance the in…

Knowledge GraphsMachine Reading ComprehensionReading Comprehension

Efficiently Embedding Dynamic Knowledge Graphs

2019-10-15 · Tianxing Wu, Arijit Khan, Melvin Yong, Guilin Qi 외

Knowledge graph (KG) embedding encodes the entities and relations from a KG into low-dimensional vector spaces to support various applications such as KG completion, question answering, and recommender systems. In real w…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+3

Context Graph

2024-06-17 · Chengjin Xu, Muzhi Li, Cehao Yang, Xuhui Jiang 외

Knowledge Graphs (KGs) are foundational structures in many AI applications, representing entities and their interrelations through triples. However, triple-based KGs lack the contextual information of relational knowledg…

Knowledge GraphsQuestion Answering

Learning to Encode Evolutionary Knowledge for Automatic Commenting Long Novels

2020-04-21 · Canxiang Yan, Jianhao Yan, Yangyin Xu, Cheng Niu 외

Static knowledge graph has been incorporated extensively into sequence-to-sequence framework for text generation. While effectively representing structured context, static knowledge graph failed to represent knowledge ev…

Comment GenerationGraph-to-SequenceText Generation

Knowledge Graph Enhanced Memory-Augmented Retrieval for Long Context Modeling

2026-06-12 · Ghadir Alselwi, Basem Suleiman, Hao Xue, Shoaib Jameel 외 arxiv

Long-context language modeling requires not only extending context windows but maintaining coherent understanding of entity states and relationships across thousands of tokens -- a challenge that semantic similarity alon…

Semantic SimilarityRelation ExtractionKnowledge Graphs