paper-with-me

홈 › Papers

Leveraging Pre-Trained Language Models to Streamline Natural Language Interaction for Self-Tracking

2022-05-31 · Young-Ho Kim, Sungdong Kim, Minsuk Chang, Sang-Woo Lee

Current natural language interaction for self-tracking tools largely depends on bespoke implementation optimized for a specific tracking theme and data format, which is neither generalizable nor scalable to a tremendous design space of self-tracking. However, training machine learning models in the context of self-tracking is challenging due to the wide variety of tracking topics and data formats. In this paper, we propose a novel NLP task for self-tracking that extracts close- and open-ended information from a retrospective activity log described as a plain text, and a domain-agnostic, GPT-3-based NLU framework that performs this task. The framework augments the prompt using synthetic samples to transform the task into 10-shot learning, to address a cold-start problem in bootstrapping a new tracking topic. Our preliminary evaluation suggests that our approach significantly outperforms the baseline QA models. Going further, we discuss future application domains toward which the NLP and HCI researchers can collaborate.

📄 PDF Abstract BibTeX arXiv:2205.15503

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Are LLMs Any Good for High-Level Synthesis?

2024-08-19 · Yuchao Liao, Tosiron Adegbija, Roman Lysecky

The increasing complexity and demand for faster, energy-efficient hardware designs necessitate innovative High-Level Synthesis (HLS) methodologies. This paper explores the potential of Large Language Models (LLMs) to str…

C++ codeHigh-Level Synthesis

NAT-NL2GQL: A Novel Multi-Agent Framework for Translating Natural Language to Graph Query Language

2024-12-11 · Yuanyuan Liang, Tingyu Xie, Gan Peng, Zihao Huang 외

The emergence of Large Language Models (LLMs) has revolutionized many fields, not only traditional natural language processing (NLP) tasks. Recently, research on applying LLMs to the database field has been booming, and …

AtomXR: Streamlined XR Prototyping with Natural Language and Immersive Physical Interaction

2023-11-19 · Alice Cai, Caine Ardayfio, AnhPhu Nguyen, Tica Lin 외

As technological advancements in extended reality (XR) amplify the demand for more XR content, traditional development processes face several challenges: 1) a steep learning curve for inexperienced developers, 2) a disco…

Generative AI for CAD Automation: Leveraging Large Language Models for 3D Modelling

2025-07-05 · Sumit Kumar, Sarthak Kapoor, Harsh Vardhan, Yao Zhao arxiv

Large Language Models (LLMs) are revolutionizing industries by enhancing efficiency, scalability, and innovation. This paper investigates the potential of LLMs in automating Computer-Aided Design (CAD) workflows, by inte…

Prompt Engineering

Instruction Finetuning for Leaderboard Generation from Empirical AI Research

2024-08-19 · Salomon Kabongo, Jennifer D'Souza

This study demonstrates the application of instruction finetuning of pretrained Large Language Models (LLMs) to automate the generation of AI research leaderboards, extracting (Task, Dataset, Metric, Score) quadruples fr…

ArticlesNatural Language Inference