• Title/Summary/Keyword: 협업상거래

Search Result 81, Processing Time 0.029 seconds

Business Process Automation System based on ebXML specifications (EbXML 표준에 기반한 업무 프로세스 자동화 시스템)

  • 오세원;황재각
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10c
    • /
    • pp.79-81
    • /
    • 2002
  • 정보 및 네트워크 기술의 발전과 시장의 세계화는, 기업들로 하여금 e-business 환경에서 전자적으로 협업을 수행하고 보다 원활하게 정보를 교환할 수 있는 시스템을 필요하도록 만들고 있다. 본 논문은 국제 전자상거래 표준으로 권고되고 있는 ebXML e-business framework에 기반한 업무 프로세스 자동화 시스템을 제시함으로써, 여러 기업이 인터넷을 통해 업무 프로세스를 통합하는 것을 효율적으로 지원하는 것을 목적으로 한다.

  • PDF

Item Recommendation Technique Using Spark (Spark를 이용한 항목 추천 기법에 관한 연구)

  • Yun, So-Young;Youn, Sung-Dae
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.22 no.5
    • /
    • pp.715-721
    • /
    • 2018
  • With the spread of mobile devices, the users of social network services or e-commerce sites have increased dramatically, and the amount of data produced by the users has increased exponentially. E-commerce companies have faced a task regarding how to extract useful information from a vast amount of data produced by the users. To solve this problem, there are various studies applying big data processing technique. In this paper, we propose a collaborative filtering method that applies the tag weight in the Apache Spark platform. In order to elevate the accuracy of recommendation, the proposed method refines the tag data in the preprocessing process and categorizes the items and then applies the information of periods and tag weight to the estimate rating of the items. After generating RDD, we calculate item similarity and prediction values and recommend items to users. The experiment result indicated that the proposed method process large amounts of data quickly and improve the appropriateness of recommendation better.

A Study on the Construction of RosettaNet Multi-PIP Environment with Contents- Based Document Routing System (컨텐츠 기반 문서 라우팅 시스템을 이용한 로제타넷 다중-PIP환경의 구축에 대한 연구)

  • Kim, Min-Soo
    • The Journal of Society for e-Business Studies
    • /
    • v.11 no.1
    • /
    • pp.113-126
    • /
    • 2006
  • The scope of e-Commerce process becomes wider as the emphasis on the enterprise collaboration grows. It has expanded from its initial settings of order management or billing processes to cover various collaborative processes in the company's value-chain. In order for those collaborative e-Commerce processes to be successful, corresponding business processes should be fully supported by standard bodies. The RosettaNet consortium, one of the most representative international B2B standard bodies, has steadily provided new PIPs to support those expansions. Since individual RosettaNet PIPs correspond to unit tasks that are executed separately in or between companies, multiple PIPs have to be integrally used to properly handle larger business cases. RosettaNet implementation, however, has suffered from the lack of standard guidelines or deliverables to refer under this multi-PIP environment. In this research, a contents-based document routing system is implemented. By applying this routing system to the RosettaNet e-Logistics program where multi-PIP environment is inevitable, we verified our contents-based document routing system is effective to support multi-PIP environment flexibly.

  • PDF

A Cross-Organizational Choreography Modeling System (기업간 협업 코레오그래피 모델링)

  • Moon, Ki-Dong;Jung, Jae-Woo;Kim, Kwang-Hoon;Paik, Su-Ki
    • Journal of the Korea Computer Industry Society
    • /
    • v.5 no.8
    • /
    • pp.791-800
    • /
    • 2004
  • According to the cooperation between organizations increases, e-Commerce and virtual organizaions spread, because of IT development, the number of business processes increased from bounds of an organization to crossing organizational boundaries. In order to support dynamic setup of business processes among independent organizations, a formal standard schema of describing the business processes is basically required because of business process models over multiple organizations, which are defined in different fromat by business process modeling systems their own business process modeling systems. The vision of ebXML is to create a single global electronic marketplace where enterprises, without any concerns about size and geographical location, can meet and conduct their businesses with each other through the exchanges of XML-based messages. Therefore, this thesis also analyzes and implements an ebXML based choreography modeling system for supporting collaborations between organizations.

  • PDF

Resolving the 'Gray sheep' Problem Using Social Network Analysis (SNA) in Collaborative Filtering (CF) Recommender Systems (소셜 네트워크 분석 기법을 활용한 협업필터링의 특이취향 사용자(Gray Sheep) 문제 해결)

  • Kim, Minsung;Im, Il
    • Journal of Intelligence and Information Systems
    • /
    • v.20 no.2
    • /
    • pp.137-148
    • /
    • 2014
  • Recommender system has become one of the most important technologies in e-commerce in these days. The ultimate reason to shop online, for many consumers, is to reduce the efforts for information search and purchase. Recommender system is a key technology to serve these needs. Many of the past studies about recommender systems have been devoted to developing and improving recommendation algorithms and collaborative filtering (CF) is known to be the most successful one. Despite its success, however, CF has several shortcomings such as cold-start, sparsity, gray sheep problems. In order to be able to generate recommendations, ordinary CF algorithms require evaluations or preference information directly from users. For new users who do not have any evaluations or preference information, therefore, CF cannot come up with recommendations (Cold-star problem). As the numbers of products and customers increase, the scale of the data increases exponentially and most of the data cells are empty. This sparse dataset makes computation for recommendation extremely hard (Sparsity problem). Since CF is based on the assumption that there are groups of users sharing common preferences or tastes, CF becomes inaccurate if there are many users with rare and unique tastes (Gray sheep problem). This study proposes a new algorithm that utilizes Social Network Analysis (SNA) techniques to resolve the gray sheep problem. We utilize 'degree centrality' in SNA to identify users with unique preferences (gray sheep). Degree centrality in SNA refers to the number of direct links to and from a node. In a network of users who are connected through common preferences or tastes, those with unique tastes have fewer links to other users (nodes) and they are isolated from other users. Therefore, gray sheep can be identified by calculating degree centrality of each node. We divide the dataset into two, gray sheep and others, based on the degree centrality of the users. Then, different similarity measures and recommendation methods are applied to these two datasets. More detail algorithm is as follows: Step 1: Convert the initial data which is a two-mode network (user to item) into an one-mode network (user to user). Step 2: Calculate degree centrality of each node and separate those nodes having degree centrality values lower than the pre-set threshold. The threshold value is determined by simulations such that the accuracy of CF for the remaining dataset is maximized. Step 3: Ordinary CF algorithm is applied to the remaining dataset. Step 4: Since the separated dataset consist of users with unique tastes, an ordinary CF algorithm cannot generate recommendations for them. A 'popular item' method is used to generate recommendations for these users. The F measures of the two datasets are weighted by the numbers of nodes and summed to be used as the final performance metric. In order to test performance improvement by this new algorithm, an empirical study was conducted using a publically available dataset - the MovieLens data by GroupLens research team. We used 100,000 evaluations by 943 users on 1,682 movies. The proposed algorithm was compared with an ordinary CF algorithm utilizing 'Best-N-neighbors' and 'Cosine' similarity method. The empirical results show that F measure was improved about 11% on average when the proposed algorithm was used

    . Past studies to improve CF performance typically used additional information other than users' evaluations such as demographic data. Some studies applied SNA techniques as a new similarity metric. This study is novel in that it used SNA to separate dataset. This study shows that performance of CF can be improved, without any additional information, when SNA techniques are used as proposed. This study has several theoretical and practical implications. This study empirically shows that the characteristics of dataset can affect the performance of CF recommender systems. This helps researchers understand factors affecting performance of CF. This study also opens a door for future studies in the area of applying SNA to CF to analyze characteristics of dataset. In practice, this study provides guidelines to improve performance of CF recommender systems with a simple modification.

  • ebXML based e-Logistics Process Modeling System Architecture (ebXML 기반 e-Logistics 프로세스 모델링 시스템 아키텍처)

    • Chun, Jong-Mi;Oh, Dong-Keun;Hong, Jung-Sun;Kim, Kwang-Hun;Oh, Se-Won;Hwang, Jae-Gak;Lee, Yong-Joon
      • Proceedings of the Korea Information Processing Society Conference
      • /
      • 2002.11c
      • /
      • pp.2145-2148
      • /
      • 2002
    • e-비즈니스 활성화에 따른 물류 환경의 변화로 인해 시장의 확대와 경쟁력 강화를 위한 효과적인 물류망 관리 요구가 대두되고 있다. 인터넷 기반의 B2B는 서로 다른 플랫폼과 서로 다른 문서 구조를 가지고 있으므로 상호운용성에 많은 어려움이 존재하기 때문에 XML를 이용한 전자상거래의 표준인 ebXML를 이용하여 여러 기업간의 업무 프로세스 통합을 효율적으로 수행하도록 한다. e-Logistics 프로세스의 다자간 협업을 위해서 프로세스 자동화를 위한 프로세스 중심의 워크플로우 프로세스 모델링과 역할 중심의 양자간 협업을 위한 ebXML 프로세스 모델링을 기반으로 ebXML 기반의 e-Logistics 프로세스 모델링을 제안한다. 본 논문에서는 인터넷 기반의 B2B 물류 비즈니스 프로세스 모델링을 위한 ebXML 기반의 e-Logistics 프로세스 모델링 시스템 아키텍쳐를 설계한다.

    • PDF

    Collaborative Filtering Design Using Genre Similarity and Preffered Genre (장르유사도와 선호장르를 이용한 협업필터링 설계)

    • Kim, Kyung-Rog;Byeon, Jae-Hee;Moon, Nam-Mee
      • Journal of the Korea Society of Computer and Information
      • /
      • v.16 no.4
      • /
      • pp.159-168
      • /
      • 2011
    • As e-commerce and social media service evolves, studies on recommender systems advance, especially concerning the application of collective intelligence to personalized custom service. With the development of smartphones and mobile environment, studies on customized service are accelerated despite physical limitations of mobile devices. A typical example is combined with location-based services. In this study, we propose a recommender system using movie genre similarity and preferred genres. A profile of movie genre similarity is generated and designed to provide related service in mobile experimental environment before prototyping and testing with data from MovieLens.

    A Collaborative Reputation System for e-Learning Content (협업적 이러닝 콘텐츠 평판시스템 연구)

    • Cho, Jinhyung;Kang, Hwan Soo
      • Journal of Digital Convergence
      • /
      • v.11 no.2
      • /
      • pp.235-242
      • /
      • 2013
    • Reputation systems aggregate users' feedback after the completion of a transaction and compute the "reputation" of products, services, or providers, which can assist other users in decision-making in the future. With the rapid growth of online e-Learning content providing services, a suitable reputation system for more credible e-Learning content delivery has become important and is essential if educational content providers are to remain competitive. Most existing reputation systems focus on generating ratings only for user reputation; they fail to consider the reputations of products or services(item reputation). However, it is essential for B2C e-Learning services to have a reliable reputation rating mechanism for items since they offer guidance for decision-making by presenting the ranks or ratings of e-Learning content items. To overcome this problem, we propose a novel collaborative filtering based reputation rating method. Collaborative filtering, one of the most successful recommendation methods, can be used to improve a reputation system. In this method, dual information sources are formed with groups of co-oriented users and expert users and to adapt it to the reputation rating mechanism. We have evaluated its performance experimentally by comparing various reputation systems.

    A Music Recommender System for m-CRM: Collaborative Filtering using Web Mining and Ordinal Scale (m-CRM을 위한 음악추천시스템: 웹 마이닝과 서열척도를 이용한 협업 필터링)

    • Lee, Seok-kee
      • Journal of the Korea Society of Computer and Information
      • /
      • v.13 no.1
      • /
      • pp.45-54
      • /
      • 2008
    • As mobile Web technology becomes more increasingly applicable. the mobile contents market. especially the music downloading for mobile phones, has recorded remarkable growth. In spite of this rapid growth, customers experience high levels of frustration in the process of searching for desired music contents. It affects to a re-purchasing rate of customers and also. music mubile content providers experience a decrease in the benefit. Therefore, in aspects of a customer relationship management (CRM), a new way to increase a benefit by providing a convenient shopping environment to mobile customers is necessary. As an solution for this situation, we propose a new music recommender system to enhance the customers' search efficiency by combining collaborative filtering with mobile web mining and ordinal scale based customer preferences. Some experiments are also performed to verify that our proposed system is more effective than the current recommender systems in the mobile Web.

    • PDF

    Credibility Enhancement of Online Reputation Systems for SNS Using Collaborative Filtering Method (협업필터링을 이용한 사회연결망서비스(SNS)용 온라인 평판시스템 신뢰도 향상에 관한 연구)

    • Cho, Jin-hyung;Kang, Hwan-Soo;Kim, Sea-Woo
      • Journal of Digital Convergence
      • /
      • v.15 no.2
      • /
      • pp.115-120
      • /
      • 2017
    • Online reputation systems for social network services(SNS) aggregate users' feedback and estimate the reputation of contents or providers. The aim of this research is to enhance credibility of the online reputation system on the SNS based e-Commerce(we called it as social commerce). SNS users usually refer to evaluations from other users who bought the products before. Most social commerce sites provide reputation system to help their customer make a decision, but sometimes we can't believe the reputation because the reputation is too subjective and the seller can deceive the customer for sales promotion. Threrefore, we usually use just the average value to show the general customer's evaluation result. We applied collaborative filtering method to give more weighting to the users who have evaluated correctly in the past. As a result, we could get more accurate evaluation results by considering each customers' credibility value that was computed by collaborative filtering.


    (34141) Korea Institute of Science and Technology Information, 245, Daehak-ro, Yuseong-gu, Daejeon
    Copyright (C) KISTI. All Rights Reserved.