IdeaCredIdeaCred

11e3/mer-insight-pipeline

57

Automated financial prediction tracking & verification using Korean macro data and LLM analysis

What's novel

Automated financial prediction tracking & verification using Korean macro data and LLM analysis

Code Analysis

19 files read · 4 rounds

Automatically extracts verifiable financial predictions from Korean/English blogs, matches them against an 88K+ news headline database using hybrid keyword+vector search, and renders accuracy verdicts via Claude Haiku — with a full eval framework and Streamlit dashboard.

Strengths

Genuinely rigorous engineering: controlled experiments comparing 6 verification approaches, documented data contamination audit with remediation, domain-specific Korean NLP (kiwipiepy POS + financial stopwords), and a two-tier matching system (GIN array overlap → pgvector cosine) that achieves 87% cost reduction over web-search-based verification. The prompt engineering for converting vague blog statements into verifiable yes/no propositions is the real intellectual contribution.

Weaknesses

The verification pipeline is inherently limited by headline availability — predictions about niche assets or long-term forecasts (2026-2028) will remain PENDING indefinitely. The BM25 index uses a naive O(n) argsort instead of numpy, and the hybrid search RRF is applied to insights (not headlines), creating a slight architectural mismatch between the search module and the verification path.

Score Breakdown

Innovation
6 (25%)
Craft
49 (35%)
Traction
5 (15%)
Scope
58 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+1
Releases+0
Has License+0
Code Quality+26
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+8
Languages+5
Subsystems+13
Bloat Penalty+0
Completeness+6
Contributors+7
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

140

Contributors

3

Files

112

Active weeks

1

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License