• Title/Summary/Keyword: 관계만족도

Search Result 3,493, Processing Time 0.026 seconds

A Study on Knowledge Entity Extraction Method for Individual Stocks Based on Neural Tensor Network (뉴럴 텐서 네트워크 기반 주식 개별종목 지식개체명 추출 방법에 관한 연구)

  • Yang, Yunseok;Lee, Hyun Jun;Oh, Kyong Joo
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.2
    • /
    • pp.25-38
    • /
    • 2019
  • Selecting high-quality information that meets the interests and needs of users among the overflowing contents is becoming more important as the generation continues. In the flood of information, efforts to reflect the intention of the user in the search result better are being tried, rather than recognizing the information request as a simple string. Also, large IT companies such as Google and Microsoft focus on developing knowledge-based technologies including search engines which provide users with satisfaction and convenience. Especially, the finance is one of the fields expected to have the usefulness and potential of text data analysis because it's constantly generating new information, and the earlier the information is, the more valuable it is. Automatic knowledge extraction can be effective in areas where information flow is vast, such as financial sector, and new information continues to emerge. However, there are several practical difficulties faced by automatic knowledge extraction. First, there are difficulties in making corpus from different fields with same algorithm, and it is difficult to extract good quality triple. Second, it becomes more difficult to produce labeled text data by people if the extent and scope of knowledge increases and patterns are constantly updated. Third, performance evaluation is difficult due to the characteristics of unsupervised learning. Finally, problem definition for automatic knowledge extraction is not easy because of ambiguous conceptual characteristics of knowledge. So, in order to overcome limits described above and improve the semantic performance of stock-related information searching, this study attempts to extract the knowledge entity by using neural tensor network and evaluate the performance of them. Different from other references, the purpose of this study is to extract knowledge entity which is related to individual stock items. Various but relatively simple data processing methods are applied in the presented model to solve the problems of previous researches and to enhance the effectiveness of the model. From these processes, this study has the following three significances. First, A practical and simple automatic knowledge extraction method that can be applied. Second, the possibility of performance evaluation is presented through simple problem definition. Finally, the expressiveness of the knowledge increased by generating input data on a sentence basis without complex morphological analysis. The results of the empirical analysis and objective performance evaluation method are also presented. The empirical study to confirm the usefulness of the presented model, experts' reports about individual 30 stocks which are top 30 items based on frequency of publication from May 30, 2017 to May 21, 2018 are used. the total number of reports are 5,600, and 3,074 reports, which accounts about 55% of the total, is designated as a training set, and other 45% of reports are designated as a testing set. Before constructing the model, all reports of a training set are classified by stocks, and their entities are extracted using named entity recognition tool which is the KKMA. for each stocks, top 100 entities based on appearance frequency are selected, and become vectorized using one-hot encoding. After that, by using neural tensor network, the same number of score functions as stocks are trained. Thus, if a new entity from a testing set appears, we can try to calculate the score by putting it into every single score function, and the stock of the function with the highest score is predicted as the related item with the entity. To evaluate presented models, we confirm prediction power and determining whether the score functions are well constructed by calculating hit ratio for all reports of testing set. As a result of the empirical study, the presented model shows 69.3% hit accuracy for testing set which consists of 2,526 reports. this hit ratio is meaningfully high despite of some constraints for conducting research. Looking at the prediction performance of the model for each stocks, only 3 stocks, which are LG ELECTRONICS, KiaMtr, and Mando, show extremely low performance than average. this result maybe due to the interference effect with other similar items and generation of new knowledge. In this paper, we propose a methodology to find out key entities or their combinations which are necessary to search related information in accordance with the user's investment intention. Graph data is generated by using only the named entity recognition tool and applied to the neural tensor network without learning corpus or word vectors for the field. From the empirical test, we confirm the effectiveness of the presented model as described above. However, there also exist some limits and things to complement. Representatively, the phenomenon that the model performance is especially bad for only some stocks shows the need for further researches. Finally, through the empirical study, we confirmed that the learning method presented in this study can be used for the purpose of matching the new text information semantically with the related stocks.

Major Class Recommendation System based on Deep learning using Network Analysis (네트워크 분석을 활용한 딥러닝 기반 전공과목 추천 시스템)

  • Lee, Jae Kyu;Park, Heesung;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.95-112
    • /
    • 2021
  • In university education, the choice of major class plays an important role in students' careers. However, in line with the changes in the industry, the fields of major subjects by department are diversifying and increasing in number in university education. As a result, students have difficulty to choose and take classes according to their career paths. In general, students choose classes based on experiences such as choices of peers or advice from seniors. This has the advantage of being able to take into account the general situation, but it does not reflect individual tendencies and considerations of existing courses, and has a problem that leads to information inequality that is shared only among specific students. In addition, as non-face-to-face classes have recently been conducted and exchanges between students have decreased, even experience-based decisions have not been made as well. Therefore, this study proposes a recommendation system model that can recommend college major classes suitable for individual characteristics based on data rather than experience. The recommendation system recommends information and content (music, movies, books, images, etc.) that a specific user may be interested in. It is already widely used in services where it is important to consider individual tendencies such as YouTube and Facebook, and you can experience it familiarly in providing personalized services in content services such as over-the-top media services (OTT). Classes are also a kind of content consumption in terms of selecting classes suitable for individuals from a set content list. However, unlike other content consumption, it is characterized by a large influence of selection results. For example, in the case of music and movies, it is usually consumed once and the time required to consume content is short. Therefore, the importance of each item is relatively low, and there is no deep concern in selecting. Major classes usually have a long consumption time because they have to be taken for one semester, and each item has a high importance and requires greater caution in choice because it affects many things such as career and graduation requirements depending on the composition of the selected classes. Depending on the unique characteristics of these major classes, the recommendation system in the education field supports decision-making that reflects individual characteristics that are meaningful and cannot be reflected in experience-based decision-making, even though it has a relatively small number of item ranges. This study aims to realize personalized education and enhance students' educational satisfaction by presenting a recommendation model for university major class. In the model study, class history data of undergraduate students at University from 2015 to 2017 were used, and students and their major names were used as metadata. The class history data is implicit feedback data that only indicates whether content is consumed, not reflecting preferences for classes. Therefore, when we derive embedding vectors that characterize students and classes, their expressive power is low. With these issues in mind, this study proposes a Net-NeuMF model that generates vectors of students, classes through network analysis and utilizes them as input values of the model. The model was based on the structure of NeuMF using one-hot vectors, a representative model using data with implicit feedback. The input vectors of the model are generated to represent the characteristic of students and classes through network analysis. To generate a vector representing a student, each student is set to a node and the edge is designed to connect with a weight if the two students take the same class. Similarly, to generate a vector representing the class, each class was set as a node, and the edge connected if any students had taken the classes in common. Thus, we utilize Node2Vec, a representation learning methodology that quantifies the characteristics of each node. For the evaluation of the model, we used four indicators that are mainly utilized by recommendation systems, and experiments were conducted on three different dimensions to analyze the impact of embedding dimensions on the model. The results show better performance on evaluation metrics regardless of dimension than when using one-hot vectors in existing NeuMF structures. Thus, this work contributes to a network of students (users) and classes (items) to increase expressiveness over existing one-hot embeddings, to match the characteristics of each structure that constitutes the model, and to show better performance on various kinds of evaluation metrics compared to existing methodologies.

A Study on the Job Performance of Dental Coordinators and Their Perception (치과코디네이터의 업무수행 및 인식도에 관한 조사연구)

  • Kwon, Soon-Bok;Kim, Young-Nam;Moon, Hee-Jung;Shin, Myung-Suk;Han, Gyeong-Soon;Han, Su-Jin
    • Journal of dental hygiene science
    • /
    • v.5 no.4
    • /
    • pp.211-220
    • /
    • 2005
  • The purpose of this study was to examine the job performance of dental coordinators and their perception of their job to lay the groundwork for utilizing dental personnels more efficiently. The subjects in this study were dental coordinators who worked at selected dental hospitals and clinics in Seoul, Gyeonggi province and Incheon. A survey was conducted to gather data from May 1 to August 8, 2005 and answer sheets from 108 respondents were analyzed. The findings of the study were as follows: 1. As for the length of service, 43.5 percent of the dental coordinators investigated had worked at dental institutes for five years or more, which was followed by less than two years(19.5%) and three years to less than five years(19.4%). Concerning the length of service as dental coordinators, 39.8 percent had served for less than two years, and 19.4 percent had worked for two years to less than three years and for five years or more respectively. Regarding the name of position, 38 percent were called team leaders, and 30.6 percent were called coordinators. As to duties, the largest group of them that stood at 30.6 percent were in charge of receiving, and in regard to department, the largest group, 57.4 percent, belonged to the treatment backup department. 2. Concerning education, the greatest number of them, 45.4 percent, had received education at private institutes, and 73.1 percent found it necessary for dental coordinators to take an authorized qualification test. 43.5 percent, the largest group, looked upon the central government as the best organization to authorize their qualifications and 70.8 percent believed that what they learned enabled them to perform their job successfully. As to the necessity of follow-up education as a means to improve job performance, 96.3 percent consented to it. As for the reason, 63.9 percent considered that necessary to enhance their own ability and 22.2 percent were in want of systematic education. Regarding educational expenses, 29.6 percent were subsidized by the dental institutes where they had worked and 25.9 percent had totally been responsible for that. Regarding a required course, medical service and marketing was most widely pointed out(66.7%), followed by theory and practice(65.7%) and introduction to dentistry(57.4%). As to what sort of education they wanted to receive more, dental service and marketing was selected the most, followed by practical health insurance(35.2%). 3. In regard to what type of job they performed as dental coordinators, 88.9 percent were in charge of appointment in the field of customer service, and 87.9 percent paid attention to having good manners as service providers in the area of self-management. In the field of hospital affairs, 81.3 percent were in charge of receiving. 4. As to their awareness of dental coordinator job, the largest group took pride in the job they performed ($3.99{\pm}0.76$), and the second largest group believed that dental coordinators made a great contribution to hospital management ($3.92{\pm}0.70$). The third largest group gave a great weight to their own job ($3.91{\pm}0.84$) in light of overall dental duties and the fourth largest group found themselves to get along with other employees regardless of position ($3.86{\pm}0.74$). The fifth largest group believed their job was of great use for promoting the oral health of patients ($3.76{\pm}0.75$), and the sixth largest group thought the future of dental coordinators was promising($3.74{\pm}0.86$). 5. In regard to their perception by age group, those who were older had a better opinion on every item of their job in general. Their age made a statistically significant difference to their view of the weight of dental coordinator job(P < 0.001) in light of overall dental duties, of being approved and trusted by managers(P < 0.01), of social awareness of dental coordinator, and of being understood and approved by other employees and dentists. Their pride in current job and their satisfaction with the name of their position were statistically significantly different according to their age as well. Besides, their age made a statistically significant difference to their opinion about whether or not there was an age limit to their occupation and about their contribution to hospital management (P < 0.05). 6. As for their perception by type of job, the dental hygienists were generally most satisfied with their job, followed by nursing aids and others. There was a statistically significant gap among their opinions about whether to make a job-related decision on their own(P < 0.001). the weight of their job in terms of overall dental duties, whether their job improved their ability, whether their job made a great contribution to enhancing the oral health of patients, whether their job was understood and approved by other employees(P < 0.01), social awareness of their job, whether they conflicted with other employees during job performance, and whether dental hospitals or clinics offered a self-development opportunity for them to take their ability to another level(P < 0.05). And their satisfaction with current pay was statistically significantly different as well.

  • PDF