1- import DefaultLayoutNarrow from " @/components/default-layout-narrow" ;
1+ import DefaultLayoutNarrow from " @/components/default-layout-narrow"
22
33export default function Layout({ children }) {
4- return <DefaultLayoutNarrow >{ children } </DefaultLayoutNarrow >;
4+ return <DefaultLayoutNarrow >{ children } </DefaultLayoutNarrow >
55}
66
7- import { Box , Text , Image } from " grommet" ;
8- import { LatestProductBlogsUpdates } from " ../../components/LatestProductBlogsUpdates" ;
9- import mlCommonsImage from " ../../images/ml-commons-report-hero.png" ;
7+ import { Box , Text , Image } from " grommet"
8+ import { LatestProductBlogsUpdates } from " ../../components/LatestProductBlogsUpdates"
9+ import mlCommonsImage from " ../../images/ml-commons-report-hero.png"
10+ import mlCommonsReportOne from " ../../images/ml-common-reports-1.png"
11+ import mlCommonsReportTwo from " ../../images/ml-common-reports-2.png"
1012
1113# Building a Safety Benchmark Dataset in Hindi
1214
13- <Box
14- background = " neutral-1"
15- pad = { { horizontal: " small" , vertical: " xxsmall" }}
16- round = " xsmall"
15+ <Box
16+ background = " neutral-1"
17+ pad = { { horizontal: " small" , vertical: " xxsmall" }}
18+ round = " xsmall"
1719 align = " center"
1820 width = " fit-content"
1921>
@@ -26,11 +28,12 @@ import mlCommonsImage from "../../images/ml-commons-report-hero.png";
2628
2729In 2024, Tattle was selected in this pilot project to build a dataset of prompts in Hindi as part of ML Commons' safety benchmark.
2830We followed Uli's participatory approach and created 2000 prompts in Hindi on two hazard categories: hate and sex-related crimes.
29- These prompts were created by an expert group, consisting of individuals with expertise in journalism, social work, feminist advocacy,
31+ These prompts were created by an expert group, consisting of individuals with expertise in journalism, social work, feminist advocacy,
3032gender studies, fact-checking, political campaigning, education, psychology, and research.
3133
3234## Project Team
33- <div class = " grid grid-cols-3 gap-x-4 gap-y-2" >
35+
36+ <div class = " grid grid-cols-3 gap-x-4 gap-y-2 sm:flex sm:flex-row sm:flex-wrap sm:gap-2" >
3437 <p class = " m-0" >Mansi Gupta</p >
3538 <p class = " m-0" >Srravya C</p >
3639 <p class = " m-0" >Vamsi Krishna Pothuru</p >
@@ -42,9 +45,32 @@ gender studies, fact-checking, political campaigning, education, psychology, and
4245 <p class = " m-0" >Maanas B</p >
4346</div >
4447
45-
4648## Outcomes
47- Our report, outlining the process of developing this dataset, is available here:
48- [ View Report] ( https://drive.google.com/file/d/1OKpZ7qqT6hjbzaeUC7UnBF1oCTn7c70z/view )
4949
50- <LatestProductBlogsUpdates projects = { [" ml-commons-safety-benchmark" ]} />
50+ <div className = " flex flex-row gap-4" >
51+ <div className = " w-1/2 sm:w-full" >
52+ <a
53+ href = " https://drive.google.com/file/d/1OKpZ7qqT6hjbzaeUC7UnBF1oCTn7c70z/view"
54+ target = " _blank"
55+ >
56+ <Image
57+ className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip"
58+ src = { mlCommonsReportTwo }
59+ alt = " Landscape Analysis Report"
60+ fit = " contain"
61+ />
62+ </a >
63+ </div >
64+ <div className = " w-1/2 sm:w-full" >
65+ <a href = " https://arxiv.org/abs/2501.13912" target = " _blank" >
66+ <Image
67+ className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip"
68+ src = { mlCommonsReportOne }
69+ alt = " ML Commons Report"
70+ fit = " cover"
71+ />
72+ </a >
73+ </div >
74+ </div >
75+
76+ <LatestProductBlogsUpdates projects = { [" ml-commons-safety-benchmark" ]} />
0 commit comments