Pith. sign in

REVIEW 4 major objections 5 minor 60 references

DuetML: Human-LLM Collaborative Machine Learning Framework for Non-Expert Users

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

Pith's one-line read This paper claims that multimodal LLM agents collaborating inside an interactive machine-learning interface help non-expert users define training data that better matches the task they actually want to solve.

desk verdict A genuinely useful dual-agent MLLM/IML system whose headline result rests on one fragile Likert item; worth refereeing, not worth citing as established fact. read the letter →

arxiv 2411.18908 v2 pith:UZ6LQAKQ submitted 2024-11-28 cs.HC

classification cs.HC
keywords InteractiveMachineLearningLargeLanguageModelsMultimodalLLMHuman-AICollaborationTaskFormulationNon-ExpertUsersImageClassificationUserStudy
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

This paper claims that the hardest step for a non-expert building a custom image classifier — turning a vague goal into a well-structured training task — can be substantially supported by multimodal large language model (MLLM) agents embedded in an interactive machine learning (IML) interface. The proposed system, DuetML, pairs the user with two complementary GPT-4o-based agents: a passive agent that answers on-demand questions and an active agent that proactively suggests improvements. In a between-subjects study with twelve non-experts, external ML practitioners rated training data produced with DuetML as better aligned with the directed task — category names expressing object usage scored 0.7 versus −0.6 for the baseline, $p = 0.002$ — while users reported no extra cognitive load. The paper argues this demonstrates a middle path between fully human-driven IML and fully machine-driven LLM prompting, in which users keep final authority over the task while machines contribute formulation expertise. If the claim holds, it offers a concrete recipe for democratizing task-specific model building.

What carries the argument

The load-bearing mechanism is DuetML's two-agent design, implemented as two asynchronous GPT-4o models with complementary intervention styles. The passive agent responds reactively to explicit user requests — chat input and 'Ask the assistant' buttons placed in the training-data and evaluation sections — while the active agent monitors the user's overall interaction and volunteers suggestions on a 60-second interval, with a user toggle to disable it. Both agents receive prompts embedding the full dialogue history and the current training data rendered as composite images (each category shown as its name plus up to 50 randomly selected associated photographs), which is what lets the advice reference the user's actual state. The system prompt directs the agents to probe vague initial goals, propose category names, watch for misalignments such as inappropriate names or insufficient categories, and suggest adversarial test images to uncover overlooked categories. A MobileNet-plus-SVM classifier with fast training keeps the workflow interactive, and the study's third-party rubric measures precisely the behaviors the prompt targets — whether category names express object usage, whether images and names match, and whether categories cover and cleanly separate the task.

What would settle it

Re-run the directed task with more than six participants per condition and a pre-registered analysis: the reported $p = 0.002$ is the smallest p-value attainable for a 6-versus-6 Mann-Whitney comparison, so a larger replication either reproduces the EQ1-a effect or reveals it as a multiple-comparison artifact, and reporting inter-rater reliability would show whether the rubric judgments are stable enough to measure task alignment at all. A second decisive test is an ablation that keeps the agents and prompts identical while withholding image access, checking whether the benefit comes from multimodality or from conversational guidance alone.

Watch

Extended reading notes

Core claim

The paper's central discovery claim is that human-LLM collaborative ML works: non-expert participants who built an image classifier with DuetML created training data that third-party ML practitioners rated as better aligned with the target task than training data created with an otherwise identical IML system lacking the agents. The significant difference appeared on the primary rubric item, EQ1-a ('category names express object usage', means 0.7 vs −0.6, $p = 0.002$ by Mann-Whitney U test), with the other four rubric metrics also trending in DuetML's favor without reaching significance. The authors further claim this gain came without increasing cognitive load, that users embraced the agents as collaborators rather than a burden, and that interaction-log and interview evidence shows participants thinking more deeply about their ML tasks — refining categories hierarchically, extracting domain knowledge from the agents, and adopting abstraction principles such as 'A' versus 'not A' categories. Underlying these results is the claim that the agents' access to the user's actual training images is what allowed their advice to be concrete, and that this collaborative paradigm preserves human agency while machine intelligence supplies formulation expertise.

Load-bearing premise

The central claim rests on the assumption that the third-party rubric item 'category names express object usage' actually measures how well training data aligns with the target task — the rubric and the task instructions were written by the same researchers, no inter-rater reliability is reported, and only one of the five rubric metrics showed a statistically significant difference.

Editorial extensions

If this is right

  • Task-formulation support can improve measurably without users noticing it: self-reported usability and success were statistically indistinguishable between DuetML and the baseline while external ratings favored DuetML.
  • The agents' image access appears to be what makes advice actionable — text-only responses to the same scenarios were generic, whereas image-aware responses pointed at specific misplaced images, mislabeled species, and missed categories.
  • Users with the agent system spontaneously adopted strategies that IML research has tried to teach novices — hierarchical refinement, abstraction into complementary pairs, and knowledge lookup — indicating the collaboration doubles as an on-demand tutor.
  • Reactive and proactive channels serve different needs: participants messaged the passive agent more in the directed task and used the ask buttons more in the open-ended task, suggesting both interaction styles are worth retaining.

Reading between the lines

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

  • A natural next design step, suggested by the logs but not tested in the paper, is adaptive proactivity: the active agent could scale its intervention frequency to the user's observed engagement, which might outperform the fixed 60-second cycle.
  • If the category-naming effect is real, the same collaborative pattern should transfer to other places where novices struggle to convert goals into machine-readable structure — prompt writing, data cleaning, schema design — making the paradigm testable well beyond image classification.
  • The paper's image-aware versus text-only comparison is illustrative rather than measured, so a controlled ablation that holds prompts and users fixed while toggling image access would be the clean way to prove that multimodality, not conversational scaffolding alone, drives the benefit.
  • The paradigm implies a rebalancing of ML prototyping roles: the machine carries formulation expertise while the human keeps final authority, a division of labor that future IML toolkits could standardize rather than treating automation and user control as opposites.
Share X Bluesky LinkedIn Reddit HN

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. DuetML presents a framework that integrates multimodal LLM agents into an interactive machine-learning (IML) interface, with one reactive and one proactive agent that converse with non-expert users while they build image classifiers. The paper reports a between-subjects user study (N=12) comparing DuetML with a baseline IML system, plus a third-party evaluation by five ML practitioners who rated the participants' training data on five Likert-scale rubric items (EQ1-a through EQ5-a) and corresponding free-response items. The primary quantitative claim is that DuetML users produced category names better aligned with the directed task, based on EQ1-a (0.7 vs. -0.6, p=0.002). The paper also reports no significant usability differences, positive subjective ratings of the agents, qualitative interaction-log analyses, and a comparative analysis of multimodal versus text-only advice. The central claim is that human-LLM collaboration helps non-expert users formulate better ML tasks without increasing cognitive load.

Significance. If the central result holds, DuetML is a useful contribution to the IML and human-AI collaboration literature: it demonstrates a concrete way to combine user agency with proactive LLM guidance, and it provides a reproducible system description with full prompt text. The study design is appropriate for an initial comparison, and the qualitative analyses of interaction logs are informative. However, the load-bearing quantitative evidence is currently thin: the single significant result is based on one subjective rubric item, with no inter-rater reliability, an under-specified statistical test, and a small sample. The significance of the broader 'better task alignment' claim therefore rests on statistical and construct-validity analyses that the manuscript does not yet provide. The framework itself is sound as a proof-of-concept, and the reported qualitative observations support that the agents were useful, but the quantitative demonstration needs strengthening before the advertised claim can be accepted.

major comments (4)
  1. [§4.3.2] The statistical test for EQ1-a is under-specified. With six participants per arm, the smallest achievable two-tailed Mann-Whitney p is 2/924 ≈ 0.002, which is the exact reported value; this means the result is a perfect separation of the two groups regardless of effect magnitude. The phrase 'comparing the evaluations from each of the five evaluators separately' does not identify the unit of analysis: if participant-level means were used, the paper should report per-participant and per-rater data and an effect size with confidence interval (e.g., rank-biserial correlation); if the five raters' scores were pooled, the observations are not independent and the reported p-value would not be valid. The authors must state the unit of analysis, report raw data, and provide an effect size and confidence interval for EQ1-a. They should also report whether EQ1-a was a pre-registered primary endpoint or one of five endpoints tested; if the latter, a simple multiple-comparison bound (e.g., Bonferroni) should be reported alongside the individual p-values.
  2. [§4.3.2] No inter-rater reliability is reported for the five practitioners' ratings. Because the central significant result is a single Likert item ('category names express object usage') rated by five individuals, the manuscript must report agreement metrics (e.g., intraclass correlation coefficient for EQ1-a, or at least per-item agreement tables). Without such information, the average scores could reflect rater-specific interpretations of 'express object usage' rather than systematic differences between conditions. This is not a minor omission: it directly bears on whether the reported 0.7 vs. -0.6 difference is a stable property of the training data or an artifact of rater noise.
  3. [§4.3.1] The usability comparison uses the wrong statistical test. The text states that 'Statistical analysis (Wilcoxon signed-rank test)' was applied to compare DuetML and baseline on Q1-Q5, but these are between-subjects comparisons (different participants used each system), so the paired Wilcoxon signed-rank test is inappropriate; the Mann-Whitney U test should be used. Because the abstract's claim that DuetML works 'without increasing cognitive load' is supported only by the absence of significant differences on these items, the authors must rerun the analysis with the correct test and report the resulting p-values and effect sizes. If the test choice is changed, the conclusion may change.
  4. [§4.1, Appendix A.1 and B.1] The construct validity of EQ1-a is questionable because the task instructions, the agent prompts, and the evaluation rubric encode the same normative view of good task formulation. The directed task explicitly instructs participants to classify objects 'considering how these objects are used,' and the active/passive system prompts tell the agent to 'Suggest category names' and to 'suggest testing with adversarial or ambiguous images.' The significant EQ1-a result may therefore measure the LLM's success in getting participants to follow the system's own recommended strategy rather than a general improvement in non-experts' task-formulation ability. The abstract's sweeping claim that DuetML enables users to define training data that 'better aligns with target tasks' is also broader than the evidence, since only one of the five primary rubric dimensions reached significance. Please temper the claim or provide an independent evaluation, such as a rubric dimension not present in the agent prompts, a comparison against a text-only LLM condition, or an evaluation of the final trained model's performance.
minor comments (5)
  1. [§4.3] The submitted text contains an apparent compilation artifact: around the '4.3 Results' heading, there is a stray passage with page headers '12 W. Kawabe et al.' and a figure caption 'Fig. 5: Overall trends in questionnaire responses' that appears to belong to a different manuscript. Please remove or correct it.
  2. [§4.3.2] Detailed metrics EQ1-b through EQ5-b are reported as descriptive means without statistical tests; if these are intended as supporting evidence, the authors should either add statistical tests or explicitly label them as descriptive trends.
  3. [§4.2] The word 'objectively' in 'we conducted a third-party evaluation' is misleading, because the evaluation is based on subjective Likert ratings by practitioners; it is better described as 'independent' or 'third-party' rather than 'objective.'
  4. [§4.3.2] The paper does not provide a data availability statement or supplementary raw data, which would allow readers to verify the reported p-values and to examine the distribution of ratings; please add such a statement or appendix.
  5. [§4.1] The familiarization task uses a vegetable image dataset, while the two main tasks use animal and Caltech-101 datasets, but the paper does not report whether participants' prior familiarity with these categories varied across conditions; this would be useful context for interpreting the results.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central claim rests on an empirical between-subjects comparison with external raters, not on a fitted parameter or a self-citation chain.

full rationale

The paper's central claim is that DuetML improves non-expert users' task formulation, operationalized as third-party ratings of category names (EQ1-a). This is an empirical outcome measured after the intervention, not a quantity derived from the system's inputs by construction. The MLLM prompts do instruct agents to 'Suggest category names' and to be 'mindful of potential misalignments such as inappropriate category names,' and the directed-task instructions ask participants to categorize by object usage; the evaluation rubric also asks raters whether 'category names express object usage.' This alignment reflects construct validity of the measure rather than logical circularity, because participants were free to ignore the agents, the baseline received the same directed-task instructions, and the ratings were assigned by external practitioners. No parameter was fitted to the evaluation data and then reported as a prediction, and no equation in the paper reduces one claimed output to an input. The self-citations in Sections 1 and 5 (e.g., references [9], [10], and [16]) support background claims about non-expert difficulties with IML, but they are prior empirical user studies rather than a uniqueness theorem or an ansatz imported to force the present result. Statistical and methodological concerns about the EQ1-a finding, such as the lack of inter-rater reliability and the ambiguity of the Mann-Whitney unit of analysis, are validity concerns and do not constitute circularity under the criteria used here. The paper therefore receives a score of 0.

Assumptions & free parameters 4 free parameters · 6 assumptions · 2 invented entities

The paper's central claim is empirical, so the ledger lists design choices and domain assumptions rather than fitted parameters. The main unstated premises are the validity of the third-party rubric, the accuracy of self-reported non-expert status, and the assumption that the baseline isolates the agent effect.

free parameters (4)
  • active_agent_interval = 60 seconds
    Interval at which the proactive agent offers suggestions; chosen by the authors, affects frequency of interventions, not fitted to study outcomes.
  • max_categories = 10
    Cap on number of categories in the classification model; a design constraint in the system prompt.
  • max_images_per_category_in_prompt = 50
    Number of images sent to the MLLM per category; affects the visual context available to agents.
  • mllm_model = gpt-4o-2024-05-13
    Proprietary model choice; results may not transfer to other MLLMs.
assumptions (6)
  • domain assumption Participants self-reported as having no prior ML learning or implementation experience
    Recruitment criterion (Sec 4.1); if inaccurate, the 'non-expert' characterization is unsupported.
  • domain assumption Third-party ML practitioner ratings are a valid measure of how well training data aligns with a target task
    Sec 4.2; the central claim is operationalized through this rubric.
  • domain assumption The directed-task instructions define the ground-truth target task for evaluation
    Sec 4.1; the rubric rewards categories based on object usage as described in the instructions.
  • domain assumption The baseline system and DuetML differ only in the presence of the agents
    Sec 4.1; any other UI/backend difference could confound the comparison.
  • domain assumption GPT-4o's image recognition and language outputs are sufficiently reliable for advice
    Sec 3.4; incorrect agent advice could mislead users or inflate/deflate benefits.
  • ad hoc to paper The hand-written system prompts (Appendix A.1 and B.1) encode the desired advising strategy; results depend on this prompt design
    The prompts instruct agents to suggest category names, probe for misalignment, and recommend adversarial testing; different prompts would likely produce different advice and outcomes.
invented entities (2)
  • Passive (reactive) MLLM agent independent evidence
    purpose: Responds to explicit user requests for advice on task formulation and training data
    Implemented via OpenAI API; its outputs are logged and appear in chat; user-study logs show usage patterns.
  • Active (proactive) MLLM agent independent evidence
    purpose: Monitors user interaction and periodically offers unsolicited suggestions to refine categories and testing
    Implemented with a 60-second interval; outputs logged; participants could toggle it off.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DuetML: Human-LLM Collaborative Machine Learning Framework for Non-Expert Users." pith.science (2026). https://pith.science/paper/UZ6LQAKQ

@misc{pith2026241118908,
  author       = {Pith},
  title        = {Pith review of: DuetML: Human-LLM Collaborative Machine Learning Framework for Non-Expert Users},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UZ6LQAKQ}},
  note         = {Machine review of arXiv:2411.18908}
}
read the original abstract

Machine learning (ML) models have significantly impacted various domains in our everyday lives. While large language models (LLMs) offer intuitive interfaces and versatility, task-specific ML models remain valuable for their efficiency and focused performance in specialized tasks. However, developing these models requires technical expertise, making it particularly challenging for non-expert users to customize them for their unique needs. Although interactive machine learning (IML) aims to democratize ML development through user-friendly interfaces, users struggle to translate their requirements into appropriate ML tasks. We propose human-LLM collaborative ML as a new paradigm bridging human-driven IML and machine-driven LLM approaches. To realize this vision, we introduce DuetML, a framework that integrates multimodal LLMs (MLLMs) as interactive agents collaborating with users throughout the ML process. Our system carefully balances MLLM capabilities with user agency by implementing both reactive and proactive interactions between users and MLLM agents. Through a comparative user study, we demonstrate that DuetML enables non-expert users to define training data that better aligns with target tasks without increasing cognitive load, while offering opportunities for deeper engagement with ML task formulation.

Figures

Figures reproduced from arXiv: 2411.18908 by the authors.

Figure 1
Figure 1. (A) Our system DuetML aims to assist users without a technical background in appropriately formulating [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Each agent’s data processing flow in DuetML. The passive agent receives the dialogue history, including the [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. The overview of DuetML. Users can create training data for the classification model (A), train the model with [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: An example use case scenario of DuetML. 7 [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: The baseline system for the user study. Except for the absence of a chat area in DuetML, the UI design is [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Likert scale evaluation items (Q1 to Q5) for comparison between the baseline system and DuetML (proposed). [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 5
Figure 5. Figure 5: Overall trends in questionnaire responses. [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 9
Figure 9. Figure 9: To explore the potential benefits of MLLM’s image recognition capabilities, we compared advice generated [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: Two examples of the image files sent to the server as user-defined training data. Each image file includes a [PITH_FULL_IMAGE:figures/full_fig_p020_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

60 extracted references · 37 canonical work pages

  1. [1]

    Hearst, Susan T Dumais, Edgar Osuna, John Platt, and Bernhard Scholkopf

    Marti A. Hearst, Susan T Dumais, Edgar Osuna, John Platt, and Bernhard Scholkopf. Support vector machines. IEEE Intelligent Systems and their applications, 13(4):18–28, 1998. 16 DuetML

  2. [2]

    Recent advances in convolutional neural networks.Pattern recognition, 77:354–377, 2018

    Jiuxiang Gu, Zhenhua Wang, Jason Kuen, Lianyang Ma, Amir Shahroudy, Bing Shuai, Ting Liu, Xingxing Wang, Gang Wang, Jianfei Cai, et al. Recent advances in convolutional neural networks.Pattern recognition, 77:354–377, 2018

  3. [3]

    Good at captioning, bad at counting: Benchmarking gpt-4v on earth observation data

    Chenhui Zhang and Sherrie Wang. Good at captioning, bad at counting: Benchmarking gpt-4v on earth observation data. arXiv preprint arXiv:2401.17600, 2024

  4. [4]

    Why are visually-grounded language models bad at image classification? arXiv preprint arXiv:2405.18415, 2024

    Yuhui Zhang, Alyssa Unell, Xiaohan Wang, Dhruba Ghosh, Yuchang Su, Ludwig Schmidt, and Serena Yeung- Levy. Why are visually-grounded language models bad at image classification? arXiv preprint arXiv:2405.18415, 2024

  5. [5]

    Pre-train, prompt, and predict: A systematic survey of prompting methods in natural language processing

    Pengfei Liu, Weizhe Yuan, Jinlan Fu, Zhengbao Jiang, Hiroaki Hayashi, and Graham Neubig. Pre-train, prompt, and predict: A systematic survey of prompting methods in natural language processing. ACM Computing Surveys, 55(9):1–35, 2023

  6. [6]

    Evallm: Interactive evaluation of large language model prompts on user-defined criteria

    Tae Soo Kim, Yoonjoo Lee, Jamin Shin, Young-Ho Kim, and Juho Kim. Evallm: Interactive evaluation of large language model prompts on user-defined criteria. In Proceedings of the CHI Conference on Human Factors in Computing Systems, pages 1–21, 2024

  7. [7]

    A review of user interface design for interactive machine learning

    John J Dudley and Per Ola Kristensson. A review of user interface design for interactive machine learning. ACM Transactions on Interactive Intelligent Systems (TiiS), 8(2):1–37, 2018

  8. [8]

    Power to the people: The role of humans in interactive machine learning

    Saleema Amershi, Maya Cakmak, William Bradley Knox, and Todd Kulesza. Power to the people: The role of humans in interactive machine learning. Ai Magazine, 35(4):105–120, 2014

Show all 60 references
  1. [9]

    Image-to-text translation for interactive image recognition: A comparative user study with non-expert users

    Wataru Kawabe and Yusuke Sugano. Image-to-text translation for interactive image recognition: A comparative user study with non-expert users. Journal of Information Processing, 32:358–368, 2024

  2. [10]

    Use of machine learning by non-expert dhh people: Technological understanding and sound perception

    Yuri Nakao and Yusuke Sugano. Use of machine learning by non-expert dhh people: Technological understanding and sound perception. In Proceedings of the Nordic Conference on Human-Computer Interaction: Shaping Experiences, Shaping Society, pages 1–12, 2020

  3. [11]

    Interactive machine learning

    Jerry Alan Fails and Dan R Olsen Jr. Interactive machine learning. In Proceedings of the international conference on Intelligent User Interfaces, pages 39–45, 2003

  4. [12]

    Grounding interactive machine learning tool design in how non-experts actually build models

    Qian Yang, Jina Suh, Nan-Chen Chen, and Gonzalo Ramos. Grounding interactive machine learning tool design in how non-experts actually build models. In Proceedings of the Designing Interactive Systems Conference, pages 573–584, 2018

  5. [13]

    Designing interactive transfer learning tools for ml non-experts

    Swati Mishra and Jeffrey M Rzeszotarski. Designing interactive transfer learning tools for ml non-experts. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems, pages 1–15, 2021

  6. [14]

    Investigating audio data visualization for interactive sound recognition

    Tatsuya Ishibashi, Yuri Nakao, and Yusuke Sugano. Investigating audio data visualization for interactive sound recognition. In Proceedings of the 25th International Conference on Intelligent User Interfaces, pages 67–77, 2020

  7. [15]

    Spatial labeling: leveraging spatial layout for improving label quality in non-expert image annotation

    Chia-Ming Chang, Chia-Hsien Lee, and Takeo Igarashi. Spatial labeling: leveraging spatial layout for improving label quality in non-expert image annotation. In Proceedings of the 2021 CHI Conference on Human Factors in Computing Systems, pages 1–12, 2021

  8. [16]

    Technical understanding from interactive machine learning experience: a study through a public event for science museum visitors

    Wataru Kawabe, Yuri Nakao, Akihisa Shitara, and Yusuke Sugano. Technical understanding from interactive machine learning experience: a study through a public event for science museum visitors. Interacting with Computers, page iwae007, 2024

  9. [17]

    Ensemblematrix: interactive visualization to support machine learning with multiple classifiers

    Justin Talbot, Bongshin Lee, Ashish Kapoor, and Desney S Tan. Ensemblematrix: interactive visualization to support machine learning with multiple classifiers. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, pages 1283–1292, 2009

  10. [18]

    Squares: Supporting interactive performance analysis for multiclass classifiers

    Donghao Ren, Saleema Amershi, Bongshin Lee, Jina Suh, and Jason D Williams. Squares: Supporting interactive performance analysis for multiclass classifiers. IEEE transactions on visualization and computer graphics , 23(1):61–70, 2016

  11. [19]

    Manifold: A model-agnostic framework for interpretation and diagnosis of machine learning models

    Jiawei Zhang, Yang Wang, Piero Molino, Lezhi Li, and David S Ebert. Manifold: A model-agnostic framework for interpretation and diagnosis of machine learning models. IEEE transactions on visualization and computer graphics, 25(1):364–373, 2018

  12. [20]

    Principles of mixed-initiative user interfaces

    Eric Horvitz. Principles of mixed-initiative user interfaces. In Proceedings of the SIGCHI conference on Human Factors in Computing Systems, pages 159–166, 1999

  13. [21]

    The human side of human-chatbot interaction: A systematic literature review of ten years of research on text-based chatbots

    Amon Rapp, Lorenzo Curti, and Arianna Boldi. The human side of human-chatbot interaction: A systematic literature review of ten years of research on text-based chatbots. International Journal of Human-Computer Studies, 151:102630, 2021. 17 DuetML

  14. [22]

    Artificial intelligence assisted improved human-computer interactions for computer systems

    Mohammed S Alkatheiri. Artificial intelligence assisted improved human-computer interactions for computer systems. Computers and Electrical Engineering, 101:107950, 2022

  15. [23]

    The programmer’s assistant: Conversational interaction with a large language model for software development

    Steven I Ross, Fernando Martinez, Stephanie Houde, Michael Muller, and Justin D Weisz. The programmer’s assistant: Conversational interaction with a large language model for software development. In Proceedings of the 28th International Conference on Intelligent User Interface...

  16. [24]

    Lessons from building stackspot ai: A contextualized ai coding assistant

    Gustavo Pinto, Cleidson De Souza, João Batista Neto, Alberto Souza, Tarcísio Gotto, and Edward Monteiro. Lessons from building stackspot ai: A contextualized ai coding assistant. In Proceedings of the 46th International Conference on Software Engineering: Software Engineering ...

  17. [25]

    Codeaid: Evaluating a classroom deployment of an llm-based programming assistant that balances student and educator needs

    Majeed Kazemitabaar, Runlong Ye, Xiaoning Wang, Austin Zachary Henley, Paul Denny, Michelle Craig, and Tovi Grossman. Codeaid: Evaluating a classroom deployment of an llm-based programming assistant that balances student and educator needs. In Proceedings of the CHI Conference...

  18. [26]

    How do students use chatgpt as a writing support? Journal of Adolescent & Adult Literacy, 2024

    Sarah Levine, Sarah W Beck, Chris Mah, Lena Phalen, and Jaylen PIttman. How do students use chatgpt as a writing support? Journal of Adolescent & Adult Literacy, 2024

  19. [27]

    Can artificial intelligence help for scientific writing? Critical care, 27(1):75, 2023

    Michele Salvagno, Fabio Silvio Taccone, and Alberto Giovanni Gerli. Can artificial intelligence help for scientific writing? Critical care, 27(1):75, 2023

  20. [28]

    Ai assisted fashion design: A review

    Ziyue Guo, Zongyang Zhu, Yizhi Li, Shidong Cao, Hangyue Chen, and Gaoang Wang. Ai assisted fashion design: A review. IEEE Access, 2023

  21. [29]

    Ai-assisted design concept exploration through character space construction

    Shin Sano and Seiji Yamada. Ai-assisted design concept exploration through character space construction. Frontiers in Psychology, 12:819237, 2022

  22. [30]

    Sigma: An open-source interactive system for mixed-reality task assistance research–extended abstract

    Dan Bohus, Sean Andrist, Nick Saw, Ann Paradiso, Ishani Chakraborty, and Mahdi Rad. Sigma: An open-source interactive system for mixed-reality task assistance research–extended abstract. In 2024 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops ...

  23. [31]

    Autonomous workflow for multimodal fine-grained training assistants towards mixed reality

    Jiahuan Pei, Irene Viola, Haochen Huang, Junxiao Wang, Moonisa Ahsan, Fanghua Ye, Jiang Yiming, Yao Sai, Di Wang, Zhumin Chen, et al. Autonomous workflow for multimodal fine-grained training assistants towards mixed reality. arXiv preprint arXiv:2405.13034, 2024

  24. [32]

    Artificial intelligence in education: A review

    Lijia Chen, Pingping Chen, and Zhijian Lin. Artificial intelligence in education: A review. Ieee Access, 8:75264– 75278, 2020

  25. [33]

    Chata: Towards an intelligent question-answer teaching assistant using open-source llms

    Yann Hicke, Anmol Agarwal, Qianou Ma, and Paul Denny. Chata: Towards an intelligent question-answer teaching assistant using open-source llms. arXiv preprint arXiv:2311.02775, 2023

  26. [34]

    Application of artificial intelligence in wearable devices: Opportunities and challenges

    Darius Nahavandi, Roohallah Alizadehsani, Abbas Khosravi, and U Rajendra Acharya. Application of artificial intelligence in wearable devices: Opportunities and challenges. Computer Methods and Programs in Biomedicine, 213:106541, 2022

  27. [35]

    Advancing health coaching: A comparative study of large language model and health coaches

    Qi Chwen Ong, Chin-Siang Ang, Davidson Zun Yin Chee, Ashwini Lawate, Frederick Sundram, Mayank Dalakoti, Leonardo Pasalic, Daniel To, Tatiana Erlikh Fox, Iva Bojic, et al. Advancing health coaching: A comparative study of large language model and health coaches. Available at S...

  28. [36]

    Supporting physical activity behavior change with llm-based conversational agents

    Matthew Jörke, Shardul Sapkota, Lyndsea Warkenthien, Niklas Vainio, Paul Schmiedmayer, Emma Brunskill, and James Landay. Supporting physical activity behavior change with llm-based conversational agents. arXiv preprint arXiv:2405.06061, 2024

  29. [37]

    Designing a large language model-based coaching intervention for lifestyle behavior change

    Sophia Meywirth. Designing a large language model-based coaching intervention for lifestyle behavior change. In International Conference on Design Science Research in Information Systems and Technology, pages 81–94. Springer, 2024

  30. [38]

    Next-gpt: Any-to-any multimodal llm

    Shengqiong Wu, Hao Fei, Leigang Qu, Wei Ji, and Tat-Seng Chua. Next-gpt: Any-to-any multimodal llm. arXiv preprint arXiv:2309.05519, 2023

  31. [39]

    A survey of resource-efficient llm and multimodal foundation models

    Mengwei Xu, Wangsong Yin, Dongqi Cai, Rongjie Yi, Daliang Xu, Qipeng Wang, Bingyang Wu, Yihao Zhao, Chen Yang, Shihe Wang, et al. A survey of resource-efficient llm and multimodal foundation models. arXiv preprint arXiv:2401.08092, 2024

  32. [40]

    Large multimodal agents: A survey

    Junlin Xie, Zhihong Chen, Ruifei Zhang, Xiang Wan, and Guanbin Li. Large multimodal agents: A survey. arXiv preprint arXiv:2402.15116, 2024

  33. [41]

    Gpt-4 technical report

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

  34. [42]

    Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context

    Machel Reid, Nikolay Savinov, Denis Teplyashin, Dmitry Lepikhin, Timothy Lillicrap, Jean-baptiste Alayrac, Radu Soricut, Angeliki Lazaridou, Orhan Firat, Julian Schrittwieser, et al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context. arXiv pre...

  35. [43]

    Evaluating llm–generated multimodal diagnosis from medical images and symptom analysis

    Dimitrios P Panagoulias, Maria Virvou, and George A Tsihrintzis. Evaluating llm–generated multimodal diagnosis from medical images and symptom analysis. arXiv preprint arXiv:2402.01730, 2024

  36. [44]

    Multimodal emotion recognition using feature fusion: An llm-based approach

    CU Om Kumar, N Gowtham, Mohammed Zakariah, and Absulaziz Almazyad. Multimodal emotion recognition using feature fusion: An llm-based approach. IEEE Access, 2024

  37. [45]

    Democratizing large language models via personalized parameter-efficient fine-tuning

    Zhaoxuan Tan, Qingkai Zeng, Yijun Tian, Zheyuan Liu, Bing Yin, and Meng Jiang. Democratizing large language models via personalized parameter-efficient fine-tuning. arXiv preprint arXiv:2402.04401, 2024

  38. [46]

    Data-efficient fine-tuning for llm-based recommendation

    Xinyu Lin, Wenjie Wang, Yongqi Li, Shuo Yang, Fuli Feng, Yinwei Wei, and Tat-Seng Chua. Data-efficient fine-tuning for llm-based recommendation. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 365–374, 2024

  39. [47]

    Federatedscope-llm: A comprehensive package for fine-tuning large language models in federated learning

    Weirui Kuang, Bingchen Qian, Zitao Li, Daoyuan Chen, Dawei Gao, Xuchen Pan, Yuexiang Xie, Yaliang Li, Bolin Ding, and Jingren Zhou. Federatedscope-llm: A comprehensive package for fine-tuning large language models in federated learning. In Proceedings of the 30th ACM SIGKDD Co...

  40. [48]

    Automating the development of task-oriented llm-based chatbots

    Jesús Sánchez Cuadrado, Sara Pérez-Soler, Esther Guerra, and Juan De Lara. Automating the development of task-oriented llm-based chatbots. In Proceedings of the 6th ACM Conference on Conversational User Interfaces, pages 1–10, 2024

  41. [49]

    Evaluat- ing very long-term conversational memory of llm agents

    Adyasha Maharana, Dong-Ho Lee, Sergey Tulyakov, Mohit Bansal, Francesco Barbieri, and Yuwei Fang. Evaluat- ing very long-term conversational memory of llm agents. arXiv preprint arXiv:2402.17753, 2024

  42. [50]

    Knowledge- augmented large language models for personalized contextual query suggestion

    Jinheon Baek, Nirupama Chandrasekaran, Silviu Cucerzan, Allen Herring, and Sujay Kumar Jauhar. Knowledge- augmented large language models for personalized contextual query suggestion. In Proceedings of the ACM on Web Conference 2024, pages 3355–3366, 2024

  43. [51]

    Generative agents: Interactive simulacra of human behavior

    Joon Sung Park, Joseph O’Brien, Carrie Jun Cai, Meredith Ringel Morris, Percy Liang, and Michael S Bernstein. Generative agents: Interactive simulacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, pages 1–22, 2023

  44. [52]

    Mobilenets: Efficient convolutional neural networks for mobile vision applications

    Andrew G Howard. Mobilenets: Efficient convolutional neural networks for mobile vision applications. arXiv preprint arXiv:1704.04861, 2017

  45. [53]

    Support-vector networks

    Corinna Cortes and Vladimir Vapnik. Support-vector networks. Machine learning, 20(3):273–297, 1995

  46. [54]

    Dcnn-based vegetable image classification using transfer learning: A comparative study

    M Israk Ahmed, Shahriyar Mahmud Mamun, and Asif Uz Zaman Asif. Dcnn-based vegetable image classification using transfer learning: A comparative study. In 2021 5th International Conference on Computer, Communication and Signal Processing (ICCCSP), pages 235–243. IEEE, 2021

  47. [55]

    One-shot learning of object categories

    Li Fei-Fei, Robert Fergus, and Pietro Perona. One-shot learning of object categories. IEEE transactions on pattern analysis and machine intelligence, 28(4):594–611, 2006

  48. [56]

    Neural style transfer: A review

    Yongcheng Jing, Yezhou Yang, Zunlei Feng, Jingwen Ye, Yizhou Yu, and Mingli Song. Neural style transfer: A review. IEEE transactions on visualization and computer graphics, 26(11):3365–3385, 2019

  49. [57]

    A survey on image data augmentation for deep learning

    Connor Shorten and Taghi M Khoshgoftaar. A survey on image data augmentation for deep learning. Journal of big data, 6(1):1–48, 2019

  50. [58]

    Zero-shot text-to-image generation

    Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. In International Conference on Machine Learning, pages 8821–

  51. [59]

    Image-to-image translation with conditional adversarial networks

    Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, and Alexei A Efros. Image-to-image translation with conditional adversarial networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1125–1134, 2017

  52. [60]

    Ask the assistant

    Gonzalo Ramos, Christopher Meek, Patrice Simard, Jina Suh, and Soroush Ghorashi. Interactive machine teaching: a human-centered approach to building machine-learned models. Human–Computer Interaction, 35(5-6):413–451, 2020. A Prompts for the Passive Agent We introduce the prom...

Pith tools

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