fengranMark / ConvGQR

ConvGQR: Generative Query Reformulation for Conversational Search. A codebase for ACL 2023 accepted paper.
19 stars 0 forks source link

data sources #2

Open koren-v opened 1 year ago

koren-v commented 1 year ago

Hi, thanks a lot for your paper!

Can I ask you where I need to download these files?

train_gold = "datasets/topiocqa/ir_all_history_train.json"
dev_gold = "datasets/topiocqa/ir_all_history_dev.json"
train_rewrite = "datasets/topiocqa/ir_rewrite_train.json"
dev_rewrite = "datasets/topiocqa/ir_rewrite_dev.json"

(in code)

Also, seems that 2 last lines contain undefined variables...

Weirestrass commented 3 months ago

Hi, thanks a lot for your paper!

Can I ask you where I need to download these files?

train_gold = "datasets/topiocqa/ir_all_history_train.json"
dev_gold = "datasets/topiocqa/ir_all_history_dev.json"
train_rewrite = "datasets/topiocqa/ir_rewrite_train.json"
dev_rewrite = "datasets/topiocqa/ir_rewrite_dev.json"

(in code)

Also, seems that 2 last lines contain undefined variables...

Hi!Did you find the corresponding dataset?