Skip to main content

Showing 1–15 of 15 results for author: Lison, P

.
  1. arXiv:2311.16137  [pdf, other

    cs.RO cs.AI

    A Graph-to-Text Approach to Knowledge-Grounded Response Generation in Human-Robot Interaction

    Authors: Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

    Abstract: Knowledge graphs are often used to represent structured information in a flexible and efficient manner, but their use in situated dialogue remains under-explored. This paper presents a novel conversational model for human--robot interaction that rests upon a graph-based representation of the dialogue state. The knowledge graph representing the dialogue state is continuously updated with new observ… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

    Comments: Submitted to Dialogue & Discourse 2023

  2. arXiv:2310.14312  [pdf, other

    cs.CL

    Neural Text Sanitization with Privacy Risk Indicators: An Empirical Analysis

    Authors: Anthi Papadopoulou, Pierre Lison, Mark Anderson, Lilja Øvrelid, Ildikó Pilán

    Abstract: Text sanitization is the task of redacting a document to mask all occurrences of (direct or indirect) personal identifiers, with the goal of concealing the identity of the individual(s) referred in it. In this paper, we consider a two-step approach to text sanitization and provide a detailed analysis of its empirical performance on two recently published datasets: the Text Anonymization Benchmark… ▽ More

    Submitted 22 October, 2023; originally announced October 2023.

  3. arXiv:2310.13566  [pdf, other

    cs.CL cs.AI

    Retrieval-Augmented Neural Response Generation Using Logical Reasoning and Relevance Scoring

    Authors: Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

    Abstract: Constructing responses in task-oriented dialogue systems typically relies on information sources such the current dialogue state or external databases. This paper presents a novel approach to knowledge-grounded response generation that combines retrieval-augmented language models with logical reasoning. The approach revolves around a knowledge graph representing the current dialogue state and back… ▽ More

    Submitted 20 October, 2023; originally announced October 2023.

    Comments: Presented at SemDial, August 2023 in Maribor, Slovenia

  4. arXiv:2309.15656  [pdf, other

    cs.CL

    Conversational Feedback in Scripted versus Spontaneous Dialogues: A Comparative Analysis

    Authors: Ildikó Pilán, Laurent Prévot, Hendrik Buschmeier, Pierre Lison

    Abstract: Scripted dialogues such as movie and TV subtitles constitute a widespread source of training data for conversational NLP models. However, the linguistic characteristics of those dialogues are notably different from those observed in corpora of spontaneous interactions. This difference is particularly marked for communicative feedback and grounding phenomena such as backchannels, acknowledgments, o… ▽ More

    Submitted 27 September, 2023; originally announced September 2023.

  5. arXiv:2305.00382  [pdf, other

    cs.CR cs.AI cs.CL cs.SE

    Constructing a Knowledge Graph from Textual Descriptions of Software Vulnerabilities in the National Vulnerability Database

    Authors: Anders Mølmen Høst, Pierre Lison, Leon Moonen

    Abstract: Knowledge graphs have shown promise for several cybersecurity tasks, such as vulnerability assessment and threat analysis. In this work, we present a new method for constructing a vulnerability knowledge graph from information in the National Vulnerability Database (NVD). Our approach combines named entity recognition (NER), relation extraction (RE), and entity prediction using a combination of ne… ▽ More

    Submitted 15 May, 2023; v1 submitted 30 April, 2023; originally announced May 2023.

    Comments: Accepted for publication in the 24th Nordic Conference on Computational Linguistics (NoDaLiDa), Tórshavn, Faroe Islands, May 22nd-24th, 2023. [v2]: added funding acknowledgments

  6. arXiv:2303.08470  [pdf, other

    cs.AI cs.RO

    Who's in Charge? Roles and Responsibilities of Decision-Making Components in Conversational Robots

    Authors: Pierre Lison, Casey Kennington

    Abstract: Software architectures for conversational robots typically consist of multiple modules, each designed for a particular processing task or functionality. Some of these modules are developed for the purpose of making decisions about the next action that the robot ought to perform in the current context. Those actions may relate to physical movements, such as driving forward or gras** an object, bu… ▽ More

    Submitted 15 March, 2023; originally announced March 2023.

    Comments: Presented at the HRI 2023 workshop "Human-Robot Conversational Interaction"

  7. arXiv:2211.12852  [pdf, other

    cs.CL cs.AI

    GraphWOZ: Dialogue Management with Conversational Knowledge Graphs

    Authors: Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

    Abstract: We present a new approach to dialogue management using conversational knowledge graphs as core representation of the dialogue state. To this end, we introduce a new dataset, GraphWOZ, which comprises Wizard-of-Oz dialogues in which human participants interact with a robot acting as a receptionist. In contrast to most existing work on dialogue management, GraphWOZ relies on a dialogue state explici… ▽ More

    Submitted 23 November, 2022; originally announced November 2022.

  8. arXiv:2205.06895  [pdf, other

    cs.CL

    Bootstrap** Text Anonymization Models with Distant Supervision

    Authors: Anthi Papadopoulou, Pierre Lison, Lilja Øvrelid, Ildikó Pilán

    Abstract: We propose a novel method to bootstrap text anonymization models based on distant supervision. Instead of requiring manually labeled training data, the approach relies on a knowledge graph expressing the background information assumed to be publicly available about various individuals. This knowledge graph is employed to automatically annotate text documents including personal data about a subset… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

  9. arXiv:2202.00443  [pdf, other

    cs.CL cs.AI

    The Text Anonymization Benchmark (TAB): A Dedicated Corpus and Evaluation Framework for Text Anonymization

    Authors: Ildikó Pilán, Pierre Lison, Lilja Øvrelid, Anthi Papadopoulou, David Sánchez, Montserrat Batet

    Abstract: We present a novel benchmark and associated evaluation metrics for assessing the performance of text anonymization methods. Text anonymization, defined as the task of editing a text document to prevent the disclosure of personal information, currently suffers from a shortage of privacy-oriented annotated text resources, making it difficult to properly evaluate the level of privacy protection offer… ▽ More

    Submitted 1 July, 2022; v1 submitted 25 January, 2022; originally announced February 2022.

  10. skweak: Weak Supervision Made Easy for NLP

    Authors: Pierre Lison, Jeremy Barnes, Aliaksandr Hubin

    Abstract: We present skweak, a versatile, Python-based software toolkit enabling NLP developers to apply weak supervision to a wide range of NLP tasks. Weak supervision is an emerging machine learning paradigm based on a simple idea: instead of labelling data points by hand, we use labelling functions derived from domain knowledge to automatically obtain annotations for a given dataset. The resulting labels… ▽ More

    Submitted 19 April, 2021; originally announced April 2021.

  11. arXiv:2004.14723  [pdf, other

    cs.CL cs.LG stat.ML

    Named Entity Recognition without Labelled Data: A Weak Supervision Approach

    Authors: Pierre Lison, Aliaksandr Hubin, Jeremy Barnes, Samia Touileb

    Abstract: Named Entity Recognition (NER) performance often degrades rapidly when applied to target domains that differ from the texts observed during training. When in-domain labelled data is available, transfer learning techniques can be used to adapt existing NER models to the target domain. But what should one do when there is no hand-labelled data for the target domain? This paper presents a simple but… ▽ More

    Submitted 30 April, 2020; originally announced April 2020.

    Comments: Accepted to ACL 2020 (long paper)

  12. arXiv:1709.07102  [pdf, other

    cs.CR

    Automatic Detection of Malware-Generated Domains with Recurrent Neural Models

    Authors: Pierre Lison, Vasileios Mavroeidis

    Abstract: Modern malware families often rely on domain-generation algorithms (DGAs) to determine rendezvous points to their command-and-control server. Traditional defence strategies (such as blacklisting domains or IP addresses) are inadequate against such techniques due to the large and continuously changing list of domains produced by these algorithms. This paper demonstrates that a machine learning appr… ▽ More

    Submitted 20 September, 2017; originally announced September 2017.

    Comments: Submitted to NISK 2017

  13. arXiv:1704.08966  [pdf, other

    cs.CL cs.AI

    Not All Dialogues are Created Equal: Instance Weighting for Neural Conversational Models

    Authors: Pierre Lison, Serge Bibauw

    Abstract: Neural conversational models require substantial amounts of dialogue data for their parameter estimation and are therefore usually learned on large corpora such as chat forums or movie subtitles. These corpora are, however, often challenging to work with, notably due to their frequent lack of turn segmentation and the presence of multiple references external to the dialogue itself. This paper show… ▽ More

    Submitted 15 July, 2017; v1 submitted 28 April, 2017; originally announced April 2017.

    Comments: Accepted to SIGDIAL 2017

    ACM Class: I.2.7; I.2.6

  14. arXiv:1704.05781  [pdf, other

    cs.CL

    Redefining Context Windows for Word Embedding Models: An Experimental Study

    Authors: Pierre Lison, Andrey Kutuzov

    Abstract: Distributional semantic models learn vector representations of words through the contexts they occur in. Although the choice of context (which often takes the form of a sliding window) has a direct influence on the resulting embeddings, the exact role of this model component is still not fully understood. This paper presents a systematic analysis of context windows based on a set of four distinct… ▽ More

    Submitted 19 April, 2017; originally announced April 2017.

  15. arXiv:1304.1819  [pdf, other

    cs.AI

    Model-based Bayesian Reinforcement Learning for Dialogue Management

    Authors: Pierre Lison

    Abstract: Reinforcement learning methods are increasingly used to optimise dialogue policies from experience. Most current techniques are model-free: they directly estimate the utility of various actions, without explicit model of the interaction dynamics. In this paper, we investigate an alternative strategy grounded in model-based Bayesian reinforcement learning. Bayesian inference is used to maintain a p… ▽ More

    Submitted 5 April, 2013; originally announced April 2013.

    ACM Class: I.2.7; H.5.2