Mining a FAQ using RightNow Web. (Data Management - Customer Service).RightNow Web is an integrated software package Software that combines several applications in one program, typically providing at least word processing, spreadsheet and database management. Presentation graphics, page layout, paint, calendar, address book, e-mail and other applications may also be included. for web- based customer service that has, at its core, a database of answers to frequently asked questions (FAQs). One major design goal is to facilitate end-user interaction with this dynamic document collection, i.e. make it as easy and efficient as possible for users to browse the collection and locate desired information. To this end, we perform several types of analysis on the session tracking database that records user navigation histories. First, using both explicit and implicit measures of user satisfaction, we infer a "solved count' rep- resenting the average utility of an FAQ (Frequently Asked Questions) A group of commonly asked questions about a subject along with the answers. Vendors often display them on their Web sites for use as troubleshooting guidelines. . Second, using the user navigation patterns we construct a link matrix representing connections between FAQS. The technique of building up the link matrix and using it to advise users on related information amounts to a form of the "swarm intelligence Swarm intelligence (SI) is an artificial intelligence technique based around the study of collective behavior in decentralized, self-organized systems. The expression "swarm intelligence" was introduced by Gerardo Beni, Susan Hackwood, and Jing Wang in 1989, in the context of " method of finding optimal paths. Both solved count and the link matrix are continuously updated as users interact with the site; furthermore, they are periodically "aged" to emphasize recent activity. The synergistic synergistic /syn·er·gis·tic/ (sin?er-jis´tik) 1. acting together. 2. enhancing the effect of another force or agent. syn·er·gis·tic adj. 1. combination of these techniques allows users to learn from the database in a more effective manner, as evidenced by usage statistics. The design of software applications that rely heavily on interaction with users is often handicapped by lack of knowledge about how users behave. This fact has stimulated the development of applications that monitor user activity and attempt to learn from this activity to improve this application's effectiveness. These types of applications can be divided into two classes: (1) applications used primarily by a single person, whose idiosyncrasies can he learned over time, and (2) applications that are used by many people. In the latter case, the design choice is whether to adapt to better fit a prototypical user, or to attempt to identify users as belonging to pre-defined or learned categories with corresponding behaviour. Assuming the user can be categorized cat·e·go·rize tr.v. cat·e·go·rized, cat·e·go·riz·ing, cat·e·go·riz·es To put into a category or categories; classify. cat with reasonable accuracy, the last approach offers the possibility of the most adapted or personalized per·son·al·ize tr.v. per·son·al·ized, per·son·al·iz·ing, per·son·al·iz·es 1. To take (a general remark or characterization) in a personal manner. 2. To attribute human or personal qualities to; personify. response, and hence should be the most effective. To achieve this, the record of user interactions, or clickstream The trail of mouse clicks made by a user performing a particular operation on the computer. It often refers to linking from one page to another on the Web. , must be mined for information about classes of user behaviour. RightNow Web (RNW RNW Radio Navigation Warning ) is a complete product for online customer service. As such, it contains many features which are beyond the scope of this paper. Here we will not address the entire realm of administrative functions, including such things as problem ticket tracking, workflow routing and individual and. company based contract management. Instead, we will focus on the end-user interactions with a knowledge base in the form of FAQS. In RNW, FAQs contain a title, question description, and question answer. Each FAQ is tagged with products or categories assigned by an administrator to help end users identify FAQs specific to a particular product or type of issue. Depending on the configuration, there may also exist custom fields associated with each FAQ as defined by an administrator. In addition to businesses, educational and government entities use PNW PNW Pacific Northwest PNW Palestinian Airlines (ICAO code) PNW Probes Northwest (Ford Probe owners club) PNW Prescott and Northwestern Railroad Company PNW Printer Not Working PNW Personal Netware as a means of providing information to the public; one example is the U.S. Social Security Administration help sitehttp://ssa-custhelp.ssa.gov/cgi-bin/ssa. Thus, the end-user activities of browsing and searching the knowledge base are similar to those in many database-related applications. RNW tracks users' activities as they search the knowledge base for answers. However, users are anonymous until they specifically submit a request for help. Therefore we have data for an anonymous individual visiting the site, but no way to track a particular visitor on subsequent visits. This restriction forces a reconceptualization of several interesting problems. Most importantly Adv. 1. most importantly - above and beyond all other consideration; "above all, you must be independent" above all, most especially , conventional collaborative filtering Also known as "social filtering" and "social information filtering," it refers to techniques that identify information a user might be interested in. There are different kinds of algorithms used, but the basic principle is to develop a rating system for matching incoming material. [2], which uses a database of user preferences to predict preferences of a new user, is inadequate to handle relatively short and anonymous visits, since there is a low probability of identifying common interests between users. Instead, we use a novel, multifaceted mul·ti·fac·et·ed adj. Having many facets or aspects. See Synonyms at versatile. Adj. 1. multifaceted - having many aspects; "a many-sided subject"; "a multifaceted undertaking"; "multifarious interests"; "the multifarious approach that also uses concepts from work in swarm intelligence [1].The latter technique relies on the collective effect of many agent traversing tra·verse v. tra·versed, tra·vers·ing, tra·vers·es v.tr. 1. To travel or pass across, over, or through. 2. To move to and fro over; cross and recross. 3. a network and interacting with that network to build up a structure representing paths that are optimal in some sense. In our case, the agents are the human users "foraging' for information in the database of FAQs, which develops a link structure representing the paths with highest utility. In this paper we describe the nature "agents" construction of the link structure that we employ as well as a usefulness rating for individual FAQs that is reminiscent of a collaborative filtering approach. METHODS Background In RNW, the user interface from the end-user perspective has three main routes through which one may discover an answer. The default path contains a list of all publicly accessible FAQs on the site, the second path is a search on the list of publicly accessible FAQs, and the third path is a form with which to submit an unanswered question. The first two paths allow an end-user to find an answer unassisted, while the final path usually receives a human response. The effectiveness of the application is determined by the number of visitors who succeed in finding their answer through one of the first two methods without resorting to asking a customer service worker directly via the third method. Since users of the internet expect to be able to rapidly find an answer, several techniques to make. the site adaptive are applied to the first two paths of the user interface to increase the likelihood of finding a answer in the smallest amount of time. Determining FAQ Importance The first route most end-users visit is the list of FAQs, as shown in Figure 1. A static list of FAQs would not fare well in the highly dynamic world of internet customer service. First, the contents of the FAQ list FAQ list - frequently asked question is continually changing. Companies add new products, change existing products, and drop support for products, sometimes on a daily basis. The list of FAQs must keep current with the company's product line. In addition, customer focus changes over time. As new products are introduced the customer demand for information on the new products will increase, and the demand for information on the older products will decline. In an attempt to present the FAQs in a order that keeps the FAQs in highest demand at the most visible point in the list, the ordering within the list must continually change. RNW handles the changing customer emphasis on individual FAQs through both an explicit and an implicit method. Both methods manipulate a counter associated with each FAQ. The explicit adjustment comes from a questionnaire displayed with each FAQ which asks for a rating of helpfulness for the FAQ, as seen in the "How well did this answer your question area in the middle of Figure 2. These ratings could be anything from a two-way choice of helpful versus unhelpful up to a five-way rating of the degree of usefulness. If the visitor rates an FAQ as unhelpful, the overall ranking for the FAQ drops. If, instead, the visitor rates the FAQ as helpful, the ranking for the FAQ increases. Since the list of FAQs is displayed sorted in descending descending /des·cend·ing/ (de-send´ing) extending inferiorly. order of usefulness based in part on explicit rankings, those FAQs with higher ratings can be thought to float to the top of the list, while those with lower ratings will sink lower in the list, as seen in Figure 1. [FIGURES 1-2 OMITTED] Unfortunately, only a small percentage of visitors actually explicitly rate FAQ usefulness. A random sampling of sites suggests that between 0.1% and 10% of visitors actually rate a FAQ. Implicit feedback was a method devised to augment the low response rate of visitors on the explicit feedback measure. With an implicit measure there is a guarantee of full participation at the potential cost of accuracy of the information. Thus, implicit feedback measures are always counted with less weight than explicit measures. The philosophy behind the implicit measures of usefulness is loosely based on a swarm intelligence or ant colony An ant colony is an underground lair where ants live. Colonies consist of a series of underground chambers, connected to each other and the surface of the earth by small tunnels. There are rooms for nurseries, food storage, and mating. [1] approach. With our implicit measures we turn the tables from the standard approach with these techniques where each member of the swarm is a computer function searching for a local optimum Local optimum is a term in applied mathematics and computer science. A local optimum of a combinatorial optimization problem is a solution optimal within a neighboring set of solutions. . We use human visitors as the swarm members instead. To this end we must assume, instead of relying on explicit algorithmic instructions in the computer swarm model, that each human is searching the information space in a greedy greed·y adj. greed·i·er, greed·i·est 1. Excessively desirous of acquiring or possessing, especially wishing to possess more than what one needs or deserves. 2. , locally optimal way. For human visitors to a FAQ server, this means that we first assume each person comes to the site with a specific question to which they are attempting to find an answer. We further assume that once at the site the search approach they use is directed as opposed to random. In this case, a directed search means that the visitor will choose only those items which, based on the available information, appear to answer their question. Through the implicit measure, we increment To add a number to another number. Incrementing a counter means adding 1 to its current value. our usefulness counter for each item an end-user visits. The last FAQ visited in a session increments the counter slightly more than the other FAQs visited in that session, under the assumption that the session ended with the successful discovery of the answer to the visitor's question. Thus, each visited FAQ in a session is rated higher than before the session began, and the terminal FAQ is rated higher than the non-terminal FAQs in that session. The implicit and explicit rankings are tracked through the same mechanism, but the explicit rankings are given significantly more weight in the calculation. Implicit rankings are based on assumptions of usefulness, so they are not considered as reliable as the explicit rankings. Through the combination of the implicit and explicit manipulations to the usefulness counter, we can place a order on the list of FAQs that directly corresponds to the relative usefulness of each FAQ. Links. At the same time as the implicit feedback is computed, links between incidents are also generated using the session history information. These links are generated by our human visitors, which we assume are operating in a non-random manner. Thus, a link is created between two FAQs or a usage counter of a existing link is incremented when a end-user visits two FAQs in sequence in the same session. Each link contains at least four characteristics, a "from" location ,a "to" location, a usefulness counter, and link type. The link type is not necessary in conceptualization con·cep·tu·al·ize v. con·cep·tu·al·ized, con·cep·tu·al·iz·ing, con·cep·tu·al·iz·es v.tr. To form a concept or concepts of, and especially to interpret in a conceptual way: , but is used within RNW to allow identification of special relationships between FAQs such a similar product or agency. In all cases of end-users traversals of at least two FAQs, at least one link is generated and additional links identifying special relations may also be created. The links are used to suggest FAQs related to the last FAQ a visitor selected. Thus, an end result similar to entire session collaborative filtering is achieved without the analysis required to compare sessions between users or against user prototypes. Instead, small windows of the session, specifically the transition from one FAQ to another, are used to reflect data similarity instead of user similarity. In fact, the relationships are built with respect to the information content of the FAQ as interpreted by humans. Humans with similar interests are likely to interpret each FAQ a similar way, resulting in the high accuracy of this technique, as seen in the "Related Answers" section in the lower part of Figure 2. With this model one can easily see how a human visitor acting in a directed manner will identify related FAQ documents simply by moving from one to another. Subsequent visitors with similar questions can then use those suggestions of FAQ relatedness to guide their non-random traversal Crossing over. Passing through. See NAT traversal. (data) traversal - Processing nodes in a graph one at a time, usually in some specified order. Traversal of a tree is recursively defined to mean visiting the root node and traversing its children. of the available information. With the usefulness counter on each link, all links from a given location can be ranked by their relative usefulness to other visitors, increasing the likelihood of each visitor finding the most relevant information. A good example of human-generated relationships can be gleaned from the U.S. Social Security Administration site. As this paper being written, the following FAQs are displayed as the top five items related to the FAQ entitled en·ti·tle tr.v. en·ti·tled, en·ti·tling, en·ti·tles 1. To give a name or title to. 2. To furnish with a right or claim to something: "What are the disability requirements for an adult?" (1) "What kind of disability benefits does Social Security pay?" (2) "Where can I get a list of disabling dis·a·ble tr.v. dis·a·bled, dis·a·bling, dis·a·bles 1. To deprive of capability or effectiveness, especially to impair the physical abilities of. 2. Law To render legally disqualified. impairments for Social Security Disability?" (3) "What is the difference between Social Security and SSI (1) See server-side include and single-system image. (2) (Small-Scale Integration) Less than 100 transistors on a chip. See MSI, LSI, VLSI and ULSI. 1. (electronics) SSI - small scale integration. 2. ?" (4) "How long does it take to get notified of a decision about disability benefits?" (5) "How much can I earn and still recieve Disability benefits?" Perhaps the success of our modified collaborative filtering approach relies on a rather homogeneous set of visitors interacting with a more limited source than is considered for the traditional implementation Specifically, the U. S. Social Security site has only 575 visible items at the time of this writing. Yet this relatively small number of FAQs. is accessed by millions of people. Those millions of people are visiting the site because of a specific interest in U.S. Social Security issues, not any of the millions of other topics available on the World Wide Web. Thus, the authors feel that the change of focus from the human-centric approach of traditional collaborative filtering to the data-centric approach described above has benefits in these, and many other, situations Data Aging One of the compliance testing applications put forth during the Y2K problem, in which years were added to a date to bring it up to or beyond the year 2000. See Y2K problem. The ant colony optimization The ant colony optimization algorithm (ACO), introduced by Marco Dorigo in his PhD thesis, is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. model contains a central idea that paths between points can evaporate e·vap·o·rate v. 1. To convert or change into a vapor; volatilize. 2. To produce vapor. 3. To draw or pass off in the form of vapor. 4. . This pheromonal model ensures that paths must be frequently reinforced to remain relevant [1]. We have added this concept to our usefulness counters on both FAQs. and links. This process, which we call "data aging,' is done to enforce a preference for recently learned relationships and to keep the document usefulness rankings current with respect to recent user traffic Conceptually the data aging process is rather simple. First, each time an end-user visits an FAQ, an access timestamp is updated on that FAQ. Periodically the access timestamps on the entire set of FAQs are analyzed, and those FAQ. that have not had recent visitation VISITATION. The act of examining into the affairs of a corporation. 2. The power of visitation is applicable only to ecclesiastical and eleemosynary corporations. 1 Bl. Com. 480; 2 Kid on Corp. 174. have their usefulness rankings decreased Both the mount of decrease and the frequency of aging are configurable depending on the particular demands of the site. When an unreinforced usefulness ranking drops as a result of the data aging process, the FAQ will slide down the list of information presented to the user. Once an FAQ consistently drops below the first few pages of information, the reduction in visitation will result in a drop in the frequency of link reinforcement. Data aging is an important consideration for keeping information current in real-world systems. For example, Pitney Bowes Please help [ rewrite this article] from a neutral point of view. Mark blatant advertising for , using . is a large supplier of postage metering equipment. Recently, when the U.S. postage rates increased, the RNW installation of Pitney Bowes had a sudden spike of questions related to this change. As one might guess, those FAQs that had previously appeared at the top of the usefulness rankings likely had no relevance to the sudden flurry Flurry A drastic volume increase in a specific security. of questions about the rate increase. If previously top-ranked items are no longer visited in favour of the newly preferred information, the new information will reach the top of the usefulness listing sooner if the old information is aged. In customer service applications, the faster information is provided to customers, the lower the cost of support becomes. The system can also be configured con·fig·ure tr.v. con·fig·ured, con·fig·ur·ing, con·fig·ures To design, arrange, set up, or shape with a view to specific applications or uses: to present the list of linked FAQs. sorted by link strength instead of by solved count. As in the previous configuration, when a link is reinforced less frequently than other links it slides down the list of information presented. As the FAQ moves down the list it will be visited less frequently resulting in the usefulness ranking being reinforced less frequently. It is obvious that there is a strong coupling between the reinforcement of the links and the reinforcement of the usefulness rankings. This coupling implies a linear relationship between the strength of the usefulness ranking and the total strengths of the links, If the number of links associated with a given FAQ is high, the effect of a particular link becoming weaker or disappearing altogether will have a low affect on the usefulness ranking of that document. For documents with a low number of links the aging process can result in suppressed usefulness rankings and vice versa VICE VERSA. On the contrary; on opposite sides. depending on the configuration of the interface. Intuitively, these types of documents are samples of isolated information. An RNW feature not covered not covered Health care adjective Referring to a procedure, test or other health service to which a policy holder or insurance beneficiary is not entitled under the terms of the policy or payment system–eg, Medicare. Cf Covered. in this paper is that, if desired, the aging process can be configured to change the status of isolated documents and signal administrator. Maintainers of the knowledge base need to he aware to watch for these types of status changes and take appropriate action to either remove the document, alter it to he more related to stronger documents, or add new information similar to the given document in an attempt to build a group of related information. In this system, groups of similar FAQ.s will tend to form "cliques" where all members of the group have strong links to most of the other members. These groups tend to be very stable while isolated FAQs. tend to have trouble staying stable with respect to the average usefulness and link strengths. Of course this is not always the case; a isolated document can remain popular as a result of its inherent utility to users In general, the system performs best when all documents have a number of very similar documents to facilitate the establishment of stable groups. Jump Starting the Knowledge base As currently described, the system suffers from a bootstrapping Bootstrapping A procedure used to calculate the zero coupon yield curve from market figures. Notes: Since the T-bills offered by the government are not available for every time period, the bootstrapping method is used to fill in the missing figures in order to derive the problem. The process of end-user generated links and usefulness rankings is slow to initialise (programming) initialise - To give a variable its first value. This may be done automatically by some languages or it may require explicit code by the programmer. Some languages allow initialisation to be combined with variable definition, e.g. and reach a representative state. We have addressed this issue by using a statistical text clustering algorithm highly tied to the details of this system which outputs a links structure which attempts to give the system a good initial condition. This issue of bootstrapping also exists for newly added groups of documents, such as when a new product line is added. The clustering algorithm can he run periodically after starting condition in proportion to the current state of the current knowledge base structures. Using the clustering algorithm also has a additional benefit. The typical user interface setup shows only the titles of the FAQs. As a result, end-users select and implicitly reinforce FAQs based only on their view of the usefulness of the title. Users that explicitly rate the document's usefulness can correct this, but in practice most do not. This creates the need for documents to have a very good summary title. Alternatively, the interface is configurable to display more than just the FAQ titles, allowing end-users to provide more accurate link information. Since the clustering algorithm operates on the entire set of words in each document, It will create links between documents even if their titles are not necessarily similar. RESULTS Based on self-reported case studies from within one to six months of initial implementation, users of RNW have experienced between a 10% and 99.5% reduction in customer support load (See Table 1). A few of the companies report a dollar savings or a number of hours saved, instead of a reduction rate. In some notable cases BMW BMW in full Bayerische Motoren Werke AG German automaker. Founded as an aircraft engine manufacturer in 1916, the company assumed the name Bayerische Motoren Werke and became known for its high-speed motorcycles in the 1920s. customers reported a estimated savings of more than $1.2 million per month as a result of reduced phone support volume. A recent study by Forrester Research Forrester Research is an independent technology and market research company that provides its clients with advice about technology's impact on business and consumers. Corporate facts
The amount paid for asset maintenance or the cost of doing business, excluding depreciation. Earnings are distributed after operating expenses are deducted. . Thus, while these numbers are self-reports, they are likely to be fairly accurate. These numbers refer only to the percentage of end-users who find their answer within the entire FAQ list. The comparison group are, effectively, the same end-users before there existed a dynamic FAQ list. Unfortunately this data does not break down the usefulness of the individual approaches outlined above. However, from these numbers it is apparent that the suite of data mining and knowledge discovery approaches as described certainly aids a large percentage of the general public to find solutions to their problems faster than if the suite were unavailable. A more complete analysis performed by Doculabs, Inc. [8] on 3.7 million service requests to 202 companies in the first quarter of 2001 shows a 86.9% self-service rate with BMW. According to according to prep. 1. As stated or indicated by; on the authority of: according to historians. 2. In keeping with: according to instructions. 3. Doculabs, that equates to a savings of more than $100 million quarterly. The breakdown of self-service by industry is shown in Table 3. 4.1 Current And Future Improvements Our objective in using a links matrix and solved counts was to meet the user's demands as quickly as possible. However, from the discussions in the previous sections, we know that these rely heavily on the actual usage patterns. Explicit solved count techniques require user feedback, which, when added to the user-dependence of the links matrix, could bias these metrics metrics Managed care A popular term for standards by which the quality of a product, service, or outcome of a particular form of Pt management is evaluated. See TQM. undesirably. The key to achieving user independence would be to "understand' the similarities of text FAQs using relatively simple knowledge of natural language. Grouping similar FAQs using clustering techniques would not only enhance user interaction, but also provide a semantic tool to automate the process of answering user queries. In the release of RNW currently under development, we have made many modifications which are the topic of another paper. First, we incorporate a heavily modified variation on the incremental Additional or increased growth, bulk, quantity, number, or value; enlarged. Incremental cost is additional or increased cost of an item or service apart from its actual cost. and hierarchical clustering technique, BIRCH birch, common name for some members of the Betulaceae, a family of deciduous trees or shrubs bearing male and female flowers on separate plants, widely distributed in the Northern Hemisphere. [9]. This algorithm allows us to organize the FAQs in a tree-structure where each internal node of the tree stands as a representative summary of the FAQs in the subtree below. This tree will be used to guide the user to the desired FAQs, and given the usually shallow BIRCH trees, this should be a matter of a few clicks. We have tried various distance measures to compute To perform mathematical operations or general computer processing. For an explanation of "The 3 C's," or how the computer processes data, see computer. the similarities of FAQ. and found the quality of results depends on the distance algorithm. The metrics proposed in [9] take into account the intra-cluster coalescence coalescence /co·a·les·cence/ (ko?ah-les´ens) the fusion or blending of parts. co·a·les·cence n. See concrescence. coalescence a fusion or blending of parts. , but ignore reducing inter-cluster coupling. The cluster-utility measure proposed in [7] is more complete in that sense, and is also easily integrable in the main BIRCH framework. BIRCH also offers iterative methods In computational mathematics, an iterative method attempts to solve a problem (for example an equation or system of equations) by finding successive approximations to the solution starting from an initial guess. to reduce data-order-dependence. Natural language word-scoring, stemming, and part-of-speech-tagging [3] as well as disambiguation dis·am·big·u·ate tr.v. dis·am·big·u·at·ed, dis·am·big·u·at·ing, dis·am·big·u·ates To establish a single grammatical or semantic interpretation for. techniques similar to [4] serve as advanced tools for better match-criteria. We discovered a immense increase in both overall speed of clustering and accuracy of resulting clusters when these approaches are used to identify cluster features. Part of our modifications to the BIRCH approach is the integration of a simple rule-learner for context-sensitive text categorisaton building upon the above natural language techniques. Similar to Cohen's classifier approach [6], we have created classifier to reflect the hierarchical structure See hierarchical. prescribed pre·scribe v. pre·scribed, pre·scrib·ing, pre·scribes v.tr. 1. To set down as a rule or guide; enjoin. See Synonyms at dictate. 2. To order the use of (a medicine or other treatment). by BIRCH, with a redistribution re·dis·tri·bu·tion n. 1. The act or process of redistributing. 2. An economic theory or policy that advocates reducing inequalities in the distribution of wealth. of documents at various levels in the tree. This hierarchical classifier A hierarchical classifier is a method of classifying inputs into defined output categories. The classification occurs first on a low-level with highly specific pieces of input data. thus effectively identifies documents that can act as representatives of all those documents that reside in the same subtree. As a extension to the techniques covered in this paper, the authors are also refining an approach to identifying emotional content in questions submitted to the site While this approach does not aid the end-user in finding answers, this knowledge discovery technique aids the customer support worker to prioritize pri·or·i·tize v. pri·or·i·tized, pri·or·i·tiz·ing, pri·or·i·tiz·es Usage Problem v.tr. To arrange or deal with in order of importance. v.intr. their communication and identify those that need immediate attention or referral as well as tailor their responses to best suit the situation. Previously we relied on word-scoring and word-stemming for this, but we have recently added the part-of-speech-tagging techniques to our repertoire This technique complements the other knowledge discovery and data mining approaches discussed in this paper to make for a more complete software application. CONCLUSION Various knowledge discovery techniques applied to user sessions A count of how many times all users access a Web site regardless whether the same person came back several times during the measurement period. If a user leaves and returns within a short time, some systems count those sessions as one. Contrast with unique visitors. See also user session. have proven themselves very useful in RightNow Web, a online customer service tool used by approximately 1,200 companies, schools, and government organisations. With the knowledge discovery techniques in RightNow Web, human support load is significantly reduced by allowing end-users to easily find answers to their questions. Several new techniques are identified for future versions of the product, hopefully allowing even more time to spend providing a personal touch for those customers requiring more involved solutions to their problems. Table 1. Saving figures (varied units) for various customer companies. Company Savings Ben and Jerry's Ice Cream 99.5% ClickRebates.com > 90% Remington Arms 90% Schwinn 70% Xerox > 50% Air Reserve Personnel Center 50% ~$200K/mo California Chamber of Commerce 50% Quip! 45% Bissell, Inc. 30% Commission Junction 30% Sanyo Fisher Service Corporation 30% University of South Florida 20% Big Planet 10-20% ~$100K/mo Social Security Administration > ~$1.2M/mo Pitney Bowes > $100K/mo Mindspring 7,500 hours/mo Table 2: Growth and pre-growth saving figures for various customer companies Company Company Growth Overall Savings Military.com 300% 10% ScholarOne 100% 17% Specialized 10% 10% Air Canada dramatic 60% Table 3. Self-service by industry, over 200 companies analyzed, 3.7 customer visits. Industry Visitation Self-service General Equipment 342,728 98.79% Manufacturing 22,784 97.85% Education 8,400 96.23% Entertainment/Media 113,047 95.91% Financial Services 40,574 95.14% Contract Manufacturers 77,838 94.60% Utility/Energy 19,035 94.11% ISP/Hosting 147,671 94.06% IT Solutions Providers 53,804 93.91% Computer Software 449,402 93.90% Dot Coms 267,346 92.40% Medical Products 17,892 91.89% Professional Services 24,862 91.38% Insurance 40,921 91.36% Automotive 3,801 90.19% Retail/Catalog 44,145 86.07% Consumer Products 1,044,199 84.46% Computer Hardware 101,209 84.43% Government 108,955 84.08% Travel/Hospitality 27,099 82.99% Association/Nonprofit 14,620 81.04% Telecommunications 809,320 75.02% Overall Total 3,779,652 86.90% REFERENCES [1] B. Bonabeau and G. Theraulaz. Swarm Smarts Scientific American Scientific American U.S. monthly magazine interpreting scientific developments to lay readers. It was founded in 1845 as a newspaper describing new inventions. By 1853 its circulation had reached 30,000 and it was reporting on various sciences, such as astronomy and , pages 73 - 79, March 2000. [2] J. S. Breese, D. Heckerman, and C. Kadie. Empirical Analysis of Predictive Algorithms for Collaborative Filtering. In Proceedings of the Fourteenth Conference on Uncertainty in Artificial Intelligence. Morgan Kaufmann, 1998. [3] E. Brill Brill or Bril, Flemish painters, brothers. Mattys Brill (mä`tīs), 1550–83, went to Rome early in his career and executed frescoes for Gregory XIII in the Vatican. . Some Advance in Transformation Based Part of Speech Tagging. In Proceedings of the Twelfth National Conference on Artificial Intelligence, 1994. [4] E. Brill and P. Resnik. A rule-based approach to prepositional phrase prepositional phrase n. Abbr. PP A phrase that consists of a preposition and its object and has adjectival or adverbial value, such as in the house in the people in the house or by him in attachment disambignation. In Proceedings of the 15th International Conference on Computational Linguistics computational linguistics (CL) Use of digital computers in linguistics research. The simplest examples are the use of computers to scan text and produce such aids as word lists, frequency counts, and concordances. , Kyoto, Japan, 1994. [5] B. Chatham, D. M. Cooperstein, and A. A. Reinhard. Managing customer profitability Customer profitability (CP) is the difference between the revenues earned from and the costs associated with the customer relationship in a specified period. According to Philip Kotler,"a profitable customer is a person,household or a company that overtime,yields a revenue , 2000. [6] W. W. Cohen cohen or kohen (Hebrew: “priest”) Jewish priest descended from Zadok (a descendant of Aaron), priest at the First Temple of Jerusalem. The biblical priesthood was hereditary and male. . Fast effective rule induction Rule induction is an area of machine learning in which formal rules are extracted from a set of observations. The rules extracted may represent a full scientific model of the data, or merely represent local patterns in the data. . In Proceedings of the Twelfth International Conference on Machine Learning, California, 1995. [7] D. Fisher. Interative optimization and simplification of hierarchical clusterings. In Technical report, TR CS-95-01. Vaderbilt University. 1995. [8] J. Watson, G. Donnelly, and J. Shehab. The Self-Service Index Report: Why Web-Based Self-Service is the ROI (Return On Investment) The monetary benefits derived from having spent money on developing or revising a system. In the IT world, there are more ways to compute ROI than Carter has liver pills (and for those of you who never heard of that expression, it means a lot). Sweet-Spot of CRM (Customer Relationship Management) An integrated information system that is used to plan, schedule and control the presales and postsales activities in an organization. . In http://www.doculabs.com/. Doculabs, Inc., 2001. [9] T. Zhang, H. Ramakrishna, and M. Livny. BIRCH: An Efficient Data Clustering Method for Very Large Databases. In Proceedings of the 1966 ACM (Association for Computing Machinery, New York, www.acm.org) A membership organization founded in 1947 dedicated to advancing the arts and sciences of information processing. In addition to awards and publications, ACM also maintains special interest groups (SIGs) in the computer field. SIGMOD SIGMOD Special Interest Group On Management of Data International Conference on Management of Data, pages 103- 114, Montreal, Canada, 1996. Doug Warner, J. Neal Richter, Stephen D. Durbin & Bikramjit Banerjee. RightNow Technologies RightNow Technologies NASDAQ: RNOW is a U.S. software company that develops customer relationship management (CRM) software for small and mid-market businesses. It is incorporated in Delaware and headquartered in Bozeman, Montana. |
|
||||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion