diff --git a/assets/png/calamancy-annotation/header.png b/assets/png/calamancy-annotation/header.png new file mode 100644 index 000000000..1b532fb11 Binary files /dev/null and b/assets/png/calamancy-annotation/header.png differ diff --git a/assets/png/calamancy-devlog-01/iterative-process.png b/assets/png/calamancy-annotation/iterative-process.png similarity index 100% rename from assets/png/calamancy-devlog-01/iterative-process.png rename to assets/png/calamancy-annotation/iterative-process.png diff --git a/assets/png/calamancy-devlog-01/visualization.svg b/assets/png/calamancy-annotation/visualization.svg similarity index 100% rename from assets/png/calamancy-devlog-01/visualization.svg rename to assets/png/calamancy-annotation/visualization.svg diff --git a/assets/png/calamancy-devlog-01/header.png b/assets/png/calamancy-devlog-01/header.png deleted file mode 100644 index aee8fc2b2..000000000 Binary files a/assets/png/calamancy-devlog-01/header.png and /dev/null differ diff --git a/notebook/_posts/2023-07-03-devlog-calamancy.md b/notebook/_posts/2023-07-03-devlog-calamancy.md index 06a9de2a3..931a549cd 100644 --- a/notebook/_posts/2023-07-03-devlog-calamancy.md +++ b/notebook/_posts/2023-07-03-devlog-calamancy.md @@ -1,14 +1,14 @@ --- layout: post type: post -title: "calamanCy devlog: some thoughts on the annotation process" +title: "Some thoughts on the annotation process" date: 2023-07-03 category: notebook comments: true author: "LJ MIRANDA" published: true tags: [nlp, tagalog, low-resource languages, prodigy, natural language processing, machine learning] -header-img: /assets/png/calamancy-devlog-01/header.png +header-img: /assets/png/calamancy-annotation/header.png description: | A development log on the calamanCy project and the Tagalog NLP pipeline. The tl;dr: we just finished re-annotating the dataset. I also want to share my learnings during the annotation process. @@ -38,7 +38,7 @@ In fact, the final diagram in my [February blog post](https://ljvmiranda921.gith We don't just annotate a thousand examples until we're tired and call it a day. Instead, **annotation is iterative**: -![](/assets/png/calamancy-devlog-01/iterative-process.png){:width="700px"} +![](/assets/png/calamancy-annotation/iterative-process.png){:width="700px"} {: style="text-align: center;"} Nils Reiter's [blog post](https://sharedtasksinthedh.github.io/2017/10/01/howto-annotation/) has been my annotation bible for the past few months. @@ -105,7 +105,7 @@ These numbers don't factor in our corrections. I'm just computing the metrics per batch as I receive them. -![](/assets/png/calamancy-devlog-01/visualization.svg){:width="600px"} +![](/assets/png/calamancy-annotation/visualization.svg){:width="600px"} {: style="text-align: center;"}