justram commited on
Commit
3dc4d5d
1 Parent(s): c482575

Create readme.md, add example

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This model is trained for conversational question rewriting.
2
+
3
+ Usage:
4
+
5
+ Source text format: ${HISTORY} ||| ${CURRENT_QUESTION}
6
+
7
+ example from [CANARD](https://sites.google.com/view/qanta/projects/canard):
8
+ Frank Zappa ||| Disbandment ||| What group disbanded ||| Zappa and the Mothers of Invention ||| When did they disband?
9
+
10
+ Target text:
11
+ When did Zappa and the Mothers of Invention disband?
12
+
13
+
14
+ You can find our guide to reproduce the training in this [repo](https://github.com/jacklin64/Conversational-IR/tree/master/cqr_t5).