UMCU commited on
Commit
e06addd
·
verified ·
1 Parent(s): 898b179

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -16,4 +16,20 @@ task_categories:
16
 
17
  This can be used to finetune a decoder model for Q/A interaction,
18
  alternatively it can be used to create *(question, positive, negative)*
19
- triplets to train a sentence encoder using [SBERT](https://www.sbert.net/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  This can be used to finetune a decoder model for Q/A interaction,
18
  alternatively it can be used to create *(question, positive, negative)*
19
+ triplets to train a sentence encoder using [SBERT](https://www.sbert.net/).
20
+
21
+ Reference:
22
+
23
+ '''
24
+ @inbook{Nentidis_2023,
25
+ title={Overview of BioASQ 2023: The Eleventh BioASQ Challenge on Large-Scale Biomedical Semantic Indexing and Question Answering},
26
+ ISBN={9783031424489},
27
+ ISSN={1611-3349},
28
+ url={http://dx.doi.org/10.1007/978-3-031-42448-9_19},
29
+ DOI={10.1007/978-3-031-42448-9_19},
30
+ booktitle={Experimental IR Meets Multilinguality, Multimodality, and Interaction},
31
+ publisher={Springer Nature Switzerland},
32
+ author={Nentidis, Anastasios and Katsimpras, Georgios and Krithara, Anastasia and Lima López, Salvador and Farré-Maduell, Eulália and Gasco, Luis and Krallinger, Martin and Paliouras, Georgios},
33
+ year={2023},
34
+ pages={227–250} }
35
+ '''