Views
No views yet

1git clone --recurse-submodules https://github.com/microsoft/taser
2
3conda env create --file=environment.yml --name=taser
4
5# activate the new sandbox you just created
6conda activate taser
7# add the `src/` and `third_party/DPR` to the list of places python searches for packages
8conda develop src/ third_party/DPR/
9
10# download spacy models
11python -m spacy download en_core_web_sm1@inproceedings{cheng-etal-2023-task,
2 title = "Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering",
3 author = "Cheng, Hao and
4 Fang, Hao and
5 Liu, Xiaodong and
6 Gao, Jianfeng",
7 booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
8 month = jul,
9 year = "2023",
10 address = "Toronto, Canada",
11 publisher = "Association for Computational Linguistics",
12 url = "https://aclanthology.org/2023.acl-short.159",
13 pages = "1864--1875",
14}