• Title/Summary/Keyword: Question answering

Search Result 292, Processing Time 0.018 seconds

Effects of Transaction Characteristics on Distributive Justice and Purchase Intention in the Social Commerce (소셜커머스에서 거래의 특성이 분배적 정의와 거래 의도에 미치는 영향)

  • Bang, Youngsok;Lee, Dong-Joo
    • Asia pacific journal of information systems
    • /
    • v.23 no.2
    • /
    • pp.1-20
    • /
    • 2013
  • Social commerce has been gaining explosive popularity, with typical examples of the model such as Groupon and Level Up. Both local business owners and consumers can benefit from this new e-commerce model. Local business owners have a chance to access potential customers and promote their products in a way that could not have otherwise been easily possible, and consumers can enjoy discounted offerings. However, questions have been increasingly raised about the value and future of the social commerce model. A recent survey shows that about a third of 324 business owners who ran a daily-deal promotion in Groupon went behind. Furthermore, more than half of the surveyed merchants did not express enthusiasm about running the promotion again. The same goes for the case in Korea, where more than half of the surveyed clients reported no significant change or even decrease in profits compared to before the use of social commerce model. Why do local business owners fail to exploit the benefits from the promotions and advertisements through the social commerce model and to make profits? Without answering this question, the model would fall under suspicion and even its sustainability might be challenged. This study aims to look into problems in the current social commerce transactions and provide implications for the social commerce model, so that the model would get a foothold for next growth. Drawing on justice theory, this study develops theoretical arguments for the effects of transaction characteristics on consumers' distributive justice and purchase intention in the social commerce. Specifically, this study focuses on two characteristics of social commerce transactions-the discount rate and the purchase rate of products-and investigates their effects on consumers' perception of distributive justice for discounted transactions in the social commerce and their perception of distributive justice for regular-priced transactions. This study also examines the relationship between distributive justice and purchase intention. We conducted an online experiment and gathered data from 115 participants to test the hypotheses. Each participant was randomly assigned to one of nine manipulated scenarios of social commerce transactions, which were generated based on the combination of three levels of purchase rate (high, medium, and low) and three levels of discount rate (high, medium, and low). We conducted MANOVA and post-hoc ANOVA to test hypotheses about the relationships between the transaction characteristics (purchase rate and discount rate) and distributive justice for each of the discounted transaction and the regular-priced transaction. We also employed a PLS analysis to test relations between distributive justice and purchase intentions. Analysis results show that a higher discount rate increases distributive justice for the discounted transaction but decreases distributive justice for the regular-priced transaction. This, coupled with the result that distributive justice for each type of transaction has a positive effect on the corresponding purchase intention, implies that a large discount in the social commerce may be helpful for attracting consumers, but harmful to the business after the promotion. However, further examination reveals curvilinear effects of the discount rate on both types of distributive justice. Specifically, we find distributive justice for the discounted transaction increases concavely as the discount rate increases while distributive justice for the regular-priced transaction decreases concavely with the dscount rate. This implies that there exists an appropriate discount rate which could promote the discounted transaction while not hurting future business of regular-priced transactions. Next, the purchase rate is found to be a critical factor that facilitates the regular-priced transaction. It has a convexly positive influence on distributive justice for the transaction. Therefore, an increase of the rate beyond some threshold would lead to a substantial level of distributive justice for the regular-priced transaction, threrby boosting future transactions. This implies that social commerce firms and sellers should employ various non-price stimuli to promote the purchase rate. Finally, we find no significant relationship between the purchase rate and distributive justice for the discounted transaction. Based on the above results, we provide several implications with future research directions.

  • PDF

Knowledge Extraction Methodology and Framework from Wikipedia Articles for Construction of Knowledge-Base (지식베이스 구축을 위한 한국어 위키피디아의 학습 기반 지식추출 방법론 및 플랫폼 연구)

  • Kim, JaeHun;Lee, Myungjin
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.43-61
    • /
    • 2019
  • Development of technologies in artificial intelligence has been rapidly increasing with the Fourth Industrial Revolution, and researches related to AI have been actively conducted in a variety of fields such as autonomous vehicles, natural language processing, and robotics. These researches have been focused on solving cognitive problems such as learning and problem solving related to human intelligence from the 1950s. The field of artificial intelligence has achieved more technological advance than ever, due to recent interest in technology and research on various algorithms. The knowledge-based system is a sub-domain of artificial intelligence, and it aims to enable artificial intelligence agents to make decisions by using machine-readable and processible knowledge constructed from complex and informal human knowledge and rules in various fields. A knowledge base is used to optimize information collection, organization, and retrieval, and recently it is used with statistical artificial intelligence such as machine learning. Recently, the purpose of the knowledge base is to express, publish, and share knowledge on the web by describing and connecting web resources such as pages and data. These knowledge bases are used for intelligent processing in various fields of artificial intelligence such as question answering system of the smart speaker. However, building a useful knowledge base is a time-consuming task and still requires a lot of effort of the experts. In recent years, many kinds of research and technologies of knowledge based artificial intelligence use DBpedia that is one of the biggest knowledge base aiming to extract structured content from the various information of Wikipedia. DBpedia contains various information extracted from Wikipedia such as a title, categories, and links, but the most useful knowledge is from infobox of Wikipedia that presents a summary of some unifying aspect created by users. These knowledge are created by the mapping rule between infobox structures and DBpedia ontology schema defined in DBpedia Extraction Framework. In this way, DBpedia can expect high reliability in terms of accuracy of knowledge by using the method of generating knowledge from semi-structured infobox data created by users. However, since only about 50% of all wiki pages contain infobox in Korean Wikipedia, DBpedia has limitations in term of knowledge scalability. This paper proposes a method to extract knowledge from text documents according to the ontology schema using machine learning. In order to demonstrate the appropriateness of this method, we explain a knowledge extraction model according to the DBpedia ontology schema by learning Wikipedia infoboxes. Our knowledge extraction model consists of three steps, document classification as ontology classes, proper sentence classification to extract triples, and value selection and transformation into RDF triple structure. The structure of Wikipedia infobox are defined as infobox templates that provide standardized information across related articles, and DBpedia ontology schema can be mapped these infobox templates. Based on these mapping relations, we classify the input document according to infobox categories which means ontology classes. After determining the classification of the input document, we classify the appropriate sentence according to attributes belonging to the classification. Finally, we extract knowledge from sentences that are classified as appropriate, and we convert knowledge into a form of triples. In order to train models, we generated training data set from Wikipedia dump using a method to add BIO tags to sentences, so we trained about 200 classes and about 2,500 relations for extracting knowledge. Furthermore, we evaluated comparative experiments of CRF and Bi-LSTM-CRF for the knowledge extraction process. Through this proposed process, it is possible to utilize structured knowledge by extracting knowledge according to the ontology schema from text documents. In addition, this methodology can significantly reduce the effort of the experts to construct instances according to the ontology schema.