Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
14 changes: 7 additions & 7 deletions docs/research/blogs.md → docs/research/reddit/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
4 changes: 2 additions & 2 deletions properdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading