paper-with-me

Papers

Cybersecurity Entity Alignment via Masked Graph Attention Networks

2022-07-04 · Yue Qin, Xiaojing Liao

Cybersecurity vulnerability information is often recorded by multiple channels, including government vulnerability repositories, individual-maintained vulnerability-gathering platforms, or vulnerability-disclosure email lists and forums. Integrating vulnerability information from different channels enables comprehensive threat assessment and quick deployment to various security mechanisms. Efforts to automatically gather such information, however, are impeded by the limitations of today's entity alignment techniques. In our study, we annotate the first cybersecurity-domain entity alignment dataset and reveal the unique characteristics of security entities. Based on these observations, we propose the first cybersecurity entity alignment model, CEAM, which equips GNN-based entity alignment with two mechanisms: asymmetric masked aggregation and partitioned attention. Experimental results on cybersecurity-domain entity alignment datasets demonstrate that CEAM significantly outperforms state-of-the-art entity alignment methods.

📄 PDF Abstract BibTeX arXiv:2207.01434

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentGraph Attention

Similar Papers 제목 키워드 기반

KARMA: Knowledge graph-based Automated Reasoning Materialization and Alignment

2026-07-03 · Jinkyeong Choi, Chaebin Jeong, Donghyeon Park arxiv

Template-based contrastive synthesis is scalable, but its candidates often differ only in a few entity-slots while sequence-level optimization spreads supervision over mostly shared templates. We formalize this as the Re…

Knowledge Graphs

Dual Attention Network for Cross-lingual Entity Alignment

2020-12-01 · COLING 2020 8 · Jian Sun, Yu Zhou, Chengqing Zong

Cross-lingual Entity alignment is an essential part of building a knowledge graph, which can help integrate knowledge among different language knowledge graphs. In the real KGs, there exists an imbalance among the inform…

Entity AlignmentGraph AttentionKnowledge GraphsRelation

Constructing a Knowledge Graph from Textual Descriptions of Software Vulnerabilities in the National Vulnerability Database

2023-04-30 · Anders Mølmen Høst, Pierre Lison, Leon Moonen

Knowledge graphs have shown promise for several cybersecurity tasks, such as vulnerability assessment and threat analysis. In this work, we present a new method for constructing a vulnerability knowledge graph from infor…

Knowledge Graph EmbeddingsKnowledge Graphsnamed-entity-recognitionNamed Entity Recognition+3

RAGA: Relation-aware Graph Attention Networks for Global Entity Alignment

2021-03-01 · Renbo Zhu, Meng Ma, Ping Wang

Entity alignment (EA) is the task to discover entities referring to the same real-world object from different knowledge graphs (KGs), which is the most crucial step in integrating multi-source KGs. The majority of the ex…

Entity AlignmentGraph AttentionKnowledge GraphsRelation

A Contextual Alignment Enhanced Cross Graph Attention Network for Cross-lingual Entity Alignment

2020-12-01 · COLING 2020 8 · Zhiwen Xie, Runjie Zhu, Kunsong Zhao, Jin Liu 외

Cross-lingual entity alignment, which aims to match equivalent entities in KGs with different languages, has attracted considerable focus in recent years. Recently, many graph neural network (GNN) based methods are propo…

Entity AlignmentGraph AttentionGraph Neural Network