File size: 23,135 Bytes
6fa4bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
{
    "paper_id": "2022",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T01:11:32.444622Z"
    },
    "title": "",
    "authors": [],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "2022",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "Two years after the appearance of GPT-3, large language models seem to have taken over NLP. Their capabilities, limitations, societal impact and the potential new applications they unlocked have been discussed and debated at length. A handful of replication studies have been published since then, confirming some of the initial findings and discovering new limitations. This workshop aims to gather researchers and practitioners involved in the creation of these models in order to:",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "1. Share ideas on the next directions of research in this field, including-but not limited to-grounding, multi-modal models, continuous updates and reasoning capabilities.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "2. Share best-practices, brainstorm solutions to identified limitations and discuss challenges, such as infrastructure, data, ethical & legal frameworks, evaluation, training efficiency, etc.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "This workshop is organized by the BigScience 1 initiative and will also serve as the closing session of this one year-long initiative aimed at developing a multilingual large language model, which is gathering 1.000+ researchers from more than 60 countries and 250 institutions and research labs. Its goal is to investigate the creation of a large scale dataset and model from a very wide diversity of angles.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "Organizing Committee ",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "https://bigscience.huggingface.co/",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF0": {
                "ref_id": "b0",
                "title": "Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora Xisen Jin",
                "authors": [
                    {
                        "first": "Dejiao",
                        "middle": [],
                        "last": "Zhang",
                        "suffix": ""
                    },
                    {
                        "first": "Henghui",
                        "middle": [],
                        "last": "Zhu",
                        "suffix": ""
                    },
                    {
                        "first": "Wei",
                        "middle": [],
                        "last": "Xiao",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Shang-Wen",
                        "suffix": ""
                    },
                    {
                        "first": "Xiaokai",
                        "middle": [],
                        "last": "Li",
                        "suffix": ""
                    },
                    {
                        "first": "Andrew",
                        "middle": [],
                        "last": "Wei",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Arnold",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Xiang Ren",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora Xisen Jin, Dejiao Zhang, Henghui Zhu, Wei Xiao, Shang-Wen Li, Xiaokai Wei, Andrew Arnold and Xiang Ren . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1",
                "links": null
            },
            "BIBREF1": {
                "ref_id": "b1",
                "title": "You reap what you sow: On the Challenges of Bias Evaluation Under Multilingual Settings Zeerak Talat",
                "authors": [
                    {
                        "first": "Valentin",
                        "middle": [],
                        "last": "Pelloin",
                        "suffix": ""
                    },
                    {
                        "first": "Franck",
                        "middle": [],
                        "last": "Benoit Favre",
                        "suffix": ""
                    },
                    {
                        "first": "Antoine",
                        "middle": [],
                        "last": "Dary",
                        "suffix": ""
                    },
                    {
                        "first": "Sylvain",
                        "middle": [],
                        "last": "Laurent",
                        "suffix": ""
                    },
                    {
                        "first": "Laurent",
                        "middle": [],
                        "last": "Meignier",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "Besacier",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "Using ASR-Generated Text for Spoken Language Modeling Nicolas Herv\u00e9",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Using ASR-Generated Text for Spoken Language Modeling Nicolas Herv\u00e9, Valentin Pelloin, Benoit Favre, Franck Dary, Antoine Laurent, Sylvain Meignier and Laurent Besacier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 You reap what you sow: On the Challenges of Bias Evaluation Under Multilingual Settings Zeerak Talat, Aur\u00e9lie N\u00e9v\u00e9ol, Stella Biderman, Miruna Clinciu, Manan Dey, Shayne Long- pre, Sasha Luccioni, Maraim Masoud, Margaret Mitchell, Dragomir Radev, Shanya Sharma, Arjun Subramonian, Jaesung Tae, Samson Tan, Deepak Tunuguntla and Oskar Van Der Wal . . . . . . . . . . . . . 26",
                "links": null
            },
            "BIBREF3": {
                "ref_id": "b3",
                "title": "UNIREX: A Unified Learning Framework for Language Model Rationale Extraction Aaron Chan",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "UNIREX: A Unified Learning Framework for Language Model Rationale Extraction Aaron Chan, Maziar Sanjabi, Lambert Mathias, Liang Tan, Shaoliang Nie, Xiaochang Peng,",
                "links": null
            },
            "BIBREF4": {
                "ref_id": "b4",
                "title": "51 Pipelines for Social Bias Testing of Large Language Models Debora Nozza, Federico Bianchi and Dirk Hovy",
                "authors": [
                    {
                        "first": "Xiang",
                        "middle": [],
                        "last": "Ren",
                        "suffix": ""
                    },
                    {
                        "first": "Hamed",
                        "middle": [
                            ". . ."
                        ],
                        "last": "Firooz",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Xiang Ren and Hamed Firooz . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 Pipelines for Social Bias Testing of Large Language Models Debora Nozza, Federico Bianchi and Dirk Hovy. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .68",
                "links": null
            },
            "BIBREF5": {
                "ref_id": "b5",
                "title": "Zero-Shot on Historical Texts with T0",
                "authors": [
                    {
                        "first": "Dates",
                        "middle": [],
                        "last": "Entities",
                        "suffix": ""
                    },
                    {
                        "first": "Languages",
                        "middle": [],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Entities, Dates, and Languages: Zero-Shot on Historical Texts with T0",
                "links": null
            },
            "BIBREF7": {
                "ref_id": "b7",
                "title": "A Holistic Assessment of the Carbon Footprint of Noor, a Very Large Arabic Language Model Imad Lakim, Ebtesam Almazrouei",
                "authors": [],
                "year": null,
                "venue": "Ibrahim Abualhaol, Merouane Debbah and Julien Launay",
                "volume": "84",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "A Holistic Assessment of the Carbon Footprint of Noor, a Very Large Arabic Language Model Imad Lakim, Ebtesam Almazrouei, Ibrahim Abualhaol, Merouane Debbah and Julien Launay 84",
                "links": null
            },
            "BIBREF8": {
                "ref_id": "b8",
                "title": "An Open-Source Autoregressive Language Model Sidney Black",
                "authors": [
                    {
                        "first": "Eric",
                        "middle": [],
                        "last": "Gpt-Neox-20b ; Stella Biderman",
                        "suffix": ""
                    },
                    {
                        "first": "Quentin",
                        "middle": [
                            "Gregory"
                        ],
                        "last": "Hallahan",
                        "suffix": ""
                    },
                    {
                        "first": "Leo",
                        "middle": [],
                        "last": "Anthony",
                        "suffix": ""
                    },
                    {
                        "first": "Laurence",
                        "middle": [],
                        "last": "Gao",
                        "suffix": ""
                    },
                    {
                        "first": "Horace",
                        "middle": [],
                        "last": "Golding",
                        "suffix": ""
                    },
                    {
                        "first": "Connor",
                        "middle": [],
                        "last": "He",
                        "suffix": ""
                    },
                    {
                        "first": "Kyle",
                        "middle": [],
                        "last": "Leahy",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Mcdonell",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "GPT-NeoX-20B: An Open-Source Autoregressive Language Model Sidney Black, Stella Biderman, Eric Hallahan, Quentin Gregory Anthony, Leo Gao, Laurence Golding, Horace He, Connor Leahy, Kyle McDonell, Jason Phang, Michael Martin Pieler, Usvsn Sai Prashanth, Shivanshu Purohit, Laria Reynolds, Jonathan Tow, Ben Wang and Samuel Weinbach . . . . 95",
                "links": null
            },
            "BIBREF9": {
                "ref_id": "b9",
                "title": "Dataset Debt in Biomedical Language Modeling Jason Alan Fries",
                "authors": [
                    {
                        "first": "Natasha",
                        "middle": [],
                        "last": "Seelam",
                        "suffix": ""
                    },
                    {
                        "first": "Gabriel",
                        "middle": [],
                        "last": "Altay",
                        "suffix": ""
                    },
                    {
                        "first": "Leon",
                        "middle": [],
                        "last": "Weber",
                        "suffix": ""
                    },
                    {
                        "first": "Myungsun",
                        "middle": [],
                        "last": "Kang",
                        "suffix": ""
                    },
                    {
                        "first": "Debajyoti",
                        "middle": [],
                        "last": "Datta",
                        "suffix": ""
                    },
                    {
                        "first": "Ruisi",
                        "middle": [],
                        "last": "Su",
                        "suffix": ""
                    },
                    {
                        "first": "Samuele",
                        "middle": [],
                        "last": "Garda",
                        "suffix": ""
                    },
                    {
                        "first": "Bo",
                        "middle": [],
                        "last": "Wang",
                        "suffix": ""
                    },
                    {
                        "first": "Simon",
                        "middle": [],
                        "last": "Ott",
                        "suffix": ""
                    },
                    {
                        "first": "Matthias",
                        "middle": [],
                        "last": "Samwald",
                        "suffix": ""
                    },
                    {
                        "first": "Wojciech",
                        "middle": [
                            ". . . ."
                        ],
                        "last": "Kusa",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Dataset Debt in Biomedical Language Modeling Jason Alan Fries, Natasha Seelam, Gabriel Altay, Leon Weber, Myungsun Kang, Debajyoti Datta, Ruisi Su, Samuele Garda, Bo Wang, Simon Ott, Matthias Samwald and Wojciech Kusa . . . . . . . . . . 137",
                "links": null
            },
            "BIBREF10": {
                "ref_id": "b10",
                "title": "Emergent Structures and Training Dynamics in Large Language Models",
                "authors": [
                    {
                        "first": "Ryan",
                        "middle": [],
                        "last": "Teehan",
                        "suffix": ""
                    },
                    {
                        "first": "Miruna",
                        "middle": [],
                        "last": "Clinciu",
                        "suffix": ""
                    },
                    {
                        "first": "Oleg",
                        "middle": [],
                        "last": "Serikov",
                        "suffix": ""
                    },
                    {
                        "first": "Eliza",
                        "middle": [],
                        "last": "Szczechla",
                        "suffix": ""
                    },
                    {
                        "first": "Natasha",
                        "middle": [],
                        "last": "Seelam",
                        "suffix": ""
                    },
                    {
                        "first": "Shachar",
                        "middle": [],
                        "last": "Mirkin",
                        "suffix": ""
                    },
                    {
                        "first": "Aaron",
                        "middle": [],
                        "last": "Gokaslan",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Emergent Structures and Training Dynamics in Large Language Models Ryan Teehan, Miruna Clinciu, Oleg Serikov, Eliza Szczechla, Natasha Seelam, Shachar Mirkin and Aaron Gokaslan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146",
                "links": null
            },
            "BIBREF11": {
                "ref_id": "b11",
                "title": "160 Program Friday",
                "authors": [
                    {
                        "first": "Ellyn",
                        "middle": [],
                        "last": "Ayton",
                        "suffix": ""
                    },
                    {
                        "first": "Shivam",
                        "middle": [],
                        "last": "Sharma",
                        "suffix": ""
                    },
                    {
                        "first": "Scott",
                        "middle": [],
                        "last": "Howland",
                        "suffix": ""
                    },
                    {
                        "first": "Megha",
                        "middle": [],
                        "last": "Subramanian",
                        "suffix": ""
                    },
                    {
                        "first": "Scott",
                        "middle": [],
                        "last": "Vasquez",
                        "suffix": ""
                    },
                    {
                        "first": "Robin",
                        "middle": [],
                        "last": "Cosbey",
                        "suffix": ""
                    },
                    {
                        "first": "Maria",
                        "middle": [],
                        "last": "Glenski",
                        "suffix": ""
                    },
                    {
                        "first": "Svitlana",
                        "middle": [
                            ". . . . . . . . . . . . . . . . . . . . . . . . ."
                        ],
                        "last": "Volkova",
                        "suffix": ""
                    }
                ],
                "year": 2022,
                "venue": "Foundation Models of Scientific Knowledge for Chemistry: Opportunities, Challenges and Lessons Learned Sameera Horawalavithana",
                "volume": "12",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Foundation Models of Scientific Knowledge for Chemistry: Opportunities, Challenges and Lessons Learned Sameera Horawalavithana, Ellyn Ayton, Shivam Sharma, Scott Howland, Megha Subramanian, Scott Vasquez, Robin Cosbey, Maria Glenski and Svitlana Volkova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 Program Friday, May 27, 2022 12:30 -11:00 Poster Session 14:00 -15:00 BigScience 15:00 -15:20 Data Governance 15:20 -15:40 Data 15:40 -16:00 Modeling 16:00 -16:20 Prompt Engineering 16:20 -16:40 Evaluation viii",
                "links": null
            }
        },
        "ref_entries": {}
    }
}