Papers › Designing a Dashboard for Transparency and Control of Conversational AI

Designing a Dashboard for Transparency and Control of Conversational AI

12 Jun 2024arXiv:2406.07882archive 2025-07-28

Yida Chen, Aoyu Wu, Trevor DePodesta, Catherine Yeh, Kenneth Li, Nicholas Castillo Marin, Oam Patel, Jan Riecke, Shivam Raval, Olivia Seow, Martin Wattenberg, Fernanda Viégas

Conversational LLMs function as black box systems, leaving users guessing about why they see the output they do. This lack of transparency is potentially problematic, especially given concerns around bias and truthfulness. To address this issue, we present an end-to-end prototype-connecting interpretability techniques with user experience design-that seeks to make chatbots more transparent. We begin by showing evidence that a prominent open-source LLM has a "user model": examining the internal state of the system, we can extract data related to a user's age, gender, educational level, and socioeconomic status. Next, we describe the design of a dashboard that accompanies the chatbot interface, displaying this user model in real time. The dashboard can also be used to control the user model and the system's behavior. Finally, we discuss a study in which users conversed with the instrumented system. Our results suggest that users appreciate seeing internal states, which helped them expose biased behavior and increased their sense of control. Participants also made valuable suggestions that point to future directions for both design and machine learning research. The project page and video demo of our TalkTuner system are available at https://bit.ly/talktuner-project-page

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="2406.07882")

Code

Syntology Ran 21 of 25 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 21 ran with no contract checked.

By repository: official repository: 25 samples from 1 repository, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yc015/talktuner-chatbot-llm-dashboard officialmentioned in papermentioned on GitHubpytorchMIT 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

25 samples harvested; 21 ran; 0 honoured the contract we drafted; 4 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.

21ran
4unverified

Licence: 0 of the 25 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 yc015/talktuner-chatbot-llm-dashboard. “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.

async_post_service yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/dashboard_task_queue/worker/worker.py official repository ran MIT (permissive) · c65af88d2f239ac4 · report
exp_evidence yc015/talktuner-chatbot-llm-dashboard/src/losses.py official repository ran fingerprinted MIT (permissive) · ddba7773fd3d51f7 · report
extract_activations_control yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/train_probes.py official repository ran MIT (permissive) · dd58a8d833cc8b6c · report
format_conversation_for_model yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/train_probes.py official repository ran MIT (permissive) · c9161e4fd0894771 · report
generate_conversation yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/generate_conversation_dataset.py official repository ran MIT (permissive) · 5d58ce568acbe617 · report
generate_dataset yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/generate_conversation_dataset.py official repository ran MIT (permissive) · bc6d4f97d42f9501 · report
list_available_datasets yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/inspect_dataset.py official repository ran fingerprinted MIT (permissive) · 79a8e24307cba632 · report
llama_v2_prompt yc015/talktuner-chatbot-llm-dashboard/src/dataset.py official repository ran MIT (permissive) · a8ab0f29b2f5cd13 · report
llama_v2_reverse yc015/talktuner-chatbot-llm-dashboard/src/prompt_utils.py official repository ran MIT (permissive) · 01f8e1cc8000adb6 · report
load_dataset yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/inspect_dataset.py official repository ran MIT (permissive) · 01ff948df86446e4 · report
load_probe_classifier yc015/talktuner-chatbot-llm-dashboard/src/intervention_utils.py official repository ran MIT (permissive) · afc1a18cc3093f96 · report
one_hot_embedding yc015/talktuner-chatbot-llm-dashboard/src/losses.py official repository ran MIT (permissive) · d018404cd06ecc3f · report
process_chat yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/dashboard_task_queue/worker/worker.py official repository ran MIT (permissive) · be819d515c7481ad · report
process_chat_batched yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/dashboard_task_queue/worker/worker.py official repository ran MIT (permissive) · d6490eaa408ffc13 · report
relu_evidence yc015/talktuner-chatbot-llm-dashboard/src/losses.py official repository ran fingerprinted MIT (permissive) · efecc687b786a0cc · report
remove_last_k_words yc015/talktuner-chatbot-llm-dashboard/src/dataset.py official repository ran fingerprinted MIT (permissive) · c90fd1d879571fb6 · report
return_classifier_dict yc015/talktuner-chatbot-llm-dashboard/src/intervention_utils.py official repository ran MIT (permissive) · ed57d60ed6258a97 · report
split_conversation yc015/talktuner-chatbot-llm-dashboard/src/dataset.py official repository ran MIT (permissive) · 764ffaea8c47e018 · report
split_into_messages yc015/talktuner-chatbot-llm-dashboard/src/intervention_utils.py official repository ran fingerprinted MIT (permissive) · a6afc594b6f4973c · report
start_probe_training yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/client_example.py official repository ran MIT (permissive) · 5d1a14b83de26cdc · report
validate_dataset yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/inspect_dataset.py official repository ran MIT (permissive) · 84df9b0e3fc9b985 · report
get_task_status yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/client_example.py official repository unverified MIT (permissive) · 93c779c76b35a006 · report
load_model_and_tokenizer yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/train_probes.py official repository unverified MIT (permissive) · d0a8ad2ed431e1b5 · report
save_dataset yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/generate_conversation_dataset.py official repository unverified MIT (permissive) · 73316eb27afceef3 · report
wait_for_task_completion yc015/talktuner-chatbot-llm-dashboard/dashboard_v1/probing/client_example.py official repository unverified MIT (permissive) · e12290fa324335e9 · report

Tasks

Chatbot

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