• Title/Summary/Keyword: 문제 해결 학습 및 평가

Search Result 510, Processing Time 0.027 seconds

Incorporating Social Relationship discovered from User's Behavior into Collaborative Filtering (사용자 행동 기반의 사회적 관계를 결합한 사용자 협업적 여과 방법)

  • Thay, Setha;Ha, Inay;Jo, Geun-Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.2
    • /
    • pp.1-20
    • /
    • 2013
  • Nowadays, social network is a huge communication platform for providing people to connect with one another and to bring users together to share common interests, experiences, and their daily activities. Users spend hours per day in maintaining personal information and interacting with other people via posting, commenting, messaging, games, social events, and applications. Due to the growth of user's distributed information in social network, there is a great potential to utilize the social data to enhance the quality of recommender system. There are some researches focusing on social network analysis that investigate how social network can be used in recommendation domain. Among these researches, we are interested in taking advantages of the interaction between a user and others in social network that can be determined and known as social relationship. Furthermore, mostly user's decisions before purchasing some products depend on suggestion of people who have either the same preferences or closer relationship. For this reason, we believe that user's relationship in social network can provide an effective way to increase the quality in prediction user's interests of recommender system. Therefore, social relationship between users encountered from social network is a common factor to improve the way of predicting user's preferences in the conventional approach. Recommender system is dramatically increasing in popularity and currently being used by many e-commerce sites such as Amazon.com, Last.fm, eBay.com, etc. Collaborative filtering (CF) method is one of the essential and powerful techniques in recommender system for suggesting the appropriate items to user by learning user's preferences. CF method focuses on user data and generates automatic prediction about user's interests by gathering information from users who share similar background and preferences. Specifically, the intension of CF method is to find users who have similar preferences and to suggest target user items that were mostly preferred by those nearest neighbor users. There are two basic units that need to be considered by CF method, the user and the item. Each user needs to provide his rating value on items i.e. movies, products, books, etc to indicate their interests on those items. In addition, CF uses the user-rating matrix to find a group of users who have similar rating with target user. Then, it predicts unknown rating value for items that target user has not rated. Currently, CF has been successfully implemented in both information filtering and e-commerce applications. However, it remains some important challenges such as cold start, data sparsity, and scalability reflected on quality and accuracy of prediction. In order to overcome these challenges, many researchers have proposed various kinds of CF method such as hybrid CF, trust-based CF, social network-based CF, etc. In the purpose of improving the recommendation performance and prediction accuracy of standard CF, in this paper we propose a method which integrates traditional CF technique with social relationship between users discovered from user's behavior in social network i.e. Facebook. We identify user's relationship from behavior of user such as posts and comments interacted with friends in Facebook. We believe that social relationship implicitly inferred from user's behavior can be likely applied to compensate the limitation of conventional approach. Therefore, we extract posts and comments of each user by using Facebook Graph API and calculate feature score among each term to obtain feature vector for computing similarity of user. Then, we combine the result with similarity value computed using traditional CF technique. Finally, our system provides a list of recommended items according to neighbor users who have the biggest total similarity value to the target user. In order to verify and evaluate our proposed method we have performed an experiment on data collected from our Movies Rating System. Prediction accuracy evaluation is conducted to demonstrate how much our algorithm gives the correctness of recommendation to user in terms of MAE. Then, the evaluation of performance is made to show the effectiveness of our method in terms of precision, recall, and F1-measure. Evaluation on coverage is also included in our experiment to see the ability of generating recommendation. The experimental results show that our proposed method outperform and more accurate in suggesting items to users with better performance. The effectiveness of user's behavior in social network particularly shows the significant improvement by up to 6% on recommendation accuracy. Moreover, experiment of recommendation performance shows that incorporating social relationship observed from user's behavior into CF is beneficial and useful to generate recommendation with 7% improvement of performance compared with benchmark methods. Finally, we confirm that interaction between users in social network is able to enhance the accuracy and give better recommendation in conventional approach.

Target-Aspect-Sentiment Joint Detection with CNN Auxiliary Loss for Aspect-Based Sentiment Analysis (CNN 보조 손실을 이용한 차원 기반 감성 분석)

  • Jeon, Min Jin;Hwang, Ji Won;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.4
    • /
    • pp.1-22
    • /
    • 2021
  • Aspect Based Sentiment Analysis (ABSA), which analyzes sentiment based on aspects that appear in the text, is drawing attention because it can be used in various business industries. ABSA is a study that analyzes sentiment by aspects for multiple aspects that a text has. It is being studied in various forms depending on the purpose, such as analyzing all targets or just aspects and sentiments. Here, the aspect refers to the property of a target, and the target refers to the text that causes the sentiment. For example, for restaurant reviews, you could set the aspect into food taste, food price, quality of service, mood of the restaurant, etc. Also, if there is a review that says, "The pasta was delicious, but the salad was not," the words "steak" and "salad," which are directly mentioned in the sentence, become the "target." So far, in ABSA, most studies have analyzed sentiment only based on aspects or targets. However, even with the same aspects or targets, sentiment analysis may be inaccurate. Instances would be when aspects or sentiment are divided or when sentiment exists without a target. For example, sentences like, "Pizza and the salad were good, but the steak was disappointing." Although the aspect of this sentence is limited to "food," conflicting sentiments coexist. In addition, in the case of sentences such as "Shrimp was delicious, but the price was extravagant," although the target here is "shrimp," there are opposite sentiments coexisting that are dependent on the aspect. Finally, in sentences like "The food arrived too late and is cold now." there is no target (NULL), but it transmits a negative sentiment toward the aspect "service." Like this, failure to consider both aspects and targets - when sentiment or aspect is divided or when sentiment exists without a target - creates a dual dependency problem. To address this problem, this research analyzes sentiment by considering both aspects and targets (Target-Aspect-Sentiment Detection, hereby TASD). This study detected the limitations of existing research in the field of TASD: local contexts are not fully captured, and the number of epochs and batch size dramatically lowers the F1-score. The current model excels in spotting overall context and relations between each word. However, it struggles with phrases in the local context and is relatively slow when learning. Therefore, this study tries to improve the model's performance. To achieve the objective of this research, we additionally used auxiliary loss in aspect-sentiment classification by constructing CNN(Convolutional Neural Network) layers parallel to existing models. If existing models have analyzed aspect-sentiment through BERT encoding, Pooler, and Linear layers, this research added CNN layer-adaptive average pooling to existing models, and learning was progressed by adding additional loss values for aspect-sentiment to existing loss. In other words, when learning, the auxiliary loss, computed through CNN layers, allowed the local context to be captured more fitted. After learning, the model is designed to do aspect-sentiment analysis through the existing method. To evaluate the performance of this model, two datasets, SemEval-2015 task 12 and SemEval-2016 task 5, were used and the f1-score increased compared to the existing models. When the batch was 8 and epoch was 5, the difference was largest between the F1-score of existing models and this study with 29 and 45, respectively. Even when batch and epoch were adjusted, the F1-scores were higher than the existing models. It can be said that even when the batch and epoch numbers were small, they can be learned effectively compared to the existing models. Therefore, it can be useful in situations where resources are limited. Through this study, aspect-based sentiments can be more accurately analyzed. Through various uses in business, such as development or establishing marketing strategies, both consumers and sellers will be able to make efficient decisions. In addition, it is believed that the model can be fully learned and utilized by small businesses, those that do not have much data, given that they use a pre-training model and recorded a relatively high F1-score even with limited resources.

A Study on Survey of Improvement of Non Face to Face Education focused on Professor of Disaster Management Field in COVID-19 (코로나19 상황에서 재난분야 교수자를 대상으로 한 비대면 교육의 개선에 관한 조사연구)

  • Park, Jin Chan;Beck, Min Ho
    • Journal of the Society of Disaster Information
    • /
    • v.17 no.3
    • /
    • pp.640-654
    • /
    • 2021
  • Purpose: Normal education operation was difficult in the national disaster situation of Coronavirus Infection-19. Non-face-to-face education can be an alternative to face to face education, but it is not easy to provide the same level of education. In this study, the professor of disaster management field will identify problems that can occur in the overall operation and progress of non-face-to-face education and seek ways to improve non-face-to-face education. Method: Non-face-to-face real-time education was largely categorized into pre-class, in-class, post-class, and evaluation, and case studies were conducted through the professor's case studies. Result&Conclusion: The results of the survey are as follows: First, pre-class, it was worth considering providing a non-face-to-face educational place for professors, and the need for prior education on non-face-to-face educational equipment and systems was required. In addition, it seems necessary to make sure that education is operated smoothly by giving enough notice on classes and to make efforts to develop non-face-to-face education programs for practical class. Second, communication between professor and learner, and among learners can be an important factor in non-face-to-face mid classes. To this end, it is necessary to actively utilize debate-type classes to lead learners to participate in education and enhance the educational effect through constant interaction. Third, non-face-to-face post classes, policies on the protection of privacy due to video records should be prepared to protect the privacy of professors in advance, and copyright infringement on educational materials should also be considered. In addition, it is necessary to devise various methods for fair and objective evaluation. According to the results of the interview, in the contents, which are components of non-face-to-face education, non-face-to-face education requires detailed plans on the number of students, contents, and curriculum suitable for non-face-to-face education from the design of the education. In the system, it is necessary to give the professor enough time to fully learn and familiarize with the function of the program through pre-education on the program before the professor gives non-face-to-face classes, and to operate the helpdesk, which can thoroughly check the pre-examination before non-face-to-face education and quickly resolve the problem in case of a problem.

Development of a Model of Brain-based Evolutionary Scientific Teaching for Learning (뇌기반 진화적 과학 교수학습 모형의 개발)

  • Lim, Chae-Seong
    • Journal of The Korean Association For Science Education
    • /
    • v.29 no.8
    • /
    • pp.990-1010
    • /
    • 2009
  • To derive brain-based evolutionary educational principles, this study examined the studies on the structural and functional characteristics of human brain, the biological evolution occurring between- and within-organism, and the evolutionary attributes embedded in science itself and individual scientist's scientific activities. On the basis of the core characteristics of human brain and the framework of universal Darwinism or universal selectionism consisted of generation-test-retention (g-t-r) processes, a Model of Brain-based Evolutionary Scientific Teaching for Learning (BEST-L) was developed. The model consists of three components, three steps, and assessment part. The three components are the affective (A), behavioral (B), and cognitive (C) components. Each component consists of three steps of Diversifying $\rightarrow$ Emulating (Executing, Estimating, Evaluating) $\rightarrow$ Furthering (ABC-DEF). The model is 'brain-based' in the aspect of consecutive incorporation of the affective component which is based on limbic system of human brain associated with emotions, the behavioral component which is associated with the occipital lobes performing visual processing, temporal lobes performing functions of language generation and understanding, and parietal lobes, which receive and process sensory information and execute motor activities of the body, and the cognitive component which is based on the prefrontal lobes involved in thinking, planning, judging, and problem solving. On the other hand, the model is 'evolutionary' in the aspect of proceeding according to the processes of the diversifying step to generate variants in each component, the emulating step to test and select useful or valuable things among the variants, and the furthering step to extend or apply the selected things. For three components of ABC, to reflect the importance of emotional factors as a starting point in scientific activity as well as the dominant role of limbic system relative to cortex of brain, the model emphasizes the DARWIN (Driving Affective Realm for Whole Intellectual Network) approach.

Domestic and International Experts' Perception of Policy and Direction on STEAM Education (융합인재교육(STEAM)의 정책과 실행 방향에 대한 국내외 전문가들의 인식)

  • Jung, Jaehwa;Jeon, Jaedon;Lee, Hyonyong
    • Journal of Science Education
    • /
    • v.39 no.3
    • /
    • pp.358-375
    • /
    • 2015
  • The purposes of this study were to investigate the value, necessity and legitimacy of STEAM Education and to propose practical approaching methods for STEAM Education to be applicable in Korea through a variety of literature review, case studies and collecting suggestions from domestic and international educational experts. The research questions are as follows: (1) To investigate the perception, understanding and recognitions of domestic and foreign professionals in STEAM education. (2) To analyze policy implications for an improvement in STEAM. The following aspects of STEAM were found to be challenges in our current STEAM policy after analyzing multiple questionnaires with the professionals and case studies including their experiences, understanding, supports and directions of the policy from the governments. The results indicate that (1) there was a lack of precise and conceptual understanding of STEAM in respect to experience. Training sessions for teachers in this field to help transform their perception is necessary. Development of practical programs with an easy access is also required. It is important to get the aims of related educational activities recognized by the professionals and established standards for an evaluation. The experts perceived that a theme-based learning is the most preferred and effective approaching method and the programs that develop creative thinking and learning applicable to practice are required to promote. (2) The results indicate that there was a lack of programs and inducements for supporting outstanding STEAM educators. It is shown that making an appropriate environment for STEAM education takes the first priority before training numbers of teachers unilaterally, thus securing enough budget seems critical. The professionals also emphasize on developing specialized teaching materials that include diverse inter-related subjects such as science technology, engineering, arts and humanities and social science with diverse viewpoints and advanced technology. This work requires a STEAM network for teachers to link up and share their materials, documents and experiences. It is necessary to get corporations, universities, and research centers participated in the network. (3) With respect to direction, it is necessary to propose policy that makes STEAM education ordinary and more practical in the present education system. The professionals have recommended training sessions that help develop creative thinking and amalgamative problem-solving techniques. They require reducing the workload of teachers and changing teachers' perspectives towards STEAM. They further urge a tight cooperation between departments of the government related with STEAM.

  • PDF

Limits of STEAM Education and its Improvement Alternative : Based on the Viewpoints of STEAM Expert Teachers (STEAM 교육의 한계와 개선방향 -STEAM 교육 전문성을 가진 교사의 견해를 바탕으로-)

  • Son, Mihyun;Jeong, Daehong
    • Journal of The Korean Association For Science Education
    • /
    • v.39 no.5
    • /
    • pp.573-584
    • /
    • 2019
  • It is necessary to look at the essence of STEAM education from the viewpoint of the teacher who is the subject of education execution. We carry out questionnaires and telephone interviews for the purpose, definition, change, etc. of STEAM education from eight elementary, middle, and high teachers who are rich in policy and field application experience. As a result of the analysis, the purpose of the STEAM education that the specialists mentioned includes the active participation of the students. Most experts pointed out that the definition of STEAM education is ambiguous. So, it is necessary to express a clear goal of STEAM education. The category and level meaning "fields" from "a convergence of two or more fields" are not indicative definitions, but can be different depending on the situation, considering the context of activities and the level of students. The perception of the experts on framework may be a guide for STEAM education and stumbling block. It is necessary for "Context" to shift away from the emphasis on the real life connection and to the emphasis on the interest of the student and the guidance of the class. "Creative design" must be based on trial and error in the process of solving problems. "Emotional touch" needs to correct elements that cannot be observed, evaluated, and applied to lessons that are elements of emotional experience. As for the expansion of STEAM education, most expert teachers have recognized that STEAM education is becoming increasingly stable and that policy change has continued to slow the pace of stabilization.

Application of Support Vector Regression for Improving the Performance of the Emotion Prediction Model (감정예측모형의 성과개선을 위한 Support Vector Regression 응용)

  • Kim, Seongjin;Ryoo, Eunchung;Jung, Min Kyu;Kim, Jae Kyeong;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.18 no.3
    • /
    • pp.185-202
    • /
    • 2012
  • .Since the value of information has been realized in the information society, the usage and collection of information has become important. A facial expression that contains thousands of information as an artistic painting can be described in thousands of words. Followed by the idea, there has recently been a number of attempts to provide customers and companies with an intelligent service, which enables the perception of human emotions through one's facial expressions. For example, MIT Media Lab, the leading organization in this research area, has developed the human emotion prediction model, and has applied their studies to the commercial business. In the academic area, a number of the conventional methods such as Multiple Regression Analysis (MRA) or Artificial Neural Networks (ANN) have been applied to predict human emotion in prior studies. However, MRA is generally criticized because of its low prediction accuracy. This is inevitable since MRA can only explain the linear relationship between the dependent variables and the independent variable. To mitigate the limitations of MRA, some studies like Jung and Kim (2012) have used ANN as the alternative, and they reported that ANN generated more accurate prediction than the statistical methods like MRA. However, it has also been criticized due to over fitting and the difficulty of the network design (e.g. setting the number of the layers and the number of the nodes in the hidden layers). Under this background, we propose a novel model using Support Vector Regression (SVR) in order to increase the prediction accuracy. SVR is an extensive version of Support Vector Machine (SVM) designated to solve the regression problems. The model produced by SVR only depends on a subset of the training data, because the cost function for building the model ignores any training data that is close (within a threshold ${\varepsilon}$) to the model prediction. Using SVR, we tried to build a model that can measure the level of arousal and valence from the facial features. To validate the usefulness of the proposed model, we collected the data of facial reactions when providing appropriate visual stimulating contents, and extracted the features from the data. Next, the steps of the preprocessing were taken to choose statistically significant variables. In total, 297 cases were used for the experiment. As the comparative models, we also applied MRA and ANN to the same data set. For SVR, we adopted '${\varepsilon}$-insensitive loss function', and 'grid search' technique to find the optimal values of the parameters like C, d, ${\sigma}^2$, and ${\varepsilon}$. In the case of ANN, we adopted a standard three-layer backpropagation network, which has a single hidden layer. The learning rate and momentum rate of ANN were set to 10%, and we used sigmoid function as the transfer function of hidden and output nodes. We performed the experiments repeatedly by varying the number of nodes in the hidden layer to n/2, n, 3n/2, and 2n, where n is the number of the input variables. The stopping condition for ANN was set to 50,000 learning events. And, we used MAE (Mean Absolute Error) as the measure for performance comparison. From the experiment, we found that SVR achieved the highest prediction accuracy for the hold-out data set compared to MRA and ANN. Regardless of the target variables (the level of arousal, or the level of positive / negative valence), SVR showed the best performance for the hold-out data set. ANN also outperformed MRA, however, it showed the considerably lower prediction accuracy than SVR for both target variables. The findings of our research are expected to be useful to the researchers or practitioners who are willing to build the models for recognizing human emotions.

The Present Status and Prospect of GIS Learning in Teaching Geography of High School (고등학교 지리학습에서 GIS 교육의 현황과 전망)

  • Hwang, Sang-Ill;Lee, Kum-Sam
    • Journal of the Korean association of regional geographers
    • /
    • v.2 no.2
    • /
    • pp.219-231
    • /
    • 1996
  • The aim here is to analyse the system of description of GIS in all of the high school textbooks passed with the official approval, to find the degree to which teachers understand about GIS, and to consider the present condition of GIS instruction. Most of the authors of textbooks generally underestimate importance of GIS, and there is difference among their awareness. In the system of description of GIS, there are only a few kinds of textbooks in which explanation of GIS is made coherently from the purpose of instruction aim through the chapter summary and to overall test in both of the Korean Geography and the World Geography. This trend is due to the degree of distribution of the GIS specialists in writing a textbook while the other texts books shows just a brief introduction of GIS concept. Although there is the limit for teachers to study how to teach GIS due to its very technological aspect as well as few previous training and teacher's guide. Thus it is evident that about a half of teachers who responded taught high school students without a knowledge on GIS, and a few of them even never referred to that concept. These facts may negatively affect the status of a geography in the society of information. For the solution of these issues, it is considered how to repair the description system and its contents. Besides, the variation among textbooks is reduced at the further revision of the 7th curriculum. And the printed matters of GIS are sufficiently provided for the teachers to use as their teaching aids. It is desirable that the GIS instruction models should be further developed for college education, and the programs for the on-the-job teachers training should be arranged. Besides, the previous training for the on-the-job teachers should be achieved more practically with enough time before the revision of curriculum.

  • PDF

Developing and Applying the Questionnaire to Measure Science Core Competencies Based on the 2015 Revised National Science Curriculum (2015 개정 과학과 교육과정에 기초한 과학과 핵심역량 조사 문항의 개발 및 적용)

  • Ha, Minsu;Park, HyunJu;Kim, Yong-Jin;Kang, Nam-Hwa;Oh, Phil Seok;Kim, Mi-Jum;Min, Jae-Sik;Lee, Yoonhyeong;Han, Hyo-Jeong;Kim, Moogyeong;Ko, Sung-Woo;Son, Mi-Hyun
    • Journal of The Korean Association For Science Education
    • /
    • v.38 no.4
    • /
    • pp.495-504
    • /
    • 2018
  • This study was conducted to develop items to measure scientific core competency based on statements of scientific core competencies presented in the 2015 revised national science curriculum and to identify the validity and reliability of the newly developed items. Based on the explanations of scientific reasoning, scientific inquiry ability, scientific problem-solving ability, scientific communication ability, participation/lifelong learning in science presented in the 2015 revised national science curriculum, 25 items were developed by five science education experts. To explore the validity and reliability of the developed items, data were collected from 11,348 students in elementary, middle, and high schools nationwide. The content validity, substantive validity, the internal structure validity, and generalization validity proposed by Messick (1995) were examined by various statistical tests. The results of the MNSQ analysis showed that there were no nonconformity in the 25 items. The confirmatory factor analysis using the structural equation modeling revealed that the five-factor model was a suitable model. The differential item functioning analyses by gender and school level revealed that the nonconformity DIF value was found in only two out of 175 cases. The results of the multivariate analysis of variance by gender and school level showed significant differences of test scores between schools and genders, and the interaction effect was also significant. The assessment items of science core competency based on the 2015 revised national science curriculum are valid from a psychometric point of view and can be used in the science education field.

The impacts of the experince of donation for education to improve the teaching efficacy of pre-technology teacher with Invent touring activity (발명체험 교육기부활동이 예비기술교사의 교수 효능감에 미치는 영향)

  • Choi, Yu-Hyun;Lim, Yun-Jin;Lee, Eun-Sang;Lee, Dong-Won
    • 대한공업교육학회지
    • /
    • v.38 no.2
    • /
    • pp.156-175
    • /
    • 2013
  • The purpose of this study was to verify that the impacts of experience of donation for education to improve the teaching efficacy of pre-technology teacher. The Invention experience of donation for education was performed with Invent-touring sponsored by Chunnam National University Invention Education Center for Teachers and was included by development of creative problem solving program, program execution and evaluation. Research participants were Technology education Majors and minors 20 students. The active locations were D children community center, K alternative school, D Elementary School and D middle school. For the study, various literature researches were reviewed intensively about donation for education and teaching efficacy. The instrument for the study was the modified STEBI(Science Teaching Efficacy Beliefs Instrument) for technology education by 3 experts. This study was designed by single group pre and post test design (One-Group Pretest-Posttest Design) and was conducted by the pre-test and post-test. Check the reliability of the tool was conducted with Cronbach ${\alpha}$ coefficient analysis, pre-test 0.840, post-test 0.746. The analysis of data from the 5% significance level, paired sample t-test was performed using the SPSS 19.0 statistical tool. The results were as follows: 1. Teaching efficacy of pre-technology teachers who participated in the invention experience for educational donation technology has improved. 72. The qualitative study was performed by the interviews with students who participated in. Humanism was positively change and learning opportunity was provided to develop the competence of technology education teacher. Based upon the conclusion of this study, the donation activity for invention education need to use learning strategies for pre-technology teacher to improve teaching efficacy.