• Title/Summary/Keyword: TextRank

Search Result 83, Processing Time 0.017 seconds

The Meaning of Dating and Marriage among Well-Educated Korean Couples at the Optimal Marriageable Age (고학력 결혼적령기 커플들의 연애와 결혼에 대한 의미 및 젠더 정체성)

  • Sin, Hye Lim;Joo, Susanna
    • Journal of Family Relations
    • /
    • v.21 no.1
    • /
    • pp.77-98
    • /
    • 2016
  • Objectives: The aim of this study was to explore perceived meanings of dating and marriage among well-educated Korean couples who were in optimal marriageable ages. Particularly, an emphasis was placed on finding out where the traditional gender norms and post-modern contexts intersect on the couples' course of dating and marriage. Method: We undertook a qualitative analysis of 8 couples (age: 26-34) dating. Participants were limited to university graduates of upper-middle rank universities in Seoul, South Korea. The rationale for choosing such sample was based on the idea that characteristics of class is inherent in the act of dating and marriage, and that such characteristics lead to different contextual experiences in dating and marriage. This study was based on interviews conducted over a three-month time span. The interviews were first transcribed into research text and then subjects and key categories were drawn from the transcripts for analysis. Results: Participants sought meanings of joy, learning, and self-improvement in dating, and they were free from traditional gender norms in their romantic relationships. They viewed marriage as having a permanent companionship with their partner, becoming independent from their parents, and/or a social norm to be followed. Participants reported mixed perceptions about marriage in such fashion that they described their parents' relationship in terms of a gendered leader-supporter relationship, while viewing their own relationship as being genderless partners. In transition to parenthood, however, they regressed to traditional gender norms dichotomized as women being a homemaker and men being a breadwinner. In sum, participants displayed expectations that were inconsistent with regard to dating and marriage over the study period. That is, during the course of dating and early marriage, they did not hold separated gender norms; however, when transitioning from being a newly married couple to giving their first childbirth, expectations shifted to traditional gender norms and values. Conclusion: This suggests that it is not marriage, but the experience of childbirth and motherhood, which strengthen traditional gendered norms, engendering regeneration of the gender norms in families. The results indicate that there is a need to promote co-parenting behavior among the newly-married couples and to educate gender equality about parent roles or for parents in South Korea so that they can overcome traditional gendered norms in family.

A Study on Automatic Classification Model of Documents Based on Korean Standard Industrial Classification (한국표준산업분류를 기준으로 한 문서의 자동 분류 모델에 관한 연구)

  • Lee, Jae-Seong;Jun, Seung-Pyo;Yoo, Hyoung Sun
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.3
    • /
    • pp.221-241
    • /
    • 2018
  • As we enter the knowledge society, the importance of information as a new form of capital is being emphasized. The importance of information classification is also increasing for efficient management of digital information produced exponentially. In this study, we tried to automatically classify and provide tailored information that can help companies decide to make technology commercialization. Therefore, we propose a method to classify information based on Korea Standard Industry Classification (KSIC), which indicates the business characteristics of enterprises. The classification of information or documents has been largely based on machine learning, but there is not enough training data categorized on the basis of KSIC. Therefore, this study applied the method of calculating similarity between documents. Specifically, a method and a model for presenting the most appropriate KSIC code are proposed by collecting explanatory texts of each code of KSIC and calculating the similarity with the classification object document using the vector space model. The IPC data were collected and classified by KSIC. And then verified the methodology by comparing it with the KSIC-IPC concordance table provided by the Korean Intellectual Property Office. As a result of the verification, the highest agreement was obtained when the LT method, which is a kind of TF-IDF calculation formula, was applied. At this time, the degree of match of the first rank matching KSIC was 53% and the cumulative match of the fifth ranking was 76%. Through this, it can be confirmed that KSIC classification of technology, industry, and market information that SMEs need more quantitatively and objectively is possible. In addition, it is considered that the methods and results provided in this study can be used as a basic data to help the qualitative judgment of experts in creating a linkage table between heterogeneous classification systems.

Semantic Process Retrieval with Similarity Algorithms (유사도 알고리즘을 활용한 시맨틱 프로세스 검색방안)

  • Lee, Hong-Joo;Klein, Mark
    • Asia pacific journal of information systems
    • /
    • v.18 no.1
    • /
    • pp.79-96
    • /
    • 2008
  • One of the roles of the Semantic Web services is to execute dynamic intra-organizational services including the integration and interoperation of business processes. Since different organizations design their processes differently, the retrieval of similar semantic business processes is necessary in order to support inter-organizational collaborations. Most approaches for finding services that have certain features and support certain business processes have relied on some type of logical reasoning and exact matching. This paper presents our approach of using imprecise matching for expanding results from an exact matching engine to query the OWL(Web Ontology Language) MIT Process Handbook. MIT Process Handbook is an electronic repository of best-practice business processes. The Handbook is intended to help people: (1) redesigning organizational processes, (2) inventing new processes, and (3) sharing ideas about organizational practices. In order to use the MIT Process Handbook for process retrieval experiments, we had to export it into an OWL-based format. We model the Process Handbook meta-model in OWL and export the processes in the Handbook as instances of the meta-model. Next, we need to find a sizable number of queries and their corresponding correct answers in the Process Handbook. Many previous studies devised artificial dataset composed of randomly generated numbers without real meaning and used subjective ratings for correct answers and similarity values between processes. To generate a semantic-preserving test data set, we create 20 variants for each target process that are syntactically different but semantically equivalent using mutation operators. These variants represent the correct answers of the target process. We devise diverse similarity algorithms based on values of process attributes and structures of business processes. We use simple similarity algorithms for text retrieval such as TF-IDF and Levenshtein edit distance to devise our approaches, and utilize tree edit distance measure because semantic processes are appeared to have a graph structure. Also, we design similarity algorithms considering similarity of process structure such as part process, goal, and exception. Since we can identify relationships between semantic process and its subcomponents, this information can be utilized for calculating similarities between processes. Dice's coefficient and Jaccard similarity measures are utilized to calculate portion of overlaps between processes in diverse ways. We perform retrieval experiments to compare the performance of the devised similarity algorithms. We measure the retrieval performance in terms of precision, recall and F measure? the harmonic mean of precision and recall. The tree edit distance shows the poorest performance in terms of all measures. TF-IDF and the method incorporating TF-IDF measure and Levenshtein edit distance show better performances than other devised methods. These two measures are focused on similarity between name and descriptions of process. In addition, we calculate rank correlation coefficient, Kendall's tau b, between the number of process mutations and ranking of similarity values among the mutation sets. In this experiment, similarity measures based on process structure, such as Dice's, Jaccard, and derivatives of these measures, show greater coefficient than measures based on values of process attributes. However, the Lev-TFIDF-JaccardAll measure considering process structure and attributes' values together shows reasonably better performances in these two experiments. For retrieving semantic process, we can think that it's better to consider diverse aspects of process similarity such as process structure and values of process attributes. We generate semantic process data and its dataset for retrieval experiment from MIT Process Handbook repository. We suggest imprecise query algorithms that expand retrieval results from exact matching engine such as SPARQL, and compare the retrieval performances of the similarity algorithms. For the limitations and future work, we need to perform experiments with other dataset from other domain. And, since there are many similarity values from diverse measures, we may find better ways to identify relevant processes by applying these values simultaneously.