Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–10 of 10 results for author: Bekoulis, G

Searching in archive cs. Search in all archives.
.
  1. arXiv:2109.06035  [pdf, other

    cs.CL

    Traffic Event Detection as a Slot Filling Problem

    Authors: Xiangyu Yang, Giannis Bekoulis, Nikos Deligiannis

    Abstract: In this paper, we introduce the new problem of extracting fine-grained traffic information from Twitter streams by also making publicly available the two (constructed) traffic-related datasets from Belgium and the Brussels capital region. In particular, we experiment with several models to identify (i) whether a tweet is traffic-related or not, and (ii) in the case that the tweet is traffic-relate… ▽ More

    Submitted 13 September, 2021; originally announced September 2021.

    Comments: Author pre-print version

  2. arXiv:2103.08870  [pdf, other

    cs.LG cs.AI cs.DC

    Learned Gradient Compression for Distributed Deep Learning

    Authors: Lusine Abrahamyan, Yiming Chen, Giannis Bekoulis, Nikos Deligiannis

    Abstract: Training deep neural networks on large datasets containing high-dimensional data requires a large amount of computation. A solution to this problem is data-parallel distributed training, where a model is replicated into several computational nodes that have access to different chunks of the data. This approach, however, entails high communication rates and latency because of the computed gradients… ▽ More

    Submitted 17 March, 2021; v1 submitted 16 March, 2021; originally announced March 2021.

    Comments: 15 pages 24 figures

  3. arXiv:2010.03001  [pdf, other

    cs.CL

    A Review on Fact Extraction and Verification

    Authors: Giannis Bekoulis, Christina Papagiannopoulou, Nikos Deligiannis

    Abstract: We study the fact checking problem, which aims to identify the veracity of a given claim. Specifically, we focus on the task of Fact Extraction and VERification (FEVER) and its accompanied dataset. The task consists of the subtasks of retrieving the relevant documents (and sentences) from Wikipedia and validating whether the information in the documents supports or refutes a given claim. This task… ▽ More

    Submitted 19 November, 2021; v1 submitted 6 October, 2020; originally announced October 2020.

    Comments: Preprint - Accepted for publication in ACM Computing Surveys

  4. Solving Arithmetic Word Problems by Scoring Equations with Recursive Neural Networks

    Authors: Klim Zaporojets, Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

    Abstract: Solving arithmetic word problems is a cornerstone task in assessing language understanding and reasoning capabilities in NLP systems. Recent works use automatic extraction and ranking of candidate solution equations providing the answer to arithmetic word problems. In this work, we explore novel approaches to score such candidate solution equations using tree-structured recursive neural network (T… ▽ More

    Submitted 9 March, 2021; v1 submitted 11 September, 2020; originally announced September 2020.

    Journal ref: Expert Systems with Applications, 174 (2021) 114704

  5. Graph Convolutional Neural Networks with Node Transition Probability-based Message Passing and DropNode Regularization

    Authors: Tien Huu Do, Duc Minh Nguyen, Giannis Bekoulis, Adrian Munteanu, Nikos Deligiannis

    Abstract: Graph convolutional neural networks (GCNNs) have received much attention recently, owing to their capability in handling graph-structured data. Among the existing GCNNs, many methods can be viewed as instances of a neural message passing motif; features of nodes are passed around their neighbors, aggregated and transformed to produce better nodes' representations. Nevertheless, these methods seldo… ▽ More

    Submitted 18 March, 2021; v1 submitted 28 August, 2020; originally announced August 2020.

    Comments: Expert Systems with Applications, graph-based deep learning, graph neural networks, document classification

    Journal ref: Expert Systems with Applications, 174 (2021), Elsevier

  6. arXiv:2003.02739  [pdf, other

    cs.CL

    Zero-Shot Cross-Lingual Transfer with Meta Learning

    Authors: Farhad Nooralahzadeh, Giannis Bekoulis, Johannes Bjerva, Isabelle Augenstein

    Abstract: Learning what to share between tasks has been a topic of great importance recently, as strategic sharing of knowledge has been shown to improve downstream task performance. This is particularly important for multilingual applications, as most languages in the world are under-resourced. Here, we consider the setting of training models on multiple different languages at the same time, when little or… ▽ More

    Submitted 5 October, 2020; v1 submitted 5 March, 2020; originally announced March 2020.

    Comments: Accepted as long paper in EMNLP2020 main conference

  7. arXiv:1903.05396  [pdf, other

    cs.CL

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

    Authors: Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

    Abstract: 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. Current approaches to identify sub-events within a given event, such as a goal during a soccer match, essentially do not exploit the sequential nature of social media streams. We address this sho… ▽ More

    Submitted 13 March, 2019; originally announced March 2019.

    Comments: NAACL 2019

  8. arXiv:1808.06876  [pdf, other

    cs.CL

    Adversarial training for multi-context joint entity and relation extraction

    Authors: Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

    Abstract: 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. We show how to use AT for the tasks of entity recognition and relation extraction. In particular, we demonstrate that applying AT to a general purpose baseline model for jointly extracting entities and relations, allows improv… ▽ More

    Submitted 14 January, 2019; v1 submitted 21 August, 2018; originally announced August 2018.

    Comments: EMNLP 2018, code is available at https://github.com/bekou/multihead_joint_entity_relation_extraction

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

    Authors: Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

    Abstract: 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. Thus, the performance of such joint models depends on the quality of the features obtained from these NLP tools. However, these features are not always accurate for various languages and contexts.… ▽ More

    Submitted 17 December, 2018; v1 submitted 20 April, 2018; originally announced April 2018.

    Comments: Expert Systems with Applications, code is available at https://github.com/bekou/multihead_joint_entity_relation_extraction

    Journal ref: Expert Systems with Applications, Volume 114, 30 December 2018, Pages 34-45, ISSN 0957-4174

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

    Authors: Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

    Abstract: In processing human produced text using natural language processing (NLP) techniques, two fundamental subtasks that arise are (i) segmentation of the plain text into meaningful subunits (e.g., entities), and (ii) dependency parsing, to establish relations between subunits. In this paper, we develop a relatively simple and effective neural joint model that performs both segmentation and dependency… ▽ More

    Submitted 19 March, 2018; v1 submitted 27 September, 2017; originally announced September 2017.

    Comments: Preprint - Accepted for publication in Expert Systems with Applications

    Journal ref: Expert Systems with Applications, Volume 102, 15 July 2018, Pages 100-112, ISSN 0957-4174