Talks
Financial NLP Workshop October 15, 2018 · 103 slides

Deciphering Monetary Policy with Text Mining

Applying automated polarity classification to Bank of Korea communications — introducing the eKoNLPy library.

NLP Monetary Policy Text Mining eKoNLPy

Overview

Central bank communication is one of the richest — and most underexploited — sources of forward guidance in macroeconomics. When the Bank of Korea (BOK) publishes a Monetary Policy Committee statement, the specific words chosen signal hawkish or dovish intent that markets price in before any rate decision takes effect. This talk introduces two automated methods for extracting that signal from Korean-language text, and presents the eKoNLPy library built to support this analysis.

The NLP Challenge

Korean financial text poses specific difficulties for standard NLP pipelines. General-purpose Korean morphological analysers do not recognise domain-specific monetary policy vocabulary, producing incorrect segmentations that corrupt downstream sentiment classification. The first contribution of this work is a custom NLP library, eKoNLPy, which extends existing Korean NLP tools with an economics-specific dictionary, enabling accurate tokenisation of central bank communications.

Two Automated Dictionary Construction Methods

The core methodological contribution is a pair of unsupervised approaches to building hawkish/dovish lexicons from a large corpus of BOK documents:

  1. Machine Learning Classification: Train a classifier on seed terms with known polarity, then propagate labels to semantically similar n-grams.
  2. Word Embeddings: Use distributional semantics to identify terms that cluster with known hawkish or dovish anchors in the embedding space.

Both methods require no manual annotation of the full vocabulary — a significant advantage when domain experts are scarce.

Results

Lexicon-based sentiment indicators derived from these methods outperform English-translated BOK texts, media-based economic policy uncertainty measures, and standard macroeconomic uncertainty indices when predicting current and future monetary policy decisions within an augmented Taylor rule framework. The text-mining measure of monetary policy surprise — computed as the change in sentiment around policy announcements — better explains movements in long-term interest rates, while the actual base rate change remains more closely tied to short-term rate fluctuations. This confirms that the textual measure captures forward guidance and market expectations that rate changes alone do not convey.

The 103-slide presentation walks through the full pipeline from corpus construction to asset price impact analysis, providing a replicable blueprint for applying similar methods to other central banks’ communications.

Slides

103 slides
Slide 1
Slide 2
Slide 3
Slide 4
Slide 5
Slide 6
Slide 7
Slide 8
Slide 9
Slide 10
Slide 11
Slide 12
Slide 13
Slide 14
Slide 15
Slide 16
Slide 17
Slide 18
Slide 19
Slide 20
Slide 21
Slide 22
Slide 23
Slide 24
Slide 25
Slide 26
Slide 27
Slide 28
Slide 29
Slide 30
Slide 31
Slide 32
Slide 33
Slide 34
Slide 35
Slide 36
Slide 37
Slide 38
Slide 39
Slide 40
Slide 41
Slide 42
Slide 43
Slide 44
Slide 45
Slide 46
Slide 47
Slide 48
Slide 49
Slide 50
Slide 51
Slide 52
Slide 53
Slide 54
Slide 55
Slide 56
Slide 57
Slide 58
Slide 59
Slide 60
Slide 61
Slide 62
Slide 63
Slide 64
Slide 65
Slide 66
Slide 67
Slide 68
Slide 69
Slide 70
Slide 71
Slide 72
Slide 73
Slide 74
Slide 75
Slide 76
Slide 77
Slide 78
Slide 79
Slide 80
Slide 81
Slide 82
Slide 83
Slide 84
Slide 85
Slide 86
Slide 87
Slide 88
Slide 89
Slide 90
Slide 91
Slide 92
Slide 93
Slide 94
Slide 95
Slide 96
Slide 97
Slide 98
Slide 99
Slide 100
Slide 101
Slide 102
Slide 103