• Title/Summary/Keyword: Sentiment word analysis

Search Result 123, Processing Time 0.022 seconds

A Study on Consumer perception changes of online education before and after COVID-19 using text mining (텍스트 마이닝을 활용한 온라인 교육에 대한 소비자 인식 변화 분석: COVID-19 전후를 중심으로)

  • Sohn, Minsung;Im, Meeja;Park, Kyunghwan
    • Journal of Digital Convergence
    • /
    • v.19 no.1
    • /
    • pp.29-43
    • /
    • 2021
  • Coinciding with the advent of COVID-19, online education is on the rise both domestically and globally, and has become an absolutely necessary and irreplaceable form of education. It is a very curious question what the perception of people about the suddenly growing form of education is, and how it has changed. This study investigated changes in consumers' perception of online education using big data. To this end, we divided the time into four stages: before COVID-19 (November to December 2019), after the triggering of COVID-19 (January to February 2020), right after the online classes started (March to April 2020), after experiencing some online education (May to June 2020). Then we conducted text mining, namely, keyword frequency analysis, network analysis, word cloud analysis, and sentiment analysis were performed. The implications derived as a result of the analysis can help education policy makers and educators working in the field to improve online education quality and establish its future directions.

Dynamics of Sijo as a manifestation of Gamsung (감성 발현체로서의 시조의 역동성)

  • Jo, Tae-Seong
    • Sijohaknonchong
    • /
    • v.42
    • /
    • pp.93-115
    • /
    • 2015
  • Dynamics of Sijo was regarded as a genre of 'closed nature' once. But ironically thanks to the 'closed nature', today dynamics of Sijo is refocused in diverse fields. Sijo is quoted not only in its original field of literature, but also in writing study. Quite remarkably, it is often referred to in the field of literary therapy, further in emotional healing. This article discussed the dynamics of Sijo as a manifestation of emotion especially called Gamsung in the process of the refocus. It is to show effectively that as a literary genre, Sijo can interact and share what is reasonal as well as what is emotional and sentimental in a poem as an emotional container beyond the lyricism Sijo has. Of course, it is also clear that the concept of lyricism may limit the dynamics of Sijo itself. Thus, the key word 'Gamsung' mainly referred to in this article was used to show the dynamics which Sijo has as much as possible, overcoming the limitation. That is, the purpose of the study is to prove that Sijo is the genre to represent human emotion most dynamically by reviewing the reasonal aspect of Sijo in addition to its emotional disposition which has been estimated to focus on sentiment or emotion. In the process of reinterpreting the structure of Sijo, the specific analysis on such emotional disposition and reasonal aspect was conducted by structurizing that as '(1) Facing, (2) Feeling dynamical, (3) Interpellating by feeling, and (4) feeling by sensation'.

  • PDF

Query-based Answer Extraction using Korean Dependency Parsing (의존 구문 분석을 이용한 질의 기반 정답 추출)

  • Lee, Dokyoung;Kim, Mintae;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.3
    • /
    • pp.161-177
    • /
    • 2019
  • In this paper, we study the performance improvement of the answer extraction in Question-Answering system by using sentence dependency parsing result. The Question-Answering (QA) system consists of query analysis, which is a method of analyzing the user's query, and answer extraction, which is a method to extract appropriate answers in the document. And various studies have been conducted on two methods. In order to improve the performance of answer extraction, it is necessary to accurately reflect the grammatical information of sentences. In Korean, because word order structure is free and omission of sentence components is frequent, dependency parsing is a good way to analyze Korean syntax. Therefore, in this study, we improved the performance of the answer extraction by adding the features generated by dependency parsing analysis to the inputs of the answer extraction model (Bidirectional LSTM-CRF). The process of generating the dependency graph embedding consists of the steps of generating the dependency graph from the dependency parsing result and learning the embedding of the graph. In this study, we compared the performance of the answer extraction model when inputting basic word features generated without the dependency parsing and the performance of the model when inputting the addition of the Eojeol tag feature and dependency graph embedding feature. Since dependency parsing is performed on a basic unit of an Eojeol, which is a component of sentences separated by a space, the tag information of the Eojeol can be obtained as a result of the dependency parsing. The Eojeol tag feature means the tag information of the Eojeol. The process of generating the dependency graph embedding consists of the steps of generating the dependency graph from the dependency parsing result and learning the embedding of the graph. From the dependency parsing result, a graph is generated from the Eojeol to the node, the dependency between the Eojeol to the edge, and the Eojeol tag to the node label. In this process, an undirected graph is generated or a directed graph is generated according to whether or not the dependency relation direction is considered. To obtain the embedding of the graph, we used Graph2Vec, which is a method of finding the embedding of the graph by the subgraphs constituting a graph. We can specify the maximum path length between nodes in the process of finding subgraphs of a graph. If the maximum path length between nodes is 1, graph embedding is generated only by direct dependency between Eojeol, and graph embedding is generated including indirect dependencies as the maximum path length between nodes becomes larger. In the experiment, the maximum path length between nodes is adjusted differently from 1 to 3 depending on whether direction of dependency is considered or not, and the performance of answer extraction is measured. Experimental results show that both Eojeol tag feature and dependency graph embedding feature improve the performance of answer extraction. In particular, considering the direction of the dependency relation and extracting the dependency graph generated with the maximum path length of 1 in the subgraph extraction process in Graph2Vec as the input of the model, the highest answer extraction performance was shown. As a result of these experiments, we concluded that it is better to take into account the direction of dependence and to consider only the direct connection rather than the indirect dependence between the words. The significance of this study is as follows. First, we improved the performance of answer extraction by adding features using dependency parsing results, taking into account the characteristics of Korean, which is free of word order structure and omission of sentence components. Second, we generated feature of dependency parsing result by learning - based graph embedding method without defining the pattern of dependency between Eojeol. Future research directions are as follows. In this study, the features generated as a result of the dependency parsing are applied only to the answer extraction model in order to grasp the meaning. However, in the future, if the performance is confirmed by applying the features to various natural language processing models such as sentiment analysis or name entity recognition, the validity of the features can be verified more accurately.