diff --git a/docs/research/index.md b/docs/research/index.md index 0408f86..3d0877e 100644 --- a/docs/research/index.md +++ b/docs/research/index.md @@ -46,7 +46,7 @@ ConceptSMILE audits whether human-understandable concepts provide explanations t ## Research resources - [Browse the complete publication catalogue](publications.md) -- [Read research blogs and explainers](blogs.md) +- [Read research blogs and explainers](reddit/blogs.md) - [Choose the correct citation for your use case](citation.md) - [Follow the reproducibility guidance](../how-to/reproducibility.md) diff --git a/docs/research/blogs.md b/docs/research/reddit/blogs.md similarity index 63% rename from docs/research/blogs.md rename to docs/research/reddit/blogs.md index ecad8a0..f9b0a8a 100644 --- a/docs/research/blogs.md +++ b/docs/research/reddit/blogs.md @@ -5,7 +5,7 @@ description: Published SMILE and responsible-AI blog posts, plus XWhy guides abo # Research blogs -Explore published articles from the University of Hull research group and longer XWhy explainers. For research citations, use the [publication catalogue](publications.md). +Explore published articles from the University of Hull research group and longer XWhy explainers. For research citations, use the [publication catalogue](../publications.md). ## Published research group blog posts @@ -18,9 +18,9 @@ Explore published articles from the University of Hull research group and longer ## XWhy explainers and practical reading -- **[How SMILE works](../concepts/smile.md)** — The perturbation, weighting, and local surrogate workflow behind an explanation. -- **[What a local explanation tells you](../concepts/local-explanations.md)** — How to interpret results for a particular input and model output. -- **[Explaining LLM responses](../explainers/llm/index.md)** — Prompt perturbations and token contributions in language-model workflows. -- **[Image generation and editing examples](../explainers/image-generation/image-generation-editing-examples.md)** — Examples and scope for visual generation workflows. -- **[Evaluating explanation fidelity](../evaluation/attribution-fidelity.md)** — Ways to test whether an attribution reflects the model's behaviour. -- **[Limitations and responsible interpretation](../concepts/limitations.md)** — Where local explanations need additional checks. +- **[How SMILE works](../../concepts/smile.md)** — The perturbation, weighting, and local surrogate workflow behind an explanation. +- **[What a local explanation tells you](../../concepts/local-explanations.md)** — How to interpret results for a particular input and model output. +- **[Explaining LLM responses](../../explainers/llm/index.md)** — Prompt perturbations and token contributions in language-model workflows. +- **[Image generation and editing examples](../../explainers/image-generation/image-generation-editing-examples.md)** — Examples and scope for visual generation workflows. +- **[Evaluating explanation fidelity](../../evaluation/attribution-fidelity.md)** — Ways to test whether an attribution reflects the model's behaviour. +- **[Limitations and responsible interpretation](../../concepts/limitations.md)** — Where local explanations need additional checks. diff --git a/properdocs.yml b/properdocs.yml index a22bd3a..2e1fa20 100644 --- a/properdocs.yml +++ b/properdocs.yml @@ -92,7 +92,7 @@ plugins: - evaluation/attribution-faithfulness.md: ATT faithfulness under interventions Research: - research/index.md: Research and reproducibility entry point - - research/blogs.md: Research blogs and XWhy explainers + - research/reddit/blogs.md: Research blogs and XWhy explainers - research/citation.md: How to cite XWhy Releases: - release-notes.md: Version history and detailed release notes @@ -160,7 +160,7 @@ nav: - Research: - Overview: research/index.md - Publications: research/publications.md - - Blogs: research/blogs.md + - Blogs: research/reddit/blogs.md - Citation: research/citation.md - API Reference: reference/index.md - Release Notes: release-notes.md