• Title/Summary/Keyword: Text frequency analysis

Search Result 453, Processing Time 0.023 seconds

Typological Characteristics of Waterscape Elements from the Chapter 「Sancheon」 of the Volumes Gyeongsang-province in 『Sinjeung Donggukyeojiseungram』 (『신증동국여지승람』의 경상도편 「산천(山川)」 항목에 수록된 수경(水景) 요소의 특징)

  • Lim, Eui-Je;So, Hyun-Su
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.34 no.2
    • /
    • pp.1-15
    • /
    • 2016
  • This study aims at the consideration of the usages of traditional waterscape elements, which are difficult to define their concepts and their differences and it has been proceeded mainly with analysis of literature. It elicited various waterscape types by extracting the place names associated with the watersacpe elements from the chapter "Sancheon" of the volumes Gyeongsang-province in "Sinjeung Donggukyeojiseungram", which is a government-compiled geography book in the early period of Joseon Dynasty, and drew the features of each waterscape element by interpreting the dictionary definition and the original text and studying the similar examples. The results of study are drawn as follows. 1. The chapter "Sancheon" includes 22 types of waterscape elements and they are classified by means of locations and water-flow forms: River Landscape, Lake & Pond Landscape, Coast landscape. 2. River landscape maintaining constant natural water-flow constitutes the linear type, related to the class of stream, which includes 'Su(water)', 'Gang(river)', 'Cheon(stream)' and 'Gye(brook)' and the dotty type, created by the nature of trenched meander rivers, which includes 'Tan(beach)', 'Roe(rapids)', 'Pok(waterfall)' and 'Jeo(sandbank)'. 3. Lake & Pond Landscape forming water collected in a certain area constitutes 'Ho(lake)', which is a broad and calm spot created around mid and down stream of river, 'Yeon(pool)', 'Dam(pond)', 'Chu(small pond)', which are naturally created on the water path around mid and down stream of river, 'Ji(pond)', 'Dang(pond)', 'Taek(swamp)', which is collected on a flatland and 'Cheon(spring)', 'Jeong(spring)' which means gushing out naturally. 4. Coast Landscape includes 'Ryang', 'Hang', which are the space between land and an island or islands, 'Got(headland)' which sticks out from the coast into the sea, 'Jeong(sandbank)' which forms sandy beaches and 'Do' which shows high appearance frequency by reflecting the geographical importance of islands. This study comprehended the diversity of traditional waterscape elements and drew the fact that they are the concept reflecting the differentiated locational, scenic and functional features. That way, it understood the aesthetic sense on nature, which ancestors had formed with the interests in natural landscape and the keen observation on it, became the basic idea elucidating the characteristic on Korean traditional gardens, which minimize the artificiality and make nature the subject.

The Effect of Domain Specificity on the Performance of Domain-Specific Pre-Trained Language Models (도메인 특수성이 도메인 특화 사전학습 언어모델의 성능에 미치는 영향)

  • Han, Minah;Kim, Younha;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.28 no.4
    • /
    • pp.251-273
    • /
    • 2022
  • Recently, research on applying text analysis to deep learning has steadily continued. In particular, researches have been actively conducted to understand the meaning of words and perform tasks such as summarization and sentiment classification through a pre-trained language model that learns large datasets. However, existing pre-trained language models show limitations in that they do not understand specific domains well. Therefore, in recent years, the flow of research has shifted toward creating a language model specialized for a particular domain. Domain-specific pre-trained language models allow the model to understand the knowledge of a particular domain better and reveal performance improvements on various tasks in the field. However, domain-specific further pre-training is expensive to acquire corpus data of the target domain. Furthermore, many cases have reported that performance improvement after further pre-training is insignificant in some domains. As such, it is difficult to decide to develop a domain-specific pre-trained language model, while it is not clear whether the performance will be improved dramatically. In this paper, we present a way to proactively check the expected performance improvement by further pre-training in a domain before actually performing further pre-training. Specifically, after selecting three domains, we measured the increase in classification accuracy through further pre-training in each domain. We also developed and presented new indicators to estimate the specificity of the domain based on the normalized frequency of the keywords used in each domain. Finally, we conducted classification using a pre-trained language model and a domain-specific pre-trained language model of three domains. As a result, we confirmed that the higher the domain specificity index, the higher the performance improvement through further pre-training.

Clickstream Big Data Mining for Demographics based Digital Marketing (인구통계특성 기반 디지털 마케팅을 위한 클릭스트림 빅데이터 마이닝)

  • Park, Jiae;Cho, Yoonho
    • Journal of Intelligence and Information Systems
    • /
    • v.22 no.3
    • /
    • pp.143-163
    • /
    • 2016
  • The demographics of Internet users are the most basic and important sources for target marketing or personalized advertisements on the digital marketing channels which include email, mobile, and social media. However, it gradually has become difficult to collect the demographics of Internet users because their activities are anonymous in many cases. Although the marketing department is able to get the demographics using online or offline surveys, these approaches are very expensive, long processes, and likely to include false statements. Clickstream data is the recording an Internet user leaves behind while visiting websites. As the user clicks anywhere in the webpage, the activity is logged in semi-structured website log files. Such data allows us to see what pages users visited, how long they stayed there, how often they visited, when they usually visited, which site they prefer, what keywords they used to find the site, whether they purchased any, and so forth. For such a reason, some researchers tried to guess the demographics of Internet users by using their clickstream data. They derived various independent variables likely to be correlated to the demographics. The variables include search keyword, frequency and intensity for time, day and month, variety of websites visited, text information for web pages visited, etc. The demographic attributes to predict are also diverse according to the paper, and cover gender, age, job, location, income, education, marital status, presence of children. A variety of data mining methods, such as LSA, SVM, decision tree, neural network, logistic regression, and k-nearest neighbors, were used for prediction model building. However, this research has not yet identified which data mining method is appropriate to predict each demographic variable. Moreover, it is required to review independent variables studied so far and combine them as needed, and evaluate them for building the best prediction model. The objective of this study is to choose clickstream attributes mostly likely to be correlated to the demographics from the results of previous research, and then to identify which data mining method is fitting to predict each demographic attribute. Among the demographic attributes, this paper focus on predicting gender, age, marital status, residence, and job. And from the results of previous research, 64 clickstream attributes are applied to predict the demographic attributes. The overall process of predictive model building is compose of 4 steps. In the first step, we create user profiles which include 64 clickstream attributes and 5 demographic attributes. The second step performs the dimension reduction of clickstream variables to solve the curse of dimensionality and overfitting problem. We utilize three approaches which are based on decision tree, PCA, and cluster analysis. We build alternative predictive models for each demographic variable in the third step. SVM, neural network, and logistic regression are used for modeling. The last step evaluates the alternative models in view of model accuracy and selects the best model. For the experiments, we used clickstream data which represents 5 demographics and 16,962,705 online activities for 5,000 Internet users. IBM SPSS Modeler 17.0 was used for our prediction process, and the 5-fold cross validation was conducted to enhance the reliability of our experiments. As the experimental results, we can verify that there are a specific data mining method well-suited for each demographic variable. For example, age prediction is best performed when using the decision tree based dimension reduction and neural network whereas the prediction of gender and marital status is the most accurate by applying SVM without dimension reduction. We conclude that the online behaviors of the Internet users, captured from the clickstream data analysis, could be well used to predict their demographics, thereby being utilized to the digital marketing.