-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the QA model for Covid19 #4
Comments
Closes #5 |
Update the QA model to follow the general QA task format #22 . |
can we use a uniform (input and output) data format for all these tasks? |
Can. There is an existing paper coping with this. And here is its demo: https://unifiedqa.apps.allenai.org/ Will see and try how we implement this. |
Then pls post the format for the input and output here.
…On Wed, Jun 10, 2020 at 11:06 AM delphieritas ***@***.***> wrote:
can we use a uniform (input and output) data format for all these tasks?
Can. There is an existing paper coping with this. Will see and try how we
implement this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA47DR6WSAGHBGQN2IJOHETRV32DDANCNFSM4MZI5RPA>
.
|
The input and output of the existing paper is as following:
|
We need the format defined like https://singa-auto.readthedocs.io/en/latest/src/user/tasks.html?highlight=TASK |
QUESTION_ANSWERINGQuery Format .. note::
Query is in JSON format. While the relevant information is provided in query, the question always comes first, followed by additional information. We use “\n” separators between different parts of the input. .. code-block:: text
Prediction Format The output is in JSON format.
Hi @nudles . The above content has been revised. |
The layout format is a little different from the target page. Once moving the comment to the new web page, it should be fine and will adjust accordingly.
|
I have made a Pull Request for Question answering task documentation & update dev.py admin.py #80 Pls see the this detailed commit: |
https://www.kaggle.com/matteomuffo/a-fine-grained-covid-19-question-answering-engine
The text was updated successfully, but these errors were encountered: