최근 가짜 뉴스가 분야를 막론하고 전 세계에서 주목을 받고 있으며, 현대경제연구원에서는 이러한 가짜 뉴스로 인해 발생하는 경제적 피해가 연간 약 30조 900억 원에 달하는 것으로 추산하기도 했다. 정부에서는 “가짜 뉴스 찾기”를 주제로 내걸고 “인공지능 R&D 챌린지” 대회를 개최하는 등 가짜 뉴스를 가려낼 인공지능 원천기술 개발을 위해 노력하고 있으며, 민간 차원에서도 다양한 분야에서 정보의 진위여부를 판별해주는 팩트체크 서비스가 제공되고 있다. 학계에서도 가짜 뉴스를 탐지하기 위한 시도가 활발히 이루어지고 있으며, 대부분 전문가 기반, 집단지성 기반의 비기술적 접근이 이루어지던 가짜 뉴스 탐지 연구가 최근에는 인공지능 기반, 시맨틱 기반 등 기술적 접근의 연구로 그 범위가 확장되고 있다. 하지만 이러한 시도들은 대부분 가짜 뉴스 조작의 정밀도가 높아질수록 뉴스 자체에 대한 분석만으로 진위여부 식별이 더욱 어렵다는 한계점을 가지고 있다. 또한 가짜 뉴스 탐지 분야는 상대적으로 연구 초기 단계에 놓여있기 때문에 각각의 가짜 뉴스 탐지 모델마다 정확도 검증 또한 다양한 방식으로 이루어지고 있어 해당 탐지 모델의 타당성과 신뢰성 역시 보장할 수 없다. 따라서 본 연구에서는 가짜 뉴스 탐지 모델 정확도의 공정성을 확보하고, 뉴스의 내용뿐만 아니라 해당 뉴스에 대한 반응으로 자연적으로 발생한 광범위한 소셜 데이터를 활용하여 뉴스의 진위여부를 판정하는 방안을 제안하고자 한다. 본 연구에서는 구체적으로 크게 두 가지 목적을 가지고 가짜 뉴스 탐지 방안을 제안한다. 첫째, 가짜 뉴스 탐지 모델 예측 정확도의 과대평가를 방지하기 위한 데이터 분할 방안을 제안함으로써 가짜 뉴스 탐지 방법론의 예측 정확도에 대한 공정성을 확보한다. 구체적으로는 분석 대상 뉴스 데이터를 토픽 모델링을 통해 구조화하고, 이를 활용해 클러스터링을 수행하여 이슈 그룹을 생성함으로써 각 이슈 그룹 내 진위여부에 따라 각각 학습 및 검증 데이터로 분할한다. 이를 통해 뉴스 데이터 간 이슈 흐름을 차단함으로써 보다 엄격한 실험 환경을 제공한다. 둘째, 위의 과정을 통해 조성된 엄격한 실험 환경에서 뉴스 자체만으로는 가짜 뉴스를 탐지하기 어렵다는 한계를 극복하기 위해 뉴스와 트위터 데이터를 활용한 가짜 뉴스 탐지 모델의 예측 정확도를 향상시키는 방안을 제안한다. 각 뉴스와 관련된 트윗을 추려내고, 이들로부터 각 뉴스에 대한 반응들을 벡터 형태로 산출한 후, 뉴스 원문에서 추출한 뉴스 기사의 주제적 특성과 트위터 반응 벡터와의 결합을 통해 각 뉴스의 진위여부를 더욱 정확하게 탐지하고자 한다.
Recently, fake news has attracted worldwide attention regardless of the fields. The Hyundai Research Institute estimated that economic damage caused by fake news has reached about 30.9 trillion won per year. The government is making efforts to develop artificial intelligence source technology to detect fake news such as holding "Artificial Intelligence R & D Challenge" competition on the title of "Searching for fake news". Fact checking services are also being provided in various private sector fields. Nevertheless, in academic fields,there are also many attempts have been conducted in detecting the fake news. Typically, there are different attempts in detecting fake news such as expert-based, collective intelligence-based, artificial intelligence-based, and semantic-based. However, most of these attempts have the limitation that the more accurate the fake news manipulation is, the more difficult it is to identify the authenticity of the news by analyzing the news itself. Furthermore, since the fake news detection field is still in the early stage of the research, the accuracy verification method is also different for each fake news detection model. Hence, the validity and reliability of the fake news detection model cannot be guaranteed either. Therefore, in this study, we first propose a method to secure the fairness of false news detection model accuracy. Secondly, we propose a method to identify the authenticity of the news using the social data broadly generated by the reaction to the news as well as the contents of the news. In this study, we propose a fake news detection method with two objectives. First, we propose a data segmentation method to prevent overestimation of the fake news detection model accuracy. This method ensures fairness for the accuracy of the fake news detection methodology. Specifically, the analysis target data, which is the news data will be structurized through topic modeling. Then, clustering will be performed on the structured data to create an issue group. According to the authenticity of the issue group, the structured data will be separated into learning data and test data. This method provides a more rigorous experimental environment by blocking issue flow between news data. Second, we propose a method to improve the accuracy of fake news detection model by applying news and Twitter data in the rigorous experimental environment created through the above process. This method can overcome the limitation that it is difficult to detect the fake news by itself. Generally, the tweets related to each news item are tracked, and the responses to each news item are calculated in a vector form. The authenticity of each news item can be detected accurately by combining news topic feature and twitter topic feature extracted from the original news data.
목차
국문요약 ⅵⅠ. 서론 11.1 연구배경 11.2 연구동기 61.3 연구목적 11Ⅱ. 관련연구 122.1 텍스트 분석 122.1.1 데이터 구조화 122.1.2 토픽 모델링 152.2 가짜 뉴스 172.2.1 가짜 뉴스 개념 172.2.2 가짜 뉴스 현황 222.2.3 가짜 뉴스 탐지 26Ⅲ. 제안 방법론 303.1 연구 개요 303.2 Module 1: 예측 정확도 과대평가 방지를 위한 데이터 분할 323.2.1 뉴스 데이터 구조화 323.2.2 뉴스 이슈 간 연결 관계 차단 343.3 Module 2: 가짜 뉴스 탐지 모델 353.3.1 Phase 2: 뉴스 데이터를 활용한 가짜 뉴스 탐지 모델 363.3.2 Phase 3: 트위터 데이터를 활용한 가짜 뉴스 탐지 모델 373.3.3 Phase 4: 뉴스와 트위터 데이터를 활용한 가짜 뉴스 탐지 모델 39Ⅳ. 실험 414.1 실험 데이터 소개 414.2 실험 과정 및 결과 434.2.1 파일럿 실험 434.2.2 Module 1: 예측 정확도 과대평가 방지를 위한 데이터 분할 결과 494.2.3 Module 2: 가짜 뉴스 탐지 모델 구축 결과 534.2.3.1 Case 1: 뉴스 데이터 활용 544.2.3.2 Case 2: 트위터 데이터 활용 554.2.3.3 Case 3: 뉴스와 트위터 데이터 활용 604.3 검증 61Ⅴ. 결론 66참고문헌 70Abstract 85