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

Showing 1–34 of 34 results for author: Holtzman, A

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

    cs.SE cs.CL

    Benchmarks as Microscopes: A Call for Model Metrology

    Authors: Michael Saxon, Ari Holtzman, Peter West, William Yang Wang, Naomi Saphra

    Abstract: Modern language models (LMs) pose a new challenge in capability assessment. Static benchmarks inevitably saturate without providing confidence in the deployment tolerances of LM-based systems, but developers nonetheless claim that their models have generalized traits such as reasoning or open-domain language understanding based on these flawed metrics. The science and practice of LMs requires a ne… ▽ More

    Submitted 30 July, 2024; v1 submitted 22 July, 2024; originally announced July 2024.

    Comments: Conference paper at COLM 2024

  2. arXiv:2407.06460  [pdf, other

    cs.CL cs.AI

    MUSE: Machine Unlearning Six-Way Evaluation for Language Models

    Authors: Weijia Shi, Jaechan Lee, Yangsibo Huang, Sadhika Malladi, Jieyu Zhao, Ari Holtzman, Daogao Liu, Luke Zettlemoyer, Noah A. Smith, Chiyuan Zhang

    Abstract: Language models (LMs) are trained on vast amounts of text data, which may include private and copyrighted content. Data owners may request the removal of their data from a trained model due to privacy or copyright concerns. However, exactly unlearning only these datapoints (i.e., retraining with the data removed) is intractable in modern-day models. This has led to the development of many approxim… ▽ More

    Submitted 14 July, 2024; v1 submitted 8 July, 2024; originally announced July 2024.

  3. arXiv:2407.02446  [pdf, other

    cs.CL cs.AI

    Predicting vs. Acting: A Trade-off Between World Modeling & Agent Modeling

    Authors: Margaret Li, Weijia Shi, Artidoro Pagnoni, Peter West, Ari Holtzman

    Abstract: RLHF-aligned LMs have shown unprecedented ability on both benchmarks and long-form text generation, yet they struggle with one foundational task: next-token prediction. As RLHF models become agent models aimed at interacting with humans, they seem to lose their world modeling -- the ability to predict what comes next in arbitrary documents, which is the foundational training objective of the Base… ▽ More

    Submitted 2 July, 2024; originally announced July 2024.

  4. arXiv:2405.19325  [pdf, other

    cs.CL

    Nearest Neighbor Speculative Decoding for LLM Generation and Attribution

    Authors: Minghan Li, Xilun Chen, Ari Holtzman, Beidi Chen, Jimmy Lin, Wen-tau Yih, Xi Victoria Lin

    Abstract: Large language models (LLMs) often hallucinate and lack the ability to provide attribution for their generations. Semi-parametric LMs, such as kNN-LM, approach these limitations by refining the output of an LM for a given prompt using its nearest neighbor matches in a non-parametric data store. However, these models often exhibit slow inference speeds and produce non-fluent texts. In this paper, w… ▽ More

    Submitted 30 May, 2024; v1 submitted 29 May, 2024; originally announced May 2024.

  5. arXiv:2405.18400  [pdf, other

    cs.CL cs.LG

    Superposed Decoding: Multiple Generations from a Single Autoregressive Inference Pass

    Authors: Ethan Shen, Alan Fan, Sarah M. Pratt, Jae Sung Park, Matthew Wallingford, Sham M. Kakade, Ari Holtzman, Ranjay Krishna, Ali Farhadi, Aditya Kusupati

    Abstract: Many applications today provide users with multiple auto-complete drafts as they type, including GitHub's code completion, Gmail's smart compose, and Apple's messaging auto-suggestions. Under the hood, language models support this by running an autoregressive inference pass to provide a draft. Consequently, providing $k$ drafts to the user requires running an expensive language model $k$ times. To… ▽ More

    Submitted 24 June, 2024; v1 submitted 28 May, 2024; originally announced May 2024.

    Comments: 22 pages, 15 figures

  6. arXiv:2310.07240  [pdf, other

    cs.NI cs.LG

    CacheGen: KV Cache Compression and Streaming for Fast Large Language Model Serving

    Authors: Yuhan Liu, Hanchen Li, Yihua Cheng, Siddhant Ray, Yuyang Huang, Qizheng Zhang, Kuntai Du, Jiayi Yao, Shan Lu, Ganesh Ananthanarayanan, Michael Maire, Henry Hoffmann, Ari Holtzman, Junchen Jiang

    Abstract: As large language models (LLMs) take on complex tasks, their inputs are supplemented with longer contexts that incorporate domain knowledge. Yet using long contexts is challenging, as nothing can be generated until the whole context is processed by the LLM. While the context-processing delay can be reduced by reusing the KV cache of a context across different inputs, fetching the KV cache, which c… ▽ More

    Submitted 19 July, 2024; v1 submitted 11 October, 2023; originally announced October 2023.

    Comments: SIGCOMM'24

  7. arXiv:2310.03051  [pdf, other

    cs.CL cs.AI

    How FaR Are Large Language Models From Agents with Theory-of-Mind?

    Authors: Pei Zhou, Aman Madaan, Srividya Pranavi Potharaju, Aditya Gupta, Kevin R. McKee, Ari Holtzman, Jay Pujara, Xiang Ren, Swaroop Mishra, Aida Nematzadeh, Shyam Upadhyay, Manaal Faruqui

    Abstract: "Thinking is for Doing." Humans can infer other people's mental states from observations--an ability called Theory-of-Mind (ToM)--and subsequently act pragmatically on those inferences. Existing question answering benchmarks such as ToMi ask models questions to make inferences about beliefs of characters in a story, but do not test whether models can then use these inferences to guide their action… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

    Comments: Preprint, 18 pages, 6 figures, 6 tables

  8. arXiv:2309.12338  [pdf, other

    cs.CY cs.AI

    Artificial Intelligence and Aesthetic Judgment

    Authors: Jessica Hullman, Ari Holtzman, Andrew Gelman

    Abstract: Generative AIs produce creative outputs in the style of human expression. We argue that encounters with the outputs of modern generative AI models are mediated by the same kinds of aesthetic judgments that organize our interactions with artwork. The interpretation procedure we use on art we find in museums is not an innate human faculty, but one developed over history by disciplines such as art hi… ▽ More

    Submitted 21 August, 2023; originally announced September 2023.

    Comments: 16 pages, 4 figures

  9. arXiv:2308.00189  [pdf, other

    cs.LG cs.AI cs.CL

    Generative Models as a Complex Systems Science: How can we make sense of large language model behavior?

    Authors: Ari Holtzman, Peter West, Luke Zettlemoyer

    Abstract: Coaxing out desired behavior from pretrained models, while avoiding undesirable ones, has redefined NLP and is reshaping how we interact with computers. What was once a scientific engineering discipline-in which building blocks are stacked one on top of the other-is arguably already a complex systems science, in which emergent behaviors are sought out to support previously unimagined use cases.… ▽ More

    Submitted 31 July, 2023; originally announced August 2023.

    Comments: 15 pages, 7 figures

  10. arXiv:2305.14314  [pdf, other

    cs.LG

    QLoRA: Efficient Finetuning of Quantized LLMs

    Authors: Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, Luke Zettlemoyer

    Abstract: We present QLoRA, an efficient finetuning approach that reduces memory usage enough to finetune a 65B parameter model on a single 48GB GPU while preserving full 16-bit finetuning task performance. QLoRA backpropagates gradients through a frozen, 4-bit quantized pretrained language model into Low Rank Adapters~(LoRA). Our best model family, which we name Guanaco, outperforms all previous openly rel… ▽ More

    Submitted 23 May, 2023; originally announced May 2023.

    Comments: Extended NeurIPS submission

  11. arXiv:2212.10539  [pdf, other

    cs.CL

    Toward Human Readable Prompt Tuning: Kubrick's The Shining is a good movie, and a good prompt too?

    Authors: Weijia Shi, Xiaochuang Han, Hila Gonen, Ari Holtzman, Yulia Tsvetkov, Luke Zettlemoyer

    Abstract: Large language models can perform new tasks in a zero-shot fashion, given natural language prompts that specify the desired behavior. Such prompts are typically hand engineered, but can also be learned with gradient-based methods from labeled data. However, it is underexplored what factors make the prompts effective, especially when the prompts are natural language. In this paper, we investigate c… ▽ More

    Submitted 20 December, 2022; originally announced December 2022.

  12. arXiv:2210.15097  [pdf, other

    cs.CL cs.AI cs.LG

    Contrastive Decoding: Open-ended Text Generation as Optimization

    Authors: Xiang Lisa Li, Ari Holtzman, Daniel Fried, Percy Liang, Jason Eisner, Tatsunori Hashimoto, Luke Zettlemoyer, Mike Lewis

    Abstract: Given a language model (LM), maximum probability is a poor decoding objective for open-ended generation, because it produces short and repetitive text. On the other hand, sampling can often produce incoherent text that drifts from the original topics. We propose contrastive decoding (CD), a reliable decoding approach that optimizes a contrastive objective subject to a plausibility constraint. The… ▽ More

    Submitted 10 July, 2023; v1 submitted 26 October, 2022; originally announced October 2022.

    Comments: Main conference long paper at ACL 2023

  13. arXiv:2208.12852  [pdf, other

    cs.CL cs.AI

    What Do NLP Researchers Believe? Results of the NLP Community Metasurvey

    Authors: Julian Michael, Ari Holtzman, Alicia Parrish, Aaron Mueller, Alex Wang, Angelica Chen, Divyam Madaan, Nikita Nangia, Richard Yuanzhe Pang, Jason Phang, Samuel R. Bowman

    Abstract: We present the results of the NLP Community Metasurvey. Run from May to June 2022, the survey elicited opinions on controversial issues, including industry influence in the field, concerns about AGI, and ethics. Our results put concrete numbers to several controversies: For example, respondents are split almost exactly in half on questions about the importance of artificial general intelligence, w… ▽ More

    Submitted 26 August, 2022; originally announced August 2022.

    Comments: 31 pages, 19 figures, 3 tables; more information at https://nlpsurvey.net

    ACM Class: I.2.7

  14. arXiv:2202.12837  [pdf, other

    cs.CL cs.AI

    Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?

    Authors: Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, Luke Zettlemoyer

    Abstract: Large language models (LMs) are able to in-context learn -- perform a new task via inference alone by conditioning on a few input-label pairs (demonstrations) and making predictions for new inputs. However, there has been little understanding of how the model learns and which aspects of the demonstrations contribute to end task performance. In this paper, we show that ground truth demonstrations a… ▽ More

    Submitted 20 October, 2022; v1 submitted 25 February, 2022; originally announced February 2022.

    Comments: 17 pages; 12 figures. Published as a conference paper at EMNLP 2022 (long). Code available at https://github.com/Alrope123/rethinking-demonstrations

  15. arXiv:2108.05036  [pdf, other

    cs.CL cs.AI

    DEMix Layers: Disentangling Domains for Modular Language Modeling

    Authors: Suchin Gururangan, Mike Lewis, Ari Holtzman, Noah A. Smith, Luke Zettlemoyer

    Abstract: We introduce a new domain expert mixture (DEMix) layer that enables conditioning a language model (LM) on the domain of the input text. A DEMix layer is a collection of expert feedforward networks, each specialized to a domain, that makes the LM modular: experts can be mixed, added or removed after initial training. Extensive experiments with autoregressive transformer LMs (up to 1.3B parameters)… ▽ More

    Submitted 20 August, 2021; v1 submitted 11 August, 2021; originally announced August 2021.

    Comments: edits: updated reference links, added related work, typo fixes

  16. arXiv:2106.00188  [pdf, other

    cs.CL cs.AI

    PIGLeT: Language Grounding Through Neuro-Symbolic Interaction in a 3D World

    Authors: Rowan Zellers, Ari Holtzman, Matthew Peters, Roozbeh Mottaghi, Aniruddha Kembhavi, Ali Farhadi, Yejin Choi

    Abstract: We propose PIGLeT: a model that learns physical commonsense knowledge through interaction, and then uses this knowledge to ground language. We factorize PIGLeT into a physical dynamics model, and a separate language model. Our dynamics model learns not just what objects are but also what they do: glass cups break when thrown, plastic ones don't. We then use it as the interface to our language mode… ▽ More

    Submitted 30 January, 2022; v1 submitted 31 May, 2021; originally announced June 2021.

    Comments: ACL 2021 camera ready, project page at https://rowanzellers.com/piglet/

  17. arXiv:2104.08718  [pdf, other

    cs.CV cs.CL

    CLIPScore: A Reference-free Evaluation Metric for Image Captioning

    Authors: Jack Hessel, Ari Holtzman, Maxwell Forbes, Ronan Le Bras, Yejin Choi

    Abstract: Image captioning has conventionally relied on reference-based automatic evaluations, where machine captions are compared against captions written by humans. This is in contrast to the reference-free manner in which humans assess caption quality. In this paper, we report the surprising empirical finding that CLIP (Radford et al., 2021), a cross-modal model pretrained on 400M image+caption pairs f… ▽ More

    Submitted 23 March, 2022; v1 submitted 18 April, 2021; originally announced April 2021.

    Journal ref: EMNLP 2021

  18. arXiv:2104.08315  [pdf, other

    cs.CL

    Surface Form Competition: Why the Highest Probability Answer Isn't Always Right

    Authors: Ari Holtzman, Peter West, Vered Shwartz, Yejin Choi, Luke Zettlemoyer

    Abstract: Large language models have shown promising results in zero-shot settings (Brown et al.,2020; Radford et al., 2019). For example, they can perform multiple choice tasks simply by conditioning on a question and selecting the answer with the highest probability. However, ranking by string probability can be problematic due to surface form competition-wherein different surface forms compete for prob… ▽ More

    Submitted 20 November, 2022; v1 submitted 16 April, 2021; originally announced April 2021.

  19. arXiv:2102.01263  [pdf, other

    cs.CL

    MultiTalk: A Highly-Branching Dialog Testbed for Diverse Conversations

    Authors: Yao Dou, Maxwell Forbes, Ari Holtzman, Yejin Choi

    Abstract: We study conversational dialog in which there are many possible responses to a given history. We present the MultiTalk Dataset, a corpus of over 320,000 sentences of written conversational dialog that balances a high branching factor (10) with several conversation turns (6) through selective branch continuation. We make multiple contributions to study dialog generation in the highly branching sett… ▽ More

    Submitted 1 February, 2021; originally announced February 2021.

    Comments: 7 pages, AAAI-21

  20. arXiv:2010.08566  [pdf, other

    cs.CL

    Reflective Decoding: Beyond Unidirectional Generation with Off-the-Shelf Language Models

    Authors: Peter West, Ximing Lu, Ari Holtzman, Chandra Bhagavatula, Jena Hwang, Yejin Choi

    Abstract: Publicly available, large pretrained LanguageModels (LMs) generate text with remarkable quality, but only sequentially from left to right. As a result, they are not immediately applicable to generation tasks that break the unidirectional assumption, such as paraphrasing or text-infilling, necessitating task-specific supervision. In this paper, we present Reflective Decoding, a novel unsupervised… ▽ More

    Submitted 24 December, 2021; v1 submitted 16 October, 2020; originally announced October 2020.

  21. arXiv:2004.10151  [pdf, other

    cs.CL cs.AI cs.LG

    Experience Grounds Language

    Authors: Yonatan Bisk, Ari Holtzman, Jesse Thomason, Jacob Andreas, Yoshua Bengio, Joyce Chai, Mirella Lapata, Angeliki Lazaridou, Jonathan May, Aleksandr Nisnevich, Nicolas Pinto, Joseph Turian

    Abstract: Language understanding research is held back by a failure to relate language to the physical world it describes and to the social interactions it facilitates. Despite the incredible effectiveness of language processing models to tackle tasks after being trained on text alone, successful linguistic communication relies on a shared experience of the world. It is this shared experience that makes utt… ▽ More

    Submitted 1 November, 2020; v1 submitted 21 April, 2020; originally announced April 2020.

    Comments: Empirical Methods in Natural Language Processing (EMNLP), 2020

  22. arXiv:2004.03607  [pdf, other

    cs.CL

    TuringAdvice: A Generative and Dynamic Evaluation of Language Use

    Authors: Rowan Zellers, Ari Holtzman, Elizabeth Clark, Lianhui Qin, Ali Farhadi, Yejin Choi

    Abstract: We propose TuringAdvice, a new challenge task and dataset for language understanding models. Given a written situation that a real person is currently facing, a model must generate helpful advice in natural language. Our evaluation framework tests a fundamental aspect of human language understanding: our ability to use language to resolve open-ended situations by communicating with each other. E… ▽ More

    Submitted 12 April, 2021; v1 submitted 7 April, 2020; originally announced April 2020.

    Comments: NAACL 2021 camera ready. Project page at https://rowanzellers.com/advice

  23. arXiv:1909.07405  [pdf, other

    cs.CL

    BottleSum: Unsupervised and Self-supervised Sentence Summarization using the Information Bottleneck Principle

    Authors: Peter West, Ari Holtzman, Jan Buys, Yejin Choi

    Abstract: The principle of the Information Bottleneck (Tishby et al. 1999) is to produce a summary of information X optimized to predict some other relevant information Y. In this paper, we propose a novel approach to unsupervised sentence summarization by mapping the Information Bottleneck principle to a conditional language modelling objective: given a sentence, our approach seeks a compressed sentence th… ▽ More

    Submitted 20 September, 2019; v1 submitted 16 September, 2019; originally announced September 2019.

  24. arXiv:1909.04076  [pdf, other

    cs.CL cs.AI

    Counterfactual Story Reasoning and Generation

    Authors: Lianhui Qin, Antoine Bosselut, Ari Holtzman, Chandra Bhagavatula, Elizabeth Clark, Yejin Choi

    Abstract: Counterfactual reasoning requires predicting how alternative events, contrary to what actually happened, might have resulted in different outcomes. Despite being considered a necessary component of AI-complete systems, few resources have been developed for evaluating counterfactual reasoning in narratives. In this paper, we propose Counterfactual Story Rewriting: given an original story and an i… ▽ More

    Submitted 12 September, 2019; v1 submitted 9 September, 2019; originally announced September 2019.

    Comments: Accepted to EMNLP 2019

  25. arXiv:1908.05739  [pdf, other

    cs.CL

    Abductive Commonsense Reasoning

    Authors: Chandra Bhagavatula, Ronan Le Bras, Chaitanya Malaviya, Keisuke Sakaguchi, Ari Holtzman, Hannah Rashkin, Doug Downey, Scott Wen-tau Yih, Yejin Choi

    Abstract: Abductive reasoning is inference to the most plausible explanation. For example, if Jenny finds her house in a mess when she returns from work, and remembers that she left a window open, she can hypothesize that a thief broke into her house and caused the mess, as the most plausible explanation. While abduction has long been considered to be at the core of how people interpret and read between the… ▽ More

    Submitted 13 February, 2020; v1 submitted 15 August, 2019; originally announced August 2019.

    Comments: ICLR 2020 Camera Ready

  26. arXiv:1908.02899  [pdf, other

    cs.CL

    Do Neural Language Representations Learn Physical Commonsense?

    Authors: Maxwell Forbes, Ari Holtzman, Yejin Choi

    Abstract: Humans understand language based on the rich background knowledge about how the physical world works, which in turn allows us to reason about the physical world through language. In addition to the properties of objects (e.g., boats require fuel) and their affordances, i.e., the actions that are applicable to them (e.g., boats can be driven), we can also reason about if-then inferences between wha… ▽ More

    Submitted 7 August, 2019; originally announced August 2019.

    Comments: Published in The Proceedings of the 41st Annual Conference of the Cognitive Science Society (CogSci 2019)

  27. arXiv:1907.01272  [pdf, other

    cs.CL

    Discourse Understanding and Factual Consistency in Abstractive Summarization

    Authors: Saadia Gabriel, Antoine Bosselut, Jeff Da, Ari Holtzman, Jan Buys, Kyle Lo, Asli Celikyilmaz, Yejin Choi

    Abstract: We introduce a general framework for abstractive summarization with factual consistency and distinct modeling of the narrative flow in an output summary. Our work addresses current limitations of models for abstractive summarization that often hallucinate information or generate summaries with coherence issues. To generate abstractive summaries with factual consistency and narrative flow, we pro… ▽ More

    Submitted 8 April, 2021; v1 submitted 2 July, 2019; originally announced July 2019.

    Comments: EACL 2021

  28. arXiv:1905.12616  [pdf, other

    cs.CL cs.CY

    Defending Against Neural Fake News

    Authors: Rowan Zellers, Ari Holtzman, Hannah Rashkin, Yonatan Bisk, Ali Farhadi, Franziska Roesner, Yejin Choi

    Abstract: Recent progress in natural language generation has raised dual-use concerns. While applications like summarization and translation are positive, the underlying technology also might enable adversaries to generate neural fake news: targeted propaganda that closely mimics the style of real news. Modern computer security relies on careful threat modeling: identifying potential threats and vulnerabi… ▽ More

    Submitted 11 December, 2020; v1 submitted 29 May, 2019; originally announced May 2019.

    Comments: NeurIPS 2019 camera ready version. Project page/code/demo at https://rowanzellers.com/grover

  29. arXiv:1905.07830  [pdf, other

    cs.CL

    HellaSwag: Can a Machine Really Finish Your Sentence?

    Authors: Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, Yejin Choi

    Abstract: Recent work by Zellers et al. (2018) introduced a new task of commonsense natural language inference: given an event description such as "A woman sits at a piano," a machine must select the most likely followup: "She sets her fingers on the keys." With the introduction of BERT, near human-level performance was reached. Does this mean that machines can perform human level commonsense inference? I… ▽ More

    Submitted 19 May, 2019; originally announced May 2019.

    Comments: ACL 2019. Project page at https://rowanzellers.com/hellaswag

  30. arXiv:1904.09751  [pdf, other

    cs.CL

    The Curious Case of Neural Text Degeneration

    Authors: Ari Holtzman, Jan Buys, Li Du, Maxwell Forbes, Yejin Choi

    Abstract: Despite considerable advancements with deep neural language models, the enigma of neural text degeneration persists when these models are tested as text generators. The counter-intuitive empirical observation is that even though the use of likelihood as training objective leads to high quality models for a broad range of language understanding tasks, using likelihood as a decoding objective leads… ▽ More

    Submitted 14 February, 2020; v1 submitted 22 April, 2019; originally announced April 2019.

    Comments: Published in ICLR 2020

  31. arXiv:1903.02547  [pdf, other

    cs.CL cs.CV cs.LG cs.NE cs.RO

    Tactical Rewind: Self-Correction via Backtracking in Vision-and-Language Navigation

    Authors: Liyiming Ke, Xiujun Li, Yonatan Bisk, Ari Holtzman, Zhe Gan, Jingjing Liu, Jianfeng Gao, Yejin Choi, Siddhartha Srinivasa

    Abstract: We present the Frontier Aware Search with backTracking (FAST) Navigator, a general framework for action decoding, that achieves state-of-the-art results on the Room-to-Room (R2R) Vision-and-Language navigation challenge of Anderson et. al. (2018). Given a natural language instruction and photo-realistic image views of a previously unseen environment, the agent was tasked with navigating from sourc… ▽ More

    Submitted 2 April, 2019; v1 submitted 6 March, 2019; originally announced March 2019.

    Comments: CVPR 2019 Oral, video demo: https://youtu.be/AD9TNohXoPA

  32. arXiv:1805.06087  [pdf, other

    cs.CL

    Learning to Write with Cooperative Discriminators

    Authors: Ari Holtzman, Jan Buys, Maxwell Forbes, Antoine Bosselut, David Golub, Yejin Choi

    Abstract: Recurrent Neural Networks (RNNs) are powerful autoregressive sequence models, but when used to generate natural language their output tends to be overly generic, repetitive, and self-contradictory. We postulate that the objective function optimized by RNN language models, which amounts to the overall perplexity of a text, is not expressive enough to capture the notion of communicative goals descri… ▽ More

    Submitted 15 May, 2018; originally announced May 2018.

    Comments: In Proceedings of ACL 2018

  33. arXiv:1804.10202  [pdf, other

    cs.HC cs.AI cs.CL

    Sounding Board: A User-Centric and Content-Driven Social Chatbot

    Authors: Hao Fang, Hao Cheng, Maarten Sap, Elizabeth Clark, Ari Holtzman, Yejin Choi, Noah A. Smith, Mari Ostendorf

    Abstract: We present Sounding Board, a social chatbot that won the 2017 Amazon Alexa Prize. The system architecture consists of several components including spoken language processing, dialogue management, language generation, and content management, with emphasis on user-centric and content-driven design. We also share insights gained from large-scale online logs based on 160,000 conversations with real-wo… ▽ More

    Submitted 26 April, 2018; originally announced April 2018.

    Comments: 5 pages, 3 figures, NAACL 2018

  34. arXiv:1711.05313  [pdf, other

    cs.CL

    Simulating Action Dynamics with Neural Process Networks

    Authors: Antoine Bosselut, Omer Levy, Ari Holtzman, Corin Ennis, Dieter Fox, Yejin Choi

    Abstract: Understanding procedural language requires anticipating the causal effects of actions, even when they are not explicitly stated. In this work, we introduce Neural Process Networks to understand procedural text through (neural) simulation of action dynamics. Our model complements existing memory architectures with dynamic entity tracking by explicitly modeling actions as state transformers. The mod… ▽ More

    Submitted 15 May, 2018; v1 submitted 14 November, 2017; originally announced November 2017.