paper-with-me

Papers

WikiGraphs: A Wikipedia Text - Knowledge Graph Paired Dataset

2021-07-20 · NAACL (TextGraphs) 2021 6 · Luyu Wang, Yujia Li, Ozlem Aslan, Oriol Vinyals

We present a new dataset of Wikipedia articles each paired with a knowledge graph, to facilitate the research in conditional text generation, graph generation and graph representation learning. Existing graph-text paired datasets typically contain small graphs and short text (1 or few sentences), thus limiting the capabilities of the models that can be learned on the data. Our new dataset WikiGraphs is collected by pairing each Wikipedia article from the established WikiText-103 benchmark (Merity et al., 2016) with a subgraph from the Freebase knowledge graph (Bollacker et al., 2008). This makes it easy to benchmark against other state-of-the-art text generative models that are capable of generating long paragraphs of coherent text. Both the graphs and the text data are of significantly larger scale compared to prior graph-text paired datasets. We present baseline graph neural network and transformer model results on our dataset for 3 tasks: graph -> text generation, graph -> text retrieval and text -> graph retrieval. We show that better conditioning on the graph provides gains in generation and retrieval quality but there is still large room for improvement.

📄 PDF Abstract BibTeX arXiv:2107.09556

Code (1)

deepmind/deepmind-research/tree/master/wikigraphs 공식 구현 jax

Tasks

ArticlesConditional Text GenerationGraph GenerationGraph Neural NetworkGraph Representation LearningKG-to-Text GenerationRepresentation LearningRetrievalText GenerationText Retrieval

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

EMERGE: A Benchmark for Updating Knowledge Graphs with Emerging Textual Knowledge

2025-07-04 · Klim Zaporojets, Daniel Daza, Edoardo Barba, Ira Assent 외 arxiv

Knowledge Graphs (KGs) are structured knowledge repositories containing entities and relations between them. In this paper, we study the problem of automatically updating KGs over time in response to evolving knowledge i…

Information ExtractionKnowledge Graphs

Evaluating the Impact of Knowledge Graph Context on Entity Disambiguation Models

2020-08-12 · Isaiah Onando Mulang', Kuldeep Singh, Chaitali Prabhu, Abhishek Nadgeri 외

Pretrained Transformer models have emerged as state-of-the-art approaches that learn contextual information from text to improve the performance of several NLP tasks. These models, albeit powerful, still require speciali…

Entity Disambiguation

WikiAutoGen: Towards Multi-Modal Wikipedia-Style Article Generation

2025-03-24 · Zhongyu Yang, Jun Chen, Dannong Xu, Junjie Fei 외

Knowledge discovery and collection are intelligence-intensive tasks that traditionally require significant human effort to ensure high-quality outputs. Recent research has explored multi-agent frameworks for automating W…

ArticlesInformativeness

Leveraging Knowledge Graphs and LLMs for Structured Generation of Misinformation

2025-05-30 · Sania Nayab, Marco Simoni, Giulio Rossolini

The rapid spread of misinformation, further amplified by recent advances in generative AI, poses significant threats to society, impacting public opinion, democratic stability, and national security. Understanding and pr…

Knowledge GraphsMisinformation

Layered Graph Embedding for Entity Recommendation using Wikipedia in the Yahoo! Knowledge Graph

2020-04-15 · Chien-Chun Ni, Kin Sum Liu, Nicolas Torzec

In this paper, we describe an embedding-based entity recommendation framework for Wikipedia that organizes Wikipedia into a collection of graphs layered on top of each other, learns complementary entity representations f…

Graph EmbeddingLearning-To-Rank