-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.bib
8108 lines (8107 loc) · 357 KB
/
custom.bib
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
@article{abadi2016tensorflow,
title = {Tensorflow: Large-scale machine learning on heterogeneous distributed systems},
author = {Abadi, Mart{\'\i}n and Agarwal, Ashish and Barham, Paul and Brevdo, Eugene and Chen, Zhifeng and Citro, Craig and Corrado, Greg S and Davis, Andy and Dean, Jeffrey and Devin, Matthieu and others},
year = 2016,
journal = {arXiv preprint arXiv:1603.04467}
}
@inproceedings{ABD2006,
title = {Improving web search ranking by incorporating user behavior information},
author = {E. Agichtein and E. Brill and S. T. Dumais},
year = 2006,
booktitle = SIGIR,
pages = {19--26}
}
@inproceedings{ABDR2006,
title = {Learning User Interaction Models for Predicting Web Search Result Preferences},
author = {E. Agichtein and E. Brill and S. T. Dumais and R. Ragno},
year = 2006,
booktitle = SIGIR
}
@article{abdul2004umass,
title = {UMass at TREC 2004: Novelty and HARD},
author = {Abdul-Jaleel, Nasreen and Allan, James and Croft, W Bruce and Diaz, Fernando and Larkey, Leah and Li, Xiaoyan and Smucker, Mark D and Wade, Courtney},
year = 2004
}
@article{agarwal2016multiworld,
title = {A multiworld testing decision service. arXiv preprint},
author = {Agarwal, Alekh and Bird, Sarah and Cozowicz, Markus and Hoang, Luong and Langford, John and Lee, Stephen and Li, Jiaji and Melamed, Dan and Oshri, Gal and Ribas, Oswaldo and others},
year = 2016,
journal = {arXiv preprint arXiv:1606.03966},
volume = 7
}
@inproceedings{agichtein2015overview,
title = {Overview of the TREC 2015 LiveQA Track.},
author = {Agichtein, Eugene and Carmel, David and Pelleg, Dan and Pinter, Yuval and Harman, Donna},
year = 2015,
booktitle = {TREC}
}
@misc{agiencoder,
title = {AGI Intent Encoder},
year = 2018,
note = {Accessed: 2018-08-04},
howpublished = {\url{http://aka.ms/agiencoder}}
}
@article{agustsson2017soft,
title = {Soft-to-hard vector quantization for end-to-end learned compression of images and neural networks},
author = {Agustsson, Eirikur and Mentzer, Fabian and Tschannen, Michael and Cavigelli, Lukas and Timofte, Radu and Benini, Luca and Van Gool, Luc},
year = 2017,
journal = {CoRR, abs/1704.00648}
}
@inproceedings{Ahmad:etal:HLT05,
title = {Learning a spelling error model from search query logs},
author = {Ahmad, Farooq and Kondrak, Grzegorz},
year = 2005,
booktitle = {Proceedings of the conference on Human Language Technology and Empirical Methods in Natural Language Processing},
publisher = {Association for Computational Linguistics},
address = {Stroudsburg, PA, USA},
series = {HLT '05},
pages = {955--962},
doi = {10.3115/1220575.1220695},
url = {http://dx.doi.org/10.3115/1220575.1220695},
numpages = 8,
acmid = 1220695
}
@inproceedings{ai2016analysis,
title = {Analysis of the paragraph vector model for information retrieval},
author = {Ai, Qingyao and Yang, Liu and Guo, Jiafeng and Croft, W Bruce},
year = 2016,
booktitle = ictir,
pages = {133--142},
organization = {ACM}
}
@inproceedings{ai2016improving,
title = {Improving language estimation with the paragraph vector model for ad-hoc retrieval},
author = {Ai, Qingyao and Yang, Liu and Guo, Jiafeng and Croft, W Bruce},
year = 2016,
booktitle = sigir,
pages = {869--872},
organization = {ACM}
}
@article{al2016theano,
title = {Theano: A Python framework for fast computation of mathematical expressions},
author = {Al-Rfou, Rami and Alain, Guillaume and Almahairi, Amjad and Angermueller, Christof and Bahdanau, Dzmitry and Ballas, Nicolas and Bastien, Fr{\'e}d{\'e}ric and Bayer, Justin and Belikov, Anatoly and Belopolsky, Alexander and others},
year = 2016,
journal = {arXiv preprint arXiv:1605.02688}
}
@inproceedings{Albakour2011,
title = {{Exploring Ant Colony Optimisation for Adaptive Interactive Search}},
author = {Albakour, M-Dyaa and Kruschwitz, Udo and Nanas, Nikolaos and Song, Dawei and Fasli, Maria and {De Roeck}, Anne},
year = 2011,
booktitle = {ECIR'11},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
volume = 6931,
pages = {213--224},
abstract = {Search engines have become much more interactive in recent years which has triggered a lot of work in automatically acquiring knowledge structures that can assist a user in navigating through a document collection. Query log analysis has emerged as one of the most promising research areas to automatically derive such structures. We explore a biologically inspired model based on ant colony optimisation applied to query logs as an adaptive learning process that addresses the problem of deriving query suggestions. A user interaction with the search engine is treated as an individual ant's journey and over time the collective journeys of all ants result in strengthening more popular paths which leads to a corresponding term association graph that is used to provide query modification suggestions. This association graph is being updated in a continuous learning cycle. In this paper we use a novel automatic evaluation framework based on actual query logs to explore the effect of different parameters in the ant colony optimisation algorithm on the performance of the resulting adaptive query suggestion model. We also use the framework to compare the ant colony approach against a state-of-the-art baseline. The experiments were conducted with query logs collected on a university search engine over a period of several years.},
annote = {focus mainly on algorithm, capture associations; evaluated offline - how?},
|editor = {Amati, Giambattista and Crestani, Fabio},
file = {:Z$\backslash$:/Documents/Papers/albakour-2011-query-suggestion-ant-optimization.pdf:pdf}
}
@article{Alberga:1967:SSM,
title = {String similarity and misspellings},
author = {Alberga, Cyril N.},
year = 1967,
month = {May},
journal = {Commun. ACM},
publisher = {ACM},
volume = 10,
pages = {302--313},
issn = {0001-0782},
issue = 5,
numpages = 12,
acmid = 363326
}
@misc{alex2019multinews,
title = {Multi-News: a Large-Scale Multi-Document Summarization Dataset and Abstractive Hierarchical Model},
author = {Alexander R. Fabbri and Irene Li and Tianwei She and Suyi Li and Dragomir R. Radev},
year = 2019,
eprint = {1906.01749},
archiveprefix = {arXiv},
primaryclass = {cs.CL}
}
@inproceedings{Alfonseca:2009,
title = {Gazpacho and summer rash: lexical relationships from temporal patterns of web search queries},
author = {Alfonseca, Enrique and Ciaramita, Massimiliano and Hall, Keith},
year = 2009,
booktitle = {Proc. Conf. Empirical Methods in NLP},
address = {Singapore},
pages = {1046--1055}
}
@misc{AmazonKDDCup,
title = {{Amazon KDD Cup 2022}},
author = {Chandan K. Reddy and Lluís Màrquez and Fran Valero and Nikhil Rao and Hugo Zaragoza and Sambaran Bandyopadhyay and Arnab Biswas and Anlu Xing and Karthik Subbian},
url = {https://www.aicrowd.com/challenges/esci-challenge-for-improving-product-search?source=mlcontests}
}
@inproceedings{anh2001vector,
title = {Vector-space ranking with effective early termination},
author = {Anh, Vo Ngoc and de Kretser, Owen and Moffat, Alistair},
year = 2001,
booktitle = {Proceedings of the 24th annual international ACM SIGIR conference on Research and development in information retrieval},
pages = {35--42},
organization = {ACM}
}
@inproceedings{anh2005simplified,
title = {Simplified similarity scoring using term ranks},
author = {Anh, Vo Ngoc and Moffat, Alistair},
year = 2005,
booktitle = {Proceedings of the 28th annual international ACM SIGIR conference on Research and development in information retrieval},
pages = {226--233},
organization = {ACM}
}
@inproceedings{anh2006pruned,
title = {Pruned query evaluation using pre-computed impacts},
author = {Anh, Vo Ngoc and Moffat, Alistair},
year = 2006,
booktitle = {Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval},
pages = {372--379},
organization = {ACM}
}
@inproceedings{Anick2003,
title = {{Using terminological feedback for web search refinement}},
author = {Anick, Peter},
year = 2003,
booktitle = {Proceedings of the 26th annual international ACM SIGIR conference on Research and development in informaion retrieval - SIGIR '03},
publisher = {ACM Press},
address = {New York, New York, USA},
pages = 88,
annote = {Focus on update of query recommendation. No improvement in success rate, but part of the population makes active use.},
file = {:C$\backslash$:/Users/kahofman/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Anick - 2003 - Using terminological feedback for web search refinement.pdf:pdf},
keywords = {evaluation,interactive query refinement,terminological feedback,user logs,web search}
}
@inproceedings{Ardila2020CommonVA,
title = {Common Voice: A Massively-Multilingual Speech Corpus},
author = {Rosana Ardila and Megan Branson and Kelly Davis and Michael Henretty and Michael Kohler and Josh Meyer and Reuben Morais and Lindsay Saunders and Francis Morton Tyers and Gregor Weber},
year = 2020,
booktitle = {LREC}
}
@inproceedings{Arguello:etal:CIKM11,
title = {Learning to Aggregate Vertical Results into Web Search Results},
author = {Arguello, Jaime and Diaz, Fernando and Callan, Jamie},
year = 2011,
booktitle = {Proc. CIKM},
pages = {201--210}
}
@inproceedings{arguello2016report,
title = {Report on the SIGIR 2015 workshop on reproducibility, inexplicability, and generalizability of results (RIGOR)},
author = {Arguello, Jaime and Crane, Matt and Diaz, Fernando and Lin, Jimmy and Trotman, Andrew},
year = 2016,
booktitle = {ACM SIGIR Forum},
volume = 49,
number = 2,
pages = {107--116},
organization = {ACM}
}
@inproceedings{arias2008context,
title = {Context-Based Personalization for Mobile Web Search.},
author = {Arias, Mario and Cantera, Jos{\'e} Manuel and Vegas, Jes{\'u}s and de la Fuente, Pablo and Alonso, Jorge Cabrero and Bernardo, Guido Garc{\'\i}a and Llamas, C{\'e}sar and Zubizarreta, {\'A}lvaro},
year = 2008,
booktitle = {PersDB},
pages = {33--39}
}
@article{Arnab2021ViViTAV,
title = {ViViT: A Video Vision Transformer},
author = {Anurag Arnab and Mostafa Dehghani and Georg Heigold and Chen Sun and Mario Lucic and Cordelia Schmid},
year = 2021,
journal = {2021 IEEE/CVF International Conference on Computer Vision (ICCV)},
pages = {6816--6826}
}
@article{arora2015rand,
title = {Rand-walk: A latent variable model approach to word embeddings},
author = {Arora, Sanjeev and Li, Yuanzhi and Liang, Yingyu and Ma, Tengyu and Risteski, Andrej},
year = 2015,
journal = {arXiv preprint arXiv:1502.03520}
}
@inproceedings{artetxe2017learning,
title = {Learning bilingual word embeddings with (almost) no bilingual data},
author = {Artetxe, Mikel and Labaka, Gorka and Agirre, Eneko},
year = 2017,
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
pages = {451--462}
}
@inproceedings{ATD2008,
title = {Large scale analysis of Web revisitation Patterns},
author = {E. Adar and J. Teevan and S. T. Dumais},
year = 2008,
booktitle = CHI,
pages = {1197--1206}
}
@article{Athiwaratkun2017MultimodalWD,
title = {Multimodal Word Distributions},
author = {Ben Athiwaratkun and Andrew Gordon Wilson},
year = 2017,
journal = {ArXiv},
volume = {abs/1704.08424}
}
@article{atreya2011latent,
title = {Latent semantic indexing (LSI) fails for TREC collections},
author = {Atreya, Avinash and Elkan, Charles},
year = 2011,
journal = {ACM SIGKDD Explorations Newsletter},
publisher = {ACM},
volume = 12,
number = 2,
pages = {5--10}
}
@inproceedings{aumuller2017ann,
title = {ANN-Benchmarks: A Benchmarking Tool for Approximate Nearest Neighbor Algorithms},
author = {Aum{\"u}ller, Martin and Bernhardsson, Erik and Faithfull, Alexander},
year = 2017,
booktitle = {International Conference on Similarity Search and Applications},
pages = {34--49},
organization = {Springer}
}
@inproceedings{azzopardi2008retrievability,
title = {Retrievability: an evaluation measure for higher order information access tasks},
author = {Azzopardi, Leif and Vinay, Vishwa},
year = 2008,
booktitle = {Proceedings of the 17th ACM conference on Information and knowledge management},
pages = {561--570},
organization = {ACM}
}
@inproceedings{Baeza-Yates:etal:EDBT04,
title = {Query Recommendation Using Query Logs in Search Engines},
author = {Baeza-Yates, Ricardo and Hurtado, Carlos and Mendoza, Marcelo},
year = 2004,
booktitle = {Proc. EDBT},
pages = {588--596}
}
@article{bahdanau2014neural,
title = {Neural machine translation by jointly learning to align and translate},
author = {Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua},
year = 2014,
journal = {arXiv preprint arXiv:1409.0473}
}
@article{Bahdanau2014NeuralMT,
title = {Neural Machine Translation by Jointly Learning to Align and Translate},
author = {Dzmitry Bahdanau and Kyunghyun Cho and Yoshua Bengio},
year = 2014,
journal = {CoRR},
volume = {abs/1409.0473}
}
@article{bai2020binarybert,
title = {BinaryBERT: Pushing the Limit of {BERT} Quantization},
author = {Haoli Bai and Wei Zhang and Lu Hou and Lifeng Shang and Jing Jin and Xin Jiang and Qun Liu and Michael R. Lyu and Irwin King},
year = 2020,
journal = {CoRR},
volume = {abs/2012.15701},
url = {https://arxiv.org/abs/2012.15701},
eprinttype = {arXiv},
eprint = {2012.15701},
timestamp = {Thu, 05 May 2022 16:29:10 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2012-15701.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{bailey2003engineering,
title = {Engineering a multi-purpose test collection for web retrieval experiments},
author = {Bailey, Peter and Craswell, Nick and Hawking, David},
year = 2003,
journal = {Information Processing \& Management},
publisher = {Elsevier},
volume = 39,
number = 6,
pages = {853--871}
}
@article{Baker2016AutomaticSC,
title = {Automatic semantic classification of scientific literature according to the hallmarks of cancer},
author = {Simon Baker and Ilona Silins and Yufan Guo and Imran Ali and Johan H{\"o}gberg and Ulla Stenius and Anna Korhonen},
year = 2016,
journal = {Bioinformatics},
volume = {32 3},
pages = {432--40}
}
@article{baldi1993neural,
title = {Neural networks for fingerprint recognition},
author = {Baldi, Pierre and Chauvin, Yves},
year = 1993,
journal = {Neural Computation},
publisher = {MITP},
volume = 5,
number = 3,
pages = {402--418}
}
@article{balle2016end,
title = {End-to-end optimized image compression},
author = {Ball{\'e}, Johannes and Laparra, Valero and Simoncelli, Eero P},
year = 2016,
journal = {arXiv preprint arXiv:1611.01704}
}
@inproceedings{Bar-Yossef:2011,
title = {Context-sensitive query auto-completion},
author = {Bar-Yossef, Ziv and Kraus, Naama},
year = 2011,
booktitle = www,
pages = {107--116}
}
@inproceedings{Baraglia:2010,
title = {The effects of time on query flow graph-based models for query suggestion},
author = {Baraglia, Ranieri and Nardini, Franco Maria and Castillo, Carlos and Perego, Raffaele and Donato, Debora and Silvestri, Fabrizio},
year = 2010,
booktitle = {Proc. RIAO},
address = {Paris, France},
pages = {182--189}
}
@inproceedings{BarHaim2006TheSP,
title = {The Second PASCAL Recognising Textual Entailment Challenge},
author = {Roy Bar-Haim and I. Dagan and B. Dolan and Lisa Ferro and Danilo Giampiccolo and B. Magnini},
year = 2006
}
@article{baroni2010distributional,
title = {Distributional memory: A general framework for corpus-based semantics},
author = {Baroni, Marco and Lenci, Alessandro},
year = 2010,
journal = {Computational Linguistics},
publisher = {MIT Press},
volume = 36,
number = 4,
pages = {673--721}
}
@inproceedings{baroni2014don,
title = {Don't count, predict! a systematic comparison of context-counting vs. context-predicting semantic vectors},
author = {Baroni, Marco and Dinu, Georgiana and Kruszewski, Germ{\'a}n},
year = 2014,
booktitle = {Proc. ACL},
volume = 1,
pages = {238--247}
}
@book{barthes1977elements,
title = {Elements of semiology},
author = {Barthes, Roland},
year = 1977,
publisher = {Macmillan}
}
@inproceedings{Bast:2006:TLF:1148170.1148234,
title = {Type less, find more: fast autocompletion search with a succinct index},
author = {Bast, Holger and Weber, Ingmar},
year = 2006,
booktitle = sigir,
pages = {364--371}
}
@inproceedings{Bast:2007:EIQ:1321440.1321560,
title = {Efficient interactive query expansion with complete search},
author = {Bast, Holger and Majumdar, Debapriyo and Weber, Ingmar},
year = 2007,
booktitle = {cikm},
pages = {857--860}
}
@article{Becker2004TheGA,
title = {The Genetic Association Database},
author = {Kevin G. Becker and Kathleen C. Barnes and Tiffani J. Bright and S Alex Wang},
year = 2004,
journal = {Nature Genetics},
volume = 36,
pages = {431--432}
}
@string{kdd = {Proc. SIGKDD}}
@string{wsdm = {Proc. WSDM}}
@string{chi = {Proc. SIGCHI}}
@string{sigir = {Proc. SIGIR}}
@string{ictir = {Proc. ICTIR}}
@string{ecir = {Proc. ECIR}}
@string{www = {Proc. WWW}}
@string{soc = {Proc. SOC}}
@string{um = {Proc. UM}}
@string{cikm = {Proc. CIKM}}
@string{ecir = {Proc. ECIR}}
@string{nips = {Proc. NIPS}}
@string{sigmod = {Proc. SIGMOD}}
@string{acl = {Proc. ACL}}
@string{aaai = {Proc. AAAI}}
@string{icml = {Proc. ICML}}
@string{ijcai = {Proc. IJCAI}}
@inproceedings{Beeferman:etal:KDD2000,
title = {Agglomerative Clustering of a Search Engine Query Log},
author = {Beeferman, Doug and Berger, Adam},
year = 2000,
booktitle = kdd,
pages = {407--416}
}
@inproceedings{Beitzel:2004,
title = {Hourly analysis of a very large topically categorized web query log},
author = {Beitzel, Steven M. and Jensen, Eric C. and Chowdhury, Abdur and Grossman, David and Frieder, Ophir},
year = 2004,
booktitle = sigir,
pages = {321--328}
}
@inproceedings{belew1989adaptive,
title = {Adaptive information retrieval: Using a connectionist representation to retrieve and learn about documents},
author = {Belew, Richard K},
year = 1989,
booktitle = sigir,
volume = 23,
number = {SI},
pages = {11--20},
organization = {ACM}
}
@article{bellemare2013arcade,
title = {The arcade learning environment: An evaluation platform for general agents},
author = {Bellemare, Marc G and Naddaf, Yavar and Veness, Joel and Bowling, Michael},
year = 2013,
journal = {Journal of Artificial Intelligence Research},
volume = 47,
pages = {253--279}
}
@inproceedings{Beltagy2019SciBERTAP,
title = {SciBERT: A Pretrained Language Model for Scientific Text},
author = {Iz Beltagy and Kyle Lo and Arman Cohan},
year = 2019,
booktitle = {EMNLP}
}
@article{Bender2021OnTD,
title = {On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? ��},
author = {Emily M. Bender and Timnit Gebru and Angelina McMillan-Major and Shmargaret Shmitchell},
year = 2021,
journal = {Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency}
}
@inproceedings{bendersky2011parameterized,
title = {Parameterized concept weighting in verbose queries},
author = {Bendersky, Michael and Metzler, Donald and Croft, W Bruce},
year = 2011,
booktitle = sigir,
pages = {605--614},
organization = {ACM}
}
@inproceedings{benetka2017anticipating,
title = {Anticipating Information Needs Based on Check-in Activity},
author = {Benetka, Jan R. and Balog, Krisztian and N{\o}rv{\aa}g, Kjetil},
year = 2017,
booktitle = {WSDM},
publisher = {ACM},
pages = {41--50}
}
@article{bengio2003neural,
title = {A neural probabilistic language model},
author = {Bengio, Yoshua and Ducharme, R{\'e}jean and Vincent, Pascal and Jauvin, Christian},
year = 2003,
journal = {Journal of machine learning research},
volume = 3,
number = {Feb},
pages = {1137--1155}
}
@inproceedings{bengio2003quick,
title = {Quick Training of Probabilistic Neural Nets by Importance Sampling.},
author = {Bengio, Yoshua and Sen{\'e}cal, Jean-S{\'e}bastien and others},
year = 2003,
booktitle = {AISTATS}
}
@article{bengio2007greedy,
title = {Greedy layer-wise training of deep networks},
author = {Bengio, Yoshua and Lamblin, Pascal and Popovici, Dan and Larochelle, Hugo and others},
year = 2007,
journal = nips,
publisher = {MIT; 1998},
volume = 19,
pages = 153
}
@article{bengio2008adaptive,
title = {Adaptive importance sampling to accelerate training of a neural probabilistic language model},
author = {Bengio, Yoshua and Sen{\'e}cal, Jean-S{\'e}bastien},
year = 2008,
journal = {IEEE Transactions on Neural Networks},
publisher = {IEEE},
volume = 19,
number = 4,
pages = {713--722}
}
@inproceedings{Bengio2009CurriculumL,
title = {Curriculum learning},
author = {Yoshua Bengio and J{\'e}r{\^o}me Louradour and Ronan Collobert and Jason Weston},
year = 2009,
booktitle = {ICML '09}
}
@article{bengio2009learning,
title = {Learning deep architectures for AI},
author = {Bengio, Yoshua and others},
year = 2009,
journal = {Foundations and trends{\textregistered} in Machine Learning},
publisher = {Now Publishers, Inc.},
volume = 2,
number = 1,
pages = {1--127}
}
@inproceedings{bennett-et-al:sigir-2011,
title = {Inferring and Using Location Metadata to Personalize Web Search},
author = {Paul Bennett and Filip Radlinski and Ryen White and Emine Yilmaz},
year = 2011,
booktitle = {Proc. SIGIR},
pages = {135--144}
}
@inproceedings{Bennett:2011,
title = {Inferring and using location metadata to personalize web search},
author = {Bennett, Paul N. and Radlinski, Filip and White, Ryen W. and Yilmaz, Emine},
year = 2011,
booktitle = sigir,
pages = {135--144}
}
@inproceedings{Bennett:2012,
title = {Modeling the impact of short- and long-term behavior on search personalization},
author = {Bennett, Paul N. and White, Ryen W. and Chu, Wei and Dumais, Susan T. and Bailey, Peter and Borisyuk, Fedor and Cui, Xiaoyuan},
year = 2012,
booktitle = sigir,
pages = {185--194}
}
@inproceedings{Bennett:etal:SIGIR2012,
title = {Modeling the impact of short- and long-term behavior on search personalization},
author = {Bennett, Paul N. and White, Ryen W. and Chu, Wei and Dumais, Susan T. and Bailey, Peter and Borisyuk, Fedor and Cui, Xiaoyuan},
year = 2012,
booktitle = sigir,
series = {SIGIR '12},
pages = {185--194}
}
@inproceedings{Bentivogli2009TheSP,
title = {The Sixth PASCAL Recognizing Textual Entailment Challenge},
author = {L. Bentivogli and Peter Clark and I. Dagan and Danilo Giampiccolo},
year = 2009,
booktitle = {TAC}
}
@inproceedings{Berberich2010a,
title = {A Language Modeling Approach for Temporal Information Needs},
author = {Berberich, Klaus and Bedathur, Srikanta and Alonso, Omar and Weikum, Gerhard},
year = 2010,
booktitle = ecir,
address = {Milton Keynes, UK},
pages = {13--25},
isbn = {978-3-642-12274-3}
}
@article{Berger1996AME,
title = {A Maximum Entropy Approach to Natural Language Processing},
author = {Adam L. Berger and Stephen Della Pietra and Vincent J. Della Pietra},
year = 1996,
journal = {Computational Linguistics},
volume = 22,
pages = {39--71}
}
@inproceedings{berger1999information,
title = {Information retrieval as statistical translation},
author = {Berger, Adam and Lafferty, John},
year = 1999,
booktitle = sigir,
pages = {222--229},
organization = {ACM}
}
@inproceedings{bergstra2010theano,
title = {Theano: A CPU and GPU math compiler in Python},
author = {Bergstra, James and Breuleux, Olivier and Bastien, Fr{\'e}d{\'e}ric and Lamblin, Pascal and Pascanu, Razvan and Desjardins, Guillaume and Turian, Joseph and Warde-Farley, David and Bengio, Yoshua},
year = 2010,
booktitle = {Proc. 9th Python in Science Conf},
pages = {1--7}
}
@inproceedings{Bhatia:etal:SIGIR2011,
title = {Query suggestions in the absence of query logs},
author = {Bhatia, Sumit and Majumdar, Debapriyo and Mitra, Prasenjit},
year = 2011,
booktitle = sigir,
pages = {795--804}
}
@misc{bhatia2015extremewkshp,
title = {Extreme Classification 2015: The NIPS Workshop on Multi-class and Multi-label Learning in Extremely Large Label Spaces},
author = {Varma, Manik and Cisse, Moustapha},
year = 2015,
url = {http://manikvarma.org/events/XC15/},
note = {Accessed June 7, 2017}
}
@misc{bhatia2016extremewkshp,
title = {Extreme Classification 2016: The NIPS Workshop on Multi-class and Multi-label Learning in Extremely Large Label Spaces},
author = {Cisse, Moustapha and Varma, Manik and Bengio, Samy},
year = 2016,
url = {http://manikvarma.org/events/XC16/},
note = {Accessed June 7, 2017}
}
@misc{bhatiaextreme,
title = {The extreme classification repository: multi-label datasets \& code},
author = {Bhatia, KH and Jain, PJ and Varma, M},
year = 2016,
url = {http://manikvarma.org/downloads/XC/XMLRepository.html},
note = {Accessed June 7, 2017}
}
@article{Bi2020ATE,
title = {A Transformer-based Embedding Model for Personalized Product Search},
author = {Keping Bi and Qingyao Ai and W. Bruce Croft},
year = 2020,
journal = {Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval}
}
@inproceedings{Bi2020PALMPA,
title = {PALM: Pre-training an Autoencoding\&autoregressive Language Model for Context-conditioned Generation},
author = {Bin Bi and Chenliang Li and Chen Wu and Ming Yan and Wei Wang},
year = 2020,
booktitle = {EMNLP}
}
@incollection{Bickel:2005,
title = {Learning to Complete Sentences},
author = {Steffen Bickel and Peter Haider and Tobias Scheffer},
year = 2005,
booktitle = {Proc. ECML},
publisher = {Springer},
pages = {497--504},
citedby = {0}
}
@incollection{bickel2005learning,
title = {Learning to complete sentences},
author = {Bickel, Steffen and Haider, Peter and Scheffer, Tobias},
year = 2005,
booktitle = {Machine Learning: ECML 2005},
publisher = {Springer},
pages = {497--504}
}
@book{bird2009natural,
title = {Natural language processing with Python: analyzing text with the natural language toolkit},
author = {Bird, Steven and Klein, Ewan and Loper, Edward},
year = 2009,
publisher = {" O'Reilly Media, Inc."}
}
@inproceedings{blacoe2012comparison,
title = {A comparison of vector-based representations for semantic composition},
author = {Blacoe, William and Lapata, Mirella},
year = 2012,
booktitle = {Proc. EMNLP},
pages = {546--556},
organization = {Association for Computational Linguistics}
}
@article{Blalock2020WhatIT,
title = {What is the State of Neural Network Pruning?},
author = {Davis W. Blalock and J. G. Ortiz and Jonathan Frankle and J. Guttag},
year = 2020,
journal = {ArXiv},
volume = {abs/2003.03033}
}
@article{Blei:2003:LDA,
title = {Latent dirichlet allocation},
author = {Blei, David M. and Ng, Andrew Y. and Jordan, Michael I.},
year = 2003,
month = mar,
journal = {J. Mach. Learn. Res.},
volume = 3,
pages = {993--1022}
}
@article{blei2003latent,
title = {Latent dirichlet allocation},
author = {Blei, David M and Ng, Andrew Y and Jordan, Michael I},
year = 2003,
journal = {the Journal of machine Learning research},
publisher = {JMLR. org},
volume = 3,
pages = {993--1022}
}
@misc{blog2015ranknet,
title = {RankNet: A ranking retrospective},
author = {Burges, Chris},
year = 2015,
note = {Accessed: 2018-08-04},
howpublished = {\url{https://www.microsoft.com/en-us/research/blog/ranknet-a-ranking-retrospective/}}
}
@inproceedings{blunsom2014deep,
title = {A deep architecture for semantic parsing},
author = {Blunsom, Phil and de Freitas, Nando and Grefenstette, Edward and Hermann, Karl Moritz and others},
year = 2014,
booktitle = {Proc. ACL},
organization = {Proceedings of the ACL 2014 Workshop on Semantic Parsing}
}
@article{Bojanowski2017EnrichingWV,
title = {Enriching Word Vectors with Subword Information},
author = {Piotr Bojanowski and Edouard Grave and Armand Joulin and Tomas Mikolov},
year = 2017,
journal = {Transactions of the Association for Computational Linguistics},
volume = 5,
pages = {135--146}
}
@article{bojarski2016end,
title = {End to end learning for self-driving cars},
author = {Bojarski, Mariusz and Del Testa, Davide and Dworakowski, Daniel and Firner, Bernhard and Flepp, Beat and Goyal, Prasoon and Jackel, Lawrence D and Monfort, Mathew and Muller, Urs and Zhang, Jiakai and others},
year = 2016,
journal = {arXiv preprint arXiv:1604.07316}
}
@inproceedings{boldi2009query,
title = {Query suggestions using query-flow graphs},
author = {Boldi, Paolo and Bonchi, Francesco and Castillo, Carlos and Donato, Debora and Vigna, Sebastiano},
year = 2009,
booktitle = {Proceedings of the 2009 workshop on Web Search Click Data},
pages = {56--63},
organization = {ACM}
}
@article{boldi2011query,
title = {Query reformulation mining: models, patterns, and applications},
author = {Boldi, Paolo and Bonchi, Francesco and Castillo, Carlos and Vigna, Sebastiano},
year = 2011,
journal = {Information retrieval},
publisher = {Springer},
volume = 14,
number = 3,
pages = {257--289}
}
@article{Bommasani2021OnTO,
title = {On the Opportunities and Risks of Foundation Models},
author = {Rishi Bommasani and Drew A. Hudson and Ehsan Adeli and Russ Altman and Simran Arora and Sydney von Arx and Michael S. Bernstein and Jeannette Bohg and Antoine Bosselut and Emma Brunskill and Erik Brynjolfsson and S. Buch and Dallas Card and Rodrigo Castellon and Niladri S. Chatterji and Annie S. Chen and Kathleen Creel and Jared Davis and Dora Demszky and Chris Donahue and Moussa Doumbouya and Esin Durmus and Stefano Ermon and John Etchemendy and Kawin Ethayarajh and Li Fei-Fei and Chelsea Finn and Trevor Gale and Lauren E. Gillespie and Karan Goel and Noah D. Goodman and Shelby Grossman and Neel Guha and Tatsunori Hashimoto and Peter Henderson and John Hewitt and Daniel E. Ho and Jenny Hong and Kyle Hsu and Jing Huang and Thomas F. Icard and Saahil Jain and Dan Jurafsky and Pratyusha Kalluri and Siddharth Karamcheti and Geoff Keeling and Fereshte Khani and O. Khattab and Pang Wei Koh and Mark S. Krass and Ranjay Krishna and Rohith Kuditipudi and Ananya Kumar and Faisal Ladhak and Mina Lee and Tony Lee and Jure Leskovec and Isabelle Levent and Xiang Lisa Li and Xuechen Li and Tengyu Ma and Ali Malik and Christopher D. Manning and Suvir P. Mirchandani and Eric Mitchell and Zanele Munyikwa and Suraj Nair and Avanika Narayan and Deepak Narayanan and Benjamin Newman and Allen Nie and Juan Carlos Niebles and Hamed Nilforoshan and J. F. Nyarko and Giray Ogut and Laurel Orr and Isabel Papadimitriou and Joon Sung Park and Chris Piech and Eva Portelance and Christopher Potts and Aditi Raghunathan and Robert Reich and Hongyu Ren and Frieda Rong and Yusuf H. Roohani and Camilo Ruiz and Jack Ryan and Christopher R'e and Dorsa Sadigh and Shiori Sagawa and Keshav Santhanam and Andy Shih and Krishna Parasuram Srinivasan and Alex Tamkin and Rohan Taori and Armin W. Thomas and Florian Tram{\`e}r and Rose E. Wang and William Wang and Bohan Wu and Jiajun Wu and Yuhuai Wu and Sang Michael Xie and Michihiro Yasunaga and Jiaxuan You and Matei A. Zaharia and Michael Zhang and Tianyi Zhang and Xikun Zhang and Yuhui Zhang and Lucia Zheng and Kaitlyn Zhou and Percy Liang},
year = 2021,
journal = {ArXiv},
volume = {abs/2108.07258}
}
@article{bordes2015large,
title = {Large-scale simple question answering with memory networks},
author = {Bordes, Antoine and Usunier, Nicolas and Chopra, Sumit and Weston, Jason},
year = 2015,
journal = {arXiv preprint arXiv:1506.02075}
}
@inproceedings{borisov2016context,
title = {A context-aware time model for web search},
author = {Borisov, Alexey and Markov, Ilya and de Rijke, Maarten and Serdyukov, Pavel},
year = 2016,
booktitle = {Proceedings of the 39th International ACM SIGIR conference on Research and Development in Information Retrieval},
pages = {205--214},
organization = {ACM}
}
@inproceedings{borisov2016neural,
title = {A neural click model for web search},
author = {Borisov, Alexey and Markov, Ilya and de Rijke, Maarten and Serdyukov, Pavel},
year = 2016,
booktitle = www,
pages = {531--541},
organization = WWW
}
@article{bort,
title = {Optimal Subarchitecture Extraction For {BERT}},
author = {Adrian de Wynter and Daniel J. Perry},
year = 2020,
journal = {CoRR},
volume = {abs/2010.10499},
url = {https://arxiv.org/abs/2010.10499},
eprinttype = {arXiv},
eprint = {2010.10499},
timestamp = {Mon, 26 Oct 2020 15:39:44 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2010-10499.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{bowman2016fast,
title = {A fast unified model for parsing and sentence understanding},
author = {Bowman, Samuel R and Gauthier, Jon and Rastogi, Abhinav and Gupta, Raghav and Manning, Christopher D and Potts, Christopher},
year = 2016,
journal = {arXiv preprint arXiv:1603.06021}
}
@inproceedings{boytsov2016off,
title = {Off the Beaten Path: Let's Replace Term-Based Retrieval with k-NN Search},
author = {Boytsov, Leonid and Novak, David and Malkov, Yury and Nyberg, Eric},
year = 2016,
booktitle = {Proceedings of the 25th ACM International on Conference on Information and Knowledge Management},
pages = {1099--1108},
organization = {ACM}
}
@inproceedings{Broder:2009,
title = {Online expansion of rare queries for sponsored search},
author = {Broder, Andrei and Ciccolo, Peter and Gabrilovich, Evgeniy and Josifovski, Vanja and Metzler, Donald and Riedel, Lance and Yuan, Jeffrey},
year = 2009,
booktitle = www,
address = {Madrid, Spain},
pages = {511--520}
}
@inproceedings{broder2003efficient,
title = {Efficient query evaluation using a two-level retrieval process},
author = {Broder, Andrei Z and Carmel, David and Herscovici, Michael and Soffer, Aya and Zien, Jason},
year = 2003,
booktitle = {Proceedings of the twelfth international conference on Information and knowledge management},
pages = {426--434},
organization = {ACM}
}
@article{bromley1993signature,
title = {Signature Verification Using A "Siamese" Time Delay Neural Network},
author = {Bromley, Jane and Bentz, James W. and Bottou, L{\'e}on and Guyon, Isabelle and LeCun, Yann and Moore, Cliff and S{\"a}ckinger, Eduard and Shah, Roopak},
year = 1993,
journal = {IJPRAI},
volume = 7,
number = 4,
pages = {669--688}
}
@article{brown1990statistical,
title = {A statistical approach to machine translation},
author = {Brown, Peter F and Cocke, John and Pietra, Stephen A Della and Pietra, Vincent J Della and Jelinek, Fredrick and Lafferty, John D and Mercer, Robert L and Roossin, Paul S},
year = 1990,
journal = {Computational linguistics},
publisher = {MIT Press},
volume = 16,
number = 2,
pages = {79--85}
}
@article{brown1992class,
title = {Class-based n-gram models of natural language},
author = {Brown, Peter F and Desouza, Peter V and Mercer, Robert L and Pietra, Vincent J Della and Lai, Jenifer C},
year = 1992,
journal = {Computational linguistics},
publisher = {MIT Press},
volume = 18,
number = 4,
pages = {467--479}
}
@article{brown1993mathematics,
title = {The mathematics of statistical machine translation: Parameter estimation},
author = {Brown, Peter F and Pietra, Vincent J Della and Pietra, Stephen A Della and Mercer, Robert L},
year = 1993,
journal = {Computational linguistics},
publisher = {MIT Press},
volume = 19,
number = 2,
pages = {263--311}
}
@inproceedings{brown1995fast,
title = {Fast evaluation of structured queries for information retrieval},
author = {Brown, Eric W},
year = 1995,
booktitle = {Proceedings of the 18th annual international ACM SIGIR conference on Research and development in information retrieval},
pages = {30--38},
organization = {ACM}
}
@article{Brown2020LanguageMA,
title = {Language Models are Few-Shot Learners},
author = {Tom B. Brown and Benjamin Mann and Nick Ryder and Melanie Subbiah and Jared Kaplan and Prafulla Dhariwal and Arvind Neelakantan and Pranav Shyam and Girish Sastry and Amanda Askell and Sandhini Agarwal and Ariel Herbert-Voss and Gretchen Krueger and T. J. Henighan and Rewon Child and Aditya Ramesh and Daniel M. Ziegler and Jeff Wu and Clemens Winter and Christopher Hesse and Mark Chen and Eric Sigler and Mateusz Litwin and Scott Gray and Benjamin Chess and Jack Clark and Christopher Berner and Sam McCandlish and Alec Radford and Ilya Sutskever and Dario Amodei},
year = 2020,
journal = {ArXiv},
volume = {abs/2005.14165}
}
@inproceedings{BSD2010,
title = {Classification-Enhanced Ranking},
author = {Paul N. Bennett and Krista Svore and Susan Dumais},
year = 2010,
booktitle = WWW,
pages = {111--120}
}
@inproceedings{Bucila2006ModelC,
title = {Model compression},
author = {Cristian Bucila and R. Caruana and Alexandru Niculescu-Mizil},
year = 2006,
booktitle = {KDD '06}
}
@article{bullinaria2007extracting,
title = {Extracting semantic representations from word co-occurrence statistics: A computational study},
author = {Bullinaria, John A and Levy, Joseph P},
year = 2007,
journal = {Behavior research methods},
publisher = {Springer},
volume = 39,
number = 3,
pages = {510--526}
}
@article{bullinaria2012extracting,
title = {Extracting semantic representations from word co-occurrence statistics: stop-lists, stemming, and SVD},
author = {Bullinaria, John A and Levy, Joseph P},
year = 2012,
journal = {Behavior research methods},
publisher = {Springer},
volume = 44,
number = 3,
pages = {890--907}
}
@inproceedings{burges-et-al:nips-2006,
title = {Learning to Rank with Non-Smooth Cost Functions},
author = {C.J.C. Burges and R. Ragno and Q.V. Le},
year = 2006,
booktitle = NIPS
}
@article{burges-et-al:yletor-2011,
title = {Learning to Rank using an Ensemble of Lambda-Gradient Models},
author = {Christopher J. C. Burges and Krysta M. Svore and Paul N. Bennett and Andrzej Pastusiak and Qiang Wu},
year = 2011,
journal = {JMLR},
volume = 14,
pages = {25--35}
}
@inproceedings{Burges:RL06,
title = {Learning to Rank with Nonsmooth Cost Functions},
author = {Christopher Burges and Robert Ragno and Quoc Viet Le},
year = 2006,
booktitle = nips,
publisher = {{MIT Press}},
pages = {193--200}
}
@article{Burges:SBPW11,
title = {Learning to Rank Using an Ensemble of Lambda-Gradient Models},
author = {Christopher Burges and Krysta Svore and Paul Bennett and Andrzej Pastusiak and Qiang Wu},
year = 2011,
journal = {Journal of Machine Learning Research - Proceedings Track},
volume = 14,
pages = {25--35}
}
@inproceedings{burges2005learning,
title = {Learning to rank using gradient descent},
author = {Burges, Chris and Shaked, Tal and Renshaw, Erin and Lazier, Ari and Deeds, Matt and Hamilton, Nicole and Hullender, Greg},
year = 2005,
booktitle = {Proceedings of the 22nd international conference on Machine learning},
pages = {89--96},
organization = {ACM}
}
@inproceedings{burges2006learning,
title = {Learning to rank with nonsmooth cost functions},
author = {Burges, Christopher JC and Ragno, Robert and Le, Quoc Viet},
year = 2006,
booktitle = {NIPS},
volume = 6,
pages = {193--200}
}
@article{burges2010ranknet,
title = {From ranknet to lambdarank to lambdamart: An overview},
author = {Burges, Christopher JC},
year = 2010,
journal = {Learning},
volume = 11,
number = {23-581},
pages = 81
}
@inproceedings{Buscher:etal:SIGIR2008,
title = {Query expansion using gaze-based feedback on the subdocument level},
author = {Buscher, Georg and Dengel, Andreas and van Elst, Ludger},
year = 2008,
booktitle = sigir,
pages = {387--394}
}
@inproceedings{Buscher:etal:SIGIR2010,
title = {The good, the bad, and the random: an eye-tracking study of ad quality in web search},
author = {Buscher, Georg and Dumais, Susan T. and Cutrell, Edward},
year = 2010,
booktitle = sigir,
pages = {42--49}
}
@article{Byrd:BFGS:1995,
author = {R. Byrd, P. Lu and J. Nocedal},
year = 1995,
journal = {SIAM Journal on Scientific and Statistical Computing},
volume = 16,
number = 5,
pages = {1190--1208}
}
@inproceedings{cai2014time,
title = {Time-sensitive Personalized Query Auto-Completion},
author = {Cai, Fei and Liang, Shangsong and de Rijke, Maarten},
year = 2014,
booktitle = cikm,
pages = {1599--1608},
organization = {ACM}
}
@misc{callan2009clueweb09,
title = {Clueweb09 data set},
author = {Callan, Jamie and Hoy, Mark and Yoo, Changkuk and Zhao, Le},
year = 2009
}
@inproceedings{cambazoglu2010early,
title = {Early exit optimizations for additive machine learned ranking systems},
author = {Cambazoglu, B Barla and Zaragoza, Hugo and Chapelle, Olivier and Chen, Jiang and Liao, Ciya and Zheng, Zhaohui and Degenhardt, Jon},
year = 2010,
booktitle = wsdm,
pages = {411--420},
organization = {ACM}
}
@article{Campos2016MSMA,
title = {MS MARCO: A Human Generated MAchine Reading COmprehension Dataset},
author = {Daniel Fernando Campos and Tri Nguyen and Mir Rosenberg and Xia Song and Jianfeng Gao and Saurabh Tiwary and Rangan Majumder and Li Deng and Bhaskar Mitra},
year = 2016,
journal = {ArXiv},
volume = {abs/1611.09268}
}
@article{Campos2022ScalM,
title = {Scaling up multilingual text classification on XM data with compressed language models},
author = {Daniel Campos and Daniel J. Perry, Samir Joshi and Yashmeet Gambhir and Wei Du and Zhengzheng Xing and Aaron Colak},
year = 2022,
journal = {ArXiv}
}