Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is a binary classifier based on DeBERTa-v3-base for predicting if given a conversation, retrieval should be performed. It's trained on the [ProCIS dataset](https://github.com/algoprog/ProCIS).
|
2 |
+
|
3 |
+
```
|
4 |
+
@article{Anonymous_2024_ProCIS,
|
5 |
+
title = {ProCIS: A Benchmark for Proactive Retrieval in Conversations},
|
6 |
+
author = {},
|
7 |
+
journal = {Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval},
|
8 |
+
year = {2024}
|
9 |
+
}
|
10 |
+
```
|