-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
3707 lines (3520 loc) · 154 KB
/
papers.bib
File metadata and controls
3707 lines (3520 loc) · 154 KB
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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{Miller26,
author = {Ren{\'{e}}e J. Miller},
title = {Model Lake Management},
booktitle = {42nd {IEEE} International Conference on Data Engineering,
{ICDE} 2026},
publisher = {{Keynote}},
year = {2026},
month = may,
pdf = {ICDE26.pdf},
preview = {ICDE26.png},
selected = true
}
@inproceedings{KassaieM26,
author = {Besat Kassaie and
Ren{\'{e}}e J. Miller},
title = {Novel Table Search},
booktitle = {42nd {IEEE} International Conference on Data Engineering,
{ICDE} 2026},
publisher = {{IEEE}},
year = {2026},
month = may,
code = {https://github.com/RJMillerLab/NovelTableSearch},
preview = {Novel_Table_Search.jpg},
selected = true
}
@article{DBLP:journals/pacmmod/ZhangM26,
author = {Chao Zhang and
Ren{\'{e}}e J. Miller},
title = {Distribution-Aware Exploration for Adaptive {HNSW} Search},
journal = {Proc. {ACM} Manag. Data},
volume = {4},
number = {1},
pages = {25:1--25:27},
year = {2026},
month = feb,
url = {https://doi.org/10.1145/3786639},
doi = {10.1145/3786639},
note = {(SIGMOD)},
code = {https://github.com/chaozhang-cs/hnsw-ada-ef},
preview = {Distribution_Aware_HNSW_Search.png},
selected = true
}
@inproceedings{DBLP:conf/edbt/KhatiwadaSM26,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Diverse Unionable Tuple Search: Novelty-Driven Discovery in Data Lakes},
booktitle = {Proceedings 29th International Conference on Extending Database Technology,
{EDBT} 2026, Tampere, Finland, March 24-27, 2026},
pages = {42--55},
publisher = {OpenProceedings.org},
year = {2026},
url = {https://doi.org/10.48786/edbt.2026.04},
doi = {10.48786/EDBT.2026.04},
timestamp = {Fri, 04 Jul 2025 14:51:55 +0200},
biburl = {https://dblp.org/rec/conf/edbt/KhatiwadaSM26.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Diverse_Unionable_Tuple_Search_DUST.png},
code = {https://github.com/northeastern-datalab/dust},
selected = true
}
@inproceedings{DBLP:conf/edbt/KhatiwadaSM26a,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Fuzzy Integration of Data Lake Tables},
booktitle = {Proceedings 29th International Conference on Extending Database Technology,
{EDBT} 2026, Tampere, Finland, March 24-27, 2026},
pages = {96--102},
publisher = {OpenProceedings.org},
year = {2026},
url = {https://doi.org/10.48786/edbt.2026.08},
doi = {10.48786/EDBT.2026.08},
timestamp = {Fri, 04 Jul 2025 14:51:55 +0200},
biburl = {https://dblp.org/rec/conf/edbt/KhatiwadaSM26a.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Fuzzy_Integration_of_Data_Lake_Tables.png}
}
@inproceedings{DBLP:conf/edbt/ChristensenLLRM25,
author = {Martin Pek{\'{a}}r Christensen and
Aristotelis Leventidis and
Matteo Lissandrini and
Laura Di Rocco and
Ren{\'{e}}e J. Miller and
Katja Hose},
title = {Fantastic Tables and Where to Find Them: Table Search in Semantic
Data Lakes},
booktitle = {Proceedings 28th International Conference on Extending Database Technology,
{EDBT} 2025, Barcelona, Spain, March 25-28, 2025},
pages = {397--410},
publisher = {OpenProceedings.org},
year = {2025},
url = {https://doi.org/10.48786/edbt.2025.32},
doi = {10.48786/EDBT.2025.32},
timestamp = {Mon, 10 Mar 2025 16:32:46 +0100},
biburl = {https://dblp.org/rec/conf/edbt/ChristensenLLRM25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Fantastic_Tables_and_Where_to_Find_Them_Table_Search_in_Semantic_Data_Lakes.png},
code = {https://github.com/EDAO-Project/TableSearch}
}
@inproceedings{DBLP:conf/edbt/PalBM25,
author = {Koyena Pal and
David Bau and
Ren{\'{e}}e J. Miller},
title = {Model Lakes},
booktitle = {Proceedings 28th International Conference on Extending Database Technology,
{EDBT} 2025, Barcelona, Spain, March 25-28, 2025},
pages = {985--995},
publisher = {OpenProceedings.org},
year = {2025},
url = {https://doi.org/10.48786/edbt.2025.81},
doi = {10.48786/EDBT.2025.81},
timestamp = {Tue, 14 Oct 2025 19:35:02 +0200},
biburl = {https://dblp.org/rec/conf/edbt/PalBM25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Model_Lakes_Design_Model_Lake_Architecture.png},
selected = true
}
@inproceedings{DBLP:conf/edbt/GlavicMMPSV24,
author = {Boris Glavic and
Giansalvatore Mecca and
Ren{\'{e}}e J. Miller and
Paolo Papotti and
Donatello Santoro and
Enzo Veltri},
editor = {Letizia Tanca and
Qiong Luo and
Giuseppe Polese and
Loredana Caruccio and
Xavier Oriol and
Donatella Firmani},
title = {Similarity Measures For Incomplete Database Instances},
booktitle = {Proceedings 27th International Conference on Extending Database Technology,
{EDBT} 2024, Paestum, Italy, March 25 - March 28},
pages = {461--473},
publisher = {OpenProceedings.org},
year = {2024},
url = {https://doi.org/10.48786/edbt.2024.40},
doi = {10.48786/EDBT.2024.40},
timestamp = {Fri, 22 Mar 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/edbt/GlavicMMPSV24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Similarity_Measures_For_Incomplete_Database_Instances.png},
selected = true
}
@article{DBLP:journals/corr/abs-2501-09211,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Fuzzy Integration of Data Lake Tables},
journal = {CoRR},
volume = {abs/2501.09211},
year = {2025},
url = {https://doi.org/10.48550/arXiv.2501.09211},
doi = {10.48550/ARXIV.2501.09211},
eprinttype = {arXiv},
eprint = {2501.09211},
timestamp = {Fri, 21 Feb 2025 21:58:52 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2501-09211.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2512-16106,
author = {Zhengyuan Dong and
Victor Zhong and
Ren{\'{e}}e J. Miller},
title = {ModelTables: {A} Corpus of Tables about Models},
journal = {CoRR},
volume = {abs/2512.16106},
year = {2025},
url = {https://doi.org/10.48550/arXiv.2512.16106},
doi = {10.48550/ARXIV.2512.16106},
eprinttype = {arXiv},
eprint = {2512.16106},
timestamp = {Sun, 01 Feb 2026 13:37:28 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2512-16106.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {modeltables.gif},
code = {https://github.com/RJMillerLab/ModelTables},
selected = true
}
@inproceedings{DBLP:conf/grades/BhattacharjeeAM25,
author = {Bishwajit Bhattacharjee and
Nafis Ahmed and
Ren{\'{e}}e J. Miller and
Sujaya Maiyya},
editor = {Akhil Arora and
Stefania Dumbrava},
title = {[Vision] Towards oblivious property graph databases},
booktitle = {Proceedings of the 8th Joint Workshop on Graph Data Management Experiences
{\&} Systems {(GRADES)} and Network Data Analytics (NDA), Berlin,
Germany, June 22-27, 2025},
pages = {10:1--10:6},
publisher = {{ACM}},
year = {2025},
url = {https://doi.org/10.1145/3735546.3735858},
doi = {10.1145/3735546.3735858},
timestamp = {Fri, 04 Jul 2025 22:06:40 +0200},
biburl = {https://dblp.org/rec/conf/grades/BhattacharjeeAM25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {Towards_Oblivious_Property_Graph_Databases_Enclave_Architecture.png}
}
@inproceedings{DBLP:conf/icde/FanSM24,
author = {Grace Fan and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Gen-T: Table Reclamation in Data Lakes},
booktitle = {40th {IEEE} International Conference on Data Engineering, {ICDE} 2024,
Utrecht, The Netherlands, May 13-16, 2024},
pages = {3532--3545},
publisher = {{IEEE}},
year = {2024},
url = {https://doi.org/10.1109/ICDE60146.2024.00272},
doi = {10.1109/ICDE60146.2024.00272},
timestamp = {Mon, 29 Jul 2024 14:11:15 +0200},
biburl = {https://dblp.org/rec/conf/icde/FanSM24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sebd/GlavicMMPSV24,
author = {Boris Glavic and
Giansalvatore Mecca and
Ren{\'{e}}e J. Miller and
Paolo Papotti and
Donatello Santoro and
Enzo Veltri},
editor = {Maurizio Atzori and
Paolo Ciaccia and
Michelangelo Ceci and
Federica Mandreoli and
Donato Malerba and
Manuela Sanguinetti and
Antonio Pellicani and
Federico Motta},
title = {Comparing Incomplete Database Instances},
booktitle = {Proceedings of the 32nd Symposium of Advanced Database Systems, Villasimius,
Italy, June 23rd to 26th, 2024},
series = {{CEUR} Workshop Proceedings},
volume = {3741},
pages = {489--507},
publisher = {CEUR-WS.org},
year = {2024},
url = {https://ceur-ws.org/Vol-3741/paper51.pdf},
timestamp = {Wed, 21 Aug 2024 22:46:00 +0200},
biburl = {https://dblp.org/rec/conf/sebd/GlavicMMPSV24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigir/LeventidisCLRHM24,
author = {Aristotelis Leventidis and
Martin Pek{\'{a}}r Christensen and
Matteo Lissandrini and
Laura Di Rocco and
Katja Hose and
Ren{\'{e}}e J. Miller},
editor = {Grace Hui Yang and
Hongning Wang and
Sam Han and
Claudia Hauff and
Guido Zuccon and
Yi Zhang},
title = {A Large Scale Test Corpus for Semantic Table Search},
booktitle = {{ACM} {SIGIR}},
pages = {1142--1151},
publisher = {{ACM}},
year = {2024},
url = {https://doi.org/10.1145/3626772.3657877},
doi = {10.1145/3626772.3657877},
timestamp = {Sun, 06 Oct 2024 21:14:16 +0200},
biburl = {https://dblp.org/rec/conf/sigir/LeventidisCLRHM24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2403-02327,
author = {Koyena Pal and
David Bau and
Ren{\'{e}}e J. Miller},
title = {Model Lakes},
journal = {CoRR},
volume = {abs/2403.02327},
year = {2024},
url = {https://doi.org/10.48550/arXiv.2403.02327},
doi = {10.48550/ARXIV.2403.02327},
eprinttype = {arXiv},
eprint = {2403.02327},
timestamp = {Tue, 07 May 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2403-02327.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2403-14128,
author = {Grace Fan and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Gen-T: Table Reclamation in Data Lakes},
journal = {CoRR},
volume = {abs/2403.14128},
year = {2024},
url = {https://doi.org/10.48550/arXiv.2403.14128},
doi = {10.48550/ARXIV.2403.14128},
eprinttype = {arXiv},
eprint = {2403.14128},
timestamp = {Tue, 09 Apr 2024 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2403-14128.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmmod/KhatiwadaFSCGMR23,
author = {Aamod Khatiwada and
Grace Fan and
Roee Shraga and
Zixuan Chen and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller and
Mirek Riedewald},
title = {{SANTOS:} Relationship-based Semantic Table Union Search},
journal = {Proc. {ACM} Manag. Data},
volume = {1},
number = {1},
pages = {9:1--9:25},
year = {2023},
url = {https://doi.org/10.1145/3588689},
doi = {10.1145/3588689},
timestamp = {Thu, 15 Jun 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pacmmod/KhatiwadaFSCGMR23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/ShragaM23,
author = {Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Explaining Dataset Changes for Semantic Data Versioning with Explain-Da-V},
journal = {Proc. {VLDB} Endow.},
volume = {16},
number = {6},
pages = {1587--1600},
year = {2023},
url = {https://www.vldb.org/pvldb/vol16/p1587-shraga.pdf},
doi = {10.14778/3583140.3583169},
timestamp = {Mon, 23 Oct 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/ShragaM23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
selected = true
}
@article{DBLP:journals/pvldb/FanWLZM23,
author = {Grace Fan and
Jin Wang and
Yuliang Li and
Dan Zhang and
Ren{\'{e}}e J. Miller},
title = {Semantics-aware Dataset Discovery from Data Lakes with Contextualized
Column-based Representation Learning},
journal = {Proc. {VLDB} Endow.},
volume = {16},
number = {7},
pages = {1726--1739},
year = {2023},
url = {https://www.vldb.org/pvldb/vol16/p1726-fan.pdf},
doi = {10.14778/3587136.3587146},
timestamp = {Mon, 23 Oct 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/FanWLZM23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
selected = true
}
@article{DBLP:journals/tkde/NargesianPBZM23,
author = {Fatemeh Nargesian and
Ken Q. Pu and
Bahar Ghadiri Bashardoost and
Erkang Zhu and
Ren{\'{e}}e J. Miller},
title = {Data Lake Organization},
journal = {{IEEE} Trans. Knowl. Data Eng.},
volume = {35},
number = {1},
pages = {237--250},
year = {2023},
url = {https://doi.org/10.1109/TKDE.2021.3091101},
doi = {10.1109/TKDE.2021.3091101},
timestamp = {Sun, 15 Jan 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/tkde/NargesianPBZM23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tods/LeventidisRGMR23,
author = {Aristotelis Leventidis and
Laura Di Rocco and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller and
Mirek Riedewald},
title = {DomainNet: Homograph Detection and Understanding in Data Lake Disambiguation},
journal = {{ACM} Trans. Database Syst.},
volume = {48},
number = {3},
pages = {9:1--9:40},
year = {2023},
url = {https://doi.org/10.1145/3612919},
doi = {10.1145/3612919},
timestamp = {Thu, 09 Nov 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/tods/LeventidisRGMR23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/Fan00M23,
author = {Grace Fan and
Jin Wang and
Yuliang Li and
Ren{\'{e}}e J. Miller},
editor = {Sudipto Das and
Ippokratis Pandis and
K. Sel{\c{c}}uk Candan and
Sihem Amer{-}Yahia},
title = {Table Discovery in Data Lakes: State-of-the-art and Future Directions},
booktitle = {Companion of the 2023 International Conference on Management of Data,
{SIGMOD/PODS} 2023, Seattle, WA, USA, June 18-23, 2023},
pages = {69--75},
publisher = {{ACM}},
year = {2023},
url = {https://doi.org/10.1145/3555041.3589409},
doi = {10.1145/3555041.3589409},
timestamp = {Thu, 15 Jun 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/Fan00M23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/KhatiwadaSM23,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
editor = {Sudipto Das and
Ippokratis Pandis and
K. Sel{\c{c}}uk Candan and
Sihem Amer{-}Yahia},
title = {{DIALITE:} Discover, Align and Integrate Open Data Tables},
booktitle = {Companion of the 2023 International Conference on Management of Data,
{SIGMOD/PODS} 2023, Seattle, WA, USA, June 18-23, 2023},
pages = {187--190},
publisher = {{ACM}},
year = {2023},
url = {https://doi.org/10.1145/3555041.3589732},
doi = {10.1145/3555041.3589732},
timestamp = {Thu, 15 Jun 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/KhatiwadaSM23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2301-13095,
author = {Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Explaining Dataset Changes for Semantic Data Versioning with Explain-Da-V
(Technical Report)},
journal = {CoRR},
volume = {abs/2301.13095},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2301.13095},
doi = {10.48550/ARXIV.2301.13095},
eprinttype = {arXiv},
eprint = {2301.13095},
timestamp = {Wed, 01 Feb 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2301-13095.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2304-08285,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {{DIALITE:} Discover, Align and Integrate Open Data Tables},
journal = {CoRR},
volume = {abs/2304.08285},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2304.08285},
doi = {10.48550/ARXIV.2304.08285},
eprinttype = {arXiv},
eprint = {2304.08285},
timestamp = {Fri, 21 Apr 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2304-08285.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2308-03883,
author = {Koyena Pal and
Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Generative Benchmark Creation for Table Union Search},
journal = {CoRR},
volume = {abs/2308.03883},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2308.03883},
doi = {10.48550/ARXIV.2308.03883},
eprinttype = {arXiv},
eprint = {2308.03883},
timestamp = {Tue, 22 Aug 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2308-03883.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2310-02656,
author = {Mahdi Esmailoghli and
Christoph Schnell and
Ren{\'{e}}e J. Miller and
Ziawasch Abedjan},
title = {Blend: {A} Unified Data Discovery System},
journal = {CoRR},
volume = {abs/2310.02656},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2310.02656},
doi = {10.48550/ARXIV.2310.02656},
eprinttype = {arXiv},
eprint = {2310.02656},
timestamp = {Thu, 19 Oct 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2310-02656.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icde/EsmailoghliSMA25,
author = {Mahdi Esmailoghli and
Christoph Schnell and
Ren{\'{e}}e J. Miller and
Ziawasch Abedjan},
title = {{BLEND:} {A} Unified Data Discovery System},
booktitle = {41st {IEEE} International Conference on Data Engineering, {ICDE} 2025,
Hong Kong, May 19-23, 2025},
pages = {737--750},
publisher = {{IEEE}},
year = {2025},
url = {https://doi.org/10.1109/ICDE65448.2025.00061},
doi = {10.1109/ICDE65448.2025.00061},
timestamp = {Fri, 05 Sep 2025 21:24:36 +0200},
biburl = {https://dblp.org/rec/conf/icde/EsmailoghliSMA25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
preview = {BLEND_Architecture_LUH_DBS.png},
code = {https://github.com/LUH-DBS/Blend}
}
@misc{DBLP:data/11/KassaieM25,
author = {Besat Kassaie and
Ren{\'{e}}e J. Miller},
title = {Novel Table Search {(NTS)} Datasets (Version v1)},
publisher = {Zenodo},
year = {2025},
month = may,
howpublished = {\url{https://doi.org/10.5281/zenodo.15350355}},
note = {Accessed on YYYY-MM-DD.},
url = {https://doi.org/10.5281/zenodo.15350355},
doi = {10.5281/ZENODO.15350355},
timestamp = {Tue, 04 Nov 2025 13:02:05 +0100},
biburl = {https://dblp.org/rec/data/11/KassaieM25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2509-01012,
author = {Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {Diverse Unionable Tuple Search: Novelty-Driven Discovery in Data Lakes
[Technical Report]},
journal = {CoRR},
volume = {abs/2509.01012},
year = {2025},
url = {https://doi.org/10.48550/arXiv.2509.01012},
doi = {10.48550/ARXIV.2509.01012},
eprinttype = {arXiv},
eprint = {2509.01012},
timestamp = {Wed, 08 Oct 2025 13:18:26 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2509-01012.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/vldb/PalKSM24,
author = {Koyena Pal and
Aamod Khatiwada and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {{ALT-GEN:} Benchmarking Table Union Search using Large Language Models},
booktitle = {Proceedings of Workshops at the 50th International Conference on Very
Large Data Bases, {VLDB} 2024, Guangzhou, China, August 26-30, 2024},
publisher = {VLDB.org},
year = {2024},
url = {https://vldb.org/workshops/2024/proceedings/TaDA/TaDA.3.pdf},
timestamp = {Thu, 07 Nov 2024 15:01:26 +0100},
biburl = {https://dblp.org/rec/conf/vldb/PalKSM24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{DBLP:data/11/FanSM24,
author = {Grace Fan and
Roee Shraga and
Ren{\'{e}}e J. Miller},
title = {{TP-TR} Benchmarks from Gen-T: Table Reclamation in Data Lakes (Version
1)},
publisher = {Zenodo},
year = {2024},
month = mar,
howpublished = {\url{https://doi.org/10.5281/zenodo.10845701}},
note = {Accessed on YYYY-MM-DD.},
url = {https://doi.org/10.5281/zenodo.10845701},
doi = {10.5281/ZENODO.10845701},
timestamp = {Tue, 07 Oct 2025 15:37:01 +0200},
biburl = {https://dblp.org/rec/data/11/FanSM24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/KhatiwadaSGM22,
author = {Aamod Khatiwada and
Roee Shraga and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller},
title = {Integrating Data Lake Tables},
journal = {Proc. {VLDB} Endow.},
volume = {16},
number = {4},
pages = {932--945},
year = {2022},
url = {https://www.vldb.org/pvldb/vol16/p932-khatiwada.pdf},
doi = {10.14778/3574245.3574274},
timestamp = {Sat, 28 Oct 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/KhatiwadaSGM22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
selected = true
}
@article{DBLP:journals/corr/abs-2209-13589,
author = {Aamod Khatiwada and
Grace Fan and
Roee Shraga and
Zixuan Chen and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller and
Mirek Riedewald},
title = {{SANTOS:} Relationship-based Semantic Table Union Search},
journal = {CoRR},
volume = {abs/2209.13589},
year = {2022},
url = {https://doi.org/10.48550/arXiv.2209.13589},
doi = {10.48550/ARXIV.2209.13589},
eprinttype = {arXiv},
eprint = {2209.13589},
timestamp = {Thu, 06 Oct 2022 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2209-13589.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2210-01922,
author = {Grace Fan and
Jin Wang and
Yuliang Li and
Dan Zhang and
Ren{\'{e}}e J. Miller},
title = {Semantics-aware Dataset Discovery from Data Lakes with Contextualized
Column-based Representation Learning},
journal = {CoRR},
volume = {abs/2210.01922},
year = {2022},
url = {https://doi.org/10.48550/arXiv.2210.01922},
doi = {10.48550/ARXIV.2210.01922},
eprinttype = {arXiv},
eprint = {2210.01922},
timestamp = {Sun, 04 Dec 2022 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2210-01922.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/OuelletteSNBZPM21,
author = {Paul Ouellette and
Aidan Sciortino and
Fatemeh Nargesian and
Bahar Ghadiri Bashardoost and
Erkang Zhu and
Ken Q. Pu and
Ren{\'{e}}e J. Miller},
title = {{RONIN:} Data Lake Exploration},
journal = {Proc. {VLDB} Endow.},
volume = {14},
number = {12},
pages = {2863--2866},
year = {2021},
url = {http://www.vldb.org/pvldb/vol14/p2863-nargesian.pdf},
doi = {10.14778/3476311.3476364},
timestamp = {Tue, 03 Jan 2023 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/pvldb/OuelletteSNBZPM21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/edbt/LeventidisRMRG21,
author = {Aristotelis Leventidis and
Laura Di Rocco and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller and
Mirek Riedewald},
editor = {Yannis Velegrakis and
Demetris Zeinalipour{-}Yazti and
Panos K. Chrysanthis and
Francesco Guerra},
title = {DomainNet: Homograph Detection for Data Lake Disambiguation},
booktitle = {Proceedings of the 24th International Conference on Extending Database
Technology, {EDBT} 2021, Nicosia, Cyprus, March 23 - 26, 2021},
pages = {13--24},
publisher = {OpenProceedings.org},
year = {2021},
url = {https://doi.org/10.5441/002/edbt.2021.03},
doi = {10.5441/002/EDBT.2021.03},
timestamp = {Mon, 05 Feb 2024 00:00:00 +0100},
biburl = {https://dblp.org/rec/conf/edbt/LeventidisRMRG21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sofsem/BashardoostLM21,
author = {Bahar Ghadiri Bashardoost and
Kelly A. Lyons and
Ren{\'{e}}e J. Miller},
editor = {Tom{\'{a}}s Bures and
Riccardo Dondi and
Johann Gamper and
Giovanna Guerrini and
Tomasz Jurdzinski and
Claus Pahl and
Florian Sikora and
Prudence W. H. Wong},
title = {Towards Knowledge Exchange: State-of-the-Art and Open Problems},
booktitle = {{SOFSEM} 2021: Theory and Practice of Computer Science - 47th International
Conference on Current Trends in Theory and Practice of Computer Science,
{SOFSEM} 2021, Bolzano-Bozen, Italy, January 25-29, 2021, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {12607},
pages = {13--27},
publisher = {Springer},
year = {2021},
url = {https://doi.org/10.1007/978-3-030-67731-2\_2},
doi = {10.1007/978-3-030-67731-2\_2},
timestamp = {Sun, 25 Jul 2021 11:44:25 +0200},
biburl = {https://dblp.org/rec/conf/sofsem/BashardoostLM21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2103-09940,
author = {Aristotelis Leventidis and
Laura Di Rocco and
Wolfgang Gatterbauer and
Ren{\'{e}}e J. Miller and
Mirek Riedewald},
title = {DomainNet: Homograph Detection for Data Lake Disambiguation},
journal = {CoRR},
volume = {abs/2103.09940},
year = {2021},
url = {https://arxiv.org/abs/2103.09940},
eprinttype = {arXiv},
eprint = {2103.09940},
timestamp = {Tue, 23 Mar 2021 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2103-09940.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/BashardoostMLN20,
author = {Bahar Ghadiri Bashardoost and
Ren{\'{e}}e J. Miller and
Kelly A. Lyons and
Fatemeh Nargesian},
title = {Knowledge Translation},
journal = {Proc. {VLDB} Endow.},
volume = {13},
number = {11},
pages = {2018--2032},
year = {2020},
url = {http://www.vldb.org/pvldb/vol13/p2018-bashardoost.pdf},
timestamp = {Thu, 27 Aug 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/BashardoostMLN20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/Christodoulakis20,
author = {Christina Christodoulakis and
Eric B. Munson and
Moshe Gabel and
Angela Demke Brown and
Ren{\'{e}}e J. Miller},
title = {Pytheas: Pattern-based Table Discovery in {CSV} Files},
journal = {Proc. {VLDB} Endow.},
volume = {13},
number = {11},
pages = {2075--2089},
year = {2020},
url = {http://www.vldb.org/pvldb/vol13/p2075-christodoulakis.pdf},
timestamp = {Mon, 08 May 2023 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/Christodoulakis20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/NargesianPZBM20,
author = {Fatemeh Nargesian and
Ken Q. Pu and
Erkang Zhu and
Bahar Ghadiri Bashardoost and
Ren{\'{e}}e J. Miller},
editor = {David Maier and
Rachel Pottinger and
AnHai Doan and
Wang{-}Chiew Tan and
Abdussalam Alawini and
Hung Q. Ngo},
title = {Organizing Data Lakes for Navigation},
booktitle = {{ACM SIGMOD}},
pages = {1939--1950},
publisher = {{ACM}},
year = {2020},
url = {https://doi.org/10.1145/3318464.3380605},
doi = {10.1145/3318464.3380605},
timestamp = {Wed, 04 May 2022 13:02:28 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/NargesianPZBM20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
selected = true
}
@article{DBLP:journals/corr/abs-2008-01208,
author = {Bahar Ghadiri Bashardoost and
Ren{\'{e}}e J. Miller and
Kelly A. Lyons and
Fatemeh Nargesian},
title = {Knowledge Translation: Extended Technical Report},
journal = {CoRR},
volume = {abs/2008.01208},
year = {2020},
url = {https://arxiv.org/abs/2008.01208},
eprinttype = {arXiv},
eprint = {2008.01208},
timestamp = {Thu, 27 Aug 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2008-01208.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/ChoiZBM19,
author = {Hyewon Choi and
Erkang Zhu and
Arsala Bangash and
Ren{\'{e}}e J. Miller},
title = {{VISE:} Vehicle Image Search Engine with Traffic Camera},
journal = {Proc. {VLDB} Endow.},
volume = {12},
number = {12},
pages = {1842--1845},
year = {2019},
url = {http://www.vldb.org/pvldb/vol12/p1842-choi.pdf},
doi = {10.14778/3352063.3352080},
timestamp = {Sat, 25 Apr 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/ChoiZBM19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/NargesianZMPA19,
author = {Fatemeh Nargesian and
Erkang Zhu and
Ren{\'{e}}e J. Miller and
Ken Q. Pu and
Patricia C. Arocena},
title = {Data Lake Management: Challenges and Opportunities},
journal = {Proc. {VLDB} Endow.},
volume = {12},
number = {12},
pages = {1986--1989},
year = {2019},
url = {http://www.vldb.org/pvldb/vol12/p1986-nargesian.pdf},
doi = {10.14778/3352063.3352116},
timestamp = {Sat, 25 Apr 2020 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/pvldb/NargesianZMPA19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tkde/KimmigMMG19,
author = {Angelika Kimmig and
Alex Memory and
Ren{\'{e}}e J. Miller and
Lise Getoor},
title = {A Collective, Probabilistic Approach to Schema Mapping Using Diverse
Noisy Evidence},
journal = {{IEEE} Trans. Knowl. Data Eng.},
volume = {31},
number = {8},
pages = {1426--1439},
year = {2019},
url = {https://doi.org/10.1109/TKDE.2018.2865785},
doi = {10.1109/TKDE.2018.2865785},
timestamp = {Thu, 05 Sep 2019 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/tkde/KimmigMMG19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/vldb/Amer-Yahia0M19,
author = {Sihem Amer{-}Yahia and
Lei Chen and
Ren{\'{e}}e J. Miller},
title = {Thematic issue on data management for graphs},
journal = {{VLDB} J.},
volume = {28},
number = {3},
pages = {293--294},
year = {2019},
url = {https://doi.org/10.1007/s00778-019-00543-2},
doi = {10.1007/S00778-019-00543-2},
timestamp = {Tue, 20 Aug 2019 01:00:00 +0200},
biburl = {https://dblp.org/rec/journals/vldb/Amer-Yahia0M19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/kdd/BashardoostML19,
author = {Bahar Ghadiri Bashardoost and
Ren{\'{e}}e J. Miller and
Kelly A. Lyons},
editor = {Donatella Firmani and
Valter Crescenzi and
Andrea De Angelis and
Xin Luna Dong and
Maurizio Mazzei and
Paolo Merialdo and
Divesh Srivastava},
title = {Towards a Benchmark for Knowledge Base Exchange},
booktitle = {Proceedings of the 1st International Workshop on Challenges and Experiences
from Data Integration to Knowledge Graphs co-located with the 25th
{ACM} {SIGKDD} International Conference on Knowledge Discovery {\&}
Data Mining {(KDD} 2019), Anchorage, Alaska, August 5, 2019},
series = {{CEUR} Workshop Proceedings},
volume = {2512},
publisher = {CEUR-WS.org},
year = {2019},
url = {https://ceur-ws.org/Vol-2512/paper5.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:46 +0100},
biburl = {https://dblp.org/rec/conf/kdd/BashardoostML19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/ZhuDNM19,
author = {Erkang Zhu and
Dong Deng and
Fatemeh Nargesian and
Ren{\'{e}}e J. Miller},
editor = {Peter A. Boncz and
Stefan Manegold and
Anastasia Ailamaki and
Amol Deshpande and
Tim Kraska},
title = {{JOSIE:} Overlap Set Similarity Search for Finding Joinable Tables
in Data Lakes},
booktitle = {Proceedings of the 2019 International Conference on Management of
Data, {SIGMOD} Conference 2019, Amsterdam, The Netherlands, June 30
- July 5, 2019},
pages = {847--864},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3299869.3300065},
doi = {10.1145/3299869.3300065},
timestamp = {Mon, 12 Apr 2021 01:00:00 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/ZhuDNM19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/debu/MillerNZCPA18,
author = {Ren{\'{e}}e J. Miller and
Fatemeh Nargesian and
Erkang Zhu and
Christina Christodoulakis and
Ken Q. Pu and
Periklis Andritsos},
title = {Making Open Data Transparent: Data Discovery on Open Data},
journal = {{IEEE} Data Eng. Bull.},
volume = {41},
number = {2},
pages = {59--70},
year = {2018},
url = {http://sites.computer.org/debull/A18june/p59.pdf},
timestamp = {Tue, 10 Mar 2020 00:00:00 +0100},
biburl = {https://dblp.org/rec/journals/debu/MillerNZCPA18.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pvldb/NargesianZPM18,
author = {Fatemeh Nargesian and
Erkang Zhu and
Ken Q. Pu and
Ren{\'{e}}e J. Miller},
title = {Table Union Search on Open Data},
journal = {Proc. {VLDB} Endow.},
volume = {11},
number = {7},
pages = {813--825},
year = {2018},
url = {http://www.vldb.org/pvldb/vol11/p813-nargesian.pdf},
doi = {10.14778/3192965.3192973},
timestamp = {Mon, 28 Aug 2023 01:00:00 +0200},