← Search

Ralph Abboud

5 accepted papers

2023

BioPlanner: Automatic Evaluation of LLMs on Protocol Planning in Biology

EMNLP 2023long main

The ability to automatically generate accurate protocols for scientific experiments would represent a major step towards the automation of science. Large Language Models (LLMs) have impressive capabilities on a wide range of tasks, such as question answering and the generation of coherent text and c…

Cited by 0SourcecodeScholar
2023

PlanE: Representation Learning over Planar Graphs

NeurIPS 2023poster

Graph neural networks are prominent models for representation learning over graphs, where the idea is to iteratively compute representations of nodes of an input graph through a series of transformations in such a way that the learned graph function is isomorphism-invariant on graphs, which makes th…

2022

Temporal Knowledge Graph Completion Using Box Embeddings

AAAI 2022technical

Knowledge graph completion is the task of inferring missing facts based on existing data in a knowledge graph. Temporal knowledge graph completion (TKGC) is an extension of this task to temporal knowledge graphs, where each fact is additionally associated with a time stamp. Current approaches for TK…

Cited by 117SourcePDFScholar
2021

The Surprising Power of Graph Neural Networks with Random Node Initialization

IJCAI 2021poster

Graph neural networks (GNNs) are effective models for representation learning on relational data. However, standard GNNs are limited in their expressive power, as they cannot distinguish graphs beyond the capability of the Weisfeiler-Leman graph isomorphism heuristic. In order to break this expressi…

Cited by 289SourcePDFScholar
2020

BoxE: A Box Embedding Model for Knowledge Base Completion

NeurIPS 2020spotlight

Knowledge base completion (KBC) aims to automatically infer missing facts by exploiting information already present in a knowledge base (KB). A promising approach for KBC is to embed knowledge into latent spaces and make predictions from learned embeddings. However, existing embedding models are su…