Souradeep Nanda commited on
Commit
d81458b
1 Parent(s): 12bdf6c

Update README

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Beam Retrieval: General End-to-End Retrieval for Multi-Hop Question Answering (Zhang et all 2023)
6
+
7
+ Unofficial mirror of [Beam Retriever](https://github.com/canghongjian/beam_retriever)
8
+
9
+ See [this repo](https://huggingface.co/scholarly-shadows-syndicate/beam_retriever_unofficial_encoder_only) for the finetuned encoder.
10
+
11
+ ## Citations
12
+
13
+ ```bibtex
14
+ @article{Zhang2023BeamRG,
15
+ title={Beam Retrieval: General End-to-End Retrieval for Multi-Hop Question Answering},
16
+ author={Jiahao Zhang and H. Zhang and Dongmei Zhang and Yong Liu and Sheng Huang},
17
+ journal={ArXiv},
18
+ year={2023},
19
+ volume={abs/2308.08973},
20
+ url={https://api.semanticscholar.org/CorpusID:261030563}
21
+ }
22
+ ```
23
+
24
+ ```bibtex
25
+ @article{He2020DeBERTaDB,
26
+ title={DeBERTa: Decoding-enhanced BERT with Disentangled Attention},
27
+ author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
28
+ journal={ArXiv},
29
+ year={2020},
30
+ volume={abs/2006.03654},
31
+ url={https://api.semanticscholar.org/CorpusID:219531210}
32
+ }
33
+ ```