algoprog commited on
Commit
7985fbc
·
verified ·
1 Parent(s): f1cf8b7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ ```