Understanding Sequence and Reply Relationships Within Email Conversations: a Mixed-Model Visualization

Total Page:16

File Type:pdf, Size:1020Kb

Understanding Sequence and Reply Relationships Within Email Conversations: a Mixed-Model Visualization Understanding Sequence and Reply Relationships within Email Conversations: A Mixed-Model Visualization Gina Venolia and Carman Neustaedter September 23, 2002 Revised January 13, 2003 Technical Report MSR-TR-2002-102 Microsoft Research Microsoft Corporation One Microsoft Way Redmond, WA 98052 Understanding Sequence and Reply Relationships within Email Conversations: A Mixed-Model Visualization Gina Danielle Venolia Carman Neustaedter Microsoft Research University of Calgary One Microsoft Way Department of Computer Science Redmond, WA 98052 USA Calgary, AB, T2N 1N4 Canada +1 425 703 2891 +1 403 210 9404 [email protected] [email protected] ABSTRACT along with all the related messages provides better local It has been proposed that email clients could be improved if context, which can help one better understand the meaning they presented messages grouped into conversations. An of the message. Although this context is preserved to a email conversation is the tree of related messages that limited extent by current email programs when they arises from the use of the reply operation. We propose two automatically include the text of the original message when models of conversation. The first model characterizes a replying, this method breaks down when a message conversation as a chronological sequence of messages; the receives multiple replies, creating a complex, branching second as a tree based on the reply relationship. We show reply tree. Subsequent replies provide additional context how existing email clients and prior research projects but these are not captured by quoting. implicitly support each model to a greater or lesser degree Second, by making the conversation the main unit of depending on their design, but none fully supports both display, more items can be shown at the same time, models simultaneously. We present a mixed-model providing greater global context. By collecting messages visualization that simultaneously presents sequence and into conversations, sets of messages that normally would reply relationships among the messages of a conversation, have been displayed on several lines can be displayed on making both visible at a glance. We describe the integration just one line, allowing more conversations to be viewed. of the visualization into a working prototype email client. A usability study indicates that the system meets our usability Third, when conversations are presented as units in the user goals and verifies that the visualization fully conveys both interface, valuable conversation operations can be types of relationships within the messages of an email provided. For example in current systems, if five messages conversation. that are all part of the same conversation are received, the user has to perform five sets of mouse and keyboard actions Keywords to handle the messages (read, file, delete, etc.). However, if Computer-mediated communication, asynchronous the five messages are grouped together as a conversation communication, information visualization, thread, email, unit, the user needs to perform only one set of mouse and electronic mail, Usenet newsgroup, instant messaging, chat, keyboard actions. Although this may seem like a small user study, usability benefit, multiplied over a large number of email messages, INTRODUCTION the benefit may translate to a significant reduction in user The mismatch between the user interfaces for email clients effort. In addition, higher-level operations are also possible. and user needs for handling email has been documented For instance, if one starts receiving messages in a numerous times [3, 13, 26, 6]. This disparity has stimulated conversation that is not of interest, one could opt out of the proposals for a plethora of client user interface design conversation, deleting all its current and future messages. changes. One recurrent theme is that messages should be aggregated into conversations rather than appearing as In this paper, we concentrate on a visualization and user independent elements [2, 26, 12, 17, 18, 16]. A interface that supports the first of these motivations. We conversation is defined in the most general sense as a describe a design supporting the second, and don’t touch on collection of related messages (more on this later). the third. In the next sections, we describe several existing product and research user interfaces that organize email and Several plausible benefits may result from viewing similar communication modalities into conversations. We messages as conversations. First, displaying a message then describe two ways of thinking about conversations that are implicit in those designs, and observe an empty niche: Permission to make digital or hard copies of all or part of this work for fully supporting both models. We then present a mixed- personal or classroom use is granted without fee provided that copies are model visualization intended to fill that niche, and its not made or distributed for profit or commercial advantage and that copies surrounding user interface. Finally we describe a usability bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior study in which we examined the degree to which the specific permission and/or a fee. visualization actually fills that niche. We finish with CHI 2003, April 5–10, 2003, Ft. Lauderdale, Florida, USA. Copyright 2003 ACM 1-58113-630-7/03/0004…$5.00. suggestions for future research in the area of designing user conversations to a greater or lesser extent. Virtually all interfaces to support email conversations. Usenet newsgroup clients show messages in a tree What is a Conversation? structure. Microsoft Outlook Express 6 is typical of these As mentioned above, a conversation is an aggregation of interfaces: messages are listed in one pane, and the selected related messages. The messages of a conversation are message is shown in another. Root messages (those with bound by relationships between them. Clark [1] defines null parent pointers) appear in the list pane at the top level utterances in face-to-face conversations as projects, of indentation; replies appear indented under their parent subprojects and digressions, leading to five types of message, in chronological order. As this layout is recursive, transitions (pair-wise relationships) between utterances: the result is a forest of conversation trees. next, push, pop, digress and return. Another model of the Most email clients organize messages chronologically by relationship between utterances was developed by default without regard to conversation. Some email clients, McDaniel, et al. [14]. They define a thread as “a stream of e.g. Microsoft’s Outlook XP and QualComm’s Eudora 5.1, conversation in which successive contributions continue a provide an optional means of grouping messages by topic.” In their model a contribution can be a part of conversation in a folder. More primitive clients can achieve multiple threads. Clearly there is a lot of complexity in the a similar effect by sorting on the Subject field, which often structure of face-to-face conversation. remains unchanged over a conversation. In computer-mediated communication (CMC), a simpler The bulk of the standard email views in IBM’s Lotus Notes model of relationships among messages has emerged: In r6 show a sorted list of messages typical of other email email and Usenet newsgroups, a message may either denote clients. A “Thread View” mode (somewhat hidden in the a new conversation or may be a reply to a single prior user interface) displays email messages organized much message, thus continuing a conversation. This relationship like a typical Usenet newsgroup client. is represented using a parent pointer, which is null in the These same Usenet newsgroup and email clients support former case and a reference to the prior message in the conversations in another, less-overt way. When the user latter. This leads to branching conversational trees, which initiates a reply to a message, its contents are copied to the have come to be called threads (though different from the new message. With the text editor the user may leave these use of the same term by McDaniel et al.). The command to contents unchanged, trim the parent message to select a create a new conversation is distinct in the user interface salient portion, or sprinkle replies throughout the quoted from the one to create a reply to a prior message. content. This operation, called quoting, to some extent puts Other models have been proposed for CMC. Comer and the reply into its conversational context [20]. If the quoting Peterson [2] propose that a message is related to all prior, in a series of replies upon replies is allowed to accumulate, read messages in the same conversation, leading to a it represents all the ancestor messages, i.e. the path to root directed graph over the messages. in the conversation tree. Lewis and Knowles [12] propose using statistical Prior Research information retrieval techniques, rather than two distinct Several research teams have developed visualizations and commands in the user interface, to infer the relationship user interfaces for representing email and Usenet between messages, though the result is still a conversation newsgroup conversation trees. tree. Similarly Newman [16] combines evidence from the Loom [5] provides a view of messages in a Usenet explicit parent pointer, information retrieval matching and newsgroup where each message is a dot placed on a 2D other sources to derive a corrected parent pointer. grid: the horizontal axis is time, and each row represents a In this paper we use the prevailing CMC definition of distinct author. Lines connect the dots of a message to its conversation trees. The techniques mentioned in the replies. Different conversations are connected with lines of preceding paragraph would complement the present work. different colors. A message dot can be opened into a CONVERSATION INTERFACES separate window to show the message header and contents. There have been many interfaces proposed and deployed Conversation Map [19] shows the conversations within a for viewing turn-based, tree-structured conversations.
Recommended publications
  • LAN Messenger
    SVERIAN Scientific LAN Messenger Pooja Purohit, Sakhare Shital, Kothari Rasika and Jadhav Dipali Department of Computer Engineering, SVERI’s College of Engineering (Poly.), Pandharpur Student Article Abstract: This is LAN messenger application; it’s a social media project for Final year college students. It is a Client – server application program developed in Visual Studio 2005 (VB .NET). Here the individual can chat with other individual through LAN connection. Even they can exchange file through one computer to other. Administrator can view chat logs through server. Here no need of Internet access. This application can be used in all workplace which is helpful in submitting information and to connect with workplace staff. Introduction: A LAN messenger is an instant messaging program designed for use within a single local area network (LAN). Many LAN messengers offer basic functionality for sending private messages, file transfer , chat rooms and graphical smileys . The advantage of using a simple LAN messenger over a normal instant messenger is that no active Internet connection or central server is required - and only people inside the firewall will have access to the system. LAN messenger is an easy to use, server based LAN messaging application for effective communication. It is correctly identified and works under all operating systems with unlimited user accounts and is the only secure messenger. The simple interface makes special training needless . Literature Review: The LM uses two-tier client server architecture as shown in figure 1. The application handling is completed separately for database queries and updates and for business logic processing and user interface presentation.
    [Show full text]
  • Acceptable Use of Instant Messaging Issued by the CTO
    State of West Virginia Office of Technology Policy: Acceptable Use of Instant Messaging Issued by the CTO Policy No: WVOT-PO1010 Issued: 11/24/2009 Revised: 12/22/2020 Page 1 of 4 1.0 PURPOSE This policy details the use of State-approved instant messaging (IM) systems and is intended to: • Describe the limitations of the use of this technology; • Discuss protection of State information; • Describe privacy considerations when using the IM system; and • Outline the applicable rules applied when using the State-provided system. This document is not all-inclusive and the WVOT has the authority and discretion to appropriately address any unacceptable behavior and/or practice not specifically mentioned herein. 2.0 SCOPE This policy applies to all employees within the Executive Branch using the State-approved IM systems, unless classified as “exempt” in West Virginia Code Section 5A-6-8, “Exemptions.” The State’s users are expected to be familiar with and to comply with this policy, and are also required to use their common sense and exercise their good judgment while using Instant Messaging services. 3.0 POLICY 3.1 State-provided IM is appropriate for informal business use only. Examples of this include, but may not be limited to the following: 3.1.1 When “real time” questions, interactions, and clarification are needed; 3.1.2 For immediate response; 3.1.3 For brainstorming sessions among groups; 3.1.4 To reduce chances of misunderstanding; 3.1.5 To reduce the need for telephone and “email tag.” 3.2 Employees must only use State-approved instant messaging.
    [Show full text]
  • Instant Messaging
    Instant Messaging Internet Technologies and Applications Contents • Instant Messaging and Presence • Comparing popular IM systems – Microsoft MSN – AOL Instant Messenger – Yahoo! Messenger • Jabber, XMPP and Google Talk ITS 413 - Instant Messaging 2 Internet Messaging •Email – Asynchronous communication: user does not have to be online for message to be delivered (not instant messaging) • Newsgroups • Instant Messaging and Presence – UNIX included finger and talk • Finger: determine the presence (or status) of other users • Talk: text based instant chatting application – Internet Relay Chat (IRC) • Introduced in 1988 as group based, instant chatting service • Users join a chat room • Networks consist of servers connected together, and clients connect via a single server – ICQ (“I Seek You”) • Introduced in 1996, allowing chatting between users without joining chat room • In 1998 America Online (AOL) acquired ICQ and became most popular instant messaging application/network – AIM, Microsoft MSN, Yahoo! Messenger, Jabber, … • Initially, Microsoft and Yahoo! Created clients to connect with AIM servers • But restricted by AOL, and most IM networks were limited to specific clients • Only recently (1-2 years) have some IM networks opened to different clients ITS 413 - Instant Messaging 3 Instant Messaging and Presence • Instant Messaging – Synchronous communications: message is only sent to destination if recipient is willing to receive it at time it is sent •Presence – Provides information about the current status/presence of a user to other
    [Show full text]
  • Instant Messaging
    Instant Messaging what’s so gr8 about it? Cybertour | March 18 | Cindi Trainor 1 What is IM? Communicate real-time Users are notified when others come online Can share files, communicate via video with most programs IM vs “chat rooms”: When chat first came about, a user would log into a room full of people who were all interested in the same topic, and all those people saw everyone’s messages, but users could send “private” messages to an individual, if desired. IM is kind of the opposite: users primarily send messages to individuals but can set up multiple user chat rooms if desired (but users control who’s in a multi-user chat by invitation). 2 Why Use IM? Instant communication Send links, files, photos instantly Can multi-task Our users are familiar with it 3 Common Features Contacts list “Display picture” – an Customize your icon representing you messages’ Privacy features appearance Log conversations Games Set your status: Send and receive “away,” “offline,” files “busy,” etc. Multi-user chat Emoticons (“smilies”) Profiles With major IM programs, users add only the people that they want to chat with to a contacts list (buddy list, friends list). Messages’ appearance: font face, color, size Files: photos, dox, etc (can sometimes be slow vs using email with attachments) Multi-user chat: “chat rooms” Icons: some are static, some are animated or even customizable “avatars.” Privacy: can set it so that only your buddies can contact you; most have invisible mode 4 But… chat reference? IM is chat reference Hosted systems can be expensive, OR Use IM to supplement hosted system If you aren’t using chat reference in your library, IM is a cheap alternative to hosted systems to get your feet wet.
    [Show full text]
  • Skype Basics
    Skype Basics: Instant Messaging can be used as a supplemental communication method to traditional emails and phone calls. Instant Messaging (or IM) is most useful for quick communications, either for a question that has a straightforward answer, or for a conversation that may not require a great deal of details. Winnefox receives Skype for Business as part of our Office365 subscription, and Winnefox staff have begun using it for IM messages; while Skype is more known for video calling, it can also send text-only messages, and has the benefit of being able to integrate with Outlook contacts, so that two separate user names do not need to be maintained. To set up Skype, log in to Office365 in a browser, using the URL https://portal.office.com; it will ask for the email address and password you use to log into Windows (if you do not use an email address to log into Windows, contact Pete Hodge). In the upper-left corner, click the “Office 365” link next to the grid, to bring you to the main landing page for Office365: On this page, go to the upper right side, to the “Install Office 365” link; beneath that, click on “Other Installs”. This brings up a page with all options for Office, including Skype for Business, on the left-hand side of the page. From the Skype for Business page, choose either “Skype for Business Basic (for Office 2016)” or “Skype for Business 2015”, depending on which is the same version as the other Office products installed on your computer.
    [Show full text]
  • Sending Newsgroup and Instant Messages
    7.1 LESSON 7 Sending Newsgroup and Instant Messages After completing this lesson, you will be able to: Send and receive newsgroup messages Create and send instant messages Microsoft Outlook offers some alternatives to communicating via e-mail. With instant messages, you can connect with a client who is also using instant messaging to ask a simple question and get the answer immediately. On the other hand, Newsgroups allow you to communicate with a larger audience. When considering the purchase of a new graphics program, for example, you can solicit advice and recommendations by posting a message to a newsgroup for people interested in graphics. You don’t need any practice files to work through the exercises in this lesson. Sending and Receiving Newsgroup Messages A newsgroup is a collection of messages related to a particular topic that are posted by individuals to a news server . Newsgroups are generally focused on discussion of a particular topic, like a sports team, a hobby, or a type of software. Anyone with access to the group can post to the group and read all posted messages. Some newsgroups have a moderator who monitors their use, but most newsgroups are not overseen in this way. A newsgroup can be private, such as an internal company newsgroup, but there are newsgroups open to the public for practically every topic. You gain access to newsgroups through a news server maintained either on your organization’s network or by your Internet service provider (ISP). You use a newsreader program to download, read, and reply to news messages.
    [Show full text]
  • Search Only in Hosts Search the Web Arts > Online Writing > Journals
    Google Directory - Computers > Internet > On the Web > Weblogs > Tools > Hosts Directory Help Search only in Hosts Search the Web Hosts Computers > Internet > On the Web > Weblogs > Tools > Hosts Go to Directory Home Related Categories: Arts > Online Writing > Journals > Resources > Hosts (43) Computers > Internet > Web Design and Development > Hosted Components and Services (838) Web Pages Viewing in Google PageRank order View in alphabetical order TypePad - http://www.typepad.com Service for hosting and publishing weblogs and photo albums. Xanga - http://www.xanga.com/ Personal publishing. Free weblogs. Rotten Tomatoes: The Vine - http://www.rottentomatoes.com/vine/journal.php Blogging and networking for entertainment. Squarespace, Inc. - http://www.squarespace.com/ Focus on writing your blog entries and publishing your files and pictures instead of worrying about how to design and update your website. Weblogger - http://www.weblogger.com/ Free Weblog hosting for life using Manila. Web based editor. Excellent for collaborative editing. Free-Conversant - http://www.free-conversant.com/ Conversant is an Internet groupware platform which allow flexible hosting of weblogs and web community sites with browser-based editing, as well as email and NNTP integration. pitas.com - http://www.pitas.com/ Free hosting for weblogs and news sites. Supports both ftp and web-based editing. Features include templates, multiple editors, and a "yourname.pitas.com" sub-domain. Blog-City.com - http://www.blog-city.com/ Provides blog sites without requiring HTML or FTP expertise. 20six - http://www.20six.co.uk Allows you to create an online journal with text and images. Also post via MMS from your camera phone. Free host.
    [Show full text]
  • Yahoo! and Microsoft Bridge Global Instant Messaging Communities
    Yahoo! and Microsoft Bridge Global Instant Messaging Communities SUNNYVALE, Calif., and REDMOND, Wash. — July 12, 2006 — Yahoo! Inc. (Nasdaq: "YHOO") and Microsoft Corp. (Nasdaq: "MSFT") today will begin limited public beta testing of interoperability between their instant messaging (IM) services that enable users of Windows Live® Messenger, the next generation of MSN® Messenger, and Yahoo!® Messenger with Voice to connect with each other. This interoperability — the first of its kind between two distinct, global consumer IM providers — will form the world's largest consumer IM community, approaching 350 million accounts. Consumers worldwide from Microsoft and Yahoo! will be able to take advantage of IM interoperability and join the limited public beta program. They will be among the first to exchange instant messages across the free services as well as see their friends' online presence, view personal status messages, share select emoticons, view offline messages and add new contacts from either service at no cost.2 Yahoo! and Microsoft plan to make the interoperability between their respective IM services broadly available to consumers in the coming months. "This first-of-its-kind interoperability between consumer IM leaders Microsoft and Yahoo! gives our customers tremendous control, convenience and freedom in their Web communication experiences with Windows Live," said Blake Irving, corporate vice president, Windows Live Platform at Microsoft. "We're proud to deliver this latest advancement in IM services that empower people to communicate
    [Show full text]
  • Instant Messaging on the Internet: Interoperability Issues of Competition and Fair Access
    Order Code RS20688 Updated March 28, 2002 CRS Report for Congress Received through the CRS Web Instant Messaging on the Internet: Interoperability Issues of Competition and Fair Access name redacted Analyst in Information Science and Technology Policy Resources, Science, and Industry Division Summary Instant Messaging (IM) is one of the fastest growing Internet applications. The recent debate about IM is related to the broad issues of open access rules and competition in the high speed Internet service and cable television markets. Although IM technology has evolved largely independent of formal regulation, a review of the AOL-Time Warner (AOL-TW) merger brought issues of interoperability (the ability to exchange messages between multiple IM services) among IM services under scrutiny both in the US and Europe. Concerns about open access and accessibility for the disabled, have been raised by Members of Congress, the Federal Trade Commission (FTC), the Federal Communications Commission (FCC), and the European Commission (EC). These issues highlight the growing complexity of regulating converging technologies. This report discusses the technology behind instant messaging and provides an overview of the issues. It will be updated as necessary. Background Instant messaging (IM) is one of the fastest growing free services on the Internet. IM combines the immediacy of a telephone call with the network presence of electronic mail (e-mail) to create an instantaneous system for exchanging messages between two people. In its simplest form, IM applications are used for the synchronous exchange of text messages. However, recent developments in IM technology also now allow users to exchange files, pictures, and even voice messages.
    [Show full text]
  • A Glimpse of the Matrix (Extended Version) Arxiv:1910.06295V2 [Cs.NI]
    A Glimpse of the Matrix (Extended Version) Scalability Issues of a New Message-Oriented Data Synchronization Middleware Florian Jacob Jan Grashöfer Hannes Hartenstein Karlsruhe Institute of Technology Karlsruhe Institute of Technology Karlsruhe Institute of Technology Institute of Telematics Institute of Telematics Institute of Telematics fl[email protected] [email protected] [email protected] Abstract partial order in the replicated per-room data structure from which the current state is derived. Matrix is a new message-oriented data synchroniza- At present, the public federation is centered around tion middleware, used as a federated platform for near one large server with about 50 000 daily active users as real-time decentralized applications. It features a novel of January 2019. However, Matrix is growing fast and approach for inter-server communication based on syn- is intended to be more decentralized. Consequently, the chronizing message history by using a replicated data structure of the network might change drastically in structure. We measured the structure of public parts in the future when more servers join the federation and the Matrix federation as a basis to analyze the middle- users are distributed more evenly across them. This ware’s scalability. We confirm that users are currently will challenge the Matrix protocol in terms of scalability. cumulated on a single large server, but find more small In addition to the public federation, at least one large, servers than expected. We then analyze network load independent private federation exists: In April 2019, distribution in the measured structure and identify scala- the French government announced the beta release of bility issues of Matrix’ group communication mechanism its own, self-sovereign communication system based in structurally diverse federations.
    [Show full text]
  • A Survey on Web 2.0
    Saila Ovaska and Juha Leino A Survey on Web 2.0 DEPARTMENT OF COMPUTER SCIENCES UNIVERSITY OF TAMPERE D‐2008‐5 TAMPERE 2008 UNIVERSITY OF TAMPERE DEPARTMENT OF COMPUTER SCIENCES SERIES OF PUBLICATIONS D – NET PUBLICATIONS D‐2008‐5, JUNE 2008 Saila Ovaska and Juha Leino A Survey on Web 2.0 DEPARTMENT OF COMPUTER SCIENCES FIN‐33014 UNIVERSITY OF TAMPERE ISBN 978‐951‐44‐7389‐0 ISSN 1795‐4274 Abstract Today’s Internet is a far cry from the network of academic sharing as which it began. From the ruins of the dot-com bubble has risen a brave new Internet that O’Reilly has named Web 2.0 while others prefer such names as social net. We were interested in what characterizes today’s Internet services and set out to study eleven Web 2.0 sites that encapsulated the new breed of Internet services. We found that O’Reilly’s definition of Web 2.0 describes well what is happening on the Internet today. Today’s Internet is indeed about harnessing collective intelligence and about user-contributed content. Huge numbers of items require us to use social navigation with its recommender systems to find items of interest and users have advanced from being simple consumers of content to being a major source of the Web 2.0 content as well. Users contribute content directly by uploading text (in blogs, forums, and reviews), photos, and video clips, and in addition to such intentionally contributed content, the systems generate content by tracking user activities. Moreover, today’s Internet services are characterized by sociability.
    [Show full text]
  • Conversational Commerce on Instant Messaging Apps
    CONVERSATIONAL COMMERCE ON INSTANT MESSAGING APPS WHITEPAPER Table of Content Summary 3 Key Takeaways 3 What is Conversational Commerce? 3 Rise of Instant Messaging Apps 3 Industry Landscape 4 Solution & Benefits 4 Conclusion 5 References 5 Author 6 Abstract Today consumers are spending most of their time on instant messaging apps such as WhatsApp, Facebook Messenger, WeChat, etc. These apps provide a great opportunity for brands to connect intimately with consumers and establish it as an alternate channel for shopping. By facilitating AI-powered chatbots on messaging apps helps brands resolve customer queries and enable purchasing & sales requests. Also, it can be a key source for personalized shopping. Chatbots automates customer conversations and helps in building a strong relationship with them. Key takeaways. Conversational commerce current Popular use cases that can be 1 trends and future scope 4 implemented on instant messaging platforms – Conversational Ordering, customer support, and personalized Instant Messaging Apps – Overview, selling 2 platforms, geography-wise usage, customer journey, and brand Tech Mahindra capabilities and interaction 5 partner ecosystem - integrated commerce solution on instant Scope for Retail and CG Industry, messaging apps. 3 Industry examples, consumer preferences What is Conversational Commerce? Rise of Instant Messaging Apps Conversational commerce is the intersection of Instant messaging apps are the preferred means of messaging apps (Facebook Messenger, WhatsApp, communication worldwide, there are over 2 billion Instagram, WeChat) or voice-assisted apps (Alexa, users on WhatsApp, 900 million active users on Google Home, Amazon Echo) with shopping. It uses Facebook Messenger, and 700 million users on AI-based chatbots in interacting with customers and WeChat worldwide.
    [Show full text]