Skip to main content

Showing 1–33 of 33 results for author: Lam, M S

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

    cs.CL

    SPINACH: SPARQL-Based Information Navigation for Challenging Real-World Questions

    Authors: Shicheng Liu, Sina J. Semnani, Harold Triedman, Jialiang Xu, Isaac Dan Zhao, Monica S. Lam

    Abstract: Recent work integrating Large Language Models (LLMs) has led to significant improvements in the Knowledge Base Question Answering (KBQA) task. However, we posit that existing KBQA datasets that either have simple questions, use synthetically generated logical forms, or are based on small knowledge base (KB) schemas, do not capture the true complexity of KBQA tasks. To address this, we introduce… ▽ More

    Submitted 16 July, 2024; originally announced July 2024.

  2. arXiv:2407.05674  [pdf, other

    cs.AI cs.CL cs.PL

    LLM-Based Open-Domain Integrated Task and Knowledge Assistants with Programmable Policies

    Authors: Harshit Joshi, Shicheng Liu, James Chen, Robert Weigle, Monica S. Lam

    Abstract: Programming LLM-based knowledge and task assistants that faithfully conform to developer-provided policies is challenging. These agents must retrieve and provide consistent, accurate, and relevant information to address user's queries and needs. Yet such agents generate unfounded responses ("hallucinate"). Traditional dialogue trees can only handle a limited number of conversation flows, making th… ▽ More

    Submitted 8 July, 2024; originally announced July 2024.

    Comments: preprint

  3. arXiv:2407.03585  [pdf, other

    cs.CL

    Zero-shot Persuasive Chatbots with LLM-Generated Strategies and Information Retrieval

    Authors: Kazuaki Furumai, Roberto Legaspi, Julio Vizcarra, Yudai Yamazaki, Yasutaka Nishimura, Sina J. Semnani, Kazushi Ikeda, Weiyan Shi, Monica S. Lam

    Abstract: Persuasion plays a pivotal role in a wide range of applications from health intervention to the promotion of social good. Persuasive chatbots can accelerate the positive effects of persuasion in such applications. Existing methods rely on fine-tuning persuasive chatbots with task-specific training data which is costly, if not infeasible, to collect. To address this issue, we propose a method to le… ▽ More

    Submitted 3 July, 2024; originally announced July 2024.

  4. arXiv:2406.00562  [pdf, other

    cs.CL

    SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing

    Authors: Heidi C. Zhang, Sina J. Semnani, Farhad Ghassemi, Jialiang Xu, Shicheng Liu, Monica S. Lam

    Abstract: We introduce SPAGHETTI: Semantic Parsing Augmented Generation for Hybrid English information from Text Tables and Infoboxes, a hybrid question-answering (QA) pipeline that utilizes information from heterogeneous knowledge sources, including knowledge base, text, tables, and infoboxes. Our LLM-augmented approach achieves state-of-the-art performance on the Compmix dataset, the most comprehensive he… ▽ More

    Submitted 1 June, 2024; originally announced June 2024.

    Comments: ACL Findings 2024

  5. arXiv:2405.17840  [pdf, other

    cs.CL

    Benchmarks Underestimate the Readiness of Multi-lingual Dialogue Agents

    Authors: Andrew H. Lee, Sina J. Semnani, Galo Castillo-López, Gäel de Chalendar, Monojit Choudhury, Ashna Dua, Kapil Rajesh Kavitha, Sungkyun Kim, Prashant Kodali, Ponnurangam Kumaraguru, Alexis Lombard, Mehrad Moradshahi, Gihyun Park, Nasredine Semmar, Jiwon Seo, Tianhao Shen, Manish Shrivastava, Deyi Xiong, Monica S. Lam

    Abstract: Creating multilingual task-oriented dialogue (TOD) agents is challenging due to the high cost of training data acquisition. Following the research trend of improving training data efficiency, we show for the first time, that in-context learning is sufficient to tackle multilingual TOD. To handle the challenging dialogue state tracking (DST) subtask, we break it down to simpler steps that are mor… ▽ More

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

  6. Concept Induction: Analyzing Unstructured Text with High-Level Concepts Using LLooM

    Authors: Michelle S. Lam, Janice Teoh, James Landay, Jeffrey Heer, Michael S. Bernstein

    Abstract: Data analysts have long sought to turn unstructured text data into meaningful concepts. Though common, topic modeling and clustering focus on lower-level keywords and require significant interpretative work. We introduce concept induction, a computational process that instead produces high-level concepts, defined by explicit inclusion criteria, from unstructured text. For a dataset of toxic online… ▽ More

    Submitted 18 April, 2024; originally announced April 2024.

    Comments: To appear at CHI 2024

  7. arXiv:2402.14207  [pdf, other

    cs.CL cs.AI

    Assisting in Writing Wikipedia-like Articles From Scratch with Large Language Models

    Authors: Yijia Shao, Yucheng Jiang, Theodore A. Kanell, Peter Xu, Omar Khattab, Monica S. Lam

    Abstract: We study how to apply large language models to write grounded and organized long-form articles from scratch, with comparable breadth and depth to Wikipedia pages. This underexplored problem poses new challenges at the pre-writing stage, including how to research the topic and prepare an outline prior to writing. We propose STORM, a writing system for the Synthesis of Topic Outlines through Retriev… ▽ More

    Submitted 8 April, 2024; v1 submitted 21 February, 2024; originally announced February 2024.

    Comments: 27 pages, NAACL 2024 Main Conference

  8. arXiv:2402.03715  [pdf, other

    cs.LG cs.AI cs.CL

    Clarify: Improving Model Robustness With Natural Language Corrections

    Authors: Yoonho Lee, Michelle S. Lam, Helena Vasconcelos, Michael S. Bernstein, Chelsea Finn

    Abstract: In supervised learning, models are trained to extract correlations from a static dataset. This often leads to models that rely on high-level misconceptions. To prevent such misconceptions, we must necessarily provide additional information beyond the training data. Existing methods incorporate forms of additional instance-level supervision, such as labels for spurious features or additional labele… ▽ More

    Submitted 6 February, 2024; originally announced February 2024.

  9. arXiv:2312.11681  [pdf, other

    cs.HC cs.AI cs.CL

    Designing LLM Chains by Adapting Techniques from Crowdsourcing Workflows

    Authors: Madeleine Grunde-McLaughlin, Michelle S. Lam, Ranjay Krishna, Daniel S. Weld, Jeffrey Heer

    Abstract: LLM chains enable complex tasks by decomposing work into a sequence of subtasks. Similarly, the more established techniques of crowdsourcing workflows decompose complex tasks into smaller tasks for human crowdworkers. Chains address LLM errors analogously to the way crowdsourcing workflows address human error. To characterize opportunities for LLM chaining, we survey 107 papers across the crowdsou… ▽ More

    Submitted 6 May, 2024; v1 submitted 18 December, 2023; originally announced December 2023.

  10. arXiv:2311.09818  [pdf, other

    cs.CL cs.PL

    SUQL: Conversational Search over Structured and Unstructured Data with Large Language Models

    Authors: Shicheng Liu, Jialiang Xu, Wesley Tjangnaka, Sina J. Semnani, Chen Jie Yu, Monica S. Lam

    Abstract: While most conversational agents are grounded on either free-text or structured knowledge, many knowledge corpora consist of hybrid sources. This paper presents the first conversational agent that supports the full generality of hybrid data access for large knowledge corpora, through a language we developed called SUQL (Structured and Unstructured Query Language). Specifically, SUQL extends SQL wi… ▽ More

    Submitted 13 March, 2024; v1 submitted 16 November, 2023; originally announced November 2023.

  11. arXiv:2308.15768  [pdf, other

    cs.HC cs.CY

    Sociotechnical Audits: Broadening the Algorithm Auditing Lens to Investigate Targeted Advertising

    Authors: Michelle S. Lam, Ayush Pandit, Colin H. Kalicki, Rachit Gupta, Poonam Sahoo, Danaë Metaxa

    Abstract: Algorithm audits are powerful tools for studying black-box systems. While very effective in examining technical components, the method stops short of a sociotechnical frame, which would also consider users as an integral and dynamic part of the system. Addressing this gap, we propose the concept of sociotechnical auditing: auditing methods that evaluate algorithmic systems at the sociotechnical le… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: To appear at CSCW 2023

  12. arXiv:2307.13912  [pdf, other

    cs.HC cs.AI

    Embedding Democratic Values into Social Media AIs via Societal Objective Functions

    Authors: Chenyan Jia, Michelle S. Lam, Minh Chau Mai, Jeff Hancock, Michael S. Bernstein

    Abstract: Can we design artificial intelligence (AI) systems that rank our social media feeds to consider democratic values such as mitigating partisan animosity as part of their objective functions? We introduce a method for translating established, vetted social scientific constructs into AI objective functions, which we term societal objective functions, and demonstrate the method with application to the… ▽ More

    Submitted 14 February, 2024; v1 submitted 25 July, 2023; originally announced July 2023.

    Comments: This paper has been accepted to CSCW 2024 and will be published in Proc. ACM Hum.-Comput. Interact. 8, CSCW1, Article 163 (April 2024)

    Journal ref: Proceedings of the ACM: Human-Computer Interaction, 8, CSCW1, Article 163 (2024)

  13. arXiv:2306.17674  [pdf, other

    cs.CL

    X-RiSAWOZ: High-Quality End-to-End Multilingual Dialogue Datasets and Few-shot Agents

    Authors: Mehrad Moradshahi, Tianhao Shen, Kalika Bali, Monojit Choudhury, Gaël de Chalendar, Anmol Goel, Sungkyun Kim, Prashant Kodali, Ponnurangam Kumaraguru, Nasredine Semmar, Sina J. Semnani, Jiwon Seo, Vivek Seshadri, Manish Shrivastava, Michael Sun, Aditya Yadavalli, Chaobin You, Deyi Xiong, Monica S. Lam

    Abstract: Task-oriented dialogue research has mainly focused on a few popular languages like English and Chinese, due to the high dataset creation cost for a new language. To reduce the cost, we apply manual editing to automatically translated data. We create a new multilingual benchmark, X-RiSAWOZ, by translating the Chinese RiSAWOZ to 4 languages: English, French, Hindi, Korean; and a code-mixed English-H… ▽ More

    Submitted 30 June, 2023; originally announced June 2023.

    Comments: Accepted by ACL 2023 Findings

  14. ReactGenie: A Development Framework for Complex Multimodal Interactions Using Large Language Models

    Authors: Jackie Junrui Yang, Yingtian Shi, Yuhan Zhang, Karina Li, Daniel Wan Rosli, Anisha Jain, Shuning Zhang, Tianshi Li, James A. Landay, Monica S. Lam

    Abstract: By combining voice and touch interactions, multimodal interfaces can surpass the efficiency of either modality alone. Traditional multimodal frameworks require laborious developer work to support rich multimodal commands where the user's multimodal command involves possibly exponential combinations of actions/function invocations. This paper presents ReactGenie, a programming framework that better… ▽ More

    Submitted 2 May, 2024; v1 submitted 16 June, 2023; originally announced June 2023.

  15. WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia

    Authors: Sina J. Semnani, Violet Z. Yao, Heidi C. Zhang, Monica S. Lam

    Abstract: This paper presents the first few-shot LLM-based chatbot that almost never hallucinates and has high conversationality and low latency. WikiChat is grounded on the English Wikipedia, the largest curated free-text corpus. WikiChat generates a response from an LLM, retains only the grounded facts, and combines them with additional information it retrieves from the corpus to form factual and engagi… ▽ More

    Submitted 27 October, 2023; v1 submitted 23 May, 2023; originally announced May 2023.

    Comments: Findings of EMNLP 2023

  16. arXiv:2305.14202  [pdf, other

    cs.CL

    Fine-tuned LLMs Know More, Hallucinate Less with Few-Shot Sequence-to-Sequence Semantic Parsing over Wikidata

    Authors: Silei Xu, Shicheng Liu, Theo Culhane, Elizaveta Pertseva, Meng-Hsi Wu, Sina J. Semnani, Monica S. Lam

    Abstract: While large language models (LLMs) can answer many questions correctly, they can also hallucinate and give wrong answers. Wikidata, with its over 12 billion facts, can be used to ground LLMs to improve their factuality. This paper presents WikiWebQuestions, a high-quality question answering benchmark for Wikidata. Ported over from WebQuestions for Freebase, it consists of real-world data with SPAR… ▽ More

    Submitted 5 November, 2023; v1 submitted 23 May, 2023; originally announced May 2023.

    Comments: EMNLP 2023 Main

  17. arXiv:2303.02884  [pdf, other

    cs.HC cs.AI cs.LG

    Model Sketching: Centering Concepts in Early-Stage Machine Learning Model Design

    Authors: Michelle S. Lam, Zixian Ma, Anne Li, Izequiel Freitas, Dakuo Wang, James A. Landay, Michael S. Bernstein

    Abstract: Machine learning practitioners often end up tunneling on low-level technical details like model architectures and performance metrics. Could early model development instead focus on high-level questions of which factors a model ought to pay attention to? Inspired by the practice of sketching in design, which distills ideas to their minimal representation, we introduce model sketching: a technical… ▽ More

    Submitted 5 March, 2023; originally announced March 2023.

    Comments: To appear at CHI 2023

  18. arXiv:2302.09424  [pdf, other

    cs.CL

    Zero and Few-Shot Localization of Task-Oriented Dialogue Agents with a Distilled Representation

    Authors: Mehrad Moradshahi, Sina J. Semnani, Monica S. Lam

    Abstract: Task-oriented Dialogue (ToD) agents are mostly limited to a few widely-spoken languages, mainly due to the high cost of acquiring training data for each language. Existing low-cost approaches that rely on cross-lingual embeddings or naive machine translation sacrifice a lot of accuracy for data efficiency, and largely fail in creating a usable dialogue agent. We propose automatic methods that use… ▽ More

    Submitted 18 February, 2023; originally announced February 2023.

    Comments: Published in EACL 2023

  19. arXiv:2203.12751  [pdf, other

    cs.PL cs.CL

    ThingTalk: An Extensible, Executable Representation Language for Task-Oriented Dialogues

    Authors: Monica S. Lam, Giovanni Campagna, Mehrad Moradshahi, Sina J. Semnani, Silei Xu

    Abstract: Task-oriented conversational agents rely on semantic parsers to translate natural language to formal representations. In this paper, we propose the design and rationale of the ThingTalk formal representation, and how the design improves the development of transactional task-oriented agents. ThingTalk is built on four core principles: (1) representing user requests directly as executable statemen… ▽ More

    Submitted 23 March, 2022; originally announced March 2022.

    Comments: 8 pages, 3 figures

  20. arXiv:2202.02950  [pdf, other

    cs.HC cs.AI cs.LG

    Jury Learning: Integrating Dissenting Voices into Machine Learning Models

    Authors: Mitchell L. Gordon, Michelle S. Lam, Joon Sung Park, Kayur Patel, Jeffrey T. Hancock, Tatsunori Hashimoto, Michael S. Bernstein

    Abstract: Whose labels should a machine learning (ML) algorithm learn to emulate? For ML tasks ranging from online comment toxicity to misinformation detection to medical diagnosis, different groups in society may have irreconcilable disagreements about ground truth labels. Supervised ML today resolves these label disagreements implicitly using majority vote, which overrides minority groups' labels. We intr… ▽ More

    Submitted 7 February, 2022; originally announced February 2022.

    Comments: To appear at CHI 2022

  21. arXiv:2111.02574  [pdf, other

    cs.CL cs.LG

    Contextual Semantic Parsing for Multilingual Task-Oriented Dialogues

    Authors: Mehrad Moradshahi, Victoria Tsai, Giovanni Campagna, Monica S. Lam

    Abstract: Robust state tracking for task-oriented dialogue systems currently remains restricted to a few popular languages. This paper shows that given a large-scale dialogue data set in one language, we can automatically produce an effective semantic parser for other languages using machine translation. We propose automatic translation of dialogue datasets with alignment to ensure faithful translation of s… ▽ More

    Submitted 18 February, 2023; v1 submitted 3 November, 2021; originally announced November 2021.

    Comments: Published in EACL 2023

  22. arXiv:2103.16057  [pdf, other

    cs.CL cs.LG

    Grounding Open-Domain Instructions to Automate Web Support Tasks

    Authors: Nancy Xu, Sam Masling, Michael Du, Giovanni Campagna, Larry Heck, James Landay, Monica S Lam

    Abstract: Grounding natural language instructions on the web to perform previously unseen tasks enables accessibility and automation. We introduce a task and dataset to train AI agents from open-domain, step-by-step instructions originally written for people. We build RUSS (Rapid Universal Support Service) to tackle this problem. RUSS consists of two models: First, a BERT-LSTM with pointers parses instructi… ▽ More

    Submitted 4 April, 2021; v1 submitted 30 March, 2021; originally announced March 2021.

    Comments: To be published in NAACL 2021

  23. arXiv:2010.05106  [pdf, other

    cs.CL cs.LG

    Localizing Open-Ontology QA Semantic Parsers in a Day Using Machine Translation

    Authors: Mehrad Moradshahi, Giovanni Campagna, Sina J. Semnani, Silei Xu, Monica S. Lam

    Abstract: We propose Semantic Parser Localizer (SPL), a toolkit that leverages Neural Machine Translation (NMT) systems to localize a semantic parser for a new language. Our methodology is to (1) generate training data automatically in the target language by augmenting machine-translated datasets with local entities scraped from public websites, (2) add a few-shot boost of human-translated sentences and tra… ▽ More

    Submitted 10 October, 2020; originally announced October 2020.

    Comments: Published in EMNLP 2020

  24. arXiv:2010.04806  [pdf, other

    cs.CL

    AutoQA: From Databases To QA Semantic Parsers With Only Synthetic Training Data

    Authors: Silei Xu, Sina J. Semnani, Giovanni Campagna, Monica S. Lam

    Abstract: We propose AutoQA, a methodology and toolkit to generate semantic parsers that answer questions on databases, with no manual effort. Given a database schema and its data, AutoQA automatically generates a large set of high-quality questions for training that covers different database operations. It uses automatic paraphrasing combined with template-based parsing to find alternative expressions of a… ▽ More

    Submitted 7 June, 2021; v1 submitted 9 October, 2020; originally announced October 2020.

    Comments: To appear in EMNLP 2020

  25. arXiv:2009.07968  [pdf, other

    cs.CL

    A Few-Shot Semantic Parser for Wizard-of-Oz Dialogues with the Precise ThingTalk Representation

    Authors: Giovanni Campagna, Sina J. Semnani, Ryan Kearns, Lucas Jun Koba Sato, Silei Xu, Monica S. Lam

    Abstract: Previous attempts to build effective semantic parsers for Wizard-of-Oz (WOZ) conversations suffer from the difficulty in acquiring a high-quality, manually annotated training set. Approaches based only on dialogue synthesis are insufficient, as dialogues generated from state-machine based models are poor approximations of real-life conversations. Furthermore, previously proposed dialogue state rep… ▽ More

    Submitted 7 April, 2022; v1 submitted 16 September, 2020; originally announced September 2020.

    Comments: Published in Findings of ACL 2022, 9 pages

  26. arXiv:2008.13510  [pdf, other

    cs.HC

    Multi-Modal End-User Programming of Web-Based Virtual Assistant Skills

    Authors: Michael H. Fischer, Giovanni Campagna, Euirim Choi, Monica S. Lam

    Abstract: While Alexa can perform over 100,000 skills on paper, its capability covers only a fraction of what is possible on the web. To reach the full potential of an assistant, it is desirable that individuals can create skills to automate their personal web browsing routines. Many seemingly simple routines, however, such as monitoring COVID-19 stats for their hometown, detecting changes in their child's… ▽ More

    Submitted 24 August, 2020; originally announced August 2020.

  27. arXiv:2005.00891  [pdf, other

    cs.CL

    Zero-Shot Transfer Learning with Synthesized Data for Multi-Domain Dialogue State Tracking

    Authors: Giovanni Campagna, Agata Foryciarz, Mehrad Moradshahi, Monica S. Lam

    Abstract: Zero-shot transfer learning for multi-domain dialogue state tracking can allow us to handle new domains without incurring the high cost of data acquisition. This paper proposes new zero-short transfer learning technique for dialogue state tracking where the in-domain training data are all synthesized from an abstract dialogue model and the ontology of the domain. We show that data augmentation thr… ▽ More

    Submitted 2 May, 2020; originally announced May 2020.

    Comments: 9 pages. To appear in ACL 2020

  28. arXiv:2003.10128  [pdf, other

    cs.CR cs.DC

    Soteria: A Provably Compliant User Right Manager Using a Novel Two-Layer Blockchain Technology

    Authors: Wei-Kang Fu, Yi-Shan Lin, Giovanni Campagna, De-Yi Tsai, Chun-Ting Liu, Chung-Huan Mei, Edward Y. Chang, Monica S. Lam, Shih-Wei Liao

    Abstract: Soteria is a user right management system designed to safeguard user-data privacy in a transparent and provable manner in compliance to regulations such as GDPR and CCPA. Soteria represents user data rights as formal executable sharing agreements, which can automatically be translated into a human readable form and enforced as data are queried. To support revocation and to prove compliance, an ind… ▽ More

    Submitted 24 March, 2020; v1 submitted 23 March, 2020; originally announced March 2020.

    Comments: 12 pages, 6 figures, 2 tables

  29. Schema2QA: High-Quality and Low-Cost Q&A Agents for the Structured Web

    Authors: Silei Xu, Giovanni Campagna, Jian Li, Monica S. Lam

    Abstract: Building a question-answering agent currently requires large annotated datasets, which are prohibitively expensive. This paper proposes Schema2QA, an open-source toolkit that can generate a Q&A system from a database schema augmented with a few annotations for each field. The key concept is to cover the space of possible compound queries on the database with a large number of in-domain questions s… ▽ More

    Submitted 7 June, 2021; v1 submitted 15 January, 2020; originally announced January 2020.

  30. arXiv:2001.04932  [pdf, other

    cs.CV cs.LG

    ImagineNet: Restyling Apps Using Neural Style Transfer

    Authors: Michael H. Fischer, Richard R. Yang, Monica S. Lam

    Abstract: This paper presents ImagineNet, a tool that uses a novel neural style transfer model to enable end-users and app developers to restyle GUIs using an image of their choice. Former neural style transfer techniques are inadequate for this application because they produce GUIs that are illegible and hence nonfunctional. We propose a neural solution by adding a new loss term to the original formulation… ▽ More

    Submitted 4 March, 2020; v1 submitted 14 January, 2020; originally announced January 2020.

  31. arXiv:1910.12647  [pdf, other

    cs.CL cs.LG stat.ML

    HUBERT Untangles BERT to Improve Transfer across NLP Tasks

    Authors: Mehrad Moradshahi, Hamid Palangi, Monica S. Lam, Paul Smolensky, Jianfeng Gao

    Abstract: We introduce HUBERT which combines the structured-representational power of Tensor-Product Representations (TPRs) and BERT, a pre-trained bidirectional Transformer language model. We show that there is shared structure between different NLP datasets that HUBERT, but not BERT, is able to learn and leverage. We validate the effectiveness of our model on the GLUE benchmark and HANS dataset. Our exper… ▽ More

    Submitted 25 April, 2021; v1 submitted 25 October, 2019; originally announced October 2019.

  32. Genie: A Generator of Natural Language Semantic Parsers for Virtual Assistant Commands

    Authors: Giovanni Campagna, Silei Xu, Mehrad Moradshahi, Richard Socher, Monica S. Lam

    Abstract: To understand diverse natural language commands, virtual assistants today are trained with numerous labor-intensive, manually annotated sentences. This paper presents a methodology and the Genie toolkit that can handle new compound commands with significantly less manual effort. We advocate formalizing the capability of virtual assistants with a Virtual Assistant Programming Language (VAPL) and us… ▽ More

    Submitted 18 April, 2019; originally announced April 2019.

    Comments: To appear in PLDI 2019

  33. arXiv:1602.06634  [pdf, other

    cs.HC

    Atelier: Repurposing Expert Crowdsourcing Tasks as Micro-internships

    Authors: Ryo Suzuki, Niloufar Salehi, Michelle S. Lam, Juan C. Marroquin, Michael S. Bernstein

    Abstract: Expert crowdsourcing marketplaces have untapped potential to empower workers' career and skill development. Currently, many workers cannot afford to invest the time and sacrifice the earnings required to learn a new skill, and a lack of experience makes it difficult to get job offers even if they do. In this paper, we seek to lower the threshold to skill development by repurposing existing tasks o… ▽ More

    Submitted 21 February, 2016; originally announced February 2016.

    Comments: CHI 2016

    ACM Class: H.5.3