← Search

Michael Cochez

6 accepted papers

2023

A Machine with Short-Term, Episodic, and Semantic Memory Systems

AAAI 2023technical

Inspired by the cognitive science theory of the explicit human memory systems, we have modeled an agent with short-term, episodic, and semantic memory systems, each of which is modeled with a knowledge graph. To evaluate this system and analyze the behavior of this agent, we designed and released ou…

2023

Adapting Neural Link Predictors for Data-Efficient Complex Query Answering

NeurIPS 2023poster

Answering complex queries on incomplete knowledge graphs is a challenging task where a model needs to answer complex logical queries in the presence of missing knowledge. Prior work in the literature has proposed to address this problem by designing architectures trained end-to-end for the complex q…

2022

Complex Query Answering with Neural Link Predictors (Extended Abstract)*

IJCAI 2022poster

Neural link predictors are useful for identifying missing edges in large scale Knowledge Graphs. However, it is still not clear how to use these models for answering more complex queries containing logical conjunctions (∧), disjunctions (∨), and existential quantifiers (∃). We propose a framework fo…

2022

Hyperbolic Embedding Inference for Structured Multi-Label Prediction

NeurIPS 2022accept

We consider a structured multi-label prediction problem where the labels are organized under implication and mutual exclusion constraints. A major concern is to produce predictions that are logically consistent with these constraints. To do so, we formulate this problem as an embedding inference pro…

Cited by 21SourcePDFScholar
2022

Query Embedding on Hyper-Relational Knowledge Graphs

ICLR 2022poster

Multi-hop logical reasoning is an established problem in the field of representation learning on knowledge graphs (KGs). It subsumes both one-hop link prediction as well as other more complex types of logical queries. Existing algorithms operate only on classical, triple-based graphs, whereas modern…

2021

Complex Query Answering with Neural Link Predictors

ICLR 2021oral

Neural link predictors are immensely useful for identifying missing edges in large scale Knowledge Graphs. However, it is still not clear how to use these models for answering more complex queries that arise in a number of domains, such as queries using logical conjunctions ($\land$), disjunctions (…