Skip to main content

Showing 1–6 of 6 results for author: Liventsev, V

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

    cs.LG

    PhilHumans: Benchmarking Machine Learning for Personal Health

    Authors: Vadim Liventsev, Vivek Kumar, Allmin Pradhap Singh Susaiyah, Zixiu Wu, Ivan Rodin, Asfand Yaar, Simone Balloccu, Marharyta Beraziuk, Sebastiano Battiato, Giovanni Maria Farinella, Aki Härmä, Rim Helaoui, Milan Petkovic, Diego Reforgiato Recupero, Ehud Reiter, Daniele Riboni, Raymond Sterling

    Abstract: The use of machine learning in Healthcare has the potential to improve patient outcomes as well as broaden the reach and affordability of Healthcare. The history of other application areas indicates that strong benchmarks are essential for the development of intelligent systems. We present Personal Health Interfaces Leveraging HUman-MAchine Natural interactions (PhilHumans), a holistic suite of be… ▽ More

    Submitted 16 May, 2024; v1 submitted 4 May, 2024; originally announced May 2024.

  2. arXiv:2402.17501  [pdf, ps, other

    cs.LG cs.AI

    Intensive Care as One Big Sequence Modeling Problem

    Authors: Vadim Liventsev, Tobias Fritz

    Abstract: Reinforcement Learning in Healthcare is typically concerned with narrow self-contained tasks such as sepsis prediction or anesthesia control. However, previous research has demonstrated the potential of generalist models (the prime example being Large Language Models) to outperform task-specific approaches due to their capability for implicit transfer learning. To enable training of foundation mod… ▽ More

    Submitted 24 May, 2024; v1 submitted 27 February, 2024; originally announced February 2024.

  3. arXiv:2304.10423  [pdf, other

    cs.SE cs.AI cs.NE

    Fully Autonomous Programming with Large Language Models

    Authors: Vadim Liventsev, Anastasiia Grishina, Aki Härmä, Leon Moonen

    Abstract: Current approaches to program synthesis with Large Language Models (LLMs) exhibit a "near miss syndrome": they tend to generate programs that semantically resemble the correct answer (as measured by text similarity metrics or human evaluation), but achieve a low or even zero accuracy as measured by unit tests due to small imperfections, such as the wrong input or output format. This calls for an a… ▽ More

    Submitted 20 April, 2023; originally announced April 2023.

    Comments: Accepted for publication in the Genetic and Evolutionary Computation Conference (GECCO 2023)

  4. arXiv:2108.07129  [pdf, other

    cs.AI cs.PL

    Autoencoders as Tools for Program Synthesis

    Authors: Sander de Bruin, Vadim Liventsev, Milan Petković

    Abstract: Recently there have been many advances in research on language modeling of source code. Applications range from code suggestion and completion to code summarization. However, complete program synthesis of industry-grade programming languages remains an open problem. In this work, we introduce and experimentally validate a variational autoencoder model for program synthesis of industry-grade progra… ▽ More

    Submitted 5 September, 2021; v1 submitted 16 August, 2021; originally announced August 2021.

    Comments: A dedicted website for demonstrating the principles shown in the paper is available at: https://tree2tree.app/ Source code is available at https://github.com/sander102907/autoencoder_program_synthesis

    ACM Class: I.2.2; I.2.6

  5. arXiv:2102.04231  [pdf, other

    cs.AI cs.LG cs.NE

    Neurogenetic Programming Framework for Explainable Reinforcement Learning

    Authors: Vadim Liventsev, Aki Härmä, Milan Petković

    Abstract: Automatic programming, the task of generating computer programs compliant with a specification without a human developer, is usually tackled either via genetic programming methods based on mutation and recombination of programs, or via neural language models. We propose a novel method that combines both approaches using a concept of a virtual neuro-genetic programmer: using evolutionary methods as… ▽ More

    Submitted 8 February, 2021; originally announced February 2021.

    Comments: Source code is available at https://github.com/vadim0x60/cibi

    ACM Class: I.2.2; I.2.6

  6. arXiv:2101.09571  [pdf, other

    cs.AI cs.LG cs.NE

    BF++: a language for general-purpose program synthesis

    Authors: Vadim Liventsev, Aki Härmä, Milan Petković

    Abstract: Most state of the art decision systems based on Reinforcement Learning (RL) are data-driven black-box neural models, where it is often difficult to incorporate expert knowledge into the models or let experts review and validate the learned decision mechanisms. Knowledge-insertion and model review are important requirements in many applications involving human health and safety. One way to bridge t… ▽ More

    Submitted 8 July, 2022; v1 submitted 23 January, 2021; originally announced January 2021.

    Comments: 8+2 pages (paper+references)

    ACM Class: I.2.2