28 lines
425 B
Markdown
28 lines
425 B
Markdown
# Article Corpus
|
|
|
|
Place full article texts here.
|
|
|
|
Recommended filenames:
|
|
|
|
```text
|
|
article-01-strong-metaphor.md
|
|
article-02-business-analysis.md
|
|
article-03-logical-argument.md
|
|
article-04-value-philosophy.md
|
|
```
|
|
|
|
Each article should be self-contained enough for review without a separate 100k-word context package.
|
|
|
|
At the top of each article, add:
|
|
|
|
```md
|
|
---
|
|
article_id:
|
|
category:
|
|
title:
|
|
author: Wantsong
|
|
test_notes:
|
|
---
|
|
```
|
|
|