Skip to main content

Showing 1–10 of 10 results for author: Liang, J T

  1. arXiv:2403.00179  [pdf, other

    cs.HC

    Counterspeakers' Perspectives: Unveiling Barriers and AI Needs in the Fight against Online Hate

    Authors: Jimin Mun, Cathy Buerger, Jenny T. Liang, Joshua Garland, Maarten Sap

    Abstract: Counterspeech, i.e., direct responses against hate speech, has become an important tool to address the increasing amount of hate online while avoiding censorship. Although AI has been proposed to help scale up counterspeech efforts, this raises questions of how exactly AI could assist in this process, since counterspeech is a deeply empathetic and agentic process for those involved. In this work,… ▽ More

    Submitted 29 February, 2024; originally announced March 2024.

    Comments: To appear in CHI 2024. 22 pages, 3 figures, 7 tables

  2. arXiv:2310.01727  [pdf, other

    cs.SE cs.AI

    Can GPT-4 Replicate Empirical Software Engineering Research?

    Authors: Jenny T. Liang, Carmen Badea, Christian Bird, Robert DeLine, Denae Ford, Nicole Forsgren, Thomas Zimmermann

    Abstract: Empirical software engineering research on production systems has brought forth a better understanding of the software engineering process for practitioners and researchers alike. However, only a small subset of production systems is studied, limiting the impact of this research. While software engineering practitioners could benefit from replicating research on their own data, this poses its own… ▽ More

    Submitted 19 June, 2024; v1 submitted 2 October, 2023; originally announced October 2023.

  3. arXiv:2310.00242  [pdf, ps, other

    cs.RO cs.CV

    Walking = Traversable? : Traversability Prediction via Multiple Human Object Tracking under Occlusion

    Authors: Jonathan Tay Yu Liang, Kanji Tanaka

    Abstract: The emerging ``Floor plan from human trails (PfH)" technique has great potential for improving indoor robot navigation by predicting the traversability of occluded floors. This study presents an innovative approach that replaces first-person-view sensors with a third-person-view monocular camera mounted on the observer robot. This approach can gather measurements from multiple humans, expanding it… ▽ More

    Submitted 29 September, 2023; originally announced October 2023.

    Comments: 6 figures, technical report

  4. arXiv:2307.14105  [pdf, ps, other

    cs.RO

    Active Robot Vision for Distant Object Change Detection: A Lightweight Training Simulator Inspired by Multi-Armed Bandits

    Authors: Kouki Terashima, Kanji Tanaka, Ryogo Yamamoto, Jonathan Tay Yu Liang

    Abstract: In ground-view object change detection, the recently emerging mapless navigation has great potential to navigate a robot to objects distantly detected (e.g., books, cups, clothes) and acquire high-resolution object images, to identify their change states (no-change/appear/disappear). However, naively performing full journeys for every distant object requires huge sense/plan/action costs, proportio… ▽ More

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

    Comments: 7 pages, 7 figures, technical report

  5. arXiv:2307.10168  [pdf, other

    cs.CL cs.HC

    LLMs as Workers in Human-Computational Algorithms? Replicating Crowdsourcing Pipelines with LLMs

    Authors: Tongshuang Wu, Haiyi Zhu, Maya Albayrak, Alexis Axon, Amanda Bertsch, Wenxing Deng, Ziqi Ding, Bill Guo, Sireesh Gururaja, Tzu-Sheng Kuo, Jenny T. Liang, Ryan Liu, Ihita Mandal, Jeremiah Milbauer, Xiaolin Ni, Namrata Padmanabhan, Subhashini Ramkumar, Alexis Sudjianto, Jordan Taylor, Ying-Jui Tseng, Patricia Vaidos, Zhijin Wu, Wei Wu, Chenyang Yang

    Abstract: LLMs have shown promise in replicating human-like behavior in crowdsourcing tasks that were previously thought to be exclusive to human abilities. However, current efforts focus mainly on simple atomic tasks. We explore whether LLMs can replicate more complex crowdsourcing pipelines. We find that modern LLMs can simulate some of crowdworkers' abilities in these "human computation algorithms," but… ▽ More

    Submitted 19 July, 2023; v1 submitted 19 July, 2023; originally announced July 2023.

  6. arXiv:2306.01943  [pdf, other

    cs.CL cs.CY cs.HC

    NLPositionality: Characterizing Design Biases of Datasets and Models

    Authors: Sebastin Santy, Jenny T. Liang, Ronan Le Bras, Katharina Reinecke, Maarten Sap

    Abstract: Design biases in NLP systems, such as performance differences for different populations, often stem from their creator's positionality, i.e., views and lived experiences shaped by identity and background. Despite the prevalence and risks of design biases, they are hard to quantify because researcher, system, and dataset positionality is often unobserved. We introduce NLPositionality, a framework f… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

    Comments: ACL 2023

  7. arXiv:2303.17125  [pdf, other

    cs.SE cs.AI cs.HC

    A Large-Scale Survey on the Usability of AI Programming Assistants: Successes and Challenges

    Authors: Jenny T. Liang, Chenyang Yang, Brad A. Myers

    Abstract: The software engineering community recently has witnessed widespread deployment of AI programming assistants, such as GitHub Copilot. However, in practice, developers do not accept AI programming assistants' initial suggestions at a high frequency. This leaves a number of open questions related to the usability of these tools. To understand developers' practices while using these tools and the imp… ▽ More

    Submitted 17 September, 2023; v1 submitted 29 March, 2023; originally announced March 2023.

    Comments: Accepted to ICSE'24

  8. arXiv:2301.09789  [pdf, other

    cs.SE

    A Qualitative Study on the Implementation Design Decisions of Developers

    Authors: Jenny T. Liang, Maryam Arab, Minhyuk Ko, Amy J. Ko, Thomas D. LaToza

    Abstract: Decision-making is a key software engineering skill. Developers constantly make choices throughout the software development process, from requirements to implementation. While prior work has studied developer decision-making, the choices made while choosing what solution to write in code remain understudied. In this mixed-methods study, we examine the phenomenon where developers select one specifi… ▽ More

    Submitted 23 January, 2023; originally announced January 2023.

  9. arXiv:2209.02222  [pdf, other

    cs.SE

    Understanding Skills for OSS Communities on GitHub

    Authors: Jenny T. Liang, Thomas Zimmermann, Denae Ford

    Abstract: The development of open source software (OSS) is a broad field which requires diverse skill sets. For example, maintainers help lead the project and promote its longevity, technical writers assist with documentation, bug reporters identify defects in software, and developers program the software. However, it is unknown which skills are used in OSS development as well as OSS contributors' general a… ▽ More

    Submitted 6 September, 2022; originally announced September 2022.

  10. arXiv:2203.02027  [pdf, other

    cs.SE

    Towards Mining OSS Skills from GitHub Activity

    Authors: Jenny T. Liang, Thomas Zimmermann, Denae Ford

    Abstract: Open source software (OSS) development relies on diverse skill sets. However, to our knowledge, there are no tools which detect OSS-related skills. In this paper, we present a novel method to detect OSS skills and prototype it in a tool called Disko. Our approach relies on identifying relevant signals, which are measurable activities or cues associated with a skill. Our tool detects how contributo… ▽ More

    Submitted 3 March, 2022; originally announced March 2022.