Papers › A Survey on Asking Clarification Questions Datasets in Conversational Systems

A Survey on Asking Clarification Questions Datasets in Conversational Systems

25 May 2023arXiv:2305.15933archive 2025-07-28

Hossein A. Rahmani, Xi Wang, Yue Feng, Qiang Zhang, Emine Yilmaz, Aldo Lipani

The ability to understand a user's underlying needs is critical for conversational systems, especially with limited input from users in a conversation. Thus, in such a domain, Asking Clarification Questions (ACQs) to reveal users' true intent from their queries or utterances arise as an essential task. However, it is noticeable that a key limitation of the existing ACQs studies is their incomparability, from inconsistent use of data, distinct experimental setups and evaluation strategies. Therefore, in this paper, to assist the development of ACQs techniques, we comprehensively analyse the current ACQs research status, which offers a detailed comparison of publicly available datasets, and discusses the applied evaluation metrics, joined with benchmarks for multiple ACQs-related tasks. In particular, given a thorough analysis of the ACQs task, we discuss a number of corresponding research directions for the investigation of ACQs as well as the development of conversational systems.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.15933")

Code

Syntology Ran 0 of 16 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rahmanidashti/acqsurvey officialmentioned in paper report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_accuracy msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_HierarchicalAttention_train.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 283c08752ab07dbf · report
calculate_accuracy msra-nlc/MSParS_V2.0/code/classification/a09_DynamicMemoryNet/a8_train.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9b8a7f0a4be941c7 · report
compute_single_label msra-nlc/MSParS_V2.0/code/classification/a02_TextCNN/p7_TextCNN_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 40d0f2232c402e7c · report
create_vocabulary msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/data_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f8f1d8c68d7c71c2 · report
decode_id aliannejadi/qulac/src/utils/utils.py found in paper text by Syntology unverified MIT (permissive) · 5d30e0bd6048f033 · report
encode_id aliannejadi/qulac/src/utils/utils.py found in paper text by Syntology unverified MIT (permissive) · 8ef525178610a9a3 · report
extract_argmax_and_embed msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_seq2seq.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3a19987885a91fe3 · report
get_input_y msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_HierarchicalAttention_model_transformer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 413b9f01ceeb3a80 · report
get_label_using_logits msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_HierarchicalAttention_predict.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9636df81bbc3414f · report
get_label_using_logits msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_HierarchicalAttention_train.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9167bcc3b577f7ee · report
get_label_using_logits msra-nlc/MSParS_V2.0/code/classification/a09_DynamicMemoryNet/a8_train.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 425e506187f1c317 · report
get_label_using_logits_with_value msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_HierarchicalAttention_predict.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 13a27928f135f31f · report
get_label_y msra-nlc/MSParS_V2.0/code/classification/a02_TextCNN/p7_TextCNN_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f1a16c0dadccbcf8 · report
remove_symbols aliannejadi/qulac/src/utils/utils.py found in paper text by Syntology unverified MIT (permissive) · 1fb9df9e0cbc7c7b · report
rnn_decoder_with_attention msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/p1_seq2seq.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7fd5c811b5950db3 · report
transform_multilabel_as_multihot msra-nlc/MSParS_V2.0/code/classification/a05_HierarchicalAttentionNetwork/data_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · aa03d525f10278ed · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections