Skip to main content

Showing 1–6 of 6 results for author: Yoo, J Y

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

    cs.CL

    Meet Your Favorite Character: Open-domain Chatbot Mimicking Fictional Characters with only a Few Utterances

    Authors: Seungju Han, Beomsu Kim, ** Yong Yoo, Seokjun Seo, Sangbum Kim, Enkhbayar Erdenee, Buru Chang

    Abstract: In this paper, we consider mimicking fictional characters as a promising direction for building engaging conversation models. To this end, we present a new practical task where only a few utterances of each fictional character are available to generate responses mimicking them. Furthermore, we propose a new method named Pseudo Dialog Prompting (PDP) that generates responses by leveraging the power… ▽ More

    Submitted 22 April, 2022; originally announced April 2022.

    Comments: NAACL2022 (Short)

  2. arXiv:2109.00544  [pdf, other

    cs.CL cs.AI cs.LG

    Towards Improving Adversarial Training of NLP Models

    Authors: ** Yong Yoo, Yanjun Qi

    Abstract: Adversarial training, a method for learning robust deep neural networks, constructs adversarial examples during training. However, recent methods for generating NLP adversarial examples involve combinatorial search and expensive sentence encoders for constraining the generated instances. As a result, it remains challenging to use vanilla adversarial training to improve NLP models' performance, and… ▽ More

    Submitted 11 September, 2021; v1 submitted 1 September, 2021; originally announced September 2021.

    Comments: EMNLP Findings 2021

  3. arXiv:2106.08918  [pdf, other

    cs.LG cs.NE eess.SY

    Towards Automatic Actor-Critic Solutions to Continuous Control

    Authors: Jake Grigsby, ** Yong Yoo, Yanjun Qi

    Abstract: Model-free off-policy actor-critic methods are an efficient solution to complex continuous control tasks. However, these algorithms rely on a number of design tricks and hyperparameters, making their application to new domains difficult and computationally expensive. This paper creates an evolutionary approach that automatically tunes these design decisions and eliminates the RL-specific hyperpara… ▽ More

    Submitted 23 October, 2021; v1 submitted 16 June, 2021; originally announced June 2021.

    Comments: NeurIPS Deep RL Workshop 2021

  4. arXiv:2010.01724  [pdf, other

    cs.SE

    TextAttack: Lessons learned in designing Python frameworks for NLP

    Authors: John X. Morris, ** Yong Yoo, Yanjun Qi

    Abstract: TextAttack is an open-source Python toolkit for adversarial attacks, adversarial training, and data augmentation in NLP. TextAttack unites 15+ papers from the NLP adversarial attack literature into a single framework, with many components reused across attacks. This framework allows both researchers and developers to test and study the weaknesses of their NLP models. To build such an open-source N… ▽ More

    Submitted 4 October, 2020; originally announced October 2020.

    Comments: 4 pages

  5. arXiv:2009.06368  [pdf, other

    cs.CL cs.AI cs.CR cs.LG

    Searching for a Search Method: Benchmarking Search Algorithms for Generating NLP Adversarial Examples

    Authors: ** Yong Yoo, John X. Morris, Eli Lifland, Yanjun Qi

    Abstract: We study the behavior of several black-box search algorithms used for generating adversarial examples for natural language processing (NLP) tasks. We perform a fine-grained analysis of three elements relevant to search: search algorithm, search space, and search budget. When new search algorithms are proposed in past work, the attack search space is often modified alongside the search algorithm. W… ▽ More

    Submitted 12 October, 2020; v1 submitted 9 September, 2020; originally announced September 2020.

    Comments: 14 pages, 5 figures, 4 tables; Accepted by EMNLP BlackBox NLP Workshop 2020 @ https://blackboxnlp.github.io/cfp.html

  6. arXiv:2005.05909  [pdf, other

    cs.CL cs.AI cs.LG

    TextAttack: A Framework for Adversarial Attacks, Data Augmentation, and Adversarial Training in NLP

    Authors: John X. Morris, Eli Lifland, ** Yong Yoo, Jake Grigsby, Di **, Yanjun Qi

    Abstract: While there has been substantial research using adversarial attacks to analyze NLP models, each attack is implemented in its own code repository. It remains challenging to develop NLP attacks and utilize them to improve model performance. This paper introduces TextAttack, a Python framework for adversarial attacks, data augmentation, and adversarial training in NLP. TextAttack builds attacks from… ▽ More

    Submitted 4 October, 2020; v1 submitted 29 April, 2020; originally announced May 2020.

    Comments: 6 pages. More details are shared at https://github.com/QData/TextAttack