Skip to main content

Showing 1–9 of 9 results for author: Kim, T W

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

    cs.HC

    Repurposing Text-Generating AI into a Thought-Provoking Writing Tutor

    Authors: Tae Wook Kim, Quan Tan

    Abstract: Text-generating AI technology has the potential to revolutionize writing education. However, current AI writing-support tools are limited to providing linear feedback to users. In this work, we demonstrate how text-generating AI can be repurposed into a thought-provoking writing tutor with the addition of recursive feedback mechanisms. Concretely, we developed a prototype AI writing-support tool c… ▽ More

    Submitted 9 April, 2023; originally announced April 2023.

  2. arXiv:2103.05434  [pdf, ps, other

    cs.CY cs.AI

    When is it permissible for artificial intelligence to lie? A trust-based approach

    Authors: Tae Wan Kim, Tong, Lu, Kyusong Lee, Zhaoqi Cheng, Yanhan Tang, John Hooker

    Abstract: Conversational Artificial Intelligence (AI) used in industry settings can be trained to closely mimic human behaviors, including lying and deception. However, lying is often a necessary part of negotiation. To address this, we develop a normative framework for when it is ethical or unethical for a conversational AI to lie to humans, based on whether there is what we call "invitation of trust" in a… ▽ More

    Submitted 13 March, 2021; v1 submitted 9 March, 2021; originally announced March 2021.

  3. arXiv:2101.03138  [pdf

    q-fin.PM cs.AI cs.LG

    Portfolio Optimization with 2D Relative-Attentional Gated Transformer

    Authors: Tae Wan Kim, Matloob Khushi

    Abstract: Portfolio optimization is one of the most attentive fields that have been researched with machine learning approaches. Many researchers attempted to solve this problem using deep reinforcement learning due to its efficient inherence that can handle the property of financial markets. However, most of them can hardly be applicable to real-world trading since they ignore or extremely simplify the rea… ▽ More

    Submitted 27 December, 2020; originally announced January 2021.

    Comments: Accepted to be published in the Proceedings of the IEEE Asia Pacific Conference on Computer Science and Data Engineering 2020 (CSDE 2020)

  4. arXiv:2012.11705  [pdf, other

    cs.AI cs.CY

    Taking Principles Seriously: A Hybrid Approach to Value Alignment

    Authors: Tae Wan Kim, John Hooker, Thomas Donaldson

    Abstract: An important step in the development of value alignment (VA) systems in AI is understanding how VA can reflect valid ethical principles. We propose that designers of VA systems incorporate ethics by utilizing a hybrid approach in which both ethical reasoning and empirical observation play a role. This, we argue, avoids committing the "naturalistic fallacy," which is an attempt to derive "ought" fr… ▽ More

    Submitted 21 December, 2020; originally announced December 2020.

    Comments: arXiv admin note: substantial text overlap with arXiv:1907.05447

  5. arXiv:1907.05447  [pdf, other

    cs.AI cs.CY cs.LG

    Grounding Value Alignment with Ethical Principles

    Authors: Tae Wan Kim, Thomas Donaldson, John Hooker

    Abstract: An important step in the development of value alignment (VA) systems in AI is understanding how values can interrelate with facts. Designers of future VA systems will need to utilize a hybrid approach in which ethical reasoning and empirical observation interrelate successfully in machine behavior. In this article we identify two problems about this interrelation that have been overlooked by AI di… ▽ More

    Submitted 11 July, 2019; originally announced July 2019.

  6. arXiv:1810.11116  [pdf, other

    cs.AI

    Mimetic vs Anchored Value Alignment in Artificial Intelligence

    Authors: Tae Wan Kim, Thomas Donaldson, John Hooker

    Abstract: "Value alignment" (VA) is considered as one of the top priorities in AI research. Much of the existing research focuses on the "A" part and not the "V" part of "value alignment." This paper corrects that neglect by emphasizing the "value" side of VA and analyzes VA from the vantage point of requirements in value theory, in particular, of avoiding the "naturalistic fallacy"--a major epistemic cavea… ▽ More

    Submitted 25 October, 2018; originally announced October 2018.

  7. arXiv:1810.09598  [pdf, other

    cs.AI

    Explainable artificial intelligence (XAI), the goodness criteria and the grasp-ability test

    Authors: Tae Wan Kim

    Abstract: This paper introduces the "grasp-ability test" as a "goodness" criteria by which to compare which explanation is more or less meaningful than others for users to understand the automated algorithmic data processing.

    Submitted 22 October, 2018; originally announced October 2018.

  8. Neural network an1alysis of sleep stages enables efficient diagnosis of narcolepsy

    Authors: Jens B. Stephansen, Alexander N. Olesen, Mads Olsen, Aditya Ambati, Eileen B. Leary, Hyatt E. Moore, Oscar Carrillo, Ling Lin, Fang Han, Han Yan, Yun L. Sun, Yves Dauvilliers, Sabine Scholz, Lucie Barateau, Birgit Hogl, Ambra Stefani, Seung Chul Hong, Tae Won Kim, Fabio Pizza, Giuseppe Plazzi, Stefano Vandi, Elena Antelmi, Dimitri Perrin, Samuel T. Kuna, Paula K. Schweitzer , et al. (5 additional authors not shown)

    Abstract: Analysis of sleep for the diagnosis of sleep disorders such as Type-1 Narcolepsy (T1N) currently requires visual inspection of polysomnography records by trained scoring technicians. Here, we used neural networks in approximately 3,000 normal and abnormal sleep recordings to automate sleep stage scoring, producing a hypnodensity graph - a probability distribution conveying more information than cl… ▽ More

    Submitted 28 February, 2019; v1 submitted 5 October, 2017; originally announced October 2017.

    Comments: 21 pages (not including title or references), 6 figures (1a - 6c), 6 tables, 5 supplementary figures, 9 supplementary tables

    Journal ref: Nature Communications volume 9, Article number: 5229 (2018)

  9. arXiv:1709.00247  [pdf, ps, other

    cs.DS

    A Simple Balanced Search Tree with No Balance Criterion

    Authors: Tae Woo Kim

    Abstract: We present a method that maintains a balanced binary search tree without using any tree balance criterion at all, with the ultimate aim of maximum simplicity. In fact, our method is highly intuitive, and we only need to add minimal extra code and a simple partial-rebuilding algorithm to a naive binary search tree. Our method will be suitable as a highly simple and short solution when amortized log… ▽ More

    Submitted 7 August, 2019; v1 submitted 1 September, 2017; originally announced September 2017.

    Comments: 12 pages

    ACM Class: E.1