Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Enhancing Discoverability in Enterprise Conversational Systems with Proactive Question Suggestions

T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This paper claims that adding population-level intent categories to session-level LLM prompting makes follow-up question suggestions in an enterprise conversational assistant more useful and better at revealing underused features, and…

desk verdict A clear applied framework for proactive question suggestions in an enterprise assistant, but the evaluation doesn't yet support the 'demonstrating' claim. read the letter →

arxiv 2412.10933 v1 pith:OQ22AKW2 submitted 2024-12-14 cs.CL

classification cs.CL
keywords enterpriseconversationalAIquestionsuggestiondiscoverabilitylargelanguagemodelsretrieval-augmentedgenerationuserintentanalysishumanevaluationAdobeExperiencePlatform
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a simple two-stage framework can materially improve the quality of next-question suggestions in a real enterprise conversational assistant. The first stage periodically analyzes what the user population actually asks after receiving answers; the second stage uses an LLM at the chat-session level to generate suggestions conditioned on the current query, the assistant's response, retrieved documents, and those population-level categories. On 250 real interactions from Adobe Experience Platform's AI Assistant, human annotators preferred the enhanced suggestions over a plain LLM baseline on usefulness (35.4% versus 27.8%) and on discoverability (33.4% versus 23.2%), while most other criteria were rated equally good. If the result transfers to live use, proactive and category-informed suggestions could become a standard way to onboard new users and surface underused capabilities in enterprise AI systems.

What carries the argument

The central mechanism is a two-stage framework: population-level user intent analysis that categorizes next-question intents into types such as Expansion and Follow-Up, and chat-session-level question generation that prompts an LLM with the session's query history, the AI response, retrieved documents, and those predefined categories. The categories are the device that steers the LLM away from generic follow-ups toward questions that both continue the user's immediate task and introduce related, possibly unknown platform capabilities.

What would settle it

A controlled A/B test in the live AEP assistant, where users are randomly assigned to receive either the enhanced suggestions or the baseline suggestions, measuring click-through rate and downstream feature exploration: if the enhanced suggestions are not clicked or acted upon more often than the baseline over a statistically meaningful number of sessions, the paper's claim that they improve usefulness and discoverability would be contradicted.

Watch

Extended reading notes

Core claim

The paper's central claim is that combining periodic population-level user intent analysis with chat-session-level LLM generation produces follow-up question suggestions that are both more useful to the user and better at exposing the system's underutilized features than an LLM baseline that only sees the current query and response. The evidence is a pairwise human evaluation in which ten annotators compared suggestion sets across five criteria. The largest advantages appear exactly where the framework is designed to help: usefulness and discoverability, with the enhanced set preferred 35.4% to 27.8% and 33.4% to 23.2% respectively.

Load-bearing premise

The central claim rests on the assumption that the pairwise preferences of ten annotators on 250 selected interactions predict how the broader population of real Adobe Experience Platform users would experience the suggestions in live use, despite strong disagreements among individual annotators and the lack of statistical significance testing.

Editorial extensions

If this is right

  • If the central claim is correct, the framework can be deployed in other enterprise assistants where historical interaction data is too sparse to train conventional query-prediction models.
  • The periodic intent analysis can be rerun as the platform evolves, so the suggestion categories track new capabilities and shifting user behavior.
  • Even with minimal session history, the LLM-plus-RAG setup can still produce suggestions that are contextually relevant, because the retrieved documents and categories add grounding.
  • The annotator-role differences suggest that tailoring suggestion categories to user roles, such as engineer versus product manager, could further improve perceived usefulness and discoverability.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: because the enhanced method differs from the baseline in several ways at once (a separate generation pass, inclusion of chat history, and predefined categories), a follow-up ablation varying one factor at a time could isolate which component drives the reported gains.
  • Beyond the paper: the paper's human-preference results predict, but do not measure, actual behavior; a production A/B test on click-through rate and downstream feature adoption would convert the preference signal into a behavioral outcome.
  • Beyond the paper: if the role-based differences replicate, a personalized category set per user role may outperform the one-size-fits-all Expansion/Follow-Up split, and could be tested in the same pairwise framework.
  • Beyond the paper: the 36% 'unrelated' share of next questions found in the intent analysis suggests that non-contextual suggestions, such as periodic feature spotlights, may be worth adding alongside contextual ones to truly improve discoverability.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes a two-stage framework for generating next-question suggestions in an enterprise conversational AI assistant, evaluated on the Adobe Experience Platform (AEP) AI Assistant. A population-level periodic intent analysis identifies user intent categories (Expansion, Follow-Up, Other), which are then injected into a session-level LLM prompt that also receives the current query, the AI response, chat history, and retrieved documents. The evaluation uses 250 real user interactions and pairwise human annotations by ten annotators on five criteria: relatedness, validity, usefulness, diversity, and discoverability. The aggregate results show raw preference proportions favoring the enhanced method on usefulness (35.4% vs 27.8%) and discoverability (33.4% vs 23.2%), with smaller margins on the other criteria. The paper concludes that the framework improves usefulness and system discoverability.

Significance. If the causal claim were established, this would fill a genuine gap: question suggestion for enterprise assistants with sparse and noisy interaction logs, evaluated on a deployed industrial product. The paper's strengths include the use of real user logs, a clear and practical generation pipeline, pairwise annotation with role-diverse annotators, and the introduction of a discoverability criterion that is well matched to the application. The intent-analysis statistics in Table 1 are a useful descriptive characterization of the data-sparsity problem. However, the current empirical support for the headline claim is incomplete: the comparison is confounded, the reported numbers are raw proportions without significance testing or inter-annotator agreement, and the role-level analysis is post hoc. With additional controlled comparisons and statistical analysis, the contribution could be solid; as it stands, the evidence is directionally suggestive rather than demonstrative.

major comments (4)
  1. [§4.3, Table 2; Abstract] The headline claim that the framework 'demonstrat[es] improved usefulness and system discoverability' rests on raw pairwise preference proportions over 250 interactions, with no significance tests, confidence intervals, or inter-annotator agreement. The preference margins on the two key criteria are modest (35.4% vs 27.8% for usefulness; 33.4% vs 23.2% for discoverability), and Table 3 shows that one annotator (E2) rated the baseline higher on usefulness (50.0% vs 40.6%). Because annotations are clustered by item and annotator, a paired per-item test with annotator as a random effect (or at least a Wilcoxon signed-rank test on item-level proportions and Cohen's or Fleiss' kappa) is needed before the difference can be attributed to the method rather than to annotator noise.
  2. [§4.2; §3.3] The baseline differs from the enhanced method on three simultaneous dimensions: a separate generation pass, use of in-session chat history, and pre-defined intent categories in the prompt. The paper's claimed novelty is the population-level intent analysis, but as designed the aggregate win cannot be attributed to the categories or to any single component. The statement in §4.2 that the same document retrieval was applied to both methods controls only one factor. At minimum, an ablation with the enhanced pipeline minus the pre-defined categories, and ideally a version of the baseline that also receives chat history, is needed to support the paper's attribution of the improvements to its framework.
  3. [§4.3, Table 3, Appendix A.4] The 'Annotator Role-Based Insights' are presented as findings but are derived from only four of ten annotators, selected 'for conciseness' with no stated selection rule, and the paper asserts that the subset 'effectively captures the key trends' without evidence. No statistical comparison across roles is reported, and E2's reversed usefulness preference shows heterogeneity within a role. This part should be removed from the main results or relabeled as exploratory, with all annotator-level data shown or a transparent selection criterion and appropriate caveats.
  4. [Abstract; §5] The paper claims improved 'system discoverability,' but the evidence is an offline pairwise annotation of generated suggestions by annotators with AEP familiarity, not a measurement of whether users actually discover or use features. Section 5 explicitly lists production engagement metrics such as click-through rates as future work. The abstract and conclusion should therefore say that the framework improves judged usefulness and judged discoverability of the suggestions in a human evaluation, rather than claiming demonstrated improvement in realized system-level discoverability.
minor comments (5)
  1. [§3.2] There is a typo: 'Exansion' should be 'Expansion,' and the notation 'H = Sn j=1 Hi' is confusing because the subscript in the union does not match the session index used in the surrounding text.
  2. [§4.2, Table 2, Appendix A.3] The criterion name is inconsistent: 'Validity' in the text and definitions but 'Validness' in Table 2 and elsewhere; please standardize the terminology.
  3. [Appendix A.1] The prompt template says to generate at least one question for each of the 'first four categories' and later for 'four categories,' but only three categories are defined (Expansion, Follow-up, Other); this inconsistency should be reconciled.
  4. [Figure 2] The figure contains typos, including 'ST ART EXAMPLES' and 'Y our task,' and the reference list contains a broken LaTeX escape ('V osecky') that should be corrected.
  5. [Table 1; §3.3] Table 1 shows that 36% of next questions are unrelated to previous interaction and 23% fall into 'Others,' but the paper does not explain how the prompt's 'Other' category relates to the 'Unrelated' and 'Others' intents; this connection should be clarified.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the framework is evaluated by external human pairwise comparison, and the cited prior work is not load-bearing.

full rationale

This paper does not present a mathematical derivation or a fitted model whose outputs are forced by construction. The central claim is an empirical comparison: question suggestions generated by the proposed framework versus a baseline are judged by ten human annotators on five criteria. The framework's inputs (population-level intent categories, chat history, retrieved documents, and a prompt template) are all specified independently of the evaluation outcomes; the results in Table 2 are aggregate human preferences, not quantities computed from those inputs. The intent categories in Section 4.1 are derived from observed next-question patterns and then used to guide generation, but this is a design choice, not a circular reduction: the evaluation measures whether the resulting suggestions are more useful and discoverable according to human judges, and the baseline is generated without those categories. The only mild self-referential aspect is that the 'Discoverability' criterion (Appendix A.3) is defined in terms of helping users discover new features, and the enhanced prompt explicitly instructs the model to explore AEP capabilities; however, the baseline prompt also generates suggestions, and annotators were blinded to which set came from which method, so the preference is not true by definition. The paper cites prior work involving some of the same authors (e.g., Maharaj et al. 2024 for enterprise AI assistant context; Pradeep et al. 2024 for diversity), but these citations are contextual and do not carry the central argument. No uniqueness theorem, imported ansatz, or renamed empirical pattern is invoked. Concerns about statistical significance, confounding of multiple differences between conditions, and the selective display of four annotators in Table 3 are evaluation-validity issues, not circularity issues. Therefore the appropriate circularity score is 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The central claim rests on LLM behavior and human annotation, not on a mathematical derivation. No new entities and no numeric free parameters are introduced; the main assumptions are that the LLM follows the prompt effectively and that annotator preferences reflect real user value.

assumptions (3)
  • domain assumption GPT-3.5 generates high-quality categorized questions when prompted with context and retrieved documents.
    The framework relies entirely on LLM capability; no alternative model or ablation is tested (Section 3.3, Appendix A.1).
  • domain assumption Human pairwise judgments on five criteria are a valid proxy for real-world usefulness and discoverability.
    This is the only evaluation; no production engagement metrics are reported, and the authors list such metrics as future work (Sections 4.2, 5).
  • domain assumption The two intent categories (Expansion, Follow-up) derived from population-level analysis are sufficient and stable for generating useful suggestions.
    Categories come from a single analysis of next-question patterns (Section 4.1); no sensitivity analysis or validation on later data is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Enhancing Discoverability in Enterprise Conversational Systems with Proactive Question Suggestions." pith.science (2026). https://pith.science/paper/OQ22AKW2

@misc{pith2026241210933,
  author       = {Pith},
  title        = {Pith review of: Enhancing Discoverability in Enterprise Conversational Systems with Proactive Question Suggestions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OQ22AKW2}},
  note         = {Machine review of arXiv:2412.10933}
}
read the original abstract

Enterprise conversational AI systems are becoming increasingly popular to assist users in completing daily tasks such as those in marketing and customer management. However, new users often struggle to ask effective questions, especially in emerging systems with unfamiliar or evolving capabilities. This paper proposes a framework to enhance question suggestions in conversational enterprise AI systems by generating proactive, context-aware questions that try to address immediate user needs while improving feature discoverability. Our approach combines periodic user intent analysis at the population level with chat session-based question generation. We evaluate the framework using real-world data from the AI Assistant for Adobe Experience Platform (AEP), demonstrating the improved usefulness and system discoverability of the AI Assistant.

Figures

Figures reproduced from arXiv: 2412.10933 by the authors.

Figure 1
Figure 1. Next Question Suggestion Framework in Enterprise Conversational AI Systems. The framework consists [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Prompt template used for generating contextual and categorized question suggestions. Certain details [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. Example of question suggestions in AEP’s AI [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Human Evaluation Interface. Annotators used this interface to compare the quality of question suggestions [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. CTR-Guided Generative Query Suggestion in Conversational Search

    cs.IR 2025-07 conditional novelty 5.0 of 10

    GQS combines multi-source CTR prediction, CTR-weighted DPO, and iterative calibration, reporting higher CTR, relevance, and diversity for query suggestions on two Baidu conversational-search tasks.

Reference graph

Works this paper leans on

37 extracted references · 9 canonical work pages · cited by 1 Pith paper

  1. [1]

    online" 'onlinestring :=

    ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...

  2. [2]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...

  3. [3]

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. GPT-4 Technical Report . arXiv preprint arXiv:2303.08774

  4. [4]

    Andrea Bacciu, Enrico Palumbo, Andreas Damianou, Nicola Tonellotto, and Fabrizio Silvestri. 2024. Generating Query Recommendations via LLMs . arXiv preprint arXiv:2405.19749

  5. [5]

    Jinheon Baek, Nirupama Chandrasekaran, Silviu Cucerzan, Allen Herring, and Sujay Kumar Jauhar. 2024. https://doi.org/10.1145/3589334.3645404 Knowledge-Augmented Large Language Models for Personalized Contextual Query Suggestion . In Proceedings of the ACM on Web Conference 2024, WWW '24, page 3355–3366, New York, NY, USA. Association for Computing Machinery

  6. [6]

    Danqi Chen, Adam Fisch, Jason Weston, and Antoine Bordes. 2017 a . https://doi.org/10.18653/v1/P17-1171 Reading W ikipedia to answer open-domain questions . In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1870--1879, Vancouver, Canada. Association for Computational Linguistics

  7. [7]

    Wanyu Chen, Fei Cai, Honghui Chen, and Maarten de Rijke. 2017 b . https://doi.org/10.1145/3077136.3080652 Personalized Query Suggestion Diversification . In Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR '17, page 817–820, New York, NY, USA. Association for Computing Machinery

  8. [8]

    Wanyu Chen, Fei Cai, Honghui Chen, and Maarten de Rijke. 2018. https://doi.org/10.1145/3209978.3210079 Attention-based Hierarchical Neural Query Suggestion . In The 41st International ACM SIGIR Conference on Research & Development in Information Retrieval, SIGIR '18, page 1093–1096, New York, NY, USA. Association for Computing Machinery

Show all 37 references
  1. [9]

    Aakanksha Chowdhery, Sharan Narang, Jacob Devlin, Maarten Bosma, Gaurav Mishra, Adam Roberts, Paul Barham, Hyung Won Chung, Charles Sutton, Sebastian Gehrmann, et al. 2024. https://dl.acm.org/doi/10.5555/3648699.3648939 PaLM: Scaling Language Modeling with Pathways . J. Mach. ...

  2. [10]

    Mostafa Dehghani, Sascha Rothe, Enrique Alfonseca, and Pascal Fleury. 2017. https://doi.org/10.1145/3132847.3133010 Learning to Attend, Copy, and Generate for Session-Based Query Suggestion . In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management,...

  3. [11]

    Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The Llama 3 Herd of Models . arXiv preprint arXiv:2407.21783

  4. [12]

    Anushay Furqan, Chelsea Myers, and Jichen Zhu. 2017. https://doi.org/10.1145/3027063.3053166 Learnability through adaptive discovery tools in voice user interfaces . In Proceedings of the 2017 CHI Conference Extended Abstracts on Human Factors in Computing Systems, CHI EA '17,...

  5. [13]

    Di Jiang, Kenneth Wai-Ting Leung, Jan Vosecky, and Wilfred Ng. 2014. https://doi.org/10.1109/ICDE.2014.6816668 Personalized Query Suggestion With Diversity Awareness . In 2014 IEEE 30th International Conference on Data Engineering, pages 400--411

  6. [14]

    Williams, and Anastasia Kuzminykh

    Manveer Kalirai, Alex C. Williams, and Anastasia Kuzminykh. 2024. https://doi.org/10.1145/3640543.3645201 Toward Faceted Skill Recommendation in Intelligent Personal Assistants . In Proceedings of the 29th International Conference on Intelligent User Interfaces, IUI '24, page ...

  7. [15]

    Eugene Kharitonov, Craig Macdonald, Pavel Serdyukov, and Iadh Ounis. 2013. https://doi.org/10.1145/2505515.2505661 Intent Models for Contextualising and Diversifying Query Suggestions . In Proceedings of the 22nd ACM International Conference on Information & Knowledge Manageme...

  8. [16]

    Philipp Kirschthaler, Martin Porcheron, and Joel E. Fischer. 2020. https://doi.org/10.1145/3405755.3406119 What can i say? effects of discoverability in vuis on task performance and user experience . In Proceedings of the 2nd Conference on Conversational User Interfaces, CUI '...

  9. [17]

    Emily Kuang, Minghao Li, Mingming Fan, and Kristen Shinohara. 2024. https://doi.org/10.1145/3613904.3642168 Enhancing UX Evaluation Through Collaboration with Conversational AI Assistants: Effects of Proactive Dialogue and Timing . In Proceedings of the CHI Conference on Human...

  10. [18]

    u ttler, Mike Lewis, Wen-tau Yih, Tim Rockt\

    Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich K\" u ttler, Mike Lewis, Wen-tau Yih, Tim Rockt\" a schel, Sebastian Riedel, and Douwe Kiela. 2020. Retrieval-augmented generation for knowledge-intensive nlp tasks. In Proc...

  11. [19]

    Konstan, and George Fitzmaurice

    Wei Li, Justin Matejka, Tovi Grossman, Joseph A. Konstan, and George Fitzmaurice. 2011. https://doi.org/10.1145/1970378.1970380 Design and evaluation of a command recommendation system for software applications . ACM Trans. Comput.-Hum. Interact., 18(2)

  12. [20]

    Eva Mackamul, Géry Casiez, and Sylvain Malacria. 2024. https://doi.org/10.1080/07370024.2024.2364606 Clarifying and differentiating discoverability . Human–Computer Interaction, 0(0):1--26

  13. [21]

    Akash Maharaj, Kun Qian, Uttaran Bhattacharya, Sally Fang, Horia Galatanu, Manas Garg, Rachel Hanessian, Nishant Kapoor, Ken Russell, Shivakumar Vaithyanathan, and Yunyao Li. 2024. https://doi.org/10.18653/v1/2024.dash-1.3 Evaluation and Continual Improvement for an Enterprise...

  14. [22]

    Justin Matejka, Tovi Grossman, and George Fitzmaurice. 2013. https://doi.org/10.1145/2470654.2466442 Patina: dynamic heatmaps for visualizing application usage . In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, CHI '13, page 3227–3236, New York, N...

  15. [23]

    Justin Matejka, Wei Li, Tovi Grossman, and George Fitzmaurice. 2009. https://doi.org/10.1145/1622176.1622214 Communitycommands: command recommendations for software applications . In Proceedings of the 22nd Annual ACM Symposium on User Interface Software and Technology, UIST '...

  16. [24]

    Sven Mayer, Lars Lischke, Adrian Lanksweirt, Huy Viet Le, and Niels Henze. 2018. https://doi.org/10.1145/3240167.3240176 How to communicate new input techniques . In Proceedings of the 10th Nordic Conference on Human-Computer Interaction, NordiCHI '18, page 460–472, New York, ...

  17. [25]

    Agn\` e s Mustar, Sylvain Lamprier, and Benjamin Piwowarski. 2021. https://doi.org/10.1145/3470562 On the Study of Transformers for Query Suggestion . ACM Trans. Inf. Syst., 40(1)

  18. [26]

    Don Norman. 2013. The design of everyday things: Revised and expanded edition. Basic books

  19. [27]

    OpenAI. 2023. GPT-3.5 . https://platform.openai.com/

  20. [28]

    Srishti Palani, Zijian Ding, Austin Nguyen, Andrew Chuang, Stephen MacNeil, and Steven P. Dow. 2021. https://doi.org/10.1145/3411764.3445618 CoNotate: Suggesting Queries Based on Notes Promotes Knowledge Discovery . In Proceedings of the 2021 CHI Conference on Human Factors in...

  21. [29]

    Ronak Pradeep, Daniel Lee, Ali Mousavi, Jeff Pound, Yisi Sang, Jimmy Lin, Ihab Ilyas, Saloni Potdar, Mostafa Arefiyan, and Yunyao Li. 2024. https://arxiv.org/abs/2408.05948 ConvKGYarn: Spinning Configurable and Scalable Conversational Knowledge Graph QA datasets with Large Lan...

  22. [30]

    Alessandro Sordoni, Yoshua Bengio, Hossein Vahabi, Christina Lioma, Jakob Grue Simonsen, and Jian-Yun Nie. 2015. https://doi.org/10.1145/2806416.2806493 A Hierarchical Recurrent Encoder-Decoder for Generative Context-Aware Query Suggestion . In Proceedings of the 24th ACM Inte...

  23. [31]

    Neil Stewart, Gordon DA Brown, and Nick Chater. 2005. Absolute identification by relative judgment. Psychological review, 112(4):881

  24. [32]

    Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. 2023. Llama: Open and Efficient Foundation Language Models . arXiv preprint arXiv:2302.13971

  25. [33]

    Thanh Vu, Alistair Willis, Udo Kruschwitz, and Dawei Song. 2017. https://doi.org/10.1145/3020165.3022129 Personalised Query Suggestion for Intranet Search with Temporal User Profiling . In Proceedings of the 2017 Conference on Conference Human Information Interaction and Retri...

  26. [34]

    Zheng Wang, Bingzheng Gan, and Wei Shi. 2024. https://doi.org/10.1145/3589334.3645365 Multimodal Query Suggestion with Multi-Agent Reinforcement Learning from Human Feedback . In Proceedings of the ACM Web Conference 2024, WWW '24, page 1374–1385, New York, NY, USA. Associatio...

  27. [35]

    Ryen W White. 2018. Skill Discovery in Virtual Assistants . Communications of the ACM, 61(11):106--113

  28. [36]

    Ryen W White and Resa A Roth. 2009. Exploratory search: Beyond the query-response paradigm. 3. Morgan & Claypool Publishers

  29. [37]

    Jianling Zhong, Weiwei Guo, Huiji Gao, and Bo Long. 2020. https://doi.org/10.1145/3397271.3401331 Personalized Query Suggestions . In Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR '20, page 1645–1648, New...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.