File size: 983 Bytes
56bb252
 
 
7c9e8f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
---
# Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering

This repository includes the model for 
[Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering](https://aclanthology.org/2023.acl-short.159/).

If you find this useful, please cite the following paper:
```
@inproceedings{cheng-etal-2023-task,
    title = "Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering",
    author = "Cheng, Hao  and
      Fang, Hao  and
      Liu, Xiaodong  and
      Gao, Jianfeng",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-short.159",
    pages = "1864--1875",
}
```