• Title/Summary/Keyword: 정영준

Search Result 137, Processing Time 0.019 seconds

Korean Sentiment Analysis using Rationale (근거를 이용한 한국어 감성 분석)

  • Young-Jun Jung;Chang-Ki Lee
    • Annual Conference on Human and Language Technology
    • /
    • 2022.10a
    • /
    • pp.160-163
    • /
    • 2022
  • 감성 분석(sentiment analysis)은 자연어 문장에 나타나는 감정 상태나 주관적인 의견을 분석하는 작업이다. 최근에는 자연어 처리(Natural Language Processing) 작업에서 딥러닝 기반의 모델이 좋은 성능을 보여주고 있다. 하지만, 모델의 복잡한 구조 때문에 모델이 어떠한 근거(rationale)로 판단하였는지 해석하기 어려운 문제가 있다. 모델이 좋은 성능을 보여도 예측에 관한 판단 근거가 없으면 결과를 해석하기 어렵고, 모델에 대한 신뢰가 떨어진다. 본 논문에서는 한국어 감성 분석 작업에 대해 사후 해석 모델을 이용하여 모델의 예측 결과에 대한 근거를 추출하고, 추출한 근거 정보를 이용한 근거 임베딩을 사용하여 근거 정보를 통합하는 방법이 감성 분석 모델의 성능을 개선함을 보인다.

  • PDF

English-Korean Neural Machine Translation using MASS (MASS를 이용한 영어-한국어 신경망 기계 번역)

  • Jung, Young-Jun;Park, Cheon-Eum;Lee, Chang-Ki;Kim, Jun-Seok
    • Annual Conference on Human and Language Technology
    • /
    • 2019.10a
    • /
    • pp.236-238
    • /
    • 2019
  • 신경망 기계 번역(Neural Machine Translation)은 주로 지도 학습(Supervised learning)을 이용한 End-to-end 방식의 연구가 이루어지고 있다. 그러나 지도 학습 방법은 데이터가 부족한 경우에는 낮은 성능을 보이기 때문에 BERT와 같은 대량의 단일 언어 데이터로 사전학습(Pre-training)을 한 후에 미세조정(Finetuning)을 하는 Transfer learning 방법이 자연어 처리 분야에서 주로 연구되고 있다. 최근에 발표된 MASS 모델은 언어 생성 작업을 위한 사전학습 방법을 통해 기계 번역과 문서 요약에서 높은 성능을 보였다. 본 논문에서는 영어-한국어 기계 번역 성능 향상을 위해 MASS 모델을 신경망 기계 번역에 적용하였다. 실험 결과 MASS 모델을 이용한 영어-한국어 기계 번역 모델의 성능이 기존 모델들보다 좋은 성능을 보였다.

  • PDF

Korean-English Non-Autoregressive Neural Machine Translation using Word Alignment (단어 정렬을 이용한 한국어-영어 비자기회귀 신경망 기계 번역)

  • Jung, Young-Jun;Lee, Chang-Ki
    • Annual Conference on Human and Language Technology
    • /
    • 2021.10a
    • /
    • pp.629-632
    • /
    • 2021
  • 기계 번역(machine translation)은 자연 언어로 된 텍스트를 다른 언어로 자동 번역 하는 기술로, 최근에는 주로 신경망 기계 번역(Neural Machine Translation) 모델에 대한 연구가 진행되었다. 신경망 기계 번역은 일반적으로 자기회귀(autoregressive) 모델을 이용하며 기계 번역에서 좋은 성능을 보이지만, 병렬화할 수 없어 디코딩 속도가 느린 문제가 있다. 비자기회귀(non-autoregressive) 모델은 단어를 독립적으로 생성하며 병렬 계산이 가능해 자기회귀 모델에 비해 디코딩 속도가 상당히 빠른 장점이 있지만, 멀티모달리티(multimodality) 문제가 발생할 수 있다. 본 논문에서는 단어 정렬(word alignment)을 이용한 비자기회귀 신경망 기계 번역 모델을 제안하고, 제안한 모델을 한국어-영어 기계 번역에 적용하여 단어 정렬 정보가 어순이 다른 언어 간의 번역 성능 개선과 멀티모달리티 문제를 완화하는 데 도움이 됨을 보인다.

  • PDF

Korean Text Summarization using MASS with Copying Mechanism (MASS와 복사 메커니즘을 이용한 한국어 문서 요약)

  • Jung, Young-Jun;Lee, Chang-Ki;Go, Woo-Young;Yoon, Han-Jun
    • Annual Conference on Human and Language Technology
    • /
    • 2020.10a
    • /
    • pp.157-161
    • /
    • 2020
  • 문서 요약(text summarization)은 주어진 문서로부터 중요하고 핵심적인 정보를 포함하는 요약문을 만들어 내는 작업으로, 기계 번역 작업에서 주로 사용되는 Sequence-to-Sequence 모델을 사용한 end-to-end 방식의 생성(abstractive) 요약 모델 연구가 활발히 진행되고 있다. 최근에는 BERT와 MASS 같은 대용량 단일 언어 데이터 기반 사전학습(pre-training) 모델을 이용하여 미세조정(fine-tuning)하는 전이 학습(transfer learning) 방법이 자연어 처리 분야에서 주로 연구되고 있다. 본 논문에서는 MASS 모델에 복사 메커니즘(copying mechanism) 방법을 적용하고, 한국어 언어 생성(language generation)을 위한 사전학습을 수행한 후, 이를 한국어 문서 요약에 적용하였다. 실험 결과, MASS 모델에 복사 메커니즘 방법을 적용한 한국어 문서 요약 모델이 기존 모델들보다 높은 성능을 보였다.

  • PDF

Telecommunication Services Based On Spoken Language Information Technology - In view of services provided by KT - (음성정보기술을 이용한 통신서비스 - KT 서비스를 중심으로 -)

  • Koo, Myoung-Wan;Kim, Jae-In;Jeong, Yeong-Jun;Kim, Mun-Sik;Kim, Won-U;Kim, Hak-Hun;Park, Seong-Jun;Ryu, Chang-Seon;Kim, Hui-Gyeong
    • Proceedings of the KSPS conference
    • /
    • 2004.05a
    • /
    • pp.125-130
    • /
    • 2004
  • In this paper, we explain telecommunication services based on spoken language information technology. There are three different kinds of services. The first is based on Advanced Intelligent services(AIN). We built a Intelligent Peripheral(IP)with speech recognition, speech synthesis and VoiceXML interpreter. The second is based on KT-HUVOIS, a proprietary speech platform based on VoiceXML. The third is based on VoiceXML interpreter. We explain various services depending on these platforms in detail.

  • PDF

Physical therapy of soft tissue surround the knee joint (슬관절 연부조직의 물리치료에 관한 문헌적 고찰)

  • Lee, Joon-Hee;Yoon, Sang-Jib;Jeong, Young-Jun;Choi, Won-Ho
    • Journal of Korean Physical Therapy Science
    • /
    • v.9 no.3
    • /
    • pp.161-170
    • /
    • 2002
  • knee injuries are among the most common problems confronting patients, physical therapist and physicians. since the bony structure provides little stability, the soft tissues are required to withstand high forces, often resulting in tissue overload and injury immobilization of the knee in the presence of a hemarthrosis usually leads to proliferation of intraarticular connective tissue adhesions and pint fibrosis. the physical basis of treating scar tissue is early controlled motion. the management of the knee with increased instability is to strengthening the muscles to properly treat an soft tissue injuries, physical therapist should know about the anatomic structures and biomechanical function of the knee joint, in this review article, we discuss the physiologic properties of soft tissue, biomechanical observation in fibrous connective tissue, managing soft tissue contractures, principles in treating scar tissue and treatment of the knee with increased instability.

  • PDF

Analysis on the 3GPP MBMS Security Mechanism (3GPP MBMS 보안 메커니즘 분석)

  • Park, Youn-Kyoung;Lim, Sun-Hee;Song, Dong-Ho;Jung, Young-Jun;Yi, Ok-Yeon;Lim, Jong-In
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10d
    • /
    • pp.62-65
    • /
    • 2007
  • 3GPP(3rd Generation Partnership Project) 주도의 유럽형 3세대 이동통신인 UMTS 시스템에서 제공하는 멀티미디어 방송 서비스(Multimedia Broadcast/Multicast Service)는 무선 네트워크상에서 동일한 정보를 하나의 링크를 통해 다수의 사용자에게 제공하는 point-to-multipoint 서비스이다. 콘텐츠가 무료로 제공되면 임의의 사용자들이 콘텐츠가 제공되는 채널에 액세스할 수 있다. 그러나 채널 액세스가 가입(subscription)기반이면, 가입하지 않은 사용자들은 콘텐츠를 이용할 수 없어야 한다. 이를 위해 사용자를 인증하고 안전한 방법으로 콘텐츠를 전송할 수 있는 보안 서비스가 필요하다. 본 논문은 MBMS의 전반적인 개요를 설명하여 앞으로 논의될 내용인 MBMS 보안구조에 대한 배경지식을 제공한다. 또한 브로드캐스트와 멀티캐스트 모드 각각에 대한 MBMS 구조를 설명하고, 멀티캐스트 모드에서의 보안 기능과 키관리 기법, 콘텐츠 보호 기술에 대해 상세히 분석한다.

  • PDF

A Study on the Anti-lcing Performance Evaluation and Design Guide for Weather-Tight Door of the Vessels Operating in Cold Region (빙해선박 풍우밀문의 결빙방지 성능평가 및 설계기준에 관한 연구)

  • Seo, Young-Kyo;Jung, Young-Jun
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.50 no.6
    • /
    • pp.450-457
    • /
    • 2013
  • For the design guide of a vessel operating in cold region, numerical analysis was carried out to evaluate the weather-tight door which installed the heating cables by using ANSYS 13.0 Transient Thermal. The numerical analysis was performed by considering Advection-Diffusion equation. This study based on the experimental results of 'A study on Anti-Icing Technique for Weather-Tight Door of Ice-Strengthened Vessels'(Jeong, et al., 2011a) in KIOST. For validation of the numerical analysis results, the cold chamber experimental data measured by the heat sensors in certain location of the weather-tight door was used. The external environmental temperature which varies from $5^{\circ}C$ to $-55^{\circ}C$ was considered in numerical analysis. Also three different heating cables which have the heat capacity of 33W/m, 45W/m and 66W/m were adapted for the design parameters to be the most efficient and guidelines for anti-icing design of the weather tight door.

The Effects of Physical Therapy Intervention with Local Vibration on Pain, ROM and Psychological Status in Multiple Trauma Patients Caused by Traffic Accident (교통사고로 인한 다발성 외상 환자의 국소진동을 동반한 물리치료 중재가 통증 및 관절운동범위, 심리적 상태에 미치는 영향)

  • Ahn, Seung-won;Jung, Young-june;Jung, Sang-mo
    • The Journal of Korean Academy of Orthopedic Manual Physical Therapy
    • /
    • v.25 no.2
    • /
    • pp.65-72
    • /
    • 2019
  • Background: The purpose of this study was to investigate into the effects of physical therapy intervention with local vibration on pain, ROM (range of motion) and psychological status in multiple trauma patients caused by traffic accident. Methods: A patient with multiple trauma were recruited. Before treatment, he was evaluated using numeric pain rating scale (NPRS), Korean-version impact of event scale-revised (IES-R-K), Beck Depression inventory (BDI), passive and active range of motion, and were reevaluated after 4 and 8 weeks of treatment. Results: As a result of comparing the participant before and after the experiment, the score of the IES-R-K and BDI decreased. And the passive and active ROM increased. Conclusion: According to the results above, physical intervention with local vibration by Blackroll Releazer can help improve pain, physical function and psychological status. Also, physical intervention with Blackroll's Releazer technique was able to select interventions depending on the patient's conditional and the desired goal.

Frequency Reuse Method for Multi-Site Weather Radar (Multi-site 기상 레이다를 위한 주파수 재사용 기법)

  • Lim, Sun-Min;Yoon, Young-Keun;Lee, Young-Hwan;Chong, Young-Jun
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.39A no.2
    • /
    • pp.109-116
    • /
    • 2014
  • In this paper, we propose a frequency reuse method for efficient frequency use of multi-site weather radar. Our method uses a set of orthogonal pulse compression codes and CLEAN algorithm for sidelobe interference cancellation. Computer simulation results show that performance of proposed method meet performance requirements of [1], The current S-band weather radars in South Korea use the 8 different frequency channels to avoid interference. Using proposed method, number of occupied channels can reduce from 8 to 1, the 7 frequency channels may be use for other services.