Goto

Collaborating Authors

 intent tag


Intent Tagging: Exploring Micro-Prompting Interactions for Supporting Granular Human-GenAI Co-Creation Workflows

Gmeiner, Frederic, Marquardt, Nicolai, Bentley, Michael, Romat, Hugo, Pahud, Michel, Brown, David, Roseway, Asta, Martelaro, Nikolas, Holstein, Kenneth, Hinckley, Ken, Riche, Nathalie

arXiv.org Artificial Intelligence

Despite Generative AI (GenAI) systems' potential for enhancing content creation, users often struggle to effectively integrate GenAI into their creative workflows. Core challenges include misalignment of AI-generated content with user intentions (intent elicitation and alignment), user uncertainty around how to best communicate their intents to the AI system (prompt formulation), and insufficient flexibility of AI systems to support diverse creative workflows (workflow flexibility). Motivated by these challenges, we created IntentTagger: a system for slide creation based on the notion of Intent Tags - small, atomic conceptual units that encapsulate user intent - for exploring granular and non-linear micro-prompting interactions for Human-GenAI co-creation workflows. Our user study with 12 participants provides insights into the value of flexibly expressing intent across varying levels of ambiguity, meta-intent elicitation, and the benefits and challenges of intent tag-driven workflows. We conclude by discussing the broader implications of our findings and design considerations for GenAI-supported content creation workflows.


Reading with Intent

Reichman, Benjamin, Talamadupula, Kartik, Jawale, Toshish, Heck, Larry

arXiv.org Artificial Intelligence

Retrieval augmented generation (RAG) systems augment how knowledge language models are by integrating external information sources such as Wikipedia, internal documents, scientific papers, or the open internet. RAG systems that rely on the open internet as their knowledge source have to contend with the complexities of human-generated content. Human communication extends much deeper than just the words rendered as text. Intent, tonality, and connotation can all change the meaning of what is being conveyed. Recent real-world deployments of RAG systems have shown some difficulty in understanding these nuances of human communication. One significant challenge for these systems lies in processing sarcasm. Though the Large Language Models (LLMs) that make up the backbone of these RAG systems are able to detect sarcasm, they currently do not always use these detections for the subsequent processing of text. To address these issues, in this paper, we synthetically generate sarcastic passages from Natural Question's Wikipedia retrieval corpus. We then test the impact of these passages on the performance of both the retriever and reader portion of the RAG pipeline. We introduce a prompting system designed to enhance the model's ability to interpret and generate responses in the presence of sarcasm, thus improving overall system performance. Finally, we conduct ablation studies to validate the effectiveness of our approach, demonstrating improvements in handling sarcastic content within RAG systems.


A Simple Chatbot In Python With Deep Learning

#artificialintelligence

Artificial Intelligence is rapidly creeping into the workflow of many businesses across various industries and functions. Due to advancements in Natural Language Processing (NLP), Natural Language Understanding (NLU), and Machine Learning (ML), humans are now able to develop technologies that are capable of imitating human-like interactions which include recognizing speech, as well as text. In this article, we are going to build a Chatbot using NLP and Neural Networks in Python. Before we can begin to think of any coding, we need to set up an intents JSON file that defines certain intentions that could occur during the interactions with our chatbot. To perform this we would have to first create a set of tags that users queries may fall into.