-
Notifications
You must be signed in to change notification settings - Fork 2
/
data.js
300 lines (300 loc) · 10.4 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
var tabledata = [{
id: 1,
usecasetype: "Code and IT development",
worktitle: "SAS to R translation",
link: "https://unece.org/sites/default/files/2023-12/HLGMOS%20LLM%20Paper_Preprint_1.pdf",
resourcetype: "Paper",
organisation: "CSO Ireland",
date: "2023-12",
aimodels: "GPT-3.5",
approach: " ",
tools: " ",
codeavailability: ""
},
{
id: 2,
usecasetype: "Code and IT development",
worktitle: "SAS to R conversion: the use of LLM",
link: "https://my.visme.co/view/z4nodvzv-gpt-for-sas-to-r-slides-for-geneva#s1",
resourcetype: "Presentation",
organisation: "France Insee",
date: "2023-11",
aimodels: "GPT-3.5",
approach: " ",
tools: " ",
codeavailability: ""
},
{
id: 3,
usecasetype: "Text generation for analysis",
worktitle: "Report Generation Using LLMs",
link: "https://unece.org/sites/default/files/2023-12/HLGMOS%20LLM%20Paper_Preprint_1.pdf",
resourcetype: "Paper",
organisation: "Statistics Canada",
date: "2023-11",
aimodels: "GPT-3.5, GPT-4, Llama 2",
approach: "Zero-shot draft generation",
tools: "Azure OpenAI Service, Arthur AI Bench",
codeavailability: ""
},
{
id: 4,
usecasetype: "Text generation for analysis",
worktitle: "AI in Statistics Norway",
link: "Resources/StatisticsNorway_2024_05_Comm.pdf",
resourcetype: "Presentation",
organisation: "Statistics Norway",
date: "2024-05",
aimodels: "GPT-4",
approach: "Prompt engineering",
tools: "Chat GPT",
codeavailability: "N/A"
},
{
id: 5,
usecasetype: "Text generation for data processing (editing)",
worktitle: "Leveraging AI-assistants for better metadata and communication",
link: "https://unece.org/sites/default/files/2023-12/HLGMOS%20LLM%20Paper_Preprint_1.pdf",
resourcetype: "Paper",
organisation: "Bank of International Settlements",
date: "2024-03",
aimodels: "GPT-3.5",
approach: "Prompt engineering, RAG",
tools: "OpenAI AI Assistant",
codeavailability: "N/A"
},
{
id: 6,
usecasetype: "Text generation for data processing (editing)",
worktitle: "Leveraging AI-assistants for better metadata and communication",
link: "Resources/BIS_2024_04_MetadataEditing.pdf",
resourcetype: "Presentation",
organisation: "Bank of International Settlements",
date: "2024-03",
aimodels: "GPT-3.5",
approach: "Prompt engineering, RAG",
tools: "OpenAI AI Assistant",
codeavailability: "N/A"
},
{
id: 7,
usecasetype: "Communication - textual materials",
worktitle: "Use of AI in the communication and dissemination of statistics",
link: "Resources/StatisticsIndonesia_2024_03_Comm.pdf",
resourcetype: "Presentation",
organisation: "Statistics Indonesia",
date: "2024-03",
aimodels: "GPT-3.5",
approach: "Prompt engineering",
tools: " ",
codeavailability: "N/A"
},
{
id: 8,
usecasetype: "Communication - images or videos materials",
worktitle: "Use of Generative AI in ESTAT",
link: "",
resourcetype: "Presentation",
organisation: "EUROSTAT",
date: "2024-04",
aimodels: " ",
approach: "Prompt engineering",
tools: "DALL.E, ChatGPT, Adobe Firefly, Image Creator, Midjourney",
codeavailability: "N/A"
},
{
id: 9,
usecasetype: "Data dissemination and information search",
worktitle: "Free to play: UNCTAD's experience with developing its own open-source RAG LLM application",
link: "https://unece.org/sites/default/files/2024-05/ECE_CES_2024_23_E.pdf",
resourcetype: "Paper",
organisation: "UNCTAD",
date: "2024-05",
aimodels: "mistral",
approach: "RAG",
tools: "LlamaIndex, PostgreSQL, Streamlit",
codeavailability: "Yes"
},
{
id: 10,
usecasetype: "Data dissemination and information search",
worktitle: "Free to play: UNCTAD's experience with developing its own open-source RAG LLM application",
link: "https://unece.org/sites/default/files/2024-06/5_2_4_AI%20and%20LLM_UNCTAD_DanielHopp.pdf",
resourcetype: "Presentation",
organisation: "UNCTAD",
date: "2024-04",
aimodels: "mistral",
approach: "RAG",
tools: "LlamaIndex, PostgreSQL, Streamlit",
codeavailability: "Yes"
},
{
id: 11,
usecasetype: "Data dissemination and information search",
worktitle: "Using large language models (LLMs) to improve website search experience with StatsChat ",
link: "https://datasciencecampus.ons.gov.uk/using-large-language-models-llms-to-improve-website-search-experience-with-statschat/",
resourcetype: "Blog",
organisation: "UK ONS",
date: "2023-08",
aimodels: "Flan-T5; all-mpnet-base-v2",
approach: "RAG",
tools: " ",
codeavailability: "Yes"
},
{
id: 12,
usecasetype: "Data dissemination and information search",
worktitle: "Statbot.Swiss A Chatbot to query Swiss Open Data",
link: "Resources/SwissFSO_2024_07_Statbot.pdf",
resourcetype: "Presentation",
organisation: "Switzerland FSO",
date: "2024-06",
aimodels: "GPT-3.5 Turbo, mixtral-8x7b-instruct",
approach: "Text-to-SQL, In-Context Learning",
tools: " ",
codeavailability: "Yes"
},
{
id: 13,
usecasetype: "Data dissemination and information search",
worktitle: "Statbot.Swiss A Chatbot to query Swiss Open Data",
link: "https://arxiv.org/abs/2406.03170",
resourcetype: "Paper",
organisation: "Switzerland FSO",
date: "2024-06",
aimodels: "GPT-3.5 Turbo, mixtral-8x7b-instruct",
approach: "Text-to-SQL, In-Context Learning",
tools: " ",
codeavailability: "Yes"
},
{
id: 14,
usecasetype: "Data dissemination and information search, Communication - images or videos materials",
worktitle: "Text based intelligent assistant: TIA",
link: "Resources/GermanCentralBank_2024_06_Comm.pdf",
resourcetype: "Presentation",
organisation: "Bundesbank Germany",
date: "2024-06",
aimodels: "GPT-3.5, GPT-4 Turbo, GPT-4",
approach: "Prompt engineering ",
tools: "Chat GPT via Azure Microsoft Cloud Service",
codeavailability: " "
},
{
id: 15,
usecasetype: "Data dissemination and information search",
worktitle: "Stat GPT - Exploring Official Statistics using Generative AI and SDMX",
link: "https://unece.org/sites/default/files/2024-06/5_2_3_AI%20and%20LLM_IMF_BertKroese.pdf",
resourcetype: "Presentation",
organisation: "IMF",
date: "2024-06",
aimodels: "",
approach: "Multi agent",
tools: "",
codeavailability: " "
},
{
id: 16,
usecasetype: "Data dissemination and information search",
worktitle: "Stat GPT - Exploring Official Statistics using Generative AI and SDMX",
link: "https://unece.org/sites/default/files/2023-12/HLGMOS%20LLM%20Paper_Preprint_1.pdf",
resourcetype: "Paper",
organisation: "IMF",
date: "2023-11",
aimodels: "GPT-3.5, GPT-4",
approach: "",
tools: "AI-Dial",
codeavailability: " "
},
{
id: 17,
usecasetype: "Text generation for data processing",
worktitle: "Updating Statistical Classification Definitions",
link: "https://unece.org/sites/default/files/2023-12/HLGMOS%20LLM%20Paper_Preprint_1.pdf",
resourcetype: "Paper",
organisation: "Australian Bureau of Statistics",
date: "2023-11",
aimodels: "",
approach: "",
tools: "",
codeavailability: " "
},
{
id: 18,
usecasetype: "Data dissemination and information search",
worktitle: "Adopting artificial intelligence in the production and dissemination of official statistics",
link: "https://unece.org/sites/default/files/2024-05/ECE_CES_2024_21_E.pdf",
resourcetype: "Paper",
organisation: "Statistics Norway",
date: "2024-05",
aimodels: "",
approach: "RAG",
tools: "LangChain, Chainlit, PandasAI",
codeavailability: " "
},
{
id: 19,
usecasetype: "Text generation for data processing",
worktitle: "ClassifAI – Exploring the use of Large Language Models (LLMs) to assign free text to commonly used classifications",
link: "https://datasciencecampus.ons.gov.uk/classifai-exploring-the-use-of-large-language-models-llms-to-assign-free-text-to-commonly-used-classifications/",
resourcetype: "Blog",
organisation: "UK ONS",
date: "2024-07",
aimodels: "MiniLM, Gemini-Pro",
approach: "RAG",
tools: "LangChain, Streamlit",
codeavailability: "Yes"
},
{
id: 20,
usecasetype: "Data dissemination and information search",
worktitle: "Beyond keywords: AI-driven approaches to improve data discoverability",
link: "https://blogs.worldbank.org/en/opendata/beyond-keywords--ai-driven-approaches-to-improve-data-discoverab0",
resourcetype: "Blog",
organisation: "World Bank",
date: "2024-05",
aimodels: "GIST-all-MiniLM-L6-v2",
approach: " ",
tools: " ",
codeavailability: " "
},
{
id: 21,
usecasetype: "Communication - images or videos materials",
worktitle: "AI tools and video generation process",
link: "https://vimeo.com/statcanvideo/review/982142762/57e7b37f68",
resourcetype: "Video demo",
organisation: "Statistics Canada",
date: "2024-07",
aimodels: "GIST-all-MiniLM-L6-v2",
approach: " ",
tools: "HeyGen, ElevenLabs, ChatGPT, Hedra, Suno",
codeavailability: "N/A"
},
{
id: 22,
usecasetype: "Data dissemination and information search",
worktitle: "SDMX + AI: A path to explore generative AI for better data accessibility",
link: "https://siscc.org/sdmxai/",
resourcetype: "Workshop",
organisation: "OECD, Bank of International Settlements",
date: "2024-04",
aimodels: "GPT-3.5, GPT-4",
approach: "RAG",
tools: "Stat GPT (IMF), .Stat LLM-based Search POC (SEASE), StatsBot POC (e-Zest), ChatHMS (HMS)",
codeavailability: "N/A"
},
{
id: 23,
usecasetype: "Text generation for analysis",
worktitle: "ParliAI – using AI tools to monitor parliamentary coverage of the ONS across the UK",
link: "https://datasciencecampus.ons.gov.uk/parliai-using-ai-tools-to-monitor-parliamentary-coverage-of-the-ons-across-the-uk/",
resourcetype: "Blog",
organisation: "UK ONS",
date: "2024-08",
aimodels: "Gemini Pro 1.0, Gemma 1.0",
approach: "Prompt template",
tools: "Ollama",
codeavailability: "Yes"
}
]