RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    텍스트마이닝을 활용한 가짜뉴스 분류기의 성능 고찰 = Fake news classifier made from using textmining in korean political articles

    한글로보기

    https://www.riss.kr/link?id=T14915899

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수
    인용문이 복사되었습니다.

    부가정보

    국문 초록 (Abstract) kakao i 다국어 번역

    옥스퍼드 사전은 2016년 올해의 단어로 Post-Truth (탈 진실)을 선정했다. 가짜 뉴스는 진실을 위협하는 대표적 현상으로 뉴스 형식을 빌려 권위를 가장한 허위를 유포한다. 학교에서 배운 지식으로 사회 문제의 해결방안을 고민해보고자 이 연구를 시작하게 되었다. 이 연구에서 가장 고민이 되었던 부분은 ‘무엇’이 참이고 거짓인가라는 ‘기준’이었다. 따라서, 서울대 팩트체크 센터에서 분류해놓은 정치 기사 자료들만을 대상으로 분석하였다. 통계적 방법으로는 Multinomial Naive Bayes(MNB), L2-regularized Logistic Regression, Linear Support Vector Machine(SVM) 등을 사용하였다. 분석 과정은 자연어 처리, 문서 특성 추출, 초기 모델 구축, 모델 성능 향상 및 최종 모델 선택 순서이다. 자연어 처리로 명사 11326개가 추출되었고, 문서 특성 추출은 TFM(Term Frequency Matrix)과 TF-IDF(Term Frequency Inverse Document Matrix)로 하여 초기 모델을 구축했다. 다음으로 18가지 변수 선택(변수 제거) 방법과, 매개변수 조절을 통해 모델 성능을 향상시켰다. 모델 성능은 Accuracy 와 AUC(Area under the curve) 모두 교차 타당성 검증(10-fold cross validation)을 실시했으며, 최종 모형은 MNB로 Accuracy가 0.730, AUC가 0.767로 도출되었다. 분류기 성능 향상을 위한 추후 연구 과제로는 먼저 문서 특성 추출 방법 및 분류기의 다양화 이다. 다음은 모델에 신문사, 신문기자, 정당, 정치인 별로 다양하게 가중치를 적용시켜 보는 것이다.
    번역하기

    옥스퍼드 사전은 2016년 올해의 단어로 Post-Truth (탈 진실)을 선정했다. 가짜 뉴스는 진실을 위협하는 대표적 현상으로 뉴스 형식을 빌려 권위를 가장한 허위를 유포한다. 학교에서 배운 지식...

    옥스퍼드 사전은 2016년 올해의 단어로 Post-Truth (탈 진실)을 선정했다. 가짜 뉴스는 진실을 위협하는 대표적 현상으로 뉴스 형식을 빌려 권위를 가장한 허위를 유포한다. 학교에서 배운 지식으로 사회 문제의 해결방안을 고민해보고자 이 연구를 시작하게 되었다. 이 연구에서 가장 고민이 되었던 부분은 ‘무엇’이 참이고 거짓인가라는 ‘기준’이었다. 따라서, 서울대 팩트체크 센터에서 분류해놓은 정치 기사 자료들만을 대상으로 분석하였다. 통계적 방법으로는 Multinomial Naive Bayes(MNB), L2-regularized Logistic Regression, Linear Support Vector Machine(SVM) 등을 사용하였다. 분석 과정은 자연어 처리, 문서 특성 추출, 초기 모델 구축, 모델 성능 향상 및 최종 모델 선택 순서이다. 자연어 처리로 명사 11326개가 추출되었고, 문서 특성 추출은 TFM(Term Frequency Matrix)과 TF-IDF(Term Frequency Inverse Document Matrix)로 하여 초기 모델을 구축했다. 다음으로 18가지 변수 선택(변수 제거) 방법과, 매개변수 조절을 통해 모델 성능을 향상시켰다. 모델 성능은 Accuracy 와 AUC(Area under the curve) 모두 교차 타당성 검증(10-fold cross validation)을 실시했으며, 최종 모형은 MNB로 Accuracy가 0.730, AUC가 0.767로 도출되었다. 분류기 성능 향상을 위한 추후 연구 과제로는 먼저 문서 특성 추출 방법 및 분류기의 다양화 이다. 다음은 모델에 신문사, 신문기자, 정당, 정치인 별로 다양하게 가중치를 적용시켜 보는 것이다.

    더보기

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    The Oxford Dictionary selected Post-Truth as the word of the year in 2016. Fake news is a representative phenomenon that threatens the truth. This study intends to explore the statistical solution for sorting fake news. Clear criteria is crucial to distinguish truth and false. Therefore, this study analyzed the political articles classified by the Fact Check Center of Seoul National University. Author used Multinomial Naive Bayes (MNB), L2-regularized logistic regression, and Linear Support Vector Machine (SVM) as statistical methods.
    First, author analyzed natural language processing,document feature extraction, initial model construction, model performance improvement, and final model selection. 11,326 nouns were extracted by natural language processing, and document characteristics were drawn by using TFM (Term Frequency Matrix) and TF-IDF (Term Frequency Inverse Document Matrix). Second, author tried to improve the model performance by using 18 variables selection methods (removing variables) and controlling the parameters. The performance of the model was verified by 10-fold cross validation for both Accuracy and Area under the curve (AUC). The final selection model was MNB with an accuracy of 0.730 and an AUC of 0.767.
    (The further studies of improving classifier performance are to diversify document characteristic extraction method and classifier. The next is to apply various weights to the model for newspaper, newspaper reporter, political party, and politician, and so on.)
    번역하기

    The Oxford Dictionary selected Post-Truth as the word of the year in 2016. Fake news is a representative phenomenon that threatens the truth. This study intends to explore the statistical solution for sorting fake news. Clear criteria is crucial to di...

    The Oxford Dictionary selected Post-Truth as the word of the year in 2016. Fake news is a representative phenomenon that threatens the truth. This study intends to explore the statistical solution for sorting fake news. Clear criteria is crucial to distinguish truth and false. Therefore, this study analyzed the political articles classified by the Fact Check Center of Seoul National University. Author used Multinomial Naive Bayes (MNB), L2-regularized logistic regression, and Linear Support Vector Machine (SVM) as statistical methods.
    First, author analyzed natural language processing,document feature extraction, initial model construction, model performance improvement, and final model selection. 11,326 nouns were extracted by natural language processing, and document characteristics were drawn by using TFM (Term Frequency Matrix) and TF-IDF (Term Frequency Inverse Document Matrix). Second, author tried to improve the model performance by using 18 variables selection methods (removing variables) and controlling the parameters. The performance of the model was verified by 10-fold cross validation for both Accuracy and Area under the curve (AUC). The final selection model was MNB with an accuracy of 0.730 and an AUC of 0.767.
    (The further studies of improving classifier performance are to diversify document characteristic extraction method and classifier. The next is to apply various weights to the model for newspaper, newspaper reporter, political party, and politician, and so on.)

    더보기

    목차 (Table of Contents)

    • 제 1 장 서 론
    • 제 2 장 통계적 분석 방법론
    • 2.1 단어 주머니(Bag of words)
    • 2.2 벡터 공간 모형(Vector Space Model
    • 2.3 분류 모형(Classification)
    • 제 1 장 서 론
    • 제 2 장 통계적 분석 방법론
    • 2.1 단어 주머니(Bag of words)
    • 2.2 벡터 공간 모형(Vector Space Model
    • 2.3 분류 모형(Classification)
    • 제 3장 분석 모형
    • 3.1 분석 대상
    • 3.2 분석 자료 선별
    • 3.3 초기 모델 구축
    • 3.4 모델 성능 향상
    • 3.5 최종 모델 성능 평가
    • 제 4장 결 론
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼