01. 연구 (2) 원전 정책 담론 연구 02 연구 설계 및 구조
이 글은 이전 문서(00. 개요)의 후속 내용으로,
해당 연구 설계 및 구현 구조를 보다 구체적으로 정리했다.
블로그에 공개한 01–06 문서는 당시 컨택 과정에서 제출했던 18페이지 분량의 영어 연구계획서 가운데
방법론과 연구 구현에 해당한다.


최종 제출본에는 분량 제한 때문에 일부만 반영되었지만,
방법론 부분이 가장 오래 수정 및 검토되었다.
연구계획서를 작성하는 일련의 과정 속에서,
나는 연구 과정을 스스로 설명할 수 있어야 한다는 점을 중요하게 여겼다.
예상과 다른 결과가 나오면 원인을 다시 확인했고, 구현 과정이 바뀌면 방법론도 함께 수정했다.
연구 질문과 분석 구조가 맞지 않는다고 판단한 부분은 여러 번 다시 설계했다.
그래서 블로그에 공개한 문서에는 완성된 결과보다 시행착오와 수정 과정,
그리고 연구를 진행하면서 마주했던 한계와 고민이 더 많이 남아 있다.
연구 규모가 커질수록 코드와 문서가 조금씩 따로 관리되기 시작했다. 데이터가 어떤 과정을 거쳐 분석되는지 스스로도 한눈에 파악하기 어려운 순간이 있었고, 전체 연구를 하나의 프로젝트 단위로 다시 정리하게 되었다. 이후에는 구현과 방법론을 수정할 때 기준이 되는 문서로 활용했다.
The objective of this study is to establish a research infrastructure that enables an integrated analysis of long-term changes in radioactive waste policy and related social discourse structures in South Korea based on news data.
Specifically, this study connects the timing of policy events with changes in news discourse to analyze the following:
This study minimizes dependence on single analytical settings by structurally separating query design, data reduction, and keyword extraction stages.
Organizations such as the IAEA and OECD-NEA provide policy standards. However, these are not directly reflected in news discourse but are mediated through policy events.
This study categorizes international norm-related keywords separately and analyzes their emergence patterns before and after policy events.
International norms function as reference points for policy comparison, which domestic policies selectively adopt.
This study tracks changes in the frequency and importance of keywords related to international organizations to examine temporal relationships.
Discourse change is measured not only by frequency but also by TF-IDF-based relative importance, reflecting shifts in the concentration of discourse.
News data are used as observational data of public discourse. However, they do not directly represent overall public perception; rather, this study focuses on discourse structures mediated through media.
This study interprets the policy–discourse relationship as co-variation, not causation.
The focus is on patterns of co-variation rather than causal inference.
Multi-stage Data Reduction & Concept Validation Framework
This framework separates the roles of each stage to prevent any single step from determining the overall results.
Pipeline structure:
Data Collection → Preprocessing → Storage → Analysis
System implementation is treated as part of the analytical infrastructure.
This infrastructure was designed with scalability in mind from the initial stage.
It supports:
Accordingly, this structure is not limited to a single-case analysis, but provides a scalable analytical framework for examining policy–discourse relationships over time.
Type Role
| Query Keywords | Data collection criteria |
| BigKinds Keywords | Metadata |
| TF / Weight / Level | Data reduction |
| Core Keyword | Conceptual analysis unit |
TF is divided into two stages:
These are different in purpose and calculation and are not treated as identical.
① Literature Review
→ Establish analytical framework and conceptual definitions
↓
② Query Design
→ Define data collection criteria and scope
↓
③ Data Collection
→ Acquire news articles via BigKinds
↓
④ Data Reduction
→ Select data based on TF, weight, and level
↓
⑤ Data Cleaning
→ Remove noise and transform the data into a structured format
↓
⑥ Core Keyword Extraction
→ Define discourse variables via intersection
↓
⑦ Corpus Construction
→ Construct the analytical dataset
↓
⑧ Analysis
→ Measure discourse intensity and relative importance
This stage defines collection criteria for extracting relevant data.
The query is designed based on theoretical judgment and consists of:
The second-stage query functions as a sampling frame, not as a variable generator.
Multiple keyword combinations are applied per policy event to reduce bias.
This stage optimizes information density from the raw corpus.
Data Reduction is a quantitative filtering stage, while Core Keyword extraction ensures conceptual consistency.
Top-N thresholds are applied adaptively based on data size.
Data cleaning removes residual noise and transforms the dataset into an analyzable structure.
Core Keywords are defined as the intersection between:
Derived by cross-referencing Python-generated candidates with researcher-defined keywords.
Final selection is confirmed through manual validation based on:
Performed through iterative review using:
Policy Event
→ Media Response
→ Keyword Visibility Change
→ Discourse Restructuring
Time lag is explored using short-term and mid-term windows.
This study presents a reproducible and structurally stable policy discourse analysis framework based on:
Criticism Response
| Keyword arbitrariness | Normalization + intersection + criteria |
| TF inconsistency | Stage separation |
| Reproducibility | Python automation |
| Lack of causality | Co-variation definition |
| Manual intervention | Controlled validation |
| Query subjectivity | Recall/Precision separation |
| Reduction arbitrariness | Adaptive thresholds |
This study proposes a structural analytical framework that derives Core Keywords through:
By separating functional stages, the study ensures:
For a detailed explanation of the analytical procedures and methodological framework, refer to the
Research Methodology
document.
For the system architecture and data infrastructure design, see the
Research Infrastructure
document.
| 01. 연구 (2) 원전 정책 담론 연구 05 연구 인프라 및 구현 구조 (0) | 2026.07.03 |
|---|---|
| 01. 연구 (2) 원전 정책 담론 연구 04 연구 방법론 (요약본) (0) | 2026.07.03 |
| 01. 연구 (2) 원전 정책 담론 연구 03 연구 방법론 (0) | 2026.07.03 |
| 01. 연구 (2) 원전 정책 담론 연구 01 문헌 검토 및 이론적 배경 (0) | 2026.07.03 |
| 01. 연구 (2) 원전 정책 담론 연구 00. 개요 (0) | 2026.07.03 |