paper-with-me

홈 › Papers

Mind the Labels: Describing Relations in Knowledge Graphs With Pretrained Models

2022-10-13 · Zdeněk Kasner, Ioannis Konstas, Ondřej Dušek

Pretrained language models (PLMs) for data-to-text (D2T) generation can use human-readable data labels such as column headings, keys, or relation names to generalize to out-of-domain examples. However, the models are well-known in producing semantically inaccurate outputs if these labels are ambiguous or incomplete, which is often the case in D2T datasets. In this paper, we expose this issue on the task of descibing a relation between two entities. For our experiments, we collect a novel dataset for verbalizing a diverse set of 1,522 unique relations from three large-scale knowledge graphs (Wikidata, DBPedia, YAGO). We find that although PLMs for D2T generation expectedly fail on unclear cases, models trained with a large variety of relation labels are surprisingly robust in verbalizing novel, unseen relations. We argue that using data with a diverse set of clear and meaningful labels is key to training D2T generation systems capable of generalizing to novel domains.

📄 PDF Abstract BibTeX arXiv:2210.07373

Code (1)

kasnerz/rel2text 공식 구현 pytorch

Tasks

Knowledge GraphsRelation

Similar Papers 제목 키워드 기반

Multi-Label Zero-Shot Learning with Structured Knowledge Graphs

2017-11-17 · CVPR 2018 6 · Chung-Wei Lee, Wei Fang, Chih-Kuan Yeh, Yu-Chiang Frank Wang

In this paper, we propose a novel deep learning architecture for multi-label zero-shot learning (ML-ZSL), which is able to predict multiple unseen class labels for each input instance. Inspired by the way humans utilize …

General ClassificationKnowledge GraphsMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+3

Modeling Drug-Disease Relations with Linguistic and Knowledge Graph Constraints

2019-03-31 · Bruno Godefroy, Christopher Potts

FDA drug labels are rich sources of information about drugs and drug-disease relations, but their complexity makes them challenging texts to analyze in isolation. To overcome this, we situate these labels in two health k…

Knowledge Graphs

A Category of Genes

2023-11-14 · Yanying Wu

Understanding how genes interact and relate to each other is a fundamental question in biology. However, current practices for describing these relationships, such as drawing diagrams or graphs in a somewhat arbitrary ma…

Miscellaneous

Malware Knowledge Graph Generation

2021-02-10 · Sharmishtha Dutta, Nidhi Rastogi, Destin Yee, Chuqiao Gu 외

Cyber threat and attack intelligence information are available in non-standard format from heterogeneous sources. Comprehending them and utilizing them for threat intelligence extraction requires engaging security expert…

Graph GenerationKnowledge Graphs

Tackling Graphical NLP problems with Graph Recurrent Networks

2019-07-13 · Linfeng Song

How to properly model graphs is a long-existing and important problem in NLP area, where several popular types of graphs are knowledge graphs, semantic graphs and dependency graphs. Comparing with other data structures, …

Graph Neural NetworkKnowledge GraphsMachine Reading ComprehensionMachine Translation+3