Reputation system design is the. Advanced Feedback Management for Internet Auction Reputation Systems. Trust & Reputation Management

Size: px
Start display at page:

Download "Reputation system design is the. Advanced Feedback Management for Internet Auction Reputation Systems. Trust & Reputation Management"

Transcription

1 Advanced Feedback Management for Internet Auction Reputation Systems Electronic auction reputation systems have improved in recent years. However, most don t rely on user feedback but are still bound to old-fashioned comment counting while substantial information embedded in those comments is omitted. The authors system manages and learns from user feedback and considers auctions context, possible types of complaints, and the structure of connections between those complaints. They propose amplifying a reputation system algorithm to estimate the reported complaints harmfulness. Their results are based on a real-world dataset from a leading Eastern European online auction provider. Trust & Reputation Management Reputation system design is the most important thing in most social platforms. With Internet auction systems, especially where users invest great amounts of money it s crucial that those users get as much information as possible to improve the reliability of transactions. Reputation and trust management systems are based primarily on user feedback, but most platforms use old-fashioned comment counting and a [ 1, 0, 1] scale for comment valuation. However, such situations don t encourage sellers to improve their services. To address this problem, buyers should be able to explicitly express their detailed opinions about an auction and the seller. The Detailed Seller Report (DSR) ebay introduced in 2009 is still controversial (in part because the algorithm causes problems for low-volume sellers), but this approach moves one step closer toward extending the simple user-feedback interface. A well-designed feedback system and better-quality feedback can influence users trust toward the system itself. Here, we extend auction site feedback mechanisms by extracting information embedded in user comments, assigning this feedback value for use in reputation systems, and presenting the computed data to the user. To improve feedback, we suggest encouraging users to fill out a simple inquiry form at the end of an auction. This inquiry s subject should be adapted to take into account the item category, the feedback type, and the comments semantic meaning. Recent research shows that for positive comments, the added information is Tomasz Kaszuba Polish-Japanese Institute of Information Technology Albert Hupa University of Warsaw Adam Wierzbicki Polish-Japanese Institute of Information Technology SEPTEMBER/OCTOBER /10/$ IEEE Published by the IEEE Computer Society 31

2 Trust & Reputation Management negligible. 1 So, in our system, we consider only information from negative and neutral comments. Complaints Model Trust toward sellers is crucial for Internet auction platforms. Some trust enforcement mechanisms exist, such as DSR or escrow (an insurance system for auctions), but these don t build trust among a site s users. The auction platform provider should build trust in a bottom-up manner, starting with buyers, who express their feelings after the auction. The best possible way to improve trust is to ask buyers their opinions about sellers. Currently, ebay asks buyers the same four permanent questions after every auction, then computes the DSR value, which influences the sellers fees, promotions, the order of search, and so on. As our research shows, users can express much more subtle opinions about sellers than these questions might indicate. In our opinion, classification and understanding of users complaints can help build a better trust-management system. Additionally, existing reputation systems don t distinguish between different kinds of negative or neutral user feedback. They also use a very simple reputation algorithm. As long as we treat all negative feedback equally, we can t distinguish a purposeful from an accidental one. For example, a great difference exists between sending the wrong color or size of T-shirt to a user and not sending the T-shirt at all. To address these issues, we developed a model in which we can classify complaints against sellers and thus provide much more information about their inappropriate. The Dataset To create our classification model, we obtained a real-world dataset from Allegro ( pl), the leading Eastern European online auction provider. In this service, each auction has an explicit deadline, and all current bids are exposed to all participants. In most auctions, bidders can specify the maximum price they want to pay for an item, and Allegro s proxy bid system automatically raises the bid, using only the minimum amount necessary for the bidder to maintain the top position. Bidders can also increase their maximum price at any moment. When the auction terminates, the bidder with the highest bid wins. Allegro also has various multi-item ( Buy now! ) auctions in which sellers can sell more than one item (leading to more than one winner). In such auctions, every bid is a winning bid until no more items are available. For our model, we selected a subset of 9,500 sellers and buyers and their 285,000 auctions listed in 16,000 categories. We performed our research on a subset (15,000) of negative and neutral comments from 1.7 million total positive and nonpositive comments. The unequal amount of auction feedback versus the number of auctions is due to the multi-item type auctions. We mined the information from users comments using two independent classification approaches: top down and bottom up. These approaches helped us compare the outcomes that is, the different types of complaints on the basis of which we created a taxonomy by connecting those types according to different meanings. Classification Methods The top-down approach we used to develop our taxonomy involved creating a simple typology tree that employed a semiautomatic method using regular expressions. We designed and implemented the regex creator tool, which lets us create new regular expressions and assign the patterns to complaint types. In the bottomup approach, we used advanced data mining techniques to cluster the co-occurring words into groups. We applied the Newman-Girvan algorithm for community detection. 2,3 This approach is based on the measures of shortest path and betweenness centrality calculated for edges. Applying this algorithm generated sets of words that usually occurred together in our dataset. We treated these sets as meaningful types of complaints. Then, we examined the results from both methods and created the tree structures Figure 1 presents. More details about this work are available in our previous work. 4 Taxonomy of Complaints Within the taxonomy Figure 1 shows, we distinguish two kinds of losses due to fraud: time-related and money-related. We marked complaints related to lost time with striped lines, whereas those in light gray are related to monetary loss. In addition, we marked the four criteria that match those in ebay s DSR (the question about communication with the seller covers two of the categories in our taxonomy). We observed two general groups of complaints: seller--related and item-related. In the first group, we include the following seller : 32 IEEE INTERNET COMPUTING

3 Advanced Feedback Management Money related User related Seller related * Time related Main group DSR criteria Fraudulent Shill bidding Comm. misbehaving Overcharge shipping * No response * * sent late No payment info received not received No product to sell * * Poorly packaged Odd damaged Careless packaging different wrong not complete not as expected Fake or illegal Not sent or lost Low quality Not as described General Detailed Figure 1. Typology of complaints against sellers. We can discriminate between user- and item-related problems. Accusations against seller are mainly time-related, whereas item-related accusations are connected to a loss of money. Fraudulent includes shill bidding (that is, when a third party, often connected to the seller, raises the auction price intentionally) or shipping overcharges. We considered only explicitly formulated accusations, not those computed from historical auction data. No response complaints mean communicating with the seller after the auction was impossible. The seller didn t answer phone calls or respond to s. Odd involves the seller behaving in a completely unpredictable manner. For instance, communication with the seller was possible but handicapped, the seller sent the item with a delay, or he or she didn t define the payment method and shipping price. The second group of complaints is related strictly to the item: not sent or lost means the buyer never received the item, either because it was never sent, or because, as sellers sometimes argue, the courier or post office lost it. No product to sell occurs when the seller claims that the item was already sold to another buyer or that the item is no longer for sale. In this case, the buyer doesn t receive the item. Careless packaging indicates that the seller didn t take care in packaging the items and includes situations in which the received item arrived damaged. Verifying whether the seller sent a damaged item or the item was destroyed during shipment isn t possible. Wrong item means the seller sent the wrong item (or wrong color or type), or the received item wasn t complete. not as expected indicates that the item seems to be illegal goods (a fake, or pirated software) or just doesn t satisfy the buyer. Because the groups are disjoint, we can connect every comment to one or more of them. This provides more information about the seller s profile, which is crucial for sellers. The category tree covers only the meaningful accusations against the seller. We don t distinguish the most offensive comments (swearing and threats) unless we find at least one complaint from the list. Complaint Classification Using regular expressions prepared via our two classification methods, we partitioned all negative and neutral feedback from our dataset into the detailed types represented in the complaint taxonomy. Each complaint type has its own meaning and also a unique set of regular expression patterns. In our evaluation, we used the types classified into the general level only to obtain more legible results. We group SEPTEMBER/OCTOBER

4 Trust & Reputation Management Frequency of occurrence Negative Neutral Nonpositive 5 0 wrong not as expected Careless packaging Odd not sent or lost Fraudulent No product to sell No reponse Figure 2. Results for seller complaints. Buyers make neutral comments more often when there is a problem with the item or its state, whereas they make negative comments when the seller doesn t follow the rules (communication problems or lack of item). the patterns from the detailed level along the category tree. We tested all negative and neutral comments buyers made and assigned each to types in our taxonomy. We matched each comment against all patterns from our model. A comment could be assigned to more than one pattern from different types. In Figure 2, we present normalized results for all neutral or negative feedback separately. In addition, we present the percentage results jointly for all nonpositive feedback (negative or neutral comments). Our regular expression tool matched 68 percent of the negative comments and 54 percent of the neutral comments for sellers. The difference in classification quality between negative and neutral feedback occurs because neutral comments contain fewer complaints, which provide the most useful information. Unclassified comments contained mostly useless information (no specified reason or lots of spelling errors). We reduce the amount of such feedback by enabling users to choose one of our proposed complaint types from a list instead of editing comments themselves. However, users retain the ability to edit comments afterward to add more information if desired. Negative feedback. Figure 2 shows how frequently complaints occurred against sellers in our dataset. Most negatives are due to a lack of response from the seller or to buyers not receiving the item. This is predictable because users don t like to be uninformed, especially when they risk their money. A significant amount of negative feedback is due to problems with the item, such as the seller sending the wrong or a low-quality item. A few buyers made direct accusations of shill bidding or excess shipping costs. We also noticed some situations in which the seller refused to sell the item and informed the buyer about it. Neutral feedback. Buyers gave neutral feedback in most cases when the item didn t live up to their expectations or was different (for example, a different color or size) than described in the auction. Seller, such as a buyers problems understanding the seller or delays in sending the item, were also frequent reasons for neutral, rather than negative, feedback. Compared with negative feedback, we can observe a significant drop (almost 50 percent) in complaints related to not sending an item or ignoring the buyer. Complaints Grading To make our research more applicable to trust or reputation systems in general, we propose a simple method for rating the types of complaints according to their harmfulness. We based this method on the percentage points of negative and neutral comments in each complaint category. To verify our method and detect independent rules of grading, we conducted an opinion poll among real Internet auction users. We juxtaposed the results from both methods in Figure 3. All values for the computational method were generated from nonpositive feedback (negative or neutral). Less 34 IEEE INTERNET COMPUTING

5 Advanced Feedback Management Computational Opinion poll 6 Harmfulness No reponse not sent or lost No product to sell 1 Fraudulent Careless packaging wrong not as expected Odd Figure 3. Harmfulness grading. According to the opinion poll, problems with the item are the most harmful (that is, have the highest value). The computational method s results show that the sellers is also important harmful complaint types have lower values in the figure. Computational Method We define harmfulness as the balance between the frequency of occurrence of negative and neutral feedback (percentage points). We compute the harmfulness for every type in our complaint taxonomy. A type of complaint tends to be more harmful if we ve classified more negative than neutral feedback into that type. According to this computational method, the most harmful seller s are lack of response and not sending the item after receiving payment. Users are more forgiving with cases connected to the item s condition. Shipment delays and mistakes are more often graded as neutral than negative. Opinion Poll To verify our approach s correctness, we conducted an opinion poll among real Internet auction users from sites such as Allegro and ebay. We received 208 answers from people between the ages of 19 and 59. One hundred and forty-eight declared that they sold goods on auction systems. We asked respondents for their subjective opinions about each category s harmfulness. Results obtained from the opinion poll show that more frequent types of complaints aren t necessarily considered more harmful by respondents. Users seem to be more tolerant to a lack of response from the seller or to when sellers declare after the auction that they no longer have the item to sell. According to our respondents, the most harmful s regard the item s condition, as when sellers send a damaged, incomplete, or different item. Improving the Feedback System As mentioned previously, ebay introduced its DSR system to let buyers rate sellers on four different criteria: product description accuracy, communication between the seller and buyer, shipping time, and shipping charge. Buyers can leave one to five stars for each criteria. Although the system design is convenient for buyers, ebay doesn t instruct them on how to use it or reveal the reasons behind its criteria. Compared to our model, criteria used in DSR cover most user-related problems but don t take into consideration item-related complaints (only the question about the item description falls into this category). Moreover, DSR uses identical criteria for every type of category and value of an item, which can be a serious constraint in letting users express themselves. Our approach covers all complaints in greater detail with respect to the buyers harmfulness scale. We suggest adapting such questions to auction feedback systems, which should utilize userprovided information to create a seller profile, thereby influencing the reputation system. Complaint Co-Occurrence Our research shows that certain groups of complaints often occur together. Such connections can improve the description of the seller s profile when we can t presume it from a simple classification. To detect such clusters, we cre- SEPTEMBER/OCTOBER

6 Trust & Reputation Management (a) (b) _wrong _not_as_expected Careless_packaging Fraudulent_ No_product_to_sell Odd not_sent_or_ lost No_reponse _wrong _illegal_or_fake _not_sent_or_ lost _sent_late No_product_to_sell _damaged _not_sent_or_ lost Poorly_packaged _low_quality Communication_misbehaving Overcharge_shipping No_product_to_sell _not_as_described _not_complete _different Figure 4. Similarity tree of complaints. We applied a clustering algorithm to determine the co-occurrence of types of complaints for (a) general groups and (b) detailed groups from our complaint model. ated symmetric networks in which vertices represent types of complaints and edges stand for their co-occurrence. We used the frequency of co-occurences as weights for a Newman-Girvan algorithm. 2,3 We ran the algorithm twice to locate subgroups using the general and detailed groups from our complaint model (see Figure 1). General Groups We applied the Newman-Girvan clustering algorithm and generated a similarity tree for eight complaints. Figure 4a presents the results for the general groups. As we can see, two main groups occurred separately. One is related to an item s condition, which corresponds to the results from the opinion poll (users evaluated the three types in this group as more harmful than did our computational scale). These complaints frequently occur with accusations of shill bidding or shipping overcharges. The second group is connected with the seller s, such as no response, not sending or delay in sending an item, or no payment information. Detailed Groups We ran the algorithm again on the detailed groups (15 complaints) to detect more precise results. Figure 4b shows this similarity tree. We can spot two groups of co-occurring complaints. At the bottom, we can see a group connected strictly with item descriptions. The cluster includes situations such as sending an incomplete or different item, items with a poor description, or even the lack of the item itself. At the higher (less-connected) level, we see mis in communication or overcharge shipping, which can be characteristics of fraudulent sellers. The second strong cluster is related to late shipments and a lack of response from the seller, which is typical for sellers who aren t interested in communication with the buyer. We suggest using our solutions, including complaints grading and complaints cooccurrence, together to improve existing reputation systems. Our improvements are based on user-expressed feedback, so they re applicable to most auction platforms. Sites can adapt these improvements to their current reputation systems with little effort (they require recomputing the frequencies of occurrence and harmfulness). Internet auction platforms can also use our rating schemes to detect and fight against fraud and thereby gain more trust from users. Rating complaints can be a good alternative to the controversial DSR and can be easily implemented into auction platforms. Using types of complaints for the seller profile description can improve the service, and historical data about the seller s profile type can be available instead of or in conjunction with a list of comments. The seller s profile type can also affect search visibility or seller fee discounts. Auction services can use cooccurrence between the types of complaints as a building block for the adaptive questionnaire system. We suggest applying such a system to the feedback module in reputation management systems (instead of using an immutable list, as in ebay-like systems). Aggregated feedback or statistics can also be available to sellers in the dashboard or similar seller-support tool, so they can improve their services based on user comments. In the future, we plan to integrate our model with the ProtoTrust tool, 5 an interactive Web browser extension that helps users in the decision-making process using trust management 36 IEEE INTERNET COMPUTING

7 Related Work in Electronic Auction Fraud Detection Most recent work in electronic auction fraud detection has focused only on a seller s profile. 1,2 Researchers have devoted considerable work to inducing users to behave properly, 2,3 and to detecting fraudulent users. 4,5 Recently, Yatel Yang and his colleagues designed a system for detecting dishonest ratings. 6 Their system complements the one we describe in the main text because it can filter out unfair complaints. Some tools are dedicated to detecting fraudulent sellers 7 or entire cliques of fraudulent agents (such as NetProbe 8 ). Bezael Gavish and Christopher L. Tucci presented sellers swindling methods in Internet auctions, 9 whereas Dawn C. Gregg and Judy E. Scott have proposed a model of complaints against sellers, 1 although they haven t discussed a model against buyers. While their model is similar to ours, they use a manual process to classify feedback and don t employ bottom-up mining techniques to detect the complaint groups. They also haven t proposed a way to improve the grading of feedback types. Although we don t discuss it in this article, our recent work has created a model of complaints against buyers. 10 References 1. D.G. Gregg and J.E. Scott, A Typology of Complaints about ebay Sellers, Comm. ACM, vol. 51, no. 4, 2008, pp P. Resnick and R. Zeckhauser, Trust among Strangers in Internet Transactions: Empirical Analysis of ebay s Reputation System, The Economics of the Internet and E-Commerce, Advances in Applied Microeconomics series, M.R. Advanced Feedback Management Baye, ed., Elsevier Science, 2002, pp ; presnick/ papers/ebaynber/index.html. 3. C. Dellarocas, Immunizing Online Reputation Reporting Systems against Unfair Ratings and Discriminatory Behavior, Proc. 2nd ACM Conf. Electronic Commerce (EC 00), ACM Press, 2000, pp D.H. Chau and C. Faloutsos, Fraud Detection in Electronic Auction, European Web Mining Forum, Proc. European Conf. Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2005; seerx.ist.psu.edu/viewdoc/summary?doi= S. Rubin et al., An Auctioning Reputation System based on Anomaly Detection, Proc. 12th ACM Conf. Computer and Communications Security (CCS 05), ACM Press, 2005, pp Y. Yang et al., Defending Online Reputation Systems against Collaborative Unfair Raters through Signal Modeling and Trust, Proc ACM Symp. Applied Computing, ACM Press, 2009, pp T. Kaszuba et al., ProtoTrust: An Environment for Improved Trust Management in Internet Auctions, Local Proc. 13th East-European Conf. (ADBIS 09), JUMI Publishing House, 2009, pp S. Pandit et al., NetProbe: A Fast and Scalable System for Fraud Detection in Online Auction Networks, Proc. 16th Int l Conf. World Wide Web (WWW 07), ACM Press, 2007, pp B. Gavish and C.L. Tucci, Reducing Internet Auction Fraud, Comm. ACM, vol. 51, no. 5, 2008, pp T. Kaszuba, A. Hupa, and A. Wierzbicki, Comment Classification for Internet Auction Platforms, Local Proc. 13th East-European Conf. (ADBIS 09), JUMI Publishing House, 2009, pp techniques. ProtoTrust can compute more complex measures than simple reputation (risk, probability of fraud, and average selling price, for example) and takes into consideration an auction s context. By integrating with ProtoTrust, we hope to create a helpful, user-friendly tool that lets users detect unreliable contractors. Acknowledgments The Polish Ministry of Science and Higher Education funded the work reported in this article under research grant N N References 1. A. Wawer and R. Nielek, Remove Positive Comment Descriptions between Informativity and Sentiment, Proc. Associated Workshops and Doctoral Consortium of the 13th East European Conf. (ADBIS 09), LNCS 5968, Springer, M. Girvan and M.E.J. Newman, Community Structure in Social and Biological Networks, Proc. Nat l Academy of Sciences, vol. 99, no. 12, 2002, pp M.E.J. Newman and M. Girvan, Finding and Evaluating Community Structure in Networks, Physical Rev., vol. E 69, no , T. Kaszuba, A. Hupa, and A. Wierzbicki, Comment Classification for Internet Auction Platforms, Local Proc. 13th East-European Conf. (ADBIS 09), JUMI Publishing House, 2009, pp T. Kaszuba et al., ProtoTrust: An Environment for Improved Trust Management in Internet Auctions, Local Proc. 13th East-European Conf. (ADBIS 09), JUMI Publishing House, 2009, pp Tomasz Kaszuba is a fourth-year PhD student and assistant at the Polish-Japanese Institute of Information Technology (PJIIT). He has a master s degree in distributed computing from PJIIT. Contact him at kaszubat@pjwstk.edu.pl. Albert Hupa is a sociologist at the University of Warsaw. He has a PhD from the Institute of Applied Social Sciences at the University of Warsaw. Contact him at albert.hupa@gmail.com. Adam Wierzbicki is an assistant professor at the Polish-Japanese Institute of Information Technology. He has a PhD in Internet communications from Warsaw University of Technology. Contact him at adamw@pjwstk.edu.pl. SEPTEMBER/OCTOBER

Trust, Reputation and Fairness in Online Auctions

Trust, Reputation and Fairness in Online Auctions Trust, Reputation and Fairness in Online Auctions Adam Wierzbicki 21/11/2006 Polish-Japanese Institute of Information Technology Plan of the talk Background Online auctions Trust management Reputation

More information

A Blueprint for Universal Trust Management Services

A Blueprint for Universal Trust Management Services A Blueprint for Universal Trust Management Services Tomasz Kaszuba Krzysztof Rzadca Adam Wierzbicki Grzegorz Wierzowiecki Polish-Japanese Institute of Information Technology Warsaw, Poland adamw@pjwstk.edu.pl

More information

AUCTION SWINDLE DISCOVERY FOR PROACTIVE SELF-DISCIPLINED SYSTEMS

AUCTION SWINDLE DISCOVERY FOR PROACTIVE SELF-DISCIPLINED SYSTEMS IJCITP Volume.8* Number 2* December 2013, pp. 95-99 Serials Publications AUCTION SWINDLE DISCOVERY FOR PROACTIVE SELF-DISCIPLINED SYSTEMS D. C. Venkateswarlu 1 and V. Premalatha 2 1 M.Tech. Student, Department

More information

Reputation Rating Mode and Aggregating Method of Online Reputation Management System *

Reputation Rating Mode and Aggregating Method of Online Reputation Management System * Reputation Rating Mode and Aggregating Method of Online Reputation Management System * Yang Deli ** Song Guangxing *** (School of Management, Dalian University of Technology, P.R.China 116024) Abstract

More information

Analysis of Fraudulent Activity in a Brazilian Auction Site

Analysis of Fraudulent Activity in a Brazilian Auction Site Analysis of Fraudulent Activity in a Brazilian Auction Site Vinicius da Silva Almendra Departamento de Informática, PUC-Rio Av. Marquês de São Vicente, 225 Rio de Janeiro RJ Brazil 55 21 3527-1500 vinicius.almendra@gmail.com

More information

Implementation of P2P Reputation Management Using Distributed Identities and Decentralized Recommendation Chains

Implementation of P2P Reputation Management Using Distributed Identities and Decentralized Recommendation Chains Implementation of P2P Reputation Management Using Distributed Identities and Decentralized Recommendation Chains P.Satheesh Associate professor Dept of Computer Science and Engineering MVGR college of

More information

Fraud Detection in Electronic Auction

Fraud Detection in Electronic Auction Fraud Detection in Electronic Auction Duen Horng Chau 1, Christos Faloutsos 2 1 Human-Computer Interaction Institute, School of Computer Science, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh

More information

Design of the Merchant Reputation System: A Web-based Purchase Decision Support System

Design of the Merchant Reputation System: A Web-based Purchase Decision Support System J.T. Yao, V.V. Raghvan, G.Y. Wang (Eds.): WSS'04, pp. 149-154, 2004. Design of the Merchant Reputation System: A Web-based Purchase Decision Support System Ming Wang, California State University, Los Angeles

More information

INTERNET AUCTIONS A G FOR BUYERS AND SELLERS. www.ftc.gov 1-877-FTC-HELP FEDERAL TRADE COMMISSION FOR THE CONSUMER

INTERNET AUCTIONS A G FOR BUYERS AND SELLERS. www.ftc.gov 1-877-FTC-HELP FEDERAL TRADE COMMISSION FOR THE CONSUMER AUCTIONS INTERNET A G A GUIDE FOR BUYERS AND SELLERS FEDERAL TRADE COMMISSION FOR THE CONSUMER 1-877-FTC-HELP www.ftc.gov Inside Auction Rules... 2 Payment Options... 3 Online Payment Services... 4 Online

More information

A Gu i d e f o r Bu y e r s a n d

A Gu i d e f o r Bu y e r s a n d In t e r n e t Au c t io n s A Gu i d e f o r Bu y e r s a n d Sellers FEDERAL TRADE COMMISSION 1-877-FTC-HELP ftc.gov FOR THE CONSUMER Inside How Internet Auctions Work: Rules of the Marketplace...........................

More information

New Algorithms for Mining the Reputation of Participants of Online Auctions

New Algorithms for Mining the Reputation of Participants of Online Auctions New Algorithms for Mining the Reputation of Participants of Online Auctions Miko laj Morzy Institute of Computing Science, Poznań University of Technology, Piotrowo 3A, 6-965 Poznań, Poland Mikolaj.Morzy@cs.put.poznan.pl

More information

Search Related Trust Incentives in Online Marketplaces

Search Related Trust Incentives in Online Marketplaces Search Related Trust Incentives in Online Marketplaces Ted Yuan and Brian Johnson ebay Inc., 2065 Hamilton Avenue, San Jose, CA 95125, USA {ted.yuan,bjohnson}@ebay.com Abstract. Appropriate incentives

More information

Evaluation Model of Buyers Dynamic Reputation in E-commerce

Evaluation Model of Buyers Dynamic Reputation in E-commerce Vol.0, No.5 (05), pp.53-64 http://dx.doi.org/0.457/ijmue.05.0.5.07 Evaluation Model of Buyers Dynamic Reputation in E-commerce Yang Zhang ), Tieying Liu ), Ru Li 3) and Zhenhai Wan 4) School of Computer

More information

Gmarket Sales Management Guidelines

Gmarket Sales Management Guidelines Title Gmarket GSM Guideline Date 2009.03.16 Version V1.6 Page Subject Gmarket Sales Management Guidelines Title Gmarket GSM Guideline Date 2009.03.16 Version V1.6 Page 2 Subject Table of contents What

More information

Reputation management: Building trust among virtual strangers

Reputation management: Building trust among virtual strangers Reputation management: Building trust among virtual strangers September 2006 Executive summary Trust is essential to efficient business activities, but it doesn t come naturally in an online environment.

More information

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph Janani K 1, Narmatha S 2 Assistant Professor, Department of Computer Science and Engineering, Sri Shakthi Institute of

More information

Alexander Nikov. 12. Social Networks, Auctions, and Portals. Video: The Social Media Revolution 2015. Outline

Alexander Nikov. 12. Social Networks, Auctions, and Portals. Video: The Social Media Revolution 2015. Outline INFO 3435 Teaching Objectives 12. Social Networks, Auctions, and Portals Alexander Nikov Explain the difference between a traditional social network and an online social network. Explain how a social network

More information

Importance of Online Product Reviews from a Consumer s Perspective

Importance of Online Product Reviews from a Consumer s Perspective Advances in Economics and Business 1(1): 1-5, 2013 DOI: 10.13189/aeb.2013.010101 http://www.hrpub.org Importance of Online Product Reviews from a Consumer s Perspective Georg Lackermair 1,2, Daniel Kailer

More information

An Anomaly-Based Method for DDoS Attacks Detection using RBF Neural Networks

An Anomaly-Based Method for DDoS Attacks Detection using RBF Neural Networks 2011 International Conference on Network and Electronics Engineering IPCSIT vol.11 (2011) (2011) IACSIT Press, Singapore An Anomaly-Based Method for DDoS Attacks Detection using RBF Neural Networks Reyhaneh

More information

Abstract A. Our Contribution

Abstract A. Our Contribution Anticipatory Measure for Auction Fraud Detection In Online P. Anandha Reddy,II nd M.Tech Avanthis St.Therissa Institute of Engineering and Technology, Garividi,,Vizayanagaram. G. Chinna Babu, Assistant

More information

Monitoring Web Browsing Habits of User Using Web Log Analysis and Role-Based Web Accessing Control. Phudinan Singkhamfu, Parinya Suwanasrikham

Monitoring Web Browsing Habits of User Using Web Log Analysis and Role-Based Web Accessing Control. Phudinan Singkhamfu, Parinya Suwanasrikham Monitoring Web Browsing Habits of User Using Web Log Analysis and Role-Based Web Accessing Control Phudinan Singkhamfu, Parinya Suwanasrikham Chiang Mai University, Thailand 0659 The Asian Conference on

More information

Cloud computing doesn t yet have a

Cloud computing doesn t yet have a The Case for Cloud Computing Robert L. Grossman University of Illinois at Chicago and Open Data Group To understand clouds and cloud computing, we must first understand the two different types of clouds.

More information

IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS

IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS V.Sudhakar 1 and G. Draksha 2 Abstract:- Collective behavior refers to the behaviors of individuals

More information

AN ANALYSIS OF CUSTOMER AND SELLER VERIFICATION IN E-COMMERCE 2.0

AN ANALYSIS OF CUSTOMER AND SELLER VERIFICATION IN E-COMMERCE 2.0 AN ANALYSIS OF CUSTOMER AND SELLER VERIFICATION IN E-COMMERCE 2.0 Iman Khaghanifar Department of Mathematics Eastern Mediterranean University, Famagusta, North Cyprus via Mersin 10, Turkey Phone: (+90)5338402371

More information

Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model

Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Trung Le 1, Ba Quy Tran 2, Hanh Dang Thi My 3, Thanh Hung Ngo 4 1 GSR, Information System Lab., University of

More information

PANEL 2: MECHANISMS FOR TRUST IN THE SHARING ECONOMY

PANEL 2: MECHANISMS FOR TRUST IN THE SHARING ECONOMY PANEL 2: MECHANISMS FOR TRUST IN THE SHARING ECONOMY Chrysanthos Dellarocas, Boston University Andrey Fradkin, National Bureau of Economic Research Ginger Jin, University of Maryland Chris Nosko, University

More information

8765 CA_ScamBroc 10/10/11 10:45 AM Page 1 www.tn.gov/consumer

8765 CA_ScamBroc 10/10/11 10:45 AM Page 1 www.tn.gov/consumer www.tn.gov/consumer Tennessee Division of Consumer Affairs Don t Get Scammed Table of Contents Auction Fraud...1 Counterfeit Cashier s Check...1 Credit Card Fraud...1 Debt Elimination...2 DHL/UPS...2 Employment/Business

More information

Frequently asked questions:

Frequently asked questions: TheGreatEscapeOnLine.com Consignment Program For ebay Auctions Address: 5400 Charlotte Ave. Nashville, TN 37209 Phone: (615) 385-2116 E-mail: contactus@thegreatescapeonline.com Frequently asked questions:

More information

E procurement: Multiattribute Auctions and Negotiations

E procurement: Multiattribute Auctions and Negotiations InterNeg Teaching Notes 1/11 E procurement: Multiattribute Auctions and Negotiations Gregory E. Kersten InterNeg Research Center and J. Molson School of Business, Concordia University, Montreal 1. Introduction

More information

Guide To Increasing Online Sales - The Back (Office Story)

Guide To Increasing Online Sales - The Back (Office Story) Guide To Increasing Online Sales - The Back (Office Story) 4 Ways Your Inventory & Order Management Solution Plays A Pivotal Role The one sustainable competitive advantage you have to drive more online

More information

Detection of Collusion Behaviors in Online Reputation Systems

Detection of Collusion Behaviors in Online Reputation Systems Detection of Collusion Behaviors in Online Reputation Systems Yuhong Liu, Yafei Yang, and Yan Lindsay Sun University of Rhode Island, Kingston, RI Email: {yuhong, yansun}@ele.uri.edu Qualcomm Incorporated,

More information

Economic background of the Microsoft/Yahoo! case

Economic background of the Microsoft/Yahoo! case Economic background of the Microsoft/Yahoo! case Andrea Amelio and Dimitrios Magos ( 1 ) Introduction ( 1 ) This paper offers an economic background for the analysis conducted by the Commission during

More information

SIP Service Providers and The Spam Problem

SIP Service Providers and The Spam Problem SIP Service Providers and The Spam Problem Y. Rebahi, D. Sisalem Fraunhofer Institut Fokus Kaiserin-Augusta-Allee 1 10589 Berlin, Germany {rebahi, sisalem}@fokus.fraunhofer.de Abstract The Session Initiation

More information

Chapter 12: Economics of Information

Chapter 12: Economics of Information Chapter 11: probs #1, #3, and #4, p. 298 Problem set 4: due week of Feb 20-24 Chapter 12: probs #1 a-b-c-d, #2, #3, pp. 320-321 Future problem sets Chapter 13: probs #1, #2 a-b-c-d, #3, #5, pp. 347-348

More information

Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System

Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System Bala Kumari P 1, Bercelin Rose Mary W 2 and Devi Mareeswari M 3 1, 2, 3 M.TECH / IT, Dr.Sivanthi Aditanar College

More information

All About Autos. New Cars, Used Cars, and Repairs

All About Autos. New Cars, Used Cars, and Repairs New Cars, Used Cars, and Repairs Table of Contents Introduction...2 New Cars Lemon Law...4 The Importance of Car Titles...6 Used Cars As Is: No Warranty...7 Warranty...7 Online Car Auctions...9 Odometer

More information

Chapter 8 The Enhanced Entity- Relationship (EER) Model

Chapter 8 The Enhanced Entity- Relationship (EER) Model Chapter 8 The Enhanced Entity- Relationship (EER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Outline Subclasses, Superclasses, and Inheritance Specialization

More information

RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES

RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES Document L17 RESEARCH NOTE NETSUITE S IMPACT ON E-COMMERCE COMPANIES THE BOTTOM LINE Nucleus Research analyzed the activities of online retailers using NetSuite to assess the impact of the software on

More information

The Data Mining Process

The Data Mining Process Sequence for Determining Necessary Data. Wrong: Catalog everything you have, and decide what data is important. Right: Work backward from the solution, define the problem explicitly, and map out the data

More information

Guidelines for the Conduct of Ad Verification A Summary of the IAB US Document for the AU Market

Guidelines for the Conduct of Ad Verification A Summary of the IAB US Document for the AU Market 2013 Guidelines for the Conduct of Ad Verification A Summary of the IAB US Document for the AU Market May 2013 2013 interactive advertising bureau australia www.iabaustralia.com.au Table of Contents Background

More information

Big Data and Opinion Mining: Challenges and Opportunities

Big Data and Opinion Mining: Challenges and Opportunities Big Data and Opinion Mining: Challenges and Opportunities Dr. Nikolaos Korfiatis Director Frankfurt Big Data Lab JW Goethe University Frankfurt, Germany /~nkorf Agenda Opinion Mining and Sentiment Analysis

More information

Winning the Kaggle Algorithmic Trading Challenge with the Composition of Many Models and Feature Engineering

Winning the Kaggle Algorithmic Trading Challenge with the Composition of Many Models and Feature Engineering IEICE Transactions on Information and Systems, vol.e96-d, no.3, pp.742-745, 2013. 1 Winning the Kaggle Algorithmic Trading Challenge with the Composition of Many Models and Feature Engineering Ildefons

More information

Software-as-aService Revenue Models

Software-as-aService Revenue Models Cloud Computing Software-as-aService Revenue Models Arto Ojala, University of Jyväskylä, Finland When should software providers maintain their traditional licensing model versus offering software as a

More information

Category: Student Life Outside of School Environment Element: Commerce Lesson: Shopping Online Grade Level: 6-12

Category: Student Life Outside of School Environment Element: Commerce Lesson: Shopping Online Grade Level: 6-12 Digital Citizenship Lesson Category: Student Life Outside of School Environment Element: Commerce Lesson: Shopping Online Grade Level: 6-12 Part I Introduction [Overview of topic] brief description of

More information

MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA

MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA ONLINE AUCTIONS MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA AUCTIONS AN AUCTION IS A MARKET MECHANISM THAT USES A COMPETITIVE PROCESS BY WHICH: A SELLER SOLICITS

More information

Report on the Dagstuhl Seminar Data Quality on the Web

Report on the Dagstuhl Seminar Data Quality on the Web Report on the Dagstuhl Seminar Data Quality on the Web Michael Gertz M. Tamer Özsu Gunter Saake Kai-Uwe Sattler U of California at Davis, U.S.A. U of Waterloo, Canada U of Magdeburg, Germany TU Ilmenau,

More information

This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail.

This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. Author(s): Ojala, Arto Title: Software-as-a-Service Revenue Models

More information

CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM

CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM 1 G.VIJAY, 2 S.PORKAMALAM 1 Assitant Professor, Dept.of.Computer science, MCC college.pattukottai. 2 Research Scholar, Dept.of.Computer science, MCC college.pattukottai.

More information

Policy and Procedure Manual for Licensee

Policy and Procedure Manual for Licensee Policy and Procedure Manual for Licensee Introduction: Realtyka LLC (DBA Real) is a real estate broker licensed by Texas Real Estate Commission (TREC) and the State of New York and the State of Georgia

More information

SELLING WEBSITES 101 THE BEGINNERS GUIDE TO SELLING YOUR WEB BUSINESSES

SELLING WEBSITES 101 THE BEGINNERS GUIDE TO SELLING YOUR WEB BUSINESSES SELLING WEBSITES 101 THE BEGINNERS GUIDE TO SELLING YOUR WEB BUSINESSES Selling Websites 1 Flippa 101 Copyright 2014 Flippa Pty. Ltd. Notice of Rights All rights reserved. No part of this book may be reproduced,

More information

Negative Reputation Rate as the Signal of Risk in Online Consumer-to-consumer Transactions

Negative Reputation Rate as the Signal of Risk in Online Consumer-to-consumer Transactions Negative Reputation Rate as the Signal of Risk in Online Consumer-to-consumer Transactions Dahui Li 1, Zhangxi Lin 2 * 1 Labovitz School of Business and Economics, University of Minnesota Duluth, Duluth,

More information

Dynamic Resource Pricing on Federated Clouds

Dynamic Resource Pricing on Federated Clouds Dynamic Resource Pricing on Federated Clouds Marian Mihailescu and Yong Meng Teo Department of Computer Science National University of Singapore Computing 1, 13 Computing Drive, Singapore 117417 Email:

More information

A Bidding Strategy of Intermediary in Display Advertisement Auctions

A Bidding Strategy of Intermediary in Display Advertisement Auctions Master Thesis A Bidding Strategy of Intermediary in Display Advertisement Auctions Supervisor Associate Professor Shigeo MATSUBARA Department of Social Informatics Graduate School of Informatics Kyoto

More information

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals

The Role of Size Normalization on the Recognition Rate of Handwritten Numerals The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,

More information

Utility of Distrust in Online Recommender Systems

Utility of Distrust in Online Recommender Systems Utility of in Online Recommender Systems Capstone Project Report Uma Nalluri Computing & Software Systems Institute of Technology Univ. of Washington, Tacoma unalluri@u.washington.edu Committee: nkur Teredesai

More information

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Mobile Phone APP Software Browsing Behavior using Clustering Analysis Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Mobile Phone APP Software Browsing Behavior using Clustering Analysis

More information

Online Credit Card Application and Identity Crime Detection

Online Credit Card Application and Identity Crime Detection Online Credit Card Application and Identity Crime Detection Ramkumar.E & Mrs Kavitha.P School of Computing Science, Hindustan University, Chennai ABSTRACT The credit cards have found widespread usage due

More information

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Erkan Er Abstract In this paper, a model for predicting students performance levels is proposed which employs three

More information

Reputation-Oriented Trustworthy Computing in E-Commerce Environments

Reputation-Oriented Trustworthy Computing in E-Commerce Environments Reputation-Oriented Trustworthy Computing in E-Commerce Environments Yan Wang Macquarie University Kwei-Jay Lin University of California, Irvine The reputation-oriented trust issue is critical to e-commerce

More information

Business Challenges and Research Directions of Management Analytics in the Big Data Era

Business Challenges and Research Directions of Management Analytics in the Big Data Era Business Challenges and Research Directions of Management Analytics in the Big Data Era Abstract Big data analytics have been embraced as a disruptive technology that will reshape business intelligence,

More information

2.1. Data Mining for Biomedical and DNA data analysis

2.1. Data Mining for Biomedical and DNA data analysis Applications of Data Mining Simmi Bagga Assistant Professor Sant Hira Dass Kanya Maha Vidyalaya, Kala Sanghian, Distt Kpt, India (Email: simmibagga12@gmail.com) Dr. G.N. Singh Department of Physics and

More information

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences Manos Papagelis 1, 2, Dimitris Plexousakis 1, 2 and Panagiotis N. Nikolaou 2 1 Institute of Computer Science,

More information

The Need for Training in Big Data: Experiences and Case Studies

The Need for Training in Big Data: Experiences and Case Studies The Need for Training in Big Data: Experiences and Case Studies Guy Lebanon Amazon Background and Disclaimer All opinions are mine; other perspectives are legitimate. Based on my experience as a professor

More information

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

not possible or was possible at a high cost for collecting the data.

not possible or was possible at a high cost for collecting the data. Data Mining and Knowledge Discovery Generating knowledge from data Knowledge Discovery Data Mining White Paper Organizations collect a vast amount of data in the process of carrying out their day-to-day

More information

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION Anna Goy and Diego Magro Dipartimento di Informatica, Università di Torino C. Svizzera, 185, I-10149 Italy ABSTRACT This paper proposes

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

A model of indirect reputation assessment for adaptive buying agents in electronic markets

A model of indirect reputation assessment for adaptive buying agents in electronic markets A model of indirect reputation assessment for adaptive buying agents in electronic markets Kevin Regan and Robin Cohen School of Computer Science University of Waterloo Abstract. In this paper, we present

More information

http://hdl.handle.net/10536/dro/du:30070778

http://hdl.handle.net/10536/dro/du:30070778 This is the published version Chong,S-K, Abawajy,J, Ahmad,M and Hamid,IRA 2014, Enhancing Trust Management in Cloud Environment, Procedia - Social and Behavioral Sciences, vol. 129, pp. 314-321. Available

More information

Reputation Systems and Data Protection Law 1

Reputation Systems and Data Protection Law 1 Reputation Systems and Data Protection Law 1 1. Introduction Tobias MAHLER, Thomas OLSEN Abstract: Reputation systems can be used to provide relevant information about others when we interact with persons

More information

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Fabian Grüning Carl von Ossietzky Universität Oldenburg, Germany, fabian.gruening@informatik.uni-oldenburg.de Abstract: Independent

More information

PAYPAL SECURITY TIPS AND HELPFUL INFORMATION:

PAYPAL SECURITY TIPS AND HELPFUL INFORMATION: PAYPAL SECURITY TIPS AND HELPFUL INFORMATION: PayPal Security Center: https://www.paypal.com/us/cgi-bin/webscr?cmd=_security-center PayPal Secure Login (always login from PP homepage): https://www.paypal.com/

More information

Using Clustering Techniques to Analyze Fraudulent Behavior Changes in Online Auctions

Using Clustering Techniques to Analyze Fraudulent Behavior Changes in Online Auctions 201O International Conference on Networking and Information Technology Using Clustering Techniques to Analyze Fraudulent Behavior Changes in Online Auctions Wen-Hsi Chang/TamKang University Graduate Institute

More information

WHAT YOU NEED TO KNOW ABOUT:

WHAT YOU NEED TO KNOW ABOUT: Supplier guide WHAT YOU NEED TO KNOW ABOUT: Online reviews a guide for business and review platforms November 2013 www.accc.gov.au Australian Competition and Consumer Commission 23 Marcus Clarke Street,

More information

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

Asymmetric Information

Asymmetric Information Chapter 12 Asymmetric Information CHAPTER SUMMARY In situations of asymmetric information, the allocation of resources will not be economically efficient. The asymmetry can be resolved directly through

More information

General Terms and Conditions

General Terms and Conditions Effective 20 July 2015 What you need to know about these terms and conditions This booklet sets out the terms and conditions that apply to the accounts, products, or services we provide. It includes information

More information

Four Ways Counterfeit Electronics are Killing Your Profits and Steps to Fight Back A PLAYBOOK FOR THE ELECTRONICS INDUSTRY

Four Ways Counterfeit Electronics are Killing Your Profits and Steps to Fight Back A PLAYBOOK FOR THE ELECTRONICS INDUSTRY Four Ways Counterfeit Electronics are Killing Your Profits and Steps to Fight Back A PLAYBOOK FOR THE ELECTRONICS INDUSTRY INTRODUCTION We all know that counterfeit products exist on the market. Whether

More information

Horizontal Aggregations in SQL to Prepare Data Sets for Data Mining Analysis

Horizontal Aggregations in SQL to Prepare Data Sets for Data Mining Analysis IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727 Volume 6, Issue 5 (Nov. - Dec. 2012), PP 36-41 Horizontal Aggregations in SQL to Prepare Data Sets for Data Mining Analysis

More information

Big Data Analytics Process & Building Blocks

Big Data Analytics Process & Building Blocks Big Data Analytics Process & Building Blocks Duen Horng (Polo) Chau Georgia Tech CSE 6242 A / CS 4803 DVA Jan 10, 2013 Partly based on materials by Professors Guy Lebanon, Jeffrey Heer, John Stasko, Christos

More information

Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: Prasad_vungarala@yahoo.co.in

Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: Prasad_vungarala@yahoo.co.in 96 Business Intelligence Journal January PREDICTION OF CHURN BEHAVIOR OF BANK CUSTOMERS USING DATA MINING TOOLS Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad

More information

EDIminer: A Toolset for Process Mining from EDI Messages

EDIminer: A Toolset for Process Mining from EDI Messages EDIminer: A Toolset for Process Mining from EDI Messages Robert Engel 1, R. P. Jagadeesh Chandra Bose 2, Christian Pichler 1, Marco Zapletal 1, and Hannes Werthner 1 1 Vienna University of Technology,

More information

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du fdu@cs.ubc.ca University of British Columbia

More information

Foreign Currency Account & Foreign Currency Term Deposit Terms and Conditions Effective 1 April 2015

Foreign Currency Account & Foreign Currency Term Deposit Terms and Conditions Effective 1 April 2015 Foreign Currency Account & Foreign Currency Term Deposit Terms and Conditions Effective 1 April 2015 What you need to know about these terms and conditions This booklet sets out the terms and conditions

More information

'RLQJ WKH ULJKW WKLQJ

'RLQJ WKH ULJKW WKLQJ The Severn Trent way 2011 These are our principles. They help us all understand how to think about the actions and decisions we have to take every day. This way, we remain who we want to be and always

More information

A Proposed Data Mining Model to Enhance Counter- Criminal Systems with Application on National Security Crimes

A Proposed Data Mining Model to Enhance Counter- Criminal Systems with Application on National Security Crimes A Proposed Data Mining Model to Enhance Counter- Criminal Systems with Application on National Security Crimes Dr. Nevine Makram Labib Department of Computer and Information Systems Faculty of Management

More information

Provided free by Topcashoffer.co.uk

Provided free by Topcashoffer.co.uk Provided free by Topcashoffer.co.uk So you are thinking about selling your house, and at this stage have probably tried your local estate agent and failed; or you ve made a decision that the local estate

More information

Application of Social Network Analysis to Collaborative Team Formation

Application of Social Network Analysis to Collaborative Team Formation Application of Social Network Analysis to Collaborative Team Formation Michelle Cheatham Kevin Cleereman Information Directorate Information Directorate AFRL AFRL WPAFB, OH 45433 WPAFB, OH 45433 michelle.cheatham@wpafb.af.mil

More information

Discussion on Information Asymmetry in B2C E-commerce

Discussion on Information Asymmetry in B2C E-commerce Discussion on Information Asymmetry in B2C E-commerce QIN Dezhi 1, ZOU Lifang 2 1. School of Business & Tourism Management, Yunnan University, P.H.D, No.2 North Cuihu Road Kunming, 650091, 86-13888673168

More information

Machine Learning Approach to Handle Fraud Bids

Machine Learning Approach to Handle Fraud Bids Machine Learning Approach to Handle Fraud Bids D.S.L.Manikanteswari 1, M.Swathi 2, M.V.S.S.Nagendranath 3 1 Student, Sasi Institute of Technology and Engineering, Tadepalligudem,W.G(dt) 2 Asst.professor,

More information

Searching for Jobs The job market has gone electronic. You can use the Internet to search for jobs and market yourself.

Searching for Jobs The job market has gone electronic. You can use the Internet to search for jobs and market yourself. Searching for Jobs The job market has gone electronic. You can use the Internet to search for jobs and market yourself. Search for Jobs Online Most employers post their job openings on multiple websites,

More information

Personalization of Web Search With Protected Privacy

Personalization of Web Search With Protected Privacy Personalization of Web Search With Protected Privacy S.S DIVYA, R.RUBINI,P.EZHIL Final year, Information Technology,KarpagaVinayaga College Engineering and Technology, Kanchipuram [D.t] Final year, Information

More information

AUDIT PROCEDURES RECEIVABLE AND SALES

AUDIT PROCEDURES RECEIVABLE AND SALES 184 AUDIT PROCEDURES RECEIVABLE AND SALES Ștefan Zuca Abstract The overall objective of the audit of accounts receivable and sales is to determine if they are fairly presented in the context of the financial

More information

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS S t r o n a 1 Introduction This article is informative, it is routed to the secondary school students - can be a reminder of issues raised in middle school. Text and multimedia materials are here to encourage

More information

ORGANIZATIONAL KNOWLEDGE MAPPING BASED ON LIBRARY INFORMATION SYSTEM

ORGANIZATIONAL KNOWLEDGE MAPPING BASED ON LIBRARY INFORMATION SYSTEM ORGANIZATIONAL KNOWLEDGE MAPPING BASED ON LIBRARY INFORMATION SYSTEM IRANDOC CASE STUDY Ammar Jalalimanesh a,*, Elaheh Homayounvala a a Information engineering department, Iranian Research Institute for

More information

Managerial Economics

Managerial Economics Managerial Economics Unit 8: Auctions Rudolf Winter-Ebmer Johannes Kepler University Linz Winter Term 2012 Managerial Economics: Unit 8 - Auctions 1 / 40 Objectives Explain how managers can apply game

More information

How To Find Influence Between Two Concepts In A Network

How To Find Influence Between Two Concepts In A Network 2014 UKSim-AMSS 16th International Conference on Computer Modelling and Simulation Influence Discovery in Semantic Networks: An Initial Approach Marcello Trovati and Ovidiu Bagdasar School of Computing

More information

The Research Bulletin of Jordan ACM, Volume II(III) P a g e 127

The Research Bulletin of Jordan ACM, Volume II(III) P a g e 127 The Research Bulletin of Jordan ACM, Volume II(III) P a g e 127 The specifications of E-Commerce Secure System using Z language Mustafa M. Noaman Computer Sciences Department, The Faculty of Information

More information

Simulating the Effect of Reputation Systems on e-markets

Simulating the Effect of Reputation Systems on e-markets Simulating the Effect of Reputation Systems on e-markets Audun Jøsang, Shane Hird and Eric Faccer DSTC, Queensland University of Technology, GPO Box 2434, Brisbane Qld 400, Australia ajosang, shird, efaccer

More information