Search Results for author: Johannes Deleu

Found 26 papers, 16 papers with code

UGent-T2K at the 2nd DialDoc Shared Task: A Retrieval-Focused Dialog System Grounded in Multiple Documents

no code implementations dialdoc (ACL) 2022 Yiwei Jiang, Amir Hadifar, Johannes Deleu, Thomas Demeester, Chris Develder

Further, error analysis reveals two major failure cases, to be addressed in future work: (i) in case of topic shift within the dialog, retrieval often fails to select the correct grounding document(s), and (ii) generation sometimes fails to use the correctly retrieved grounding passage.

Passage Retrieval Response Generation +1

Learning from Partially Annotated Data: Example-aware Creation of Gap-filling Exercises for Language Learning

1 code implementation2 Jun 2023 Semere Kiros Bitew, Johannes Deleu, A. Seza Dogruöz, Chris Develder, Thomas Demeester

Since performing exercises (including, e. g., practice tests) forms a crucial component of learning, and creating such exercises requires non-trivial effort from the teacher.

BioDEX: Large-Scale Biomedical Adverse Drug Event Extraction for Real-World Pharmacovigilance

1 code implementation22 May 2023 Karel D'Oosterlinck, François Remy, Johannes Deleu, Thomas Demeester, Chris Develder, Klim Zaporojets, Aneiss Ghodsi, Simon Ellershaw, Jack Collins, Christopher Potts

We introduce BioDEX, a large-scale resource for Biomedical adverse Drug Event Extraction, rooted in the historical output of drug safety reporting in the U. S. BioDEX consists of 65k abstracts and 19k full-text biomedical papers with 256k associated document-level safety reports created by medical experts.

Event Extraction

TempEL: Linking Dynamically Evolving and Newly Emerging Entities

1 code implementation5 Feb 2023 Klim Zaporojets, Lucie-Aimee Kaffee, Johannes Deleu, Thomas Demeester, Chris Develder, Isabelle Augenstein

For that study, we introduce TempEL, an entity linking dataset that consists of time-stratified English Wikipedia snapshots from 2013 to 2022, from which we collect both anchor mentions of entities, and these target entities' descriptions.

Entity Disambiguation Entity Linking

Learning to Reuse Distractors to support Multiple Choice Question Generation in Education

1 code implementation25 Oct 2022 Semere Kiros Bitew, Amir Hadifar, Lucas Sterckx, Johannes Deleu, Chris Develder, Thomas Demeester

This paper studies how a large existing set of manually created answers and distractors for questions over a variety of domains, subjects, and languages can be leveraged to help teachers in creating new MCQs, by the smart reuse of existing distractors.

Multiple-choice Question Generation +1

EduQG: A Multi-format Multiple Choice Dataset for the Educational Domain

no code implementations12 Oct 2022 Amir Hadifar, Semere Kiros Bitew, Johannes Deleu, Chris Develder, Thomas Demeester

Thus, our versatile dataset can be used for both question and distractor generation, as well as to explore new challenges such as question format conversion.

Distractor Generation Multiple-choice +2

Design of Negative Sampling Strategies for Distantly Supervised Skill Extraction

1 code implementation13 Sep 2022 Jens-Joris Decorte, Jeroen Van Hautte, Johannes Deleu, Chris Develder, Thomas Demeester

We introduce a manually annotated evaluation benchmark for skill extraction based on the ESCO taxonomy, on which we validate our models.

CookDial: A dataset for task-oriented dialogs grounded in procedural documents

1 code implementation17 Jun 2022 Yiwei Jiang, Klim Zaporojets, Johannes Deleu, Thomas Demeester, Chris Develder

This work presents a new dialog dataset, CookDial, that facilitates research on task-oriented dialog systems with procedural knowledge understanding.

Decision Making Response Generation

Injecting Knowledge Base Information into End-to-End Joint Entity and Relation Extraction and Coreference Resolution

1 code implementation Findings (ACL) 2021 Severine Verlinden, Klim Zaporojets, Johannes Deleu, Thomas Demeester, Chris Develder

The used KB entity representations are learned from either (i) hyperlinked text documents (Wikipedia), or (ii) a knowledge graph (Wikidata), and appear complementary in raising IE performance.

coreference-resolution Coreference Resolution +5

DWIE: an entity-centric dataset for multi-task document-level information extraction

2 code implementations26 Sep 2020 Klim Zaporojets, Johannes Deleu, Chris Develder, Thomas Demeester

Second, the document-level multi-task annotations require the models to transfer information between entity mentions located in different parts of the document, as well as between different tasks, in a joint learning setting.

 Ranked #1 on Coreference Resolution on DWIE (Avg. F1 metric)

coreference-resolution Coreference Resolution +6

Solving Arithmetic Word Problems by Scoring Equations with Recursive Neural Networks

no code implementations11 Sep 2020 Klim Zaporojets, Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

Recent works use automatic extraction and ranking of candidate solution equations providing the answer to arithmetic word problems.

Block-wise Dynamic Sparseness

1 code implementation14 Jan 2020 Amir Hadifar, Johannes Deleu, Chris Develder, Thomas Demeester

In this paper, we present a new method for \emph{dynamic sparseness}, whereby part of the computations are omitted dynamically, based on the input.

Language Modelling

Sub-event detection from Twitter streams as a sequence labeling problem

1 code implementation NAACL 2019 Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

This paper introduces improved methods for sub-event detection in social media streams, by applying neural sequence models not only on the level of individual posts, but also directly on the stream level.

Event Detection

Definition and evaluation of model-free coordination of electrical vehicle charging with reinforcement learning

no code implementations27 Sep 2018 Nasrin Sadeghianpourhamami, Johannes Deleu, Chris Develder

In this paper, we propose a new Markov decision process (MDP) formulation in the RL framework, to jointly coordinate a set of EV charging stations.

reinforcement-learning Reinforcement Learning (RL)

Predefined Sparseness in Recurrent Sequence Models

1 code implementation CONLL 2018 Thomas Demeester, Johannes Deleu, Fréderic Godin, Chris Develder

Inducing sparseness while training neural networks has been shown to yield models with a lower memory footprint but similar effectiveness to dense models.

Language Modelling Word Embeddings

Adversarial training for multi-context joint entity and relation extraction

1 code implementation EMNLP 2018 Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

Adversarial training (AT) is a regularization method that can be used to improve the robustness of neural network methods by adding small perturbations in the training data.

Joint Entity and Relation Extraction

Prior Attention for Style-aware Sequence-to-Sequence Models

no code implementations25 Jun 2018 Lucas Sterckx, Johannes Deleu, Chris Develder, Thomas Demeester

We extend sequence-to-sequence models with the possibility to control the characteristics or style of the generated output, via attention that is generated a priori (before decoding) from a latent code vector.

Lexical Simplification

Joint entity recognition and relation extraction as a multi-head selection problem

6 code implementations20 Apr 2018 Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

State-of-the-art models for joint entity recognition and relation extraction strongly rely on external natural language processing (NLP) tools such as POS (part-of-speech) taggers and dependency parsers.

POS

An attentive neural architecture for joint segmentation and parsing and its application to real estate ads

1 code implementation27 Sep 2017 Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

In this work, we propose a new joint model that is able to tackle the two tasks simultaneously and construct the property tree by (i) avoiding the error propagation that would arise from the subtasks one after the other in a pipelined fashion, and (ii) exploiting the interactions between the subtasks.

Dependency Parsing

Reconstructing the house from the ad: Structured prediction on real estate classifieds

1 code implementation EACL 2017 Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

In this paper, we address the (to the best of our knowledge) new problem of extracting a structured description of real estate properties from their natural language descriptions in classifieds.

Dependency Parsing Named Entity Recognition (NER) +1

Knowledge Base Population using Semantic Label Propagation

no code implementations19 Nov 2015 Lucas Sterckx, Thomas Demeester, Johannes Deleu, Chris Develder

We propose to combine distant supervision with minimal manual supervision in a technique called feature labeling, to eliminate noise from the large and noisy initial training set, resulting in a significant increase of precision.

Knowledge Base Population

Cannot find the paper you are looking for? You can Submit a new open access paper.