paper-with-me

Papers

IterefinE: Iterative KG Refinement Embeddings using Symbolic Knowledge

2020-06-03 · AKBC 2020 6 · Siddhant Arora, Srikanta Bedathur, Maya Ramanath, Deepak Sharma

Knowledge Graphs (KGs) extracted from text sources are often noisy and lead to poor performance in downstream application tasks such as KG-based question answering.While much of the recent activity is focused on addressing the sparsity of KGs by using embeddings for inferring new facts, the issue of cleaning up of noise in KGs through KG refinement task is not as actively studied. Most successful techniques for KG refinement make use of inference rules and reasoning over ontologies. Barring a few exceptions, embeddings do not make use of ontological information, and their performance in KG refinement task is not well understood. In this paper, we present a KG refinement framework called IterefinE which iteratively combines the two techniques - one which uses ontological information and inferences rules, PSL-KGI, and the KG embeddings such as ComplEx and ConvE which do not. As a result, IterefinE is able to exploit not only the ontological information to improve the quality of predictions, but also the power of KG embeddings which (implicitly) perform longer chains of reasoning. The IterefinE framework, operates in a co-training mode and results in explicit type-supervised embedding of the refined KG from PSL-KGI which we call as TypeE-X. Our experiments over a range of KG benchmarks show that the embeddings that we produce are able to reject noisy facts from KG and at the same time infer higher quality new facts resulting in up to 9% improvement of overall weighted F1 score

📄 PDF Abstract BibTeX arXiv:2006.04509

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

T-ILR: a Neurosymbolic Integration for LTLf

2025-08-21 · Riccardo Andreoni, Andrei Buliga, Alessandro Daniele, Chiara Ghidini 외 arxiv

State-of-the-art approaches for integrating symbolic knowledge with deep learning architectures have demonstrated promising results in static domains. However, methods to handle temporal logic specifications remain under…

Computational Efficiency

Symbolic Music Generation with Diffusion Models

2021-03-30 · Gautam Mittal, Jesse Engel, Curtis Hawthorne, Ian Simon

Score-based generative models and diffusion probabilistic models have been successful at generating high-quality samples in continuous domains such as images and audio. However, due to their Langevin-inspired sampling me…

Music Generation

Let LLMs Speak Embedding Languages: Generative Text Embeddings via Iterative Contrastive Refinement

2025-09-29 · Yu-Che Tsai, Kuan-Yu Chen, Yuan-Chi Li, Yuan-Hao Chen 외 arxiv

Existing large language model (LLM)-based embeddings typically adopt an encoder-only paradigm, treating LLMs as static feature extractors and overlooking their core generative strengths. We introduce GIRCSE (Generative I…

Representation Learning

Symbolic Regression via Latent Iterative Refinement

2026-05-26 · Xieting Chu, Sriram Vishwanath, Vijay Ganesh arxiv

Symbolic regression (SR) seeks closed-form mathematical expressions that fit observed data. Neural SR methods amortize the search by training an encoder to map observations directly to expressions in a single pass, but t…

TS-Agent: Understanding and Reasoning Over Raw Time Series via Iterative Insight Gathering

2025-10-08 · Penghang Liu, Elizabeth Fons, Annita Vapsi, Mohsen Ghassemi 외 arxiv

Large language models (LLMs) exhibit strong symbolic and compositional reasoning, yet they struggle with time series question answering as the data is typically transformed into an LLM-compatible modality, e.g., serializ…

Question Answering