-
Notifications
You must be signed in to change notification settings - Fork 2
/
generate.py
469 lines (461 loc) · 21.4 KB
/
generate.py
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
# noqa: E501
from jinja2 import Template
papers = [
{
"title": "Discrete Flow Matching (Spotlight)",
"authors": "Itai Gat, Tal Remez, Neta Shaul, Felix Kreuk, Ricky T. Q. Chen, Gabriel Synnaeve, Yossi Adi, Yaron Lipman",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2024",
"links": {
"PDF,": "https://arxiv.org/pdf/2407.15595",
},
"year": 2024,
"bib": """
@inproceedings{gat2024discrete,
title={Discrete Flow Matching},
author={Itai Gat and Tal Remez and Neta Shaul and Felix Kreuk and Ricky T. Q. Chen and Gabriel Synnaeve and Yossi Adi and Yaron Lipman},
booktitle={NeurIPS},
year ={2024},
}
"""
},
{
"title": "Generator Matching: Generative modeling with arbitrary Markov processes",
"authors": "Peter Holderrieth, Marton Havasi, Jason Yim, Neta Shaul, Itai Gat, Tommi Jaakkola, Brian Karrer, Ricky TQ Chen, Yaron Lipman",
# "venue": "Advances in Neural Information Processing Systems (NeurIPS), 2024",
"links": {
"PDF,": "https://arxiv.org/abs/2410.20587",
},
"year": 2024,
"bib": """
@article{holderrieth2024generator,
title={Generator Matching: Generative modeling with arbitrary Markov processes},,
author={Peter Holderrieth and Marton Havasi and Jason Yim and Neta Shaul and Itai Gat and Tommi Jaakkola and Brian Karrer and Ricky T. Q. Chen and Yaron Lipman},
journal={arXiv preprint arXiv:2410.20587},
year={2024}
}
"""
},
{
"title": "Exact Byte-Level Probabilities from Tokenized Language Models for FIM-Tasks and Model Ensembles",
"authors": "Buu Phan, Brandon Amos, Itai Gat, Marton Havasi, Matthew Muckley, Karen Ullrich",
# "venue": "Advances in Neural Information Processing Systems (NeurIPS), 2024",
"links": {
"PDF,": "https://arxiv.org/abs/2410.09303",
},
"year": 2024,
"bib": """
@article{phan2024exact,
title={Exact Byte-Level Probabilities from Tokenized Language Models for FIM-Tasks and Model Ensembles},
author={Phan, Buu and Amos, Brandon and Gat, Itai and Havasi, Marton and Muckley, Matthew and Ullrich, Karen},
journal={arXiv preprint arXiv:2410.09303},
year={2024}
}
"""
},
{
"title": "The Llama 3 Herd of Models",
"authors": "Llama Team, AI @ Meta",
# "venue": "arXiv, 2024",
"links": {
"PDF,": "https://arxiv.org/pdf/2407.21783",
"Code and Models,": "https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/MODEL_CARD.md",
"Website,": "https://llama.meta.com/"
},
"year": 2024,
"bib": """
@inproceedings{dubey2024llama3herdmodels,
title={The Llama 3 Herd of Models},
author={Llama Team, AI @ Meta},
booktitle={arXiv},
year ={2024},
}
"""
},
{
"title": "D-Flow: Differentiating through Flows for Controlled Generation",
"authors": "Heli Ben-Hamu, Omri Puny, Itai Gat, Brian Karrer, Uriel Singer, Yaron Lipman",
"venue": "International Conference on Machine Learning (ICML), 2024",
"links": {
"PDF,": "https://arxiv.org/pdf/2402.14017",
},
"year": 2024,
"bib": """
@inproceedings{ben2024d,
title={D-Flow: Differentiating through Flows for Controlled Generation},
author={Ben-Hamu, Heli and Puny, Omri and Gat, Itai and Karrer, Brian and Singer, Uriel and Lipman, Yaron},
booktitle={ICML},
year ={2024},
}
"""
},
{
"title": "SpiRit-LM: Interleaved Spoken and Written Language Model",
"authors": "Tu Anh Nguyen, Benjamin Muller, Bokai Yu, Marta R. Costa-jussa, Maha Elbayad, Sravya Popuri, Paul-Ambroise Duquenne, Robin Algayres, Ruslan Mavlyutov, Itai Gat, Gabriel Synnaeve, Juan Pino, Benoit Sagot, Emmanuel Dupoux",
"venue": "Transactions of the Association for Computational Linguistics (TACL), 2024",
"links": {
"PDF,": "https://arxiv.org/pdf/2402.05755",
"Website,": "https://speechbot.github.io/spiritlm/"
},
"year": 2024,
"bib": """
@inproceedings{nguyen2024spirit,
title={Spirit-lm: Interleaved spoken and written language model},
author={Nguyen, Tu Anh and Muller, Benjamin and Yu, Bokai and Costa-Jussa, Marta R and Elbayad, Maha and Popuri, Sravya and Duquenne, Paul-Ambroise and Algayres, Robin and Mavlyutov, Ruslan and Gat, Itai and others},
booktitle={TACL},
year ={2024},
}
"""
},
{
"title": "Masked Audio Generation using a Single Non-Autoregressive Transformer",
"authors": "Alon Ziv, Itai Gat, Gael Le Lan, Tal Remez, Felix Kreuk, Alexandre Defossez, Jade Copet, Gabriel Synnaeve, Yossi Adi",
"venue": "International Conference on Learning Representations (ICLR), 2024",
"links": {
"PDF,": "https://arxiv.org/abs/2401.04577",
"Code and Models,": "https://github.com/facebookresearch/audiocraft/blob/main/docs/MAGNET.md",
"Website,": "https://pages.cs.huji.ac.il/adiyoss-lab/MAGNeT/"
},
"year": 2024,
"bib": """
@inproceedings{ziv2024magnet,
title={Masked Audio Generation using a Single Non-Autoregressive Transformer},
author={Alon Ziv and Itai Gat and Gael Le Lan and Tal Remez and Felix Kreuk and Alexandre Defossez and Jade Copet and Gabriel Synnaeve and Yossi Adi},
year={2024},
booktitle={ICLR}
}
"""
},
{
"title": "Joint Audio and Symbolic Conditioning for Temporally Controlled Text-to-Music Generation",
"authors": "Or Tal, Alon Ziv, Itai Gat, Felix Kreuk, Yossi Adi",
"venue": "International Society for Music Information Retrieval (ISMIR)",
"links": {
"PDF,": "https://arxiv.org/pdf/2406.10970",
"Code and Models,": "https://github.com/facebookresearch/audiocraft/blob/main/docs/JASCO.md",
"Website,": "https://pages.cs.huji.ac.il/adiyoss-lab/JASCO/",
},
"year": 2024,
"bib": """
@inproceedings{tal2024joint,
title={Joint Audio and Symbolic Conditioning for Temporally Controlled Text-to-Music Generation},
author={Tal, Or and Ziv, Alon and Gat, Itai and Kreuk, Felix and Adi, Yossi},
booktitle={ISMIR},
year ={2024},
}
"""
},
{
"title": "Diverse and Aligned Audio-to-Video Generation via Text-to-Video Model Adaptation",
"authors": "Guy Yariv, Itai Gat, Sagie Benaim, Lior Wolf, Idan Schwartz, Yossi Adi",
"venue": "The Thirty-Eighth AAAI Conference on Artificial Intelligence (AAAI), 2024",
"links": {
"PDF,": "https://arxiv.org/abs/2309.16429",
"Code and Models,": "https://github.com/guyyariv/TempoTokens",
"Website,": "https://pages.cs.huji.ac.il/adiyoss-lab/TempoTokens/"
},
"year": 2024,
"bib": """
@misc{yariv2023diverse,
title={Diverse and Aligned Audio-to-Video Generation via Text-to-Video Model Adaptation},
author={Guy Yariv and Itai Gat and Sagie Benaim and Lior Wolf and Idan Schwartz and Yossi Adi},
year={2024},
booktitle={AAAI}
}
"""
},
{
"title": "Layer Collaboration in the Forward-Forward Algorithm",
"authors": "Guy Lorberbom*, Itai Gat*, Yossi Adi, Alex Schwing, Tamir Hazan",
"venue": "The Thirty-Eighth AAAI Conference on Artificial Intelligence (AAAI), 2024",
"links": {
"PDF,": "https://arxiv.org/abs/2305.12393",
},
"bib": """
@inproceedings{lorberbom2023layer,
title={Layer Collaboration in the Forward-Forward Algorithm},
author={Guy Lorberbom and Itai Gat and Yossi Adi and Alex Schwing and Tamir Hazan},
year={2023},
booktitle={AAAI},}
""",
"year": 2024,
},
{
"title": "Code Llama: Open Foundation Models for Code",
"authors": "Baptiste Rozière, Jonas Gehring, Fabian Gloeckle, Sten Sootla, Itai Gat, Xiaoqing Ellen Tan, Yossi Adi, Jingyu Liu, Tal Remez, Jérémy Rapin, Artyom Kozhevnikov, Ivan Evtimov, Joanna Bitton, Manish Bhatt, Cristian Canton Ferrer, Aaron Grattafiori, Wenhan Xiong, Alexandre Défossez, Jade Copet, Faisal Azhar, Hugo Touvron, Louis Martin, Nicolas Usunier, Thomas Scialom, Gabriel Synnaeve",
"venue": "arXiv, 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2308.12950",
"Code and Models,": "https://github.com/facebookresearch/codellama",
"Blog,": "https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/"
},
"year": 2023,
"bib": """
@misc{roziere2023code,
title={Code Llama: Open Foundation Models for Code},
author={Baptiste Rozière and Jonas Gehring and Fabian Gloeckle and Sten Sootla and Itai Gat and Xiaoqing Ellen Tan and Yossi Adi and Jingyu Liu and Tal Remez and Jérémy Rapin and Artyom Kozhevnikov and Ivan Evtimov and Joanna Bitton and Manish Bhatt and Cristian Canton Ferrer and Aaron Grattafiori and Wenhan Xiong and Alexandre Défossez and Jade Copet and Faisal Azhar and Hugo Touvron and Louis Martin and Nicolas Usunier and Thomas Scialom and Gabriel Synnaeve},
year={2023},
eprint={2308.12950},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
"""
},
{
"title": "Simple and Controllable Music Generation",
"authors": "Jade Copet, Felix Kreuk, Itai Gat, Tal Remez, David Kant, Gabriel Synnaeve, Yossi Adi, Alexandre Défossez",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2306.05284",
"Demo,": "https://huggingface.co/spaces/facebook/MusicGen",
"Code,": "https://github.com/facebookresearch/audiocraft"
},
"year": 2023,
"bib": """
@inproceedings{copet2023simple,
title={Simple and Controllable Music Generation},
author={Jade Copet and Felix Kreuk and Itai Gat and Tal Remez and David Kant and Gabriel Synnaeve and Yossi Adi and Alexandre Défossez},
booktitle={NeurIPS},
year ={2023},}
}
"""
},
{
"title": "Textually Pretrained Speech Language Models",
"authors": "Michael Hassid, Tal Remez, Tu Anh Nguyen, Itai Gat, Alexis Conneau, Felix Kreuk, Jade Copet, Alexandre Defossez, Gabriel Synnaeve, Emmanuel Dupoux, Roy Schwartz, Yossi Adi",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2305.13009",
"Samples,": "https://pages.cs.huji.ac.il/adiyoss-lab/twist/",
},
"year": 2023,
"bib": """
@inproceedings{hassid2023textually,
title={Textually Pretrained Speech Language Models},
author={Michael Hassid and Tal Remez and Tu Anh Nguyen and Itai Gat and Alexis Conneau and Felix Kreuk and Jade Copet and Alexandre Defossez and Gabriel Synnaeve and Emmanuel Dupoux and Roy Schwartz and Yossi Adi},
booktitle={NeurIPS},
year ={2023},}
"""
},
{
"title": "Expresso: A Benchmark and Analysis of Discrete Expressive Speech Resynthesis",
"authors": "Tu Anh Nguyen, Wei-Ning Hsu, Antony d'Avirro, Bowen Shi, Itai Gat, Maryam Fazel-Zarandi, Tal Remez, Jade Copet, Gabriel Synnaeve, Michael Hassid, Felix Kreuk, Yossi Adi, Emmanuel Dupoux",
"venue": "International Speech Communication Association (Interspeech), 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2308.05725",
},
"year": 2023,
"bib": """
@inproceedings{expresso2023,
title={Expresso: A Benchmark and Analysis of Discrete Expressive Speech Resynthesis},
author={Tu Anh Nguyen, Wei-Ning Hsu, Antony d'Avirro, Bowen Shi, Itai Gat, Maryam Fazel-Zarandi, Tal Remez, Jade Copet, Gabriel Synnaeve, Michael Hassid, Felix Kreuk, Yossi Adi, Emmanuel Dupoux},
booktitle={INTERSPEECH},
year={2023}}
"""
},
{
"title": "AudioToken: Adaptation of Text-Conditioned Diffusion Models for Audio-to-Image Generation",
"authors": "Guy Yariv, Itai Gat, Lior Wolf, Yossi Adi, Idan Schwartz",
"venue": "International Speech Communication Association (Interspeech), 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2305.13050",
"Page,": "https://pages.cs.huji.ac.il/adiyoss-lab/AudioToken/",
"Code,": "https://github.com/guyyariv/AudioToken",
},
"bib": """
@inproceedings{yarivAudiotoken,
title={AudioToken: Adaptation of Text-Conditioned Diffusion Models for Audio-to-Image Generation},
author={Guy Yariv, Itai Gat, Lior Wolf, Yossi Adi, Idan Schwartz},
booktitle={INTERSPEECH},
year={2023}}
""",
"year": 2023,
},
{
"title": "Augmentation Invariant Discrete Representation for Generative Spoken Language Modeling (Oral)",
"authors": "Itai Gat, Felix Kreuk, Tu Anh Nguyen, Ann Lee, Jade Copet, Gabriel Synnaeve, Emmanuel Dupoux, Yossi Adi",
"venue": "International Conference on Spoken Language Translation (IWSLT), 2023",
"links": {
"PDF,": "https://arxiv.org/abs/2209.15483",
},
"bib": """
@inproceedings{augmentationgat23,
title={Augmentation Invariant Discrete Representation for Generative Spoken Language Modeling},
author={Itai Gat, Felix Kreuk, Tu Anh Nguyen, Ann Lee, Jade Copet, Gabriel Synnaeve, Emmanuel Dupoux, Yossi Adi},
booktitle={IWSLT},
year={2023}}
""",
"year": 2023,
},
{
"title": "On the Importance of Gradient Norm in PAC-Bayesian Bounds",
"authors": "Itai Gat, Yossi Adi, Alex Schwing, Tamir Hazan",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2022",
"links": {
"PDF,": "https://proceedings.neurips.cc/paper_files/paper/2022/file/6686e3f2e31a0db5bf90ab1cc2272b72-Paper-Conference.pdf",
},
"year": 2022,
"bib": """
@inproceedings{gat2022importance,
title={On the Importance of Gradient Norm in PAC-Bayesian Bounds},
author={Gat, Itai and Adi, Yossi and Schwing, Alexander and Hazan, Tamir},
booktitle={NeurIPS},
year={2022}}
"""
},
{
"title": "On The Robustness of Self-Supervised Representations for Spoken Language Modeling",
"authors": "Itai Gat, Felix Kreuk, Ann Lee, Jade Copet, Gabriel Synnaeve, Emmanuel Dupoux, Yossi Adi",
"venue": "arXiv, 2022",
"links": {
"PDF,": "https://arxiv.org/abs/2209.15483",
},
"year": 2022,
"bib": """
@inproceedings{gat2022robustness,
title={On the robustness of self-supervised representations for spoken language modeling},
author={Gat, Itai and Kreuk, Felix and Lee, Ann and Copet, Jade and Synnaeve, Gabriel and Dupoux, Emmanuel and Adi, Yossi},
booktitle={arXiv},
year={2022}}
"""
},
{
"title": "A Functional Information Perspective on Model Interpretation",
"authors": "Itai Gat, Nitay Calderon, Roi Reichart, Tamir Hazan",
"venue": "Proceedings of the International Conference on Machine Learning (ICML), 2022",
"links": {
"PDF,": "https://proceedings.mlr.press/v162/gat22a/gat22a.pdf",
"Code,": "https://github.com/nitaytech/FunctionalExplanation"
},
"year": 2022,
"bib": """
@inproceedings{gat22functional,
title={A Functional Information Perspective on Model Interpretation},
author={Gat, Itai and Calderon, Nitay and Reichart, Roi and Hazan, Tamir},
booktitle={ICML},
year ={2022},}
"""
},
{
"title": "Speech Emotion Recognition using Self-Supervised Features",
"authors": "Edmilson Morais, Ron Hoory, Weizhong Zhu, Itai Gat, Matheus Damasceno, Hagai Aronowitz",
"venue": "IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2022",
"links": {
"PDF,": "https://arxiv.org/abs/2202.03896",
},
"year": 2022,
"bib": """
@inproceedings{Edmilson22SF,
title={Speech Emotion Recognition using Self-supervised Features},
author={Morais, Edmilson and Hoory, Ron and Zhu, Weizhong and Gat, Itai and Damasceno, Matheus and Aronowitz, Hagai},
booktitle={ICASSP},
year={2022}}
"""
},
{
"title": "Speaker Normalization for Self-supervised Speech Emotion Recognition",
"authors": "Itai Gat, Hagai Aronowitz, Weizhong Zhu, Edmilson Morais, Ron Hoory",
"venue": "IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2022",
"links": {
"PDF,": "https://arxiv.org/abs/2202.01252",
},
"year": 2022,
"bib": """
@inproceedings{gat2022speaker,
title={Speaker Normalization for Self-supervised Speech Emotion Recognition},
author={Gat, Itai and Aronowitz, Hagai and Zhu, Weizhong and Morais, Edmilson and Hoory, Ron},
booktitle={ICASSP},
year={2022}}
"""
},
{
"title": "Towards a Common Speech Analysis Engine",
"authors": "Hagai Aronowitz, Itai Gat, Edmilson Morais, Weizhong Zhu, Ron Hoory",
"venue": "IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2022",
"links": {
"PDF,": "https://arxiv.org/abs/2203.00613",
},
"year": 2022,
"bib": """
@inproceedings{Aronowitz2022towards,
title={Towards a Common Speech Analysis Engine},
author={Aronowitz, Hagai and Gat, Itai and Morais, Edmilson and Zhu, Weizhong and Hoory, Ron},
booktitle={ICASSP},
year={2022}}
"""
},
{
"title": "Latent Space Explanation by Intervention",
"authors": "Itai Gat*, Guy Lorberbom*, Idan Schwartz, Tamir Hazan",
"venue": "Proceedings of the AAAI Conference on Artificial Intelligence, 2021",
"links": {
"PDF,": "https://ojs.aaai.org/index.php/AAAI/article/view/19948",
},
"year": 2021,
"bib": """
@inproceedings{2022latentSpaceExplainations,
title={Latent Space Explanation by Intervention},
author={Gat, Itai and Lorberbom, Guy and Schwartz, Idan and Hazan, Tamir},
booktitle={AAAI},
year={2022}}
"""
},
{
"title": "Perceptual Score: What Data Modalities Does Your Model Perceive?",
"authors": "Itai Gat, Idan Schwartz, Alexander Schwing",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2021",
"links": {
"PDF,": "https://proceedings.neurips.cc/paper/2021/file/b51a15f382ac914391a58850ab343b00-Paper.pdf",
"Code,": "https://github.com/itaigat/perceptual-score"
},
"year": 2021,
"bib": """
@inproceedings{gat2021perceptual,
title={Perceptual Score: What Data Modalities Does Your Model Perceive?},
author={Gat, Itai and Schwartz, Idan and Schwing, Alex},
booktitle={NeurIPS},
year={2021}}
"""
},
{
"title": "Are VQA Systems RAD? Measuring Robustness to Augmented Data with Focused Interventions",
"authors": "Daniel Rosenberg, Itai Gat, Amir Feder, Roi Reichart",
"venue": "Association for Computational Linguistics (ACL), 2021",
"links": {
"PDF,": "https://arxiv.org/abs/2106.04484",
"Page,": "https://danrosenberg.github.io/rad-measure/"
},
"year": 2021,
"bib": """
@inproceedings{acl_rosen,
author={Daniel Rosenberg and Itai Gat and Amir Feder and Roi Reichart},
title= {Are {VQA} Systems RAD? Measuring Robustness to Augmented Data with
Focused Interventions},
booktitle = {ACL},
year = {2021}}
"""
},
{
"title": "Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies",
"authors": "Itai Gat, Idan Schwartz, Alexander Schwing, Tamir Hazan",
"venue": "Advances in Neural Information Processing Systems (NeurIPS), 2020",
"links": {
"PDF,": "https://proceedings.neurips.cc/paper/2020/file/20d749bc05f47d2bd3026ce457dcfd8e-Paper.pdf",
"Code,": "https://github.com/itaigat/removing-bias-in-multi-modal-classifiers"
},
"bib": """
@inproceedings{gat2020,
author = {Gat, Itai and Schwartz, Idan and Schwing, Alexander and Hazan, Tamir},
booktitle = {Advances in Neural Information Processing Systems},
title = {Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies},
year = {2020}}
""",
"year": 2020,
},
]
with open("index_template.html", "r") as f:
site = Template(f.read())
for paper in papers:
paper["authors"] = paper["authors"].replace("Itai Gat", "<u>Itai Gat</u>")
site = site.render(papers=papers)
with open("index.html", "w") as f:
f.write(site)