Commit
·
3b6b954
1
Parent(s):
47fe024
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Question-Answer to Statement Converter
|
2 |
|
3 |
A question answer pair to statement converter from https://github.com/jifan-chen/QA-Verification-Via-NLI
|
@@ -16,7 +29,7 @@ See:
|
|
16 |
|
17 |
## TL;DR:
|
18 |
We fine-tune a seq2seq model,
|
19 |
-
T5-3B (Raffel et al., 2020), using the (a, q, d) pairs
|
20 |
annotated by Demszky et al. (2018).
|
21 |
|
22 |
Where a is answer, q is question, and d is declerative sentence (i.e. a statement).
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text2text-generation
|
6 |
+
datasets:
|
7 |
+
- squad
|
8 |
+
widget:
|
9 |
+
- text: "Where in the world is Carmen Sandiego. She is in Abruzzo"
|
10 |
+
example_title: "Where is Carmen Sandiego?"
|
11 |
+
- text: "Halifax is a city in which province. Nova Scotia"
|
12 |
+
example_title: "A Halifact"
|
13 |
+
---
|
14 |
# Question-Answer to Statement Converter
|
15 |
|
16 |
A question answer pair to statement converter from https://github.com/jifan-chen/QA-Verification-Via-NLI
|
|
|
29 |
|
30 |
## TL;DR:
|
31 |
We fine-tune a seq2seq model,
|
32 |
+
T5-3B (Raffel et al., 2020), using the \\((a, q, d)\\) pairs
|
33 |
annotated by Demszky et al. (2018).
|
34 |
|
35 |
Where a is answer, q is question, and d is declerative sentence (i.e. a statement).
|