Conversational Multi-Doc QA

Workshop & International Challenge @ WSDM'24 - Xiaohongshu.Inc

Introduction

Despite progress in large language model-based chatbots, conversational question-answering (QA) is still challenging, especially with current or trending topics. A typical solution involves providing relevant documents for the models to reference. However, it's often noted that these documents can overwhelm or mislead the language models. 

In this challenge, we invite you to participate in a conversational QA challenge, featuring a mix of relevant and irrelevant documents from Xiaohongshu. Your systems will be trained on real-world data and assessed based on criteria evaluating both lexical and semantic relatedness. The top-3 teams will be awarded prizes of $1500, $1000, and $500 USD, respectively.

Quick start guide

Dates

Organizers & Sponsors

Dataset


# Training example.

{

"uuid": "xxxxx",

"history": [

{"question": xxx, "history": xxx},

{"question": xxx, "history": xxx},

...

],

"documents"

[

"Jun 17th through Fri the 21st, 2024 at the Seattle Convention Center, Vancouver Convention Center.", "Workshops within a “track” will take place in the same room (or be co-located), and workshop organizers will be asked to work closely with others in their track ...", 

...

],

"question": "Where will CVPR 2024 happen?",

"answer": "CVPR 2024 will happen at the Seattle Convention Center, Vancouver.",

"keywords": # Will not be given.

[

"Vancouver", "CVPR 2024", "Seattle Convention Center"

}


# submission example for eval/test phase.

[

{

"uuid": "xxxxx",

"prediction": "CVPR 2024 will happen at the Seattle Convention Center, Vancouver."

},

...

]

Rules

```

model = all_inference_models()

model_size = sum(p.numel() for p in model.parameters()) / 10**9

assert model_size <= 14

```

Evaluation

Report Submission Portal

For Top-3 team in final Phase 2 leaderboard, please send an email to docqa.wsdm24@gmail.com. 

Contact

Please contact docqa.wsdm24@gmail.com or zhangchen3@xiaohongshu.com or wushiwei@xiaohongshu.com if you have further questions.

Leaderboard