• Title/Summary/Keyword: Second language

Search Result 1,383, Processing Time 0.026 seconds

Improved Original Entry Point Detection Method Based on PinDemonium (PinDemonium 기반 Original Entry Point 탐지 방법 개선)

  • Kim, Gyeong Min;Park, Yong Su
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.7 no.6
    • /
    • pp.155-164
    • /
    • 2018
  • Many malicious programs have been compressed or encrypted using various commercial packers to prevent reverse engineering, So malicious code analysts must decompress or decrypt them first. The OEP (Original Entry Point) is the address of the first instruction executed after returning the encrypted or compressed executable file back to the original binary state. Several unpackers, including PinDemonium, execute the packed file and keep tracks of the addresses until the OEP appears and find the OEP among the addresses. However, instead of finding exact one OEP, unpackers provide a relatively large set of OEP candidates and sometimes OEP is missing among candidates. In other words, existing unpackers have difficulty in finding the correct OEP. We have developed new tool which provides fewer OEP candidate sets by adding two methods based on the property of the OEP. In this paper, we propose two methods to provide fewer OEP candidate sets by using the property that the function call sequence and parameters are same between packed program and original program. First way is based on a function call. Programs written in the C/C++ language are compiled to translate languages into binary code. Compiler-specific system functions are added to the compiled program. After examining these functions, we have added a method that we suggest to PinDemonium to detect the unpacking work by matching the patterns of system functions that are called in packed programs and unpacked programs. Second way is based on parameters. The parameters include not only the user-entered inputs, but also the system inputs. We have added a method that we suggest to PinDemonium to find the OEP using the system parameters of a particular function in stack memory. OEP detection experiments were performed on sample programs packed by 16 commercial packers. We can reduce the OEP candidate by more than 40% on average compared to PinDemonium except 2 commercial packers which are can not be executed due to the anti-debugging technique.

A Study of Experimental Image Direction for Short Animation Movies -focusing in short film and (단편애니메이션의 실험적 영상연출 연구 -<탱고>와 <페스트 필름>을 중심으로)

  • Choi, Don-Ill
    • Cartoon and Animation Studies
    • /
    • s.36
    • /
    • pp.375-391
    • /
    • 2014
  • Animation movie is a non-photorealistic animated art that consists of formative language forming a frame based on a story and cuts describing frames that form the cuts. Therefore, in expressing an image, artistic expression methods and devices for a formative space are should be provided in a frame while cuts have the images between frames faithfully. Short animation movie is produced by various image experiments with unique image expressions rather than narration for expressing subjective discourse of a writer. Therefore, image style that forms unique images and various image directions are important factors. This study compared the experimental image directions of and , both of which showed a production method of film manipulation. First, while uses pixilation that produces images obtained from live images through painting and many optical disclosure process on a cell mat, was made with diverse collage techniques such as tearing, cutting, pasting, and folding hundreds of scenes from action movies. Second, expresses non-causal relationship of characters by their repetitive behaviors and circulatory image structure through a fixed camera angle, resisting typical scene transition. On the other hand, has an advancing structure that progresses antagonistic relationship of characters through diverse camera angles and scene transition of unique images. Third, in terms of editing, uses a long-take short cut technique in which the whole image consists of one short cut, though it seems to be many scenes with the appearance of various characters. On the other hand, maximizes visual fun and commitment by image reconstruction with hundreds of various short cuts. That is, both works have common features of an experimental work that shows expansion of animated image expressions through film manipulation that is different form general animation productions. On top of that, delivers routine life of diverse human beings without clear narration through image of conceptualized spaces. expresses it in a new image space through image reconstruction with collage technique and speedy progress, setting a binary opposition structure.

The Effect of the Instruction Using PSpice Simulation in 'Digital Logic Circuit' Subject at Industrial High School (공업계열 전문계고등학교 '디지털 논리 회로' 수업에서 PSpice를 이용한 수업의 효과)

  • Choi, Seung-Woo;Woo, Sang-Ho;Kim, Jinsoo
    • 대한공업교육학회지
    • /
    • v.33 no.1
    • /
    • pp.149-168
    • /
    • 2008
  • The purpose of this study is to verify the effect of PSpice instruction on academic achievement in 'Combination logic circuit' unit of 'Digital Logic Circuit' in industrial high school. Three kinds of null hypotheses were formulated. Two classes of the third grade of C technical high school in Gyeong-buk were divided into experimental group and control group in order to verify null hypotheses. In the experimental design, 'Non-equivalent control group pretest-posttest' model was utilized. This experiment was conducted for six classes, the experimental group was applied to PSpice instruction method before the circuit traning while the control group was applied to traditional lecture oriented method before the circuit traning. Window SPSS 10.0 korean language version program was used for the data analysis and independent sample t-test was used to identify the average of each group. Significance level was set to .05 level. The results obtained in this study were as follows; First, PSpice instruction had not an effect on academic achievement according to a group type. However, these instruction had an effect on the following sub-domains; the psychomotor domain. Second, PSpice instruction had not an effect on academic achievement according to a studies level. However, these instruction for middle and low level students had an effect on the cognitive and psychomotor domain, and for middle level students had an effect on the affective domain. Third, PSpice instruction had not an effect on shortening of a training requirement. However, this instruction for low level students had an effect on shortening of a training requirement. The study results of simulation instruction was chiefly efficient in the psychomotor domain. We could know that simulation instruction is efficient as went to a low level students than an upper level students. Thus, We may make the study effectiveness in various instruction method.

Selective Word Embedding for Sentence Classification by Considering Information Gain and Word Similarity (문장 분류를 위한 정보 이득 및 유사도에 따른 단어 제거와 선택적 단어 임베딩 방안)

  • Lee, Min Seok;Yang, Seok Woo;Lee, Hong Joo
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.4
    • /
    • pp.105-122
    • /
    • 2019
  • Dimensionality reduction is one of the methods to handle big data in text mining. For dimensionality reduction, we should consider the density of data, which has a significant influence on the performance of sentence classification. It requires lots of computations for data of higher dimensions. Eventually, it can cause lots of computational cost and overfitting in the model. Thus, the dimension reduction process is necessary to improve the performance of the model. Diverse methods have been proposed from only lessening the noise of data like misspelling or informal text to including semantic and syntactic information. On top of it, the expression and selection of the text features have impacts on the performance of the classifier for sentence classification, which is one of the fields of Natural Language Processing. The common goal of dimension reduction is to find latent space that is representative of raw data from observation space. Existing methods utilize various algorithms for dimensionality reduction, such as feature extraction and feature selection. In addition to these algorithms, word embeddings, learning low-dimensional vector space representations of words, that can capture semantic and syntactic information from data are also utilized. For improving performance, recent studies have suggested methods that the word dictionary is modified according to the positive and negative score of pre-defined words. The basic idea of this study is that similar words have similar vector representations. Once the feature selection algorithm selects the words that are not important, we thought the words that are similar to the selected words also have no impacts on sentence classification. This study proposes two ways to achieve more accurate classification that conduct selective word elimination under specific regulations and construct word embedding based on Word2Vec embedding. To select words having low importance from the text, we use information gain algorithm to measure the importance and cosine similarity to search for similar words. First, we eliminate words that have comparatively low information gain values from the raw text and form word embedding. Second, we select words additionally that are similar to the words that have a low level of information gain values and make word embedding. In the end, these filtered text and word embedding apply to the deep learning models; Convolutional Neural Network and Attention-Based Bidirectional LSTM. This study uses customer reviews on Kindle in Amazon.com, IMDB, and Yelp as datasets, and classify each data using the deep learning models. The reviews got more than five helpful votes, and the ratio of helpful votes was over 70% classified as helpful reviews. Also, Yelp only shows the number of helpful votes. We extracted 100,000 reviews which got more than five helpful votes using a random sampling method among 750,000 reviews. The minimal preprocessing was executed to each dataset, such as removing numbers and special characters from text data. To evaluate the proposed methods, we compared the performances of Word2Vec and GloVe word embeddings, which used all the words. We showed that one of the proposed methods is better than the embeddings with all the words. By removing unimportant words, we can get better performance. However, if we removed too many words, it showed that the performance was lowered. For future research, it is required to consider diverse ways of preprocessing and the in-depth analysis for the co-occurrence of words to measure similarity values among words. Also, we only applied the proposed method with Word2Vec. Other embedding methods such as GloVe, fastText, ELMo can be applied with the proposed methods, and it is possible to identify the possible combinations between word embedding methods and elimination methods.

The Need for Paradigm Shift in Semantic Similarity and Semantic Relatedness : From Cognitive Semantics Perspective (의미간의 유사도 연구의 패러다임 변화의 필요성-인지 의미론적 관점에서의 고찰)

  • Choi, Youngseok;Park, Jinsoo
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.1
    • /
    • pp.111-123
    • /
    • 2013
  • Semantic similarity/relatedness measure between two concepts plays an important role in research on system integration and database integration. Moreover, current research on keyword recommendation or tag clustering strongly depends on this kind of semantic measure. For this reason, many researchers in various fields including computer science and computational linguistics have tried to improve methods to calculating semantic similarity/relatedness measure. This study of similarity between concepts is meant to discover how a computational process can model the action of a human to determine the relationship between two concepts. Most research on calculating semantic similarity usually uses ready-made reference knowledge such as semantic network and dictionary to measure concept similarity. The topological method is used to calculated relatedness or similarity between concepts based on various forms of a semantic network including a hierarchical taxonomy. This approach assumes that the semantic network reflects the human knowledge well. The nodes in a network represent concepts, and way to measure the conceptual similarity between two nodes are also regarded as ways to determine the conceptual similarity of two words(i.e,. two nodes in a network). Topological method can be categorized as node-based or edge-based, which are also called the information content approach and the conceptual distance approach, respectively. The node-based approach is used to calculate similarity between concepts based on how much information the two concepts share in terms of a semantic network or taxonomy while edge-based approach estimates the distance between the nodes that correspond to the concepts being compared. Both of two approaches have assumed that the semantic network is static. That means topological approach has not considered the change of semantic relation between concepts in semantic network. However, as information communication technologies make advantage in sharing knowledge among people, semantic relation between concepts in semantic network may change. To explain the change in semantic relation, we adopt the cognitive semantics. The basic assumption of cognitive semantics is that humans judge the semantic relation based on their cognition and understanding of concepts. This cognition and understanding is called 'World Knowledge.' World knowledge can be categorized as personal knowledge and cultural knowledge. Personal knowledge means the knowledge from personal experience. Everyone can have different Personal Knowledge of same concept. Cultural Knowledge is the knowledge shared by people who are living in the same culture or using the same language. People in the same culture have common understanding of specific concepts. Cultural knowledge can be the starting point of discussion about the change of semantic relation. If the culture shared by people changes for some reasons, the human's cultural knowledge may also change. Today's society and culture are changing at a past face, and the change of cultural knowledge is not negligible issues in the research on semantic relationship between concepts. In this paper, we propose the future directions of research on semantic similarity. In other words, we discuss that how the research on semantic similarity can reflect the change of semantic relation caused by the change of cultural knowledge. We suggest three direction of future research on semantic similarity. First, the research should include the versioning and update methodology for semantic network. Second, semantic network which is dynamically generated can be used for the calculation of semantic similarity between concepts. If the researcher can develop the methodology to extract the semantic network from given knowledge base in real time, this approach can solve many problems related to the change of semantic relation. Third, the statistical approach based on corpus analysis can be an alternative for the method using semantic network. We believe that these proposed research direction can be the milestone of the research on semantic relation.

Literary Text and the Cultural Interpretation - A Study of the Model of 「History of Spanish Literature」 (문학텍스트와 문학적 해석 -「스페인 문학사」를 통한 모델 연구)

  • Na, Songjoo
    • Cross-Cultural Studies
    • /
    • v.26
    • /
    • pp.465-485
    • /
    • 2012
  • Instructing "History of Spanish Literature" class faces various types of limits and obstacles, just as other foreign language literature history classes do. Majority of students enter the university without having any previous spanish learning experience, which means, for them, even the interpretation of the text itself can be difficult. Moreover, the fact that "History of Spanish Literature" is traced all the way back to the Middle Age, students encounter even more difficulties and find factors that make them feel the class is not interesting. To list several, such factors include the embarrassment felt by the students, antiquated expressions, literature texts filled with deliberately broken grammars, explanations written in pretentious vocabularies, disorderly introduction of many different literary works that ignores the big picture, in which in return, reduces academic interest in students, and finally general lack of interest in literate itself due to the fact that the following generation is used to visual media. Although recognizing such problem that causes the distortion of the value of our lives and literature is a very imminent problem, there has not even been a primary discussion on such matter. Thus, the problem of what to teach in "History of Spanish Literature" class remains unsolved so far. Such problem includes wether to teach the history of authors and literature works, or the chronology of the text, the correlations, and what style of writing to teach first among many, and how to teach to read with criticism, and how to effectively utilize the limited class time to teach. However, unfortunately, there has not been any sorts of discussion among the insructors. I, as well, am not so proud of myself either when I question myself of how little and insufficiently did I contemplate about such problems. Living in the era so called the visual media era or the crisis of humanity studies, now there is a strong need to bring some change in the education of literature history. To suggest a solution to make such necessary change, I recommended to incorporate the visual media, the culture or custom that students are accustomed to, to the class. This solution is not only an attempt to introduce various fields to students, superseding the mere literature reserch area, but also the result that reflects the voice of students who come from a different cultural background and generation. Thus, what not to forget is that the bottom line of adopting a new teaching method is to increase the class participation of students and broaden the horizon of the Spanish literature. However, the ultimate goal of "History of Spanish Literature" class is the contemplation about humanity, not the progress in linguistic ability. Similarly, the ultimate goal of university education is to train students to become a successful member of the society. To achieve such goal, cultural approach to the literature text helps not only Spanish learning but also pragmatic education. Moreover, it helps to go beyond of what a mere functional person does. However, despite such optimistic expectations, foreign literature class has to face limits of eclecticism. As for the solution, as mentioned above, the method of teaching that mainly incorporates cultural text is a approach that fulfills the students with sensibility who live in the visual era. Second, it is a three-dimensional and sensible approach for the visual era, not an annotation that searches for any ambiguous vocabularies or metaphors. Third, it is the method that reduces the burdensome amount of reading. Fourth, it triggers interest in students including philosophical, sociocultural, and political ones. Such experience is expected to stimulate the intellectual curiosity in students and moreover motivates them to continues their study in graduate school, because it itself can be an interesting area of study.

A Case Study on Recreating Simcheongjeon in Class A Literary Therapeutic View (문학치료학적 관점에서 본 <심청전> 재창작 수업사례 연구)

  • Cho, Young-ju
    • Journal of Korean Classical Literature and Education
    • /
    • no.32
    • /
    • pp.159-191
    • /
    • 2016
  • This paper describes the procedure of recreating the classics which introduced in author's lecture on "Classics and Creation." The work and result of this paper is based on the activities in the Korean language and literature lecture which the author was leading at university A in Seoul in 2014. This paper aims to identify aspects of introspection that college students underwent during the procedure of recreating. The subjects for analysis were the works created by college students participating in the class through three presentations. In section 2, it is discussed three major issues regarding the process of recreating classics. One is "presentation of the background for the selection of the work to recreate and the way of implementation". Second is "analysis of the original works and case studies on recreated works". Third is "recreation of works and meta writing". Those activities were conducted as part of the lecture. In section 3, it is investigated that the pattern of introspection of college students. It focused on analyzing the attitudes of the students toward life based on their selection, analysis, and recreation of classic works. Moreover, their self-assessment of the recreated works was examined as well. It is noted that the attitudes and tendency of students when faced with problems if any. While the students in the class selected diverse works for recreating, this paper compared and analyzed the works and introspective aspects of two students who recreated Simcheongjeon. Therefore, aspects of creativity could be identified based on the pattern of their recreation, which participants subtly describe the relationship with their father in recreated works. In accordance with the analysis, it is required to select more works for an effective class on recreation of classic literature and investigate a more systematic and diverse methodology for doing so. However, since the class for recreation of classic literature uses the narrative of the original work, it would reduce the burden on creation. In addition, it is possible to scrutinize in-depth problems of participant's general issue in life by using classic literature as a medium for introspection. Moreover, it was identified that a public presentation of these works enabled exploring self-narration on more objective aspects and collecting feedback from others.

Exploring Opinions on University Online Classes During the COVID-19 Pandemic Through Twitter Opinion Mining (트위터 오피니언 마이닝을 통한 코로나19 기간 대학 비대면 수업에 대한 의견 고찰)

  • Kim, Donghun;Jiang, Ting;Zhu, Yongjun
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.55 no.4
    • /
    • pp.5-22
    • /
    • 2021
  • This study aimed to understand how people perceive the transition from offline to online classes at universities during the COVID-19 pandemic. To achieve the goal, we collected tweets related to online classes on Twitter and performed sentiment and time series topic analysis. We have the following findings. First, through the sentiment analysis, we found that there were more negative than positive opinions overall, but negative opinions had gradually decreased over time. Through exploring the monthly distribution of sentiment scores of tweets, we found that sentiment scores during the semesters were more widespread than the ones during the vacations. Therefore, more diverse emotions and opinions were showed during the semesters. Second, through time series topic analysis, we identified five main topics of positive tweets that include class environment and equipment, positive emotions, places of taking online classes, language class, and tests and assignments. The four main topics of negative tweets include time (class & break time), tests and assignments, negative emotions, and class environment and equipment. In addition, we examined the trends of public opinions on online classes by investigating the changes in topic composition over time through checking the proportions of representative keywords in each topic. Different from the existing studies of understanding public opinions on online classes, this study attempted to understand the overall opinions from tweet data using sentiment and time series topic analysis. The results of the study can be used to improve the quality of online classes in universities and help universities and instructors to design and offer better online classes.

The post-epic characteristics in Jan Lauwers' theatre -, and - (얀 라우어스(Jan Lauwers) 공연의 탈서사적 특징들 -<이사벨라의 방(Isabella's Room)>, <랍스터 가게(The Lobster Shop)>, <사슴의 집(Deer House)>을 중심으로-)

  • Nam, Jisoo
    • Journal of Korean Theatre Studies Association
    • /
    • no.48
    • /
    • pp.447-484
    • /
    • 2012
  • This study aims to analyze the characteristics of post-epic theatre in the Belgian theatre director Jan Lauwers' trilogy titled in "Happy Face/Sad Face": (2004), (2006) and (2008). I regard that it played a very important junction for him to create his own theatrical style compared to earlier years. From this period, Lauwers has tried to create his original plays in order to concentrate the story of our era and has showed to combine a variety of media such as dance, installation, video, singing etc. In this context, I would like to study his own theatricality from the three perspectives of dramaturgy, directing and acting largely based on Hans-Thies Lehmann's theory of post-epic theatre, who pointed out the significance of Lauwer's theatrical leading role very early. First, from the dramaturgical point of view, we need to pay attention to the theme of translunary death; where the living and the dead coexist on the stage. In fact, death is the theme that Lauwers has been struggling to research for quite long time. In his trilogy, the dead never exits the stage. The dead, who is not a representative tragic character, even meddles the things among or with the living and provide comments to people. As a consequence, it happens to reduce a dramaturgical strong tension, leads depreciation of suspense and produces humanism in a way. This approach helps to create his unique comical theatrical atmosphere even though he deals with the contemporary tragic issues such as war, horror and death. Second, from the directing point of view, it is worth to take a look at the polyphonic strategy in terms to applying various media. Among all the things, the arts of dancing and singing in chorus are actively applied in Lauwer's trilogy. The dance is used in individual and microscopic way, on the other hand, singing shows collective and is a macroscopic quality. The dance is the representing media to show Lauwer's simultaneous microscopic mise-en-scene. While main plot takes place around the center-stage, actors perform a dance around the off-centered stage. Instead of exiting from the stage during the performance, the actors would continue dance -sometimes more like movements- around the off-centered stage. This not only describes the narrative, but also shows how each character is engaged to the main plot or incident, and how they look into it as a character. Its simultaneous microscopic mise-en-scene intends to function such as: showing a variety moments of lives, amplifying some moments or incidents, revealing character's emotion, creating illusionary theatrical atmosphere and so on. Meanwhile, singing simple lyrics and tunes are an example of the media to stimulate the audiences' catharsis. As the simple melody lingers in the audiences' mind, it ends up delivering a theatrical message or theme after the performance. This message would be transferred from the singing in chorus functions as a sort of leitmotive in order to make an impression to the audience. This not only richens their emotion but also creates an illusionary effect. Third, from the acting perspective, I'd like to point out the "detachment" aesthetic which Lehmann has pointed out. The actors never go deep into the drama by consistently doing recognize a theatrical illusion. The audience happens to pay attention to their presence through the actor's deliberate gesture, business, movement, rhythm, language, dance etc. The actors are against forming closed action by speaking in various languages or by revealing deliberately stage directions or acts, and by creating expressive mise-en-scene with multiple media. As a consequent, the stage can be transformed to not a metaphoric but a metonymic place. These actions are the ultimate intention for a direct effect to the audience. So to speak, Lauwers uses the anti-illusionary theatrical method: the scenes of fantastic death, interruption of singing and dance, speaking many kinds of languages, acting in detachment-status and so on. These strategies function to make cracks in spectators' desire who has a desire to construct a linear narrative. I'd like to say that it is the numerous potentiality to let the reality penetrate though and collide the reality with a fiction. By doing so, it induces for spectators to see the reality in the fiction. As Lehmann says, "when theatre presents itself as a sketch and not as a finished painting, the spectators are given the chance to feel their own presence, to reflect on it, and to contribute to the unfinished character themselves". In this sense the spectators can perform an objective criticism on our society and world in Lauwer's theatre because there are a number of gaps and cracks in his theatrical illusion where reality can penetrate. This is also the point that we can find out the artists' responsibility in this era of our being.

A Study on the Concept of Records-Archives and on the Definition of Archival Terms (기록물의 개념과 용어의 정의에 관한 연구)

  • Kim, Jung-Ha
    • The Korean Journal of Archival Studies
    • /
    • no.21
    • /
    • pp.3-40
    • /
    • 2009
  • It has passed ten years since modern records and archives management in our country launched. During times, it has dramatically developed in the fields of law, institution and education. However a study on the definition of records and archives was non be studied enough compared to development of various research fields. In fact the reason why study on the definition was non fulfilled is that some aspects such as historical, informational, archival perspective have been coexisting without order in Korea. This situation is the biggest barrier that archival science is to a disciplinary field. Historically, 'archivium' in Latin language had developed in starting of its means place, then whole entity of documents and those organic relations. In this point, archives is rigidly separate to material of Historical science which covers all of recorded. Unlike information which is produced in the process of intended themes and following its outputs like books, documents in archival science is made in the natural process of work. In addition, historical archives which finished the current and semi-current stage and transfer to the institute of permanent conservation after the process of selection so that it is historical and cultural value to satisfy its purpose of making. This changed trend is based on the Second World War and necessity of North American society which needs to effciency and transparency of work. In Korea, records and archives management has been dominantly affected by North American society and become a subject of not arrangement but of classification, not of transferring but of collection. It is also recognized as management of on formation on the all recorded or documents not as an whole documents and all organic relations. But the original type of recognition is the only technology, it cannot have dignity as a field of science.