← Search

Steven Schockaert

33 accepted papers

2026

Faithful Relational Reasoning with Region-based Embeddings: Expressivity of Convex Coordinate-wise Models

ICML 2026poster

Embedding methods are among the most efficient approaches for learning to reason about relational knowledge. In this paper, we focus on the framework of region-based embeddings, where relations are encoded as geometric regions. The spatial arrangement of these regions allows such models to capture s…

Cited by 0SourceScholar
2025

Extracting Conceptual Spaces from LLMs Using Prototype Embeddings

EMNLP 2025

Conceptual spaces represent entities and concepts using cognitively meaningful dimensions, typically referring to perceptual features. Such representations are widely used in cognitive science and have the potential to serve as a cornerstone for explainable AI. Unfortunately, they have proven notori

2025

Grouping Entities with Shared Properties using Multi-Facet Prompting and Property Embeddings

EMNLP 2025

Methods for learning taxonomies from data have been widely studied. We study a specific version of this task, called commonality identification, where only the set of entities is given and we need to find meaningful ways to group those entities. While LLMs should intuitively excel at this task, it i

2025

Large Language and Reasoning Models are Shallow Disjunctive Reasoners

ACL 2025long

Large Language Models (LLMs) have been found to struggle with systematic reasoning. Even on tasks where they appear to perform well, their performance often depends on shortcuts, rather than on genuine reasoning abilities, leading them to collapse on out-of-distribution (OOD) examples. Post-training…

Cited by 0SourcePDFScholar
2025

There’s No Such Thing as Simple Reasoning for LLMs

ACL 2025finding

Large Language Models (LLMs) have been widely found to struggle with logical reasoning, where even fine-tuned models fail dramatically on out-of-distribution problems. However, existing work has focused on relatively complex “many-hop” reasoning problems. In this paper, we analyse the performance of…

Cited by 0SourcePDFScholar
2025

When No Paths Lead to Rome: Benchmarking Systematic Neural Relational Reasoning

NeurIPS 2025poster

Designing models that can learn to reason in a systematic way is an important and long-standing challenge. In recent years, a wide range of solutions have been proposed for the specific case of systematic relational reasoning, including Neuro-Symbolic approaches, variants of the Transformer architec…

Cited by 0SourceScholar
2024

AMenDeD: Modelling Concepts by Aligning Mentions, Definitions and Decontextualised Embeddings

COLING 2024main

Contextualised Language Models (LM) improve on traditional word embeddings by encoding the meaning of words in context. However, such models have also made it possible to learn high-quality decontextualised concept embeddings. Three main strategies for learning such embeddings have thus far been con…

2024

CONTOR: Benchmarking Strategies for Completing Ontologies with Plausible Missing Rules

EMNLP 2024finding

We consider the problem of finding plausible rules that are missing from a given ontology. A number of strategies for this problem have already been considered in the literature. Little is known about the relative performance of these strategies, however, as they have thus far been evaluated on diff…

2024

Can Language Models Learn Embeddings of Propositional Logic Assertions?

COLING 2024main

Natural language offers an appealing alternative to formal logics as a vehicle for representing knowledge. However, using natural language means that standard methods for automated reasoning can no longer be used. A popular solution is to use transformer-based language models (LMs) to directly reaso…

Cited by 0SourcePDFScholar
2024

Entity or Relation Embeddings? An Analysis of Encoding Strategies for Relation Extraction

EMNLP 2024finding

Existing approaches to relation extraction obtain relation embeddings by concatenating embeddings of the head and tail entities. Despite the popularity of this approach, we find that such representations mostly capture the types of the entities involved, leading to false positives and confusion betw…

2024

Inductive Knowledge Graph Completion with GNNs and Rules: An Analysis

COLING 2024main

The task of inductive knowledge graph completion requires models to learn inference patterns from a training graph, which can then be used to make predictions on a disjoint test graph. Rule-based methods seem like a natural fit for this task, but in practice they significantly underperform state-of-…

2024

Modelling Commonsense Commonalities with Multi-Facet Concept Embeddings

ACL 2024findings

Concept embeddings offer a practical and efficient mechanism for injecting commonsense knowledge into downstream tasks. Their core purpose is often not to predict the commonsense properties of concepts themselves, but rather to identify commonalities, i.e. sets of concepts which share some property…

2024

Ranking Entities along Conceptual Space Dimensions with LLMs: An Analysis of Fine-Tuning Strategies

ACL 2024findings

Conceptual spaces represent entities in terms of their primitive semantic features. Such representations are highly valuable but they are notoriously difficult to learn, especially when it comes to modelling perceptual and subjective features. Distilling conceptual spaces from Large Language Models…

2024

WordNet under Scrutiny: Dictionary Examples in the Era of Large Language Models

COLING 2024main

Dictionary definitions play a prominent role in a wide range of NLP tasks, for instance by providing additional context about the meaning of rare and emerging terms. Many dictionaries also provide examples to illustrate the prototypical usage of words, which brings further opportunities for training…

Cited by 1SourcePDFScholar
2023

Cabbage Sweeter than Cake? Analysing the Potential of Large Language Models for Learning Conceptual Spaces

EMNLP 2023short main

The theory of Conceptual Spaces is an influential cognitive-linguistic framework for representing the meaning of concepts. Conceptual spaces are constructed from a set of quality dimensions, which essentially correspond to primitive perceptual features (e.g. hue or size). These quality dimensions ar…

Cited by 0SourceScholar
2023

Ultra-Fine Entity Typing with Prior Knowledge about Labels: A Simple Clustering Based Strategy

EMNLP 2023long findings

Ultra-fine entity typing (UFET) is the task of inferring the semantic types from a large set of fine-grained candidates that apply to a given entity mention. This task is especially challenging because we only have a small number of training examples for many types, even with distant supervision str…

Cited by 0SourceScholar
2023

What do Deck Chairs and Sun Hats Have in Common? Uncovering Shared Properties in Large Concept Vocabularies

EMNLP 2023short main

Concepts play a central role in many applications. This includes settings where concepts have to be modelled in the absence of sentence context. Previous work has therefore focused on distilling decontextualised concept embeddings from language models. But concepts can be modelled from different per…

Cited by 0SourceScholar
2023

What’s the Meaning of Superhuman Performance in Today’s NLU?

ACL 2023long

In the last five years, there has been a significant focus in Natural Language Processing (NLP) on developing larger Pretrained Language Models (PLMs) and introducing benchmarks such as SuperGLUE and SQuAD to measure their abilities in language understanding, reasoning, and reading comprehension. Th…

Cited by 24SourcePDFScholar
2022

Inferring Prototypes for Multi-Label Few-Shot Image Classification with Word Vector Guided Attention

AAAI 2022technical

Multi-label few-shot image classification (ML-FSIC) is the task of assigning descriptive labels to previously unseen images, based on a small number of training examples. A key feature of the multi-label setting is that images often have multiple labels, which typically refer to different regions of…

Cited by 24SourcePDFScholar
2022

Modelling Commonsense Properties Using Pre-Trained Bi-Encoders

COLING 2022main

Grasping the commonsense properties of everyday concepts is an important prerequisite to language understanding. While contextualised language models are reportedly capable of predicting such commonsense properties with human-level accuracy, we argue that such results have been inflated because of t…

2022

Self-Supervised Intermediate Fine-Tuning of Biomedical Language Models for Interpreting Patient Case Descriptions

COLING 2022main

Interpreting patient case descriptions has emerged as a challenging problem for biomedical NLP, where the aim is typically to predict diagnoses, to recommended treatments, or to answer questions about cases more generally. Previous work has found that biomedical language models often lack the knowle…

2021

BERT is to NLP what AlexNet is to CV: Can Pre-Trained Language Models Identify Analogies?

ACL 2021long

Analogies play a central role in human commonsense reasoning. The ability to recognize analogies such as “eye is to seeing what ear is to hearing”, sometimes referred to as analogical proportions, shape how we structure knowledge and understand language. Surprisingly, however, the task of identifyin…

2021

Distilling Relation Embeddings from Pretrained Language Models

EMNLP 2021main

Pre-trained language models have been found to capture a surprisingly rich amount of lexical knowledge, ranging from commonsense properties of everyday concepts to detailed factual knowledge about named entities. Among others, this makes it possible to distill high-quality word vectors from pre-trai…

2021

Few-Shot Image Classification with Multi-Facet Prototypes

ICASSP 2021accepted

The aim of few-shot learning (FSL) is to learn how to recognize image categories from a small number of training examples. A central challenge is that the available training examples are normally insufficient to determine which visual features are most characteristic of the considered categories. To…

Cited by 0SourceScholar
2021

Modelling General Properties of Nouns by Selectively Averaging Contextualised Embeddings

IJCAI 2021poster

While the success of pre-trained language models has largely eliminated the need for high-quality static word vectors in many NLP applications, static word vectors continue to play an important role in tasks where word meaning needs to be modelled in the absence of linguistic context. In this paper,…

2020

A Mixture-of-Experts Model for Learning Multi-Facet Entity Embeddings

COLING 2020main

Various methods have already been proposed for learning entity embeddings from text descriptions. Such embeddings are commonly used for inferring properties of entities, for recommendation and entity-oriented search, and for injecting background knowledge into neural architectures, among others. Ent…

2020

Don’t Patronize Me! An Annotated Dataset with Patronizing and Condescending Language towards Vulnerable Communities

COLING 2020main

In this paper, we introduce a new annotated dataset which is aimed at supporting the development of NLP models to identify and categorize language that is patronizing or condescending towards vulnerable communities (e.g. refugees, homeless people, poor families). While the prevalence of such languag…

2020

Hierarchical Linear Disentanglement of Data-Driven Conceptual Spaces

IJCAI 2020poster

Conceptual spaces are geometric meaning representations in which similar entities are represented by similar vectors. They are widely used in cognitive science, but there has been relatively little work on learning such representations from data. In particular, while standard representation learning…