View : 1389 Download: 0

Full metadata record

DC Field Value Language
dc.contributor.advisor조동섭-
dc.contributor.author정옥란-
dc.creator정옥란-
dc.date.accessioned2016-08-25T01:08:50Z-
dc.date.available2016-08-25T01:08:50Z-
dc.date.issued2005-
dc.identifier.otherOAK-000000010806-
dc.identifier.urihttps://dspace.ewha.ac.kr/handle/2015.oak/172168-
dc.identifier.urihttp://dcollection.ewha.ac.kr/jsp/common/DcLoOrgPer.jsp?sItemId=000000010806-
dc.description.abstractThis study suggests a recommendation agent system that the user can optimally sort out incomng e-mail messages according to category. The system is an effective way to manage ever-increasing email documents. Categorizing based on the texts will be the most basic pre-recommendation process. The received e-mails are classified according to this categorizing, which means placing the e-mails into each category accordingly. As the number of received e-mails increases, the users are required to spend time and effort in case they need to search, index or summarize each e-mail. Therefore, three pre-processing algorithms are suggested for accurate categorizing of the e-mails and PRAS (Personalized Recommendation Agent System) is constructed as the Web-mail based application system to provide a customized e-mail management system recommending each user the most adequate categories. The step-by-step pre-processing algorithms including the following. Firstly, the characteristics of the users are derived by giving weighted value to each attribute considering the preponderance of the e-mail documents. For the assigning of weighted value, it is assumed and extensively applied that all attributes are independent and equally influential based on the Naive Bayesian Classifier. Secondly, for automatic categorizing, a feature extracion and learning stage is necessary. In this stage, the selection of learning documents for the feature extraction is very important to increase the accuracy. A random learning document group can be used unmodified to generate a rule, but an intellectual restructuring may generate a more accurate rule and therefore, uncertainty-based sampling algorithm is applied. Thirdly, the accuracy of document categorization is determined by rule generation presumptive algorithm. Generating the final rule using the learning document group selected by the learning document group organizing method is the role of this algorithm. The document categorizing system using Naive Bayes document classification algorithm is generally known to provide more accurate ratio when compared to other algorithms. The existing algorithms use fixed threshold, but this study used dynamic threshold to increase the accuracy of document classification The aforementioned three major pre-processing algorithms are designed based on each mthree major pre-processing algorithms are designed based on each module to implement PRAS, an application system appropriate for this study, and are changed to component mode so that it can easily adapt to other application systems and distributed environments for great-size e-mail management. PRAS (Personalized Recommendation Agent System) is characterized by how it generates personal rules by feature extration from a person's e-mail contents or management method considering the particularity of the e-mails. The categorization is performed based on the established rule and each step is designed based on each module of functions. It uses the learning process for accurate categorizing and Basian algorithm for rule generaiton and recommends the users the best category when a new e-mail arrives. This study suggests a recommendation system for the users to perform the optimum categorization of new e-mails in order to efficiently control the increasing numbers of e-mail documents. Three pre-processing algorithms are used for accurate categorizing for effective categorizing and storage of the e-mail documents. The performance test checked precision and recall and tested whether the system categorizes the e-mails accordingly to each category. F1 measure values are used to independently test the performance of each category, but this study uses macro-averaging method for the average performance of all categories. This method calculates recall, precision and F1 measure of each category and generates the average of these values to test the overall performance of the system. The process applied each suggested pre-process algorithm to indicate an improvement.;본 연구에서는 이메일 효율적인 관리를 위해 받은 메일의 자동 분류를 선행한 후 사용자의 편리한 관리를 위해 추천 방식으로 사용자에게 도움을 주는 것이다. 메일을 추천하기 위한 전처리 작업으로는 텍스트 분류가 가장 기본이 될 것이다. 이것을 기반으로 메일을 분류하게 되는데, 메일 분류의 의미는 정해진 해당 카테고리에 각각의 메일들을 할당하는 것이다. 메일의 수가 증가할수록 각각의 메일을 효과적으로 검색 및 색인화(indexing)하고, 내용 요약(summarization)과 같은 작업을 수행할 때 많은 시간 소비와 어려운 작업을 하여야 한다. 사용자에 맞게 이메일 문서의 정확한 분류를 위하여 세가지 전처리(Pre-processing) 알고리즘을 제안하고, 이를 이용하여 웹메일 기반 응용시스템으로 PRAS(Personalized Recommendation Agent System)을 구현하여 사용자에게 가장 적합한 카테고리를 추천하는 맞춤 이메일 관리 시스템을 제안하였다. 제안된 단계별 전처리 알고리즘은 다음과 같다. 첫째, 이메일 문서의 편중성을 고려하여 속성별 가중치를 부여하여 특징추출을 하였다. 가중치를 부여하는 방법으로는 Naive Bayesian Classifier를 기반으로 모든 속성값은 독립이며 분류에 동등한 영향력을 끼칠 것으로 가정하고 확장 응용하였다. 둘째, 자동 분류를 하기 위해서는 특징 추출 및 학습 단계가 필요하다. 이 단계에서 정확도를 향상시키기 위해 규칙 생성시 특징 추출을 위한 학습문서의 선택은 매우 중요하다. 임의의 학습문서집합을 있는 그대로 이용하여 학습을 통해 규칙을 만들 수도 있으나 이를 지능적으로 재구성하여 이용하면 보다 더 정확한 규칙을 얻을 수 있을 것이며, 이때 불확실성 기반 샘플링 알고리즘을 적용하는 것이다. 셋째, 문서 분류의 정확도를 결정하는 것은 규칙형성하는 추정알고리즘을 들 수 있다. 학습문서집합 구성 방법에 의해 채택된 학습문서집합을 이용하여 최종적으로 규칙을 형성하는 것이 이 알고리즘의 역할이다. Naive Bayes 문서분류 알고리즘을 이용한 문서 분류 시스템은 일반적으로 다른 알고리즘들에 비해 문서분류의 정확도가 상대적으로 높다고 알려져 있다. 기존의 알고리즘은 고정 임계치(threshold)를 사용하였는데, 본 연구에서는 임계치를 동적 임계치로 개선하여 문서분류의 정확도를 높이고자 하였다. 위의 세가지 주요 전처리 알고리즘을 모듈별 설계하여 본 연구에 맞는 응용시스템PRAS를 구현하였으며, 이를 컴포넌트화하여 다른 응용시스템과의 확장성과 대량의 메일 관리시 분산 환경에서의 적용가치를 높혔다. PRAS(Personalized Recommendation Agent System)의 특징은 메일의 특수성을 고려하여 개인의 메일 내용이나 처리 방법에서 특징을 추출하여 개인적 규칙(personal rule)을 형성한다. 형성된 규칙을 바탕으로 분류를 하게 되는데, 각 역활들을 기능별로 모듈화 설계를 하였다. 정확한 카테고리별 분류를 위한 학습, 규칙 형성을 위해 베이지안 알고리즘을 이용하며, 새로운 메일이 도착하면 적합한 카테고리를 우선순위별로 에이전트 개념을 이용하여 사용자에게 추천하게 되는 것이다. 본 연구는 갈수록 늘어나는 이메일 문서의 관리를 효율적으로 하기 위한 방법으로 새로운 메일을 받았을 때 해당 카테고리를 추천 받아 사용자가 직접 최적의 분류를 할 수 있는 추천 시스템을 연구하였다. 이메일 문서들의 카테고리별 분류 및 해당 폴더 저장에서 핵심이 될 수 있는 정확한 분류를 위해 세가지 전처리 알고리즘을 이용하였다. 성능 평가는 정확률과 재현률을 먼저 체크한 후, 메일 내용을 해당 카테고리에 맞게 분류하는지 실험하였다. 각 카테고리의 성능을 개별적으로 평가하고 이들의 평균을 계산하여 전체적인 시스템의 성능을 평가한다. 제안된 전처리 알고리즘을 단계별로 적용한 후 향상된 결과를 보여 주었다.-
dc.description.tableofcontents목차 논문 개요 = vii Ⅰ. 서론 = 1 1.1 연구 배경 = 1 1.1.1 연구목적 및 내용 = 3 1.1.2 논문의 구성 = 8 1.2 문서 분류의 연구 동향 = 9 1.3 웹 기반 이메일 시스템 = 13 Ⅱ. 관련 연구 = 17 2.1 이메일 문서분류를 위한 전처리 방법 = 17 2.1.1 자동분류를 위한 일반적 방법 = 17 2.1.2 이메일 문서의 전처리 설계 = 18 2.2 문서 분류의 규칙 생성을 위한 특징 추출 = 20 2.2.1 문서 빈도 (DF, Document Frequency)에 의한 수치벡터 축약 = 22 2.2.2 정보 이득(IG, Information Gain)에 의한 수치 벡터 축약 = 23 2.2.3 상호 정보량 (MI, Mutual Information)에 의한 수치벡터 축약 = 23 2.2.4 χ² 통계(χ²-Statistics )에 의한 수치벡터 축약 = 24 2.2.5 수치벡터 축약을 위한 기타 방법 = 25 2.3 문서 추천을 위한 정보 필터링 알고리즘 = 26 2.3.1 내용기반 필터링과 사회기반 필터링 알고리즘 = 26 2.3.2 웹 문서 분류 시스템의 연구 사례 = 29 2.4 베이지안 알고리즘을 적용한 필터링의 특징 = 32 2.5 문서 분류를 위한 Naive Bayes 알고리즘 = 33 Ⅲ. 이메일 문서 분류를 위한 전처리과정 설계 = 36 3.1 이메일 문서 특성을 이용한 가중치 부여 방법 = 37 3.1.1 색인어 추출을 위한 전처리 과정 = 39 3.1.2 속성별 가중치 부여 방법 = 40 3.2 불확실성 기반 샘플링 알고리즘(Uncertainty based Sampling Algorithm) = 42 3.2.1 불확실성 기반 샘플링 알고리즘 = 44 3.3 동적 임계치 (Dynamic Threshold) = 48 Ⅳ. 룰 필터링 컴포넌트 설계 = 52 4.1 모듈별 설계(Modular Design) = 52 4.1.1 WMI (Web Mail Interface Module) = 53 4.1.2 CRG (Category Rule Generation Module) = 54 4.1.3 (Mail Classification & Recommendation) Module = 56 4.1.4 특징 추출 알고리즘 = 57 4.2 CBD (Component_Based Development) = 60 4.2.1 룰 필터링 컴포넌트의 세부 구성 = 62 Ⅴ. 개인화된 추천 에이전트 시스템 설계 및 구현 (Personalized Recommendation Agent System) = 66 5.1 개인화된 추천 에이전트 시스템 (PRAS : Personalized Recommendation Agent System)의 특징 = 67 5.2 시스템 구현 및 평가 = 71 5.2.1 웹 기반 메일 시스템 구축 = 73 5.2.2 사용자 인터페이스 = 74 5.2.3 DB의 구현 = 76 5.3 가상 메일시스템 기반 시스템 성능 시뮬레이션 = 78 Ⅵ. 실험 및 결과 분석 = 84 6.1 성능 평가 기준 = 84 6.2 문서 분류의 실험 설계 = 86 6.3 실험 및 결과 분석 = 89 Ⅶ. 결론 및 향후 연구 과제 = 98 7.1 결론 = 98 7.2 향후 연구 과제 = 101 참고문헌 = 103 ABSTRACT = 109-
dc.formatapplication/pdf-
dc.format.extent1983870 bytes-
dc.languagekor-
dc.publisher이화여자대학교 과학기술대학원-
dc.title이메일 문서 분류를 위한 개인화된 추천 에이전트 시스템-
dc.typeDoctoral Thesis-
dc.title.translatedA Personalized Recommendation Agent System for Classifying E-Mail Documents-
dc.creator.othernameJeong, Okran-
dc.format.pageⅷ, 113 p.-
dc.identifier.thesisdegreeDoctor-
dc.identifier.major과학기술대학원 컴퓨터학과-
dc.date.awarded2005. 8-
Appears in Collections:
과학기술대학원 > 컴퓨터학과 > Theses_Ph.D
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

BROWSE