Commit
·
e26341b
1
Parent(s):
dd00142
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ pipeline_tag: conversational
|
|
9 |
|
10 |
This is a weights storage for the PaperPersiChat pipeline models.
|
11 |
|
12 |
-
The pipeline is presented in the paper
|
13 |
|
14 |
### Installation
|
15 |
|
@@ -46,4 +46,24 @@ pred = model(question,
|
|
46 |
max_seq_len=384,
|
47 |
doc_stride=64,
|
48 |
max_answer_len=384)
|
49 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
This is a weights storage for the PaperPersiChat pipeline models.
|
11 |
|
12 |
+
The pipeline is presented in the paper [PaperPersiChat: Scientific Paper Discussion Chatbot using Transformers and Discourse Flow Management](https://aclanthology.org/2023.sigdial-1.54/)
|
13 |
|
14 |
### Installation
|
15 |
|
|
|
46 |
max_seq_len=384,
|
47 |
doc_stride=64,
|
48 |
max_answer_len=384)
|
49 |
+
```
|
50 |
+
|
51 |
+
### Citation
|
52 |
+
|
53 |
+
If you find our models helpful, feel free to cite our publication [PaperPersiChat: Scientific Paper Discussion Chatbot using Transformers and Discourse Flow Management](https://aclanthology.org/2023.sigdial-1.54/):
|
54 |
+
```
|
55 |
+
@inproceedings{chernyavskiy-etal-2023-paperpersichat,
|
56 |
+
title = "{P}aper{P}ersi{C}hat: Scientific Paper Discussion Chatbot using Transformers and Discourse Flow Management",
|
57 |
+
author = "Chernyavskiy, Alexander and
|
58 |
+
Bregeda, Max and
|
59 |
+
Nikiforova, Maria",
|
60 |
+
booktitle = "Proceedings of the 24th Meeting of the Special Interest Group on Discourse and Dialogue",
|
61 |
+
month = sep,
|
62 |
+
year = "2023",
|
63 |
+
address = "Prague, Czechia",
|
64 |
+
publisher = "Association for Computational Linguistics",
|
65 |
+
url = "https://aclanthology.org/2023.sigdial-1.54",
|
66 |
+
pages = "584--587",
|
67 |
+
}
|
68 |
+
|
69 |
+
```
|