• Title/Summary/Keyword: Korean Language Model

Search Result 1,580, Processing Time 0.029 seconds

A Study on the Tactile Inspection Planning for OMM based on Turning STEP-NC information (ISO14649) (Turning STEP-NC(ISO14649) 정보를 기반한 접촉식 OMM(On-Machine Measurement) Inspection planning에 대한 연구)

  • IM CHOONG-IL
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 2003.05a
    • /
    • pp.208-216
    • /
    • 2003
  • ISO 14649 (data model for STEP-NC) is a new interface scheme or language for CAD-CAM-CNC chain under established by ISO TC184 SCI. Up to this point, the new language is mainly made for milling and turning, and other processes such as EDM will be completed in the future. Upon completion, it will be used as the international standard language for e-manufacturing paradigm by replacing the old machine-level language, so called M&G code used since 1950's. With the rich information contents included in the new language, various intelligent functions can be made by the CNC as the CNC knows what-to-make and how-to-make. In particular, On-Machine Inspection required for quality assurance in the machine level, can be done based on the information of feature­based tolerance graph. Previously, On-Machine inspection has been investigated mainly for milling operation, and only a few researches were made for turning operation without addressing the data model. In this thesis, we present a feature-based on-machine inspection process by the 4 Tasks: 1) proposing a new schema for STEP-NC data model, 2) converting the conventional tolerance scheme into that of STEP-NC, 3) modifying the tolerance graph such that the tolerance can be effectively measured by the touch probe on the machine, and 4) generating collision-free tool path for actual measurement. Task 1 is required for the incorporation of the presented method in the ISO 14649, whose current version does not much include the detailed schema for tolerance. Based on the presented schema, the tolerance represented in the conventional drafting can be changed to that of STEP-NC (Task 2). A special emphasis was given to Task 3 to make the represented tolerance accurately measurable by the touch probe on the machine even if the part setup is changed. Finally, Task 4 is converting the result of Task into the motion of touch probe. The developed schema and algorithms were illustrated by several examples including that of ISO 14649 Part 12.

  • PDF

Sequence Labeling-based Multiple Causal Relations Extraction using Pre-trained Language Model for Maritime Accident Prevention (해양사고 예방을 위한 사전학습 언어모델의 순차적 레이블링 기반 복수 인과관계 추출)

  • Ki-Yeong Moon;Do-Hyun Kim;Tae-Hoon Yang;Sang-Duck Lee
    • Journal of the Korean Society of Safety
    • /
    • v.38 no.5
    • /
    • pp.51-57
    • /
    • 2023
  • Numerous studies have been conducted to analyze the causal relationships of maritime accidents using natural language processing techniques. However, when multiple causes and effects are associated with a single accident, the effectiveness of extracting these causal relations diminishes. To address this challenge, we compiled a dataset using verdicts from maritime accident cases in this study, analyzed their causal relations, and applied labeling considering the association information of various causes and effects. In addition, to validate the efficacy of our proposed methodology, we fine-tuned the KoELECTRA Korean language model. The results of our validation process demonstrated the ability of our approach to successfully extract multiple causal relationships from maritime accident cases.

Self-Supervised Document Representation Method

  • Yun, Yeoil;Kim, Namgyu
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.5
    • /
    • pp.187-197
    • /
    • 2020
  • Recently, various methods of text embedding using deep learning algorithms have been proposed. Especially, the way of using pre-trained language model which uses tremendous amount of text data in training is mainly applied for embedding new text data. However, traditional pre-trained language model has some limitations that it is hard to understand unique context of new text data when the text has too many tokens. In this paper, we propose self-supervised learning-based fine tuning method for pre-trained language model to infer vectors of long-text. Also, we applied our method to news articles and classified them into categories and compared classification accuracy with traditional models. As a result, it was confirmed that the vector generated by the proposed model more accurately expresses the inherent characteristics of the document than the vectors generated by the traditional models.

A C++ Extension based on a Parameterized Dataflow Model for Embedded Streaming Applications (내장형 스트리밍 어플리케이션을 위한 매개변수 데이터플로우 모델 기반의 C++ 확장)

  • Choi, Yoon-Seo;Lin, Yuan
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.4
    • /
    • pp.231-243
    • /
    • 2009
  • Many DSP systems are streaming applications in which streams of data constantly flow through a set of filters. Dataflow programming paradigm is one of effective methods for representing these streaming applications. Dataflow programming model explicitly exposes parallelisms within an application, which helps compiling of the application onto a multicore platform. We propose SPEX(Signal Processing Extension), a language extension to a standard imperative language based on the parameterized dataflow model. Parameterized dataflow model is a kind of dataflow model that can express a modest fashion of dynamism contrary to the synchronous dataflow that can represent only static dataflow. SPEX facilitates characterizing an application written in conventional imperative languages such C/C++ as a streaming application. SPEX is comprised of a few keywords augmented to the conventional C++ syntax for representing dataflow paradigm. SPEX also restricts the syntax and semantics of C++ in order to fit the program within a certain streaming programming category. In this paper, we focus on the capability of SPEX in representing streaming computations within filters and streaming communications among filters.

CDISC Extension for Supporting Multinational Clinical Trials (다국적 임상시험 지원을 위한 CDISC 표준의 확장)

  • Yeom, Ji-Hyeon;Chai, In-Young;Kim, Suk-Il;Kim, Hyeak-Man
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.8
    • /
    • pp.566-575
    • /
    • 2009
  • Clinical Data Interchange Standards Consortium (CDISC) developed global and platform-independent data standards to improve ineffective processes of clinical trial studies. Regardless of its objective toward global cooperation, the current version of the CDISC standard cannot describe clinical trial data in various languages for multi-national investigators or reviewers. This problem applies not only to tabulated datasets in Study Data Tabulation Model (SDTM) but also to extensible markup language representation of the datasets in Operational Data Model (ODM) instances. In order to address this issue, we propose to extend the current version of SDTM and ODM to collect clinical data for multi-national clinical trials. SDTM needs to have new special-purpose domain for multi-language representation purpose. Additionally, ODM is recommended to extend its XML schema using subtyping or type inheritance mechanism respectively. Our extension of SDTM and ODM enable to represent any granule of study data tabulation model or XML data entities to describe in efficient languages. This result will contribute to collect multi-language data easily for multi-national clinical trials.

Development of Python Instructional Model Using Robot for Elementary Students (초등학생을 위한 로봇 활용 파이썬 학습 모형 개발)

  • Park, DaeRyoon;Yoo, InHwan
    • Journal of The Korean Association of Information Education
    • /
    • v.22 no.3
    • /
    • pp.357-366
    • /
    • 2018
  • The Code Block Based Educational Programming Language(EPL) is the mainstream tool for software education for elementary students. However, Code Block Based EPL has limitations in scalability, even though there are many advantages as an introductory tool for software education. In this study, we searched the approach of SW education using Python, which is a text-based programming language actively used in real industrial field. We developed a learning program and model using Python and applied it to the sixth grade elementary school students for 10 hours. As a result, we found that the robot-based Python learning model had a significant effect on improving students' thinking skills and confirmed the applicability of text-based programming language to elementary school students.

A Study on Applying a Consistent UML Model to Naval Combat System Software Using Model Verification System

  • Jung, Seung-Mo;Lee, Woo-Jin
    • Journal of the Korea Society of Computer and Information
    • /
    • v.27 no.5
    • /
    • pp.109-116
    • /
    • 2022
  • Recently, a model-based development method centered on highly readable and standardized UML (Unified Modeling Language) models has been applied to solve unclear communications in large-scale software development. However, it is difficult to apply consistent UML models depending on software developers' proficiency, understanding of models and modeling tools. In this paper, we propose a method for developing a Model Verification System to apply an consistent UML model to software development. Then, the developed Model Verification System is partially applied to the Naval Combat System Software development to prove its function. The Model Verification System provides automatic verification of models created by developers according to domain characteristics. If the Model Verification System proposed in this paper is used, It has the advantage of being able to apply the consistent UML model more easily to Naval Combat System Software Development.

An User Model-Based Dialogue System for Database User Interface (데이터베이스 유저 인터페이스를 위한 유저 모델 기반의 대화 시스템)

  • Park, Su-Jun;Cha, Geon-Hoe;Kim, Yeong-Gi;Park, Seong-Taek
    • 한국디지털정책학회:학술대회논문집
    • /
    • 2007.06a
    • /
    • pp.287-296
    • /
    • 2007
  • In this paper we present a plan-based Korean dialogue system as a natural language database user interface for product search. The system can be characterized by its support for mixed initiative to give user more control over dialogue, employment of user model to reflect user' spreferences, alternative solution suggestion if there is no product matched exactly to user's requirements, handling circumlocution which frequently occurs in dialogues. The user model ing shell system BGP-MS is adapted for the system. The system provides for a user-friendly database user interface bymanaging dialogue intelligently. By its implementation and test it has been shown that the user model-based dialogue system can be utilized effectively for product search.

  • PDF

An User Model-Based Dialogue System for Database User Interface (데이터베이스 유저 인터페이스를 위한 유저 모델 기반의 대화 시스템)

  • Park, Soo-Jun;Cha, Keon-Hoe;Kim, Young-Ki;Park, Seong-Taek
    • Journal of Digital Convergence
    • /
    • v.5 no.1
    • /
    • pp.69-76
    • /
    • 2007
  • This paper presents a study on the introduction of User Model-Based Dialogue System. Also we present a plan-based Korean dialogue system as a natural language database user interface for product search. The system can be characterized by its support for mixed initiative to give user more control over dialogue, employment of user model to reflect user's preferences, alternative solution suggestion if there is no product matched exactly to user's requirements, handling circumlocution which frequently occurs in dialogues. The user modeling shell system BGP-MS is adapted for the system. The system provides for a user-friendly database user interface by managing dialogue intelligently. By its implementation and test, it has been shown that the user model-based dialogue system can be utilized effectively for product search.

  • PDF

Perception of Korean Vowels by English and Mandarin Learners of Korean: Effects of Acoustic Similarity Between L1 and L2 Sounds and L2 Experience (영어권, 중국어권 학습자의 한국어 모음 지각 -모국어와 목표 언어 간의 음향 자질의 유사성과 한국어 경험의 효과 중심으로-)

  • Ryu, Na-Young
    • Journal of Korean language education
    • /
    • v.29 no.1
    • /
    • pp.1-23
    • /
    • 2018
  • This paper investigates how adult Mandarin- and English- speaking learners of Korean perceive Korean vowels, with focus on the effect of the first language (L1) and the second language (L2) acoustic relationship, as well as the influence of Korean language experience. For this study, native Mandarin and Canadian English speakers who have learned Korean as a foreign language, as well as a control group of native Korean speakers, participated in two experiments. Experiment 1 was designed to examine acoustic similarities between Korean and English vowels, as well as Korean and Mandarin vowels to predict which Korean vowels are relatively easy, or difficult for L2 learners to perceive. The linear discriminant analysis (Klecka, 1980) based on their L1-L2 acoustic similarity predicted that L2 Mandarin learners would have perceptual difficulty rankings for Korean vowels as follows: (the easiest) /i, a, e/ >> /ɨ, ʌ, o, u/ (most difficult), whereas L2 English learners would have perceptual difficulty rankings for Korean vowels as follows: (the easiest) /i, a, e, ɨ, ʌ/ >> /o, u/ (most difficult). The goal of Experiment 2 was to test how accurately L2 Mandarin and English learners perceive Korean vowels /ɨ, ʌ, o, u/ which are considered to be difficult for L2 learners. The results of a mixed-effects logistic model revealed that English listeners showed higher identification accuracy for Korean vowels than Mandarin listeners, indicating that having a larger L1 vowel inventory than the L2 facilitates L2 vowel perception. However, both groups have the same ranking of Korean vowel perceptual difficulty: ɨ > ʌ > u > o. This finding indicates that adult learners of Korean can perceive the new vowel /ɨ/, which does not exist in their L1, more accurately than the vowel /o/, which is acoustically similar to vowels in their L1, suggesting that L2 learners are more likely to establish additional phonetic categories for new vowels. In terms of the influence of experience with L2, it was found that identification accuracy increases as Korean language experience rises. In other words, the more experienced English and Mandarin learners of Korean are, the more likely they are to have better identification accuracy in Korean vowels than less experienced learners of Korean. Moreover, there is no interaction between L1 background and L2 experience, showing that identification accuracy of Korean vowels is higher as Korean language experience increases regardless of their L1 background. Overall, these findings of the two experiments demonstrated that acoustic similarity between L1 and L2 sounds using the LDA model can partially predict perceptual difficulty in L2 acquisition, indicating that other factors such as perceptual similarity between L1 and L2, the merge of Korean /o/ and /u/ may also influence their Korean vowel perception.