diff --git a/README.md b/README.md index 275156a..bea95bb 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ -# NodeSynth +# NodeSynth: Socially Aligned Synthetic Data for AI Evaluation -Tool Prototype: http://go/sarai-external-prototype +🚀 [**Launch Live Prototype**](https://support-tickets-29m1bnjrfkk.streamlit.app/#end-to-end-workflow) -NodeSynth is a research prototype that implements a scalable, multi-stage -method for creating socially relevant and grounded synthetic data (e.g., -annotated queries) for AI model evaluation. The pipeline breaks down topics -related to safety policies (e.g., harassment) and sensitive domains (e.g., -education) into taxonomies using a fine-tuned taxonomy generator; identifies -key relationships within the taxonomies (e.g., social groups, use cases); and -validates synthetic query quality for model evaluation. +**NodeSynth** is a research prototype that implements a scalable, multi-stage methodology for creating socially relevant and evidence-grounded synthetic data (e.g., annotated queries) for AI model evaluation. -NodeSynth enables users (e.g., researchers, developers) to go from a topic to a -synthetic dataset capturing relationships that represent documented harms in the -real world. This prototype and the approach outlined in the accompanying paper -can be used to conduct lightweight model evaluations specific to sensitive -topics, enabling model developers and deployers to prioritize key areas of -concern for in-depth human evaluation. +The pipeline breaks down topics related to safety policies (e.g., harassment) and sensitive domains (e.g., education) into granular taxonomies using a fine-tuned taxonomy generator. It identifies key relationships within these taxonomies (e.g., affected social groups, geographic regions, use cases) and generates high-fidelity synthetic queries designed for rigorous model evaluation. + +## 🚨 The Challenge +Standard benchmarks and manual query creation struggle to capture real-world sociotechnical nuance or scale effectively. While generic synthetic data offers an alternative, these datasets often contain unintended biases, lack diversity, and are inaccurate for highly-sensitive domains. NodeSynth enables users (researchers, developers, and auditors) to go from a high-level topic to a rich synthetic dataset capturing relationships that represent *documented harms* in the real world. + +## 💡 Core Contributions +* **Sociotechnical Framework:** Leverages an expert-curated Taxonomy Generator (TaG) to ground abstract concepts in concrete, evidence-based scenarios. +* **Empowered Scaling:** Enables resource-constrained entities to conduct lightweight, scalable model evaluations specific to sensitive topics. +* **Interpretable Diagnostics:** Allows evaluators to trace exact failure intersections (demographics, geography, taxonomy level) to prioritize key areas of concern for targeted mitigation and in-depth human evaluation.
@@ -23,19 +20,28 @@ concern for in-depth human evaluation.
Figure 1: A visual representation of the NodeSynth approach. Based on user inputs, NodeSynth (Step 1) creates a complete, three layer taxonomy using a fine-tuned model; and (Step 2) extracts metadata (e.g., sensitive characteristics) from relevant sources, related to the branches of the taxonomy. Utilizing the aforementioned concepts and annotations, NodeSynth (Step 3) generates annotated synthetic queries for model evaluation.