init commit
Browse files- README.md +22 -0
- pytorch_model.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering
|
5 |
+
|
6 |
+
This repository includes the model for
|
7 |
+
[Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering](https://aclanthology.org/2023.acl-short.159/).
|
8 |
+
|
9 |
+
If you find this useful, please cite the following paper:
|
10 |
+
```
|
11 |
+
@inproceedings{cheng-etal-2023-task,
|
12 |
+
title = "Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering",
|
13 |
+
author = "Cheng, Hao and
|
14 |
+
Fang, Hao and
|
15 |
+
Liu, Xiaodong and
|
16 |
+
Gao, Jianfeng",
|
17 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
|
18 |
+
month = jul,
|
19 |
+
year = "2023",
|
20 |
+
address = "Toronto, Canada",
|
21 |
+
publisher = "Association for Computational Linguistics",
|
22 |
+
url = "https://aclanthology.org/2023.acl-short.159",
|
23 |
+
pages = "1864--1875",
|
24 |
+
}
|
25 |
+
```
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fef5fae40620660b8c0de46ccaff80afc7a8a5b15b99974c6a004b2b0e1b0a2
|
3 |
+
size 1536221965
|