The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A new 142,808-conversation corpus shows that commercial LLM platforms produce systematically different user interactions and outputs when their native affordances (citations, thinking traces, code) are preserved; these differences affect intent satisfaction, citation strategies, and latency dynamics and are invisible to homogenized, single-platform benchmarks.

ShareChat: A Dataset of Chatbot Conversations in the Wild
Yueru Yan, Tuc Nguyen, Bo Su, Melissa Lieffers, Thai Le · December 19, 2025
arxiv descriptive n/a evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Yueru Yan unresolved corpus identity
  2. Tuc Nguyen unresolved corpus identity
  3. Bo Su unresolved corpus identity
  4. Melissa Lieffers unresolved corpus identity
  5. Thai Le unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yueru Yan provider ID
  2. T. Nguyen provider ID
  3. Bo Su provider ID
  4. Melissa Lieffers provider ID
  5. Thai Le provider ID
ShareChat is a publicly released corpus of 142,808 real-world conversations across five commercial LLM platforms that preserves native affordances and reveals cross-platform differences in intent satisfaction, citation grounding, and response latency.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

By evaluating Large Language Models (LLMs) through uniform, text-only interfaces, current academic benchmarks obscure how the unique designs and affordances of distinct commercial platforms shape real-world user behavior and system performance. To bridge this gap, we present ShareChat, the first large-scale corpus of 142,808 conversations (660,293 turns) collected from publicly shared URLs on ChatGPT, Perplexity, Grok, Gemini, and Claude. ShareChat preserves native platform affordances, including citations, thinking traces, and code artifacts, across 95 languages and the period from April 2023 to October 2025, complementing existing corpora that homogenize these interactions. To demonstrate the dataset's evaluative utility, we present three case studies: a conversation completeness analysis assessing cross-platform differences in intent satisfaction, a source grounding analysis comparing citation strategies between search-augmented systems, and a temporal analysis revealing divergent response latency dynamics. Together, these analyses demonstrate research questions that are inaccessible to single-platform or stripped-affordance corpora. The dataset is publicly available.

Summary

Main Finding

SHARECHAT is a large, multi-platform corpus of authentic chatbot conversations that preserves native platform affordances (citations, thinking traces, code artifacts) across five major commercial chatbots (ChatGPT, Perplexity, Grok, Gemini, Claude). With 142,808 conversations (660,293 turns) in 95 languages collected from public share-URLs (Apr 2023–Oct 2025), SHARECHAT reveals platform-specific user behavior, grounding strategies, and multi-turn dynamics that are obscured by single-interface or text‑only benchmarks.

Key Points

  • Scale and scope
    • 142,808 conversations, 660,293 interaction turns, average 4.62 turns per conversation (longer than most prior corpora).
    • 95 languages (English 61.8%, Japanese 18.0%, others <3% each).
    • Mean assistant response length ≈ 1,115 tokens (Llama‑2 tokenizer).
  • Platforms covered
    • ChatGPT (102,740 convs), Perplexity (17,305), Grok (14,415), Gemini (7,402), Claude (946).
    • Preserves platform-specific metadata when available (citations, timestamps, model version, thinking/code/analysis blocks).
  • Collection & privacy
    • Discovery via Internet Archive (Wayback Machine) for share-URL patterns; rendering and scraping with Selenium; interactive elements (e.g., Claude “thinking” blocks) triggered programmatically.
    • PII removal via Microsoft Presidio with an automated LLM-based audit. IRB-approved.
  • Quality & content signals
    • Lower measured toxicity than comparable datasets (overall LLM-turn toxicity: Detoxify 1.6%, OpenAI moderation 3.2%; user-turn rates also lower than WildChat).
    • Topics: information-seeking dominates (~39.6%), followed by “Other/Unknown” and technical help; per-platform specialization (Perplexity strongly search-oriented; Claude higher technical help; Grok more multimedia/social).
  • Illustrative analyses (case studies)
    • Conversation completeness (Qwen3-8B pipeline to extract intentions and judge fulfillment): Claude highest full-completion rate (≈88%), ChatGPT ≈83%, Gemini ≈77%, Grok ≈74%, Perplexity ≈67%. LLM-based extraction achieved ~87% accuracy vs human labels.
    • Source grounding: Perplexity cites a broad set including Wikipedia, Reddit, NIH; Grok heavily cites X (Twitter) and news—indicating different retrieval paradigms (encyclopedic vs social/real-time).
    • Temporal/latency analysis: preserved timestamps reveal divergent response latency and engagement patterns across platforms (details in paper).
  • Availability
    • Dataset publicly released (https://huggingface.co/datasets/tucnguyen/ShareChat).

Data & Methods

  • Discovery and scraping
    • Query Wayback Machine for platform-specific share-URL patterns; crawl rendered pages using Selenium; parse into structured JSON.
    • Interact programmatically to reveal hidden elements (e.g., click thinking bars).
  • Metadata & normalization
    • Extract turn sequences, timestamps (when present), model versions, view/share counts, citation URLs, thinking/code/analysis blocks.
    • Language detection with lingua-py; tokenization with Llama‑2 tokenizer.
  • Privacy & filtering
    • PII redaction using Microsoft Presidio across multiple languages; redaction audit via automated LLM evaluator.
  • Annotations & analyses
    • Toxicity: Detoxify and OpenAI Moderation API (language coverage caveats; different detectors show systematically different rates).
    • Topic classification: Llama‑3.1‑8B‑Instruct few-shot classifier (4‑bit quantized inference); validated vs human labels (82% accuracy).
    • Conversation completeness: three-stage pipeline (intention extraction, resolution classification, conversation-level scoring) using Qwen3‑8B; human validation on sampled conversations.
    • Source analysis: aggregate citation domains, compare distributions across platforms to reveal retrieval strategies.
  • Limitations noted by authors
    • Self-selection bias: only publicly shared conversations (likely non-representative of all usage).
    • Platform coverage uneven (Claude sample small); some metadata absent on certain platforms (e.g., turn timestamps missing for some).
    • Anonymization may remove contextual signals; automated PII detection not perfect.

Implications for AI Economics

  1. Platform design drives demand and user segmentation

    • Interface affordances (search citation, social media integration, “thinking” traces, code blocks) shape user tasks and loyalty. Economically, product differentiation creates niches (search-focused vs creative vs technical), affecting cross-platform substitution and pricing strategies.
  2. Data as a durable competitive advantage

    • Platforms that preserve and collect richer, longer, multi-turn interactions (and affordance-specific metadata) produce higher-value training signals for RLHF and fine-tuning. This strengthens incumbents and raises entry barriers—data heterogeneity has direct implications for model quality and cost of replication.
  3. Monetization and engagement value

    • Longer, denser assistant responses and multi-turn completions suggest higher engagement/utilitarian value per session. These signals can be monetized (subscriptions, premium features) and influence LTV (lifetime value) calculations and ad/productization choices.
  4. Impact on measurement, investment, and regulation

    • Standard benchmarks that ignore platform affordances understate real-world performance differences. Investors and policymakers should account for interface effects when evaluating product claims, competition, or consumer harm.
    • Citation/source behaviors imply different misinformation/ liability profiles: social-media-grounded systems (Grok) may have higher recency but greater instability/bias risk; encyclopedic retrieval (Perplexity) favors authority but may lag on emerging events.
  5. Labor and productivity economics

    • The dataset (multi-turn, task-resolving dialogs) enables quantification of AI-assisted productivity gains across domains (coding, writing, research). Differences across platforms indicate heterogeneity in productivity impacts and thus in willingness-to-pay by professionals vs casual users.
  6. Market structure and dynamics

    • Specialized strengths (e.g., Claude for technical tasks, Perplexity for research) can produce differentiated demand curves and multi-homing behavior. Platform-specific improvements via continuous RL on proprietary logs can lead to widening gaps and potential winner-take-most outcomes.
  7. Research & policy opportunities

    • SHARECHAT enables empirical estimation of: (a) elasticity of demand to interface features and response quality; (b) value of source-grounding to user trust and conversion/retention; (c) externalities from platform-specific misinformation propagation.
    • Policy relevance: data portability, transparency requirements about training/feedback data, and antitrust assessment should consider the role of proprietary interaction logs and affordance-specific data in entrenching market power.

Practical suggestions for economists and policymakers - Use SHARECHAT to estimate how specific affordances (citations, thinking traces, code blocks) affect willingness-to-pay and retention. - Model entry barriers by quantifying the marginal value of platform-specific logs for RLHF improvements. - Assess consumer harm and liability exposure by linking citation sources to factuality/instability metrics.

If you want, I can extract specific statistics (by-platform token counts, toxicity rates, or the completeness percentages in a table) or propose empirical designs using SHARECHAT for an economic study (e.g., estimating willingness-to-pay for citation-enabled answers).

Assessment

Paper Typedescriptive Evidence Strengthn/a — This is primarily a dataset and descriptive analysis paper rather than a causal or inferential study; it does not establish causal effects on economic outcomes. Methods Rigormedium — The dataset is large, multi-platform, multilingual (95 languages) and preserves native affordances (citations, thinking traces, code), improving ecological validity relative to homogenized corpora; the authors cover a long period (Apr 2023–Oct 2025) and provide three illustrative analyses. However, collection from publicly shared URLs induces selection bias (non-representative users and uses), platform/version metadata and user demographics are likely limited or noisy, scraping and deduplication procedures and sampling rates across platforms may vary, and multimodal/private interactions are excluded — all of which constrain internal and external validity. SampleA corpus of 142,808 conversations (660,293 turns) scraped from publicly shared URLs on five commercial platforms (ChatGPT, Perplexity, Grok, Gemini, Claude) covering April 2023–October 2025, preserving platform-specific affordances such as citations, thinking traces, and code artifacts, and spanning 95 languages; collected from public web shares rather than private/chat API logs. Themeshuman_ai_collab adoption GeneralizabilityPublicly shared conversations likely over-represent demo-oriented, public-facing, or unusual interactions and under-represent private, day-to-day use, No reliable user-level demographics or representative geographic sampling, limiting inference about population-level behavior, Platform/model versioning and backend changes over time may confound comparisons unless version metadata is complete, Excludes multimodal interactions (images, audio) and non-text interfaces, limiting applicability to full product experiences, Only five platforms included; other commercial or enterprise deployments are not represented, Differences in share-button design and community norms across platforms may bias which conversations are published

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Current academic benchmarks that evaluate LLMs through uniform, text-only interfaces obscure how the unique designs and affordances of distinct commercial platforms shape real-world user behavior and system performance. Research Productivity negative fidelity of evaluation to real-world behavior and system performance
Reading fidelity high
Study strength speculative
not reported
0.03
We present ShareChat, the first large-scale corpus of 142,808 conversations (660,293 turns) collected from publicly shared URLs on ChatGPT, Perplexity, Grok, Gemini, and Claude. Research Productivity positive size of the conversational corpus (conversations, turns)
Reading fidelity high
Study strength high
n=142808
660,293 turns
0.3
ShareChat preserves native platform affordances, including citations, thinking traces, and code artifacts, across 95 languages and the period from April 2023 to October 2025. Research Productivity positive coverage of preserved platform affordances, language coverage, temporal span
Reading fidelity high
Study strength high
n=95
95 languages; April 2023 to October 2025
0.3
ShareChat complements existing corpora that homogenize interactions by preserving platform-specific affordances. Research Productivity positive comprehensiveness/representativeness of conversational corpora
Reading fidelity high
Study strength medium
not reported
0.18
A conversation completeness analysis in the paper assesses cross-platform differences in intent satisfaction. Output Quality mixed intent satisfaction (whether user intent was satisfied)
Reading fidelity medium
Study strength medium
not reported
0.11
A source grounding analysis compares citation strategies between search-augmented systems. Output Quality mixed citation/grounding strategies (use of sources)
Reading fidelity medium
Study strength medium
not reported
0.11
A temporal analysis reveals divergent response latency dynamics across platforms. Task Completion Time mixed response latency dynamics (response time behavior)
Reading fidelity medium
Study strength medium
not reported
0.11
Together, the presented analyses demonstrate research questions that are inaccessible to single-platform or stripped-affordance corpora. Research Productivity positive scope of research questions addressable with multi-platform, affordance-preserving corpora
Reading fidelity medium
Study strength speculative
not reported
0.02
The ShareChat dataset is publicly available. Research Productivity positive public availability of dataset
Reading fidelity high
Study strength high
not reported
0.3

Notes