Skip to content

Commit b767c7c

Browse files
authored
Update data.js
Added two examples from HLG-MOS workshop 2025
1 parent 291f143 commit b767c7c

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

data.js

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ var tabledata = [{
328328
worktitle: "Automatic Generation Documents of Based on Informative Official Statistics",
329329
link: "https://unstats.un.org/bigdata/events/2025/ai-data-science/webinar2/presentations/Automatic%20Generation%20of%20Informative%20Documents%20Based%20on%20Official%20Statistics%20-%20Data%20Science%20Lab%20INEGI%20Mexico.pdf",
330330
resourcetype: "Presentation",
331-
organisation: "INEGI",
331+
organisation: "INEGI, Mexico",
332332
date: "2024-12",
333333
aimodels: "Mixtral 8x7B",
334334
approach: "LLM combined with internal API to retrieve necessary data and calculate indicators",
@@ -358,6 +358,31 @@ var tabledata = [{
358358
approach: "Fine tune a small open model",
359359
tools: " ",
360360
codeavailability: " "
361+
} ,{
362+
id: 29,
363+
usecasetype: "Data dissemination and information search",
364+
worktitle: "Experimental Developments on AI Agents Using Official Statistics",
365+
link: "https://unece.org/sites/default/files/2025-11/HLG2025_Day3_AI_Mexico_Villasenor_P.pdf",
366+
resourcetype: "Presentation",
367+
organisation: "INEGI, Mexico",
368+
date: "2025-11",
369+
aimodels: " ",
370+
approach: "GraphRAG, Text to SQL",
371+
tools: " ",
372+
codeavailability: " "
373+
} ,{
374+
id: 30,
375+
usecasetype: "Data dissemination and information search",
376+
worktitle: "Official Statistics in the era of AI - Istat’s journey towards modern, user-centred data dissemination systems",
377+
link: "https://unece.org/sites/default/files/2025-11/HLG2025_Day3_AI_Italy_Massacci_P_0.pdf",
378+
resourcetype: "Presentation",
379+
organisation: "Istat, Italy",
380+
date: "2025-11",
381+
aimodels: "text-embedding-3-large",
382+
approach: "embedding using table metadata",
383+
tools: " ",
384+
codeavailability: " "
361385
}
362386
]
363387

388+

0 commit comments

Comments
 (0)