facebookresearch / ParlAI

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.
https://parl.ai
MIT License
10.47k stars 2.09k forks source link

Missing Tasks #492

Open jaseweston opened 6 years ago

jaseweston commented 6 years ago

This is a list of tasks not yet in ParlAI that would be great to have. Feel free to add more to the list also! We will remove individual items when they are done.

Chit Chat

Knowledge-grounded datasets:

Visual Dialogue / QA Tasks / Captioning:

QA Tasks:

apsdehal commented 6 years ago

@jaseweston How about AQuA dataset by deepmind for algebraic questions? https://github.com/deepmind/AQuA I can add support for this if it is acceptable.

I can possibly work on others too.

jaseweston commented 6 years ago

yes, sure -- it would be great if you can add it (and any others you want)!

jaseweston commented 6 years ago

@dfcf93 sure it would be great if you can add it!

BenjaminWinter commented 5 years ago

I would add HotpotQA https://hotpotqa.github.io/, which my group are currently working on getting into ParlAI

jaseweston commented 5 years ago

I would add HotpotQA https://hotpotqa.github.io/, which my group are currently working on getting into ParlAI

awesome!

ricsinaruto commented 5 years ago

I am commenting here to let interested people know that I have a working DailyDialog implementation running on this fork: https://github.com/Mrpatekful/ParlAI/tree/dialogwae.

I will submit a PR as soon as I get around to clean the code and run some tests. I have to note though that in my implementation I only use the chat dataset without any annotations, so I guess it's not a full implementation of DailyDialog, but I would be happy to collaborate if someone were up to it. I did implement two types of tasks though: a single-turn task, and a task where all dialog history is used, for agents that can handle multiple utterances.

abisee commented 5 years ago

There's a large new grounded dialogue dataset that came out last month: Conversing by Reading: Contentful Neural Conversation with On-demand Machine Reading https://arxiv.org/pdf/1906.02738.pdf Might be useful?

jaseweston commented 5 years ago

Yes, it was already in our list..

On Fri, Jul 26, 2019 at 10:46 PM Abi See notifications@github.com wrote:

There's a large new grounded dialogue dataset that came out last month: Conversing by Reading: Contentful Neural Conversation with On-demand Machine Reading https://arxiv.org/pdf/1906.02738.pdf Might be useful?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/facebookresearch/ParlAI/issues/492?email_source=notifications&email_token=ACUOJ6B3JC5MI26UB7TTOU3QBNPDNA5CNFSM4ELCZIVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD25VQQI#issuecomment-515594305, or mute the thread https://github.com/notifications/unsubscribe-auth/ACUOJ6F4YODDCO5NZHU6MNTQBNPDNANCNFSM4ELCZIVA .

github-actions[bot] commented 4 years ago

This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.

vlordier commented 2 years ago

Will work on

Any help or suggestion of a better model welcome @abisee