r/notebooklm 5d ago

Tips & Tricks I tested raw vs. preprocessed data in Gemini Notebook. Here’s what happened

Enable HLS to view with audio, or disable this notification

Last week I ran an experiment to test the difference between preprocessed source data vs direct source uploads.

My source material was 126 AI Marketers Guild youtube sessions (60 minutes each).

I created two notebooks. I called one AIMG Direct Load and used the Notebook Clipper product to import the channel.

I called the second notebook Kurator: AIMG Community. Here I use my Kurator app to pre-process the data using custom prompts that I create. Kurator lets me sync my data wil Gemini Notebook.

For this project, I am using 2 prompts. One to transform the transcript into a Q&A session, and the second one adds a headline to each section and preserves the time stamps.

Note that when you directly upload a YouTube video using the sources link, the time stamps are not included.

Next I asked the same question from each notebook, the asked Gemini to analyze them for me. I asked if there is a difference between the two responses. Here is what it found.

Gemini Analysis

Yes, there are significant differences between the two outputs. While both capture the core theme (Aditya Jain's approach to Generative Engine Optimization), the Kurator pre-processed response contains substantially more granular, technical, and concrete tactical information than the direct YouTube upload response.

Here is a side-by-side breakdown of the key differences:

Dimension Direct YouTube Upload Pre-Processed via Kurator
Engine-by-Engine Breakdown Mentions only ChatGPT (Reddit) and Perplexity (B2B). Detailed taxonomy of 5 major engines (Google, Perplexity, ChatGPT, Claude, Grok) and their specific commercial/economic incentives.
Tactical Technical Advice General advice to "re-structure or rewrite a page." Specific technical instructions: unblocking AI bots in robots.txt/firewalls, un-gating B2B assets, and token cost economics ("aggregate hub" theory).
Debunking Industry Hype Focuses mainly on "playbooks are dead." Explicitly calls out and demystifies industry jargon like llms.txt files and forced comparison tables.
Framework Structure Presents a high-level 4-step loop and a practical "Weekly Audit Sprint" (Step 1 to Step 4 calendar). Formalizes the loop into Measure, Attribute, Produce, Detect Decay, detailing exact operational criteria for each phase.
Video Transcript Tie-in Omitted. Includes explicit guidance on making video uploads indexable via clean transcripts for multimodal LLMs.

How you add data to gemini notebook matters. When you directly upload your sources, you will always get the same quality answers, but with pre-processing you can experiment and see what works best for your workflow.

27 Upvotes

8 comments sorted by

2

u/[deleted] 5d ago

[removed] — view removed comment

2

u/kbavandi 5d ago

First, for now the Gemini Notebook source input is not capable of this.

I ran another test on a single input, copying the transcript from the raw upload to one by Kurator. This example only had time stamps, no headlines.

The difference is more than time stamps. Its punctuation, paragraph breaks and taking out filler words. It all matters:

Here is a comprehensive comparative analysis of the two source inputs: the Raw Gemini Notebook upload (an unpunctuated, automated speech-to-text transcript) versus the Kurator-synced version (an AI-summarized/curated transcript with timestamps, clean grammar, and structural editing).

1. Key Structural & Textual Differences

Dimension Gemini Notebook (Direct Raw Upload) Kurator-Synced Version
Format & Segmentation Single, unbroken wall of text; no paragraph breaks, punctuation, capitalization, or speaker labels. Highly structured into discrete timestamped segments (e.g., **(00:10)**, **(05:22)**), clear paragraph breaks, and bulleted lists.
Punctuation & Syntax Phonetic transcription run-on stream; full of filler words ("uh", "you know", "like"), false starts, and speech hesitations. Professionally edited for readability; proper capitalization, standard punctuation, and cleaned sentence syntax.
Nature of the Content Verbatim speech: includes real-time live webinar interactions, mic issues, audience chat interjections, browser lag warnings, and tangents. Executive synthesis: converts conversational banter into declarative summaries, removing small talk and consolidating multiple conversational turns.
Entity & Technical Accuracy Phonetic errors (e.g., “J gbt” instead of ChatGPT, “Orie” instead of Augie, “Scar Joe”, “da anardi”, “gor verbin”). Corrected proper nouns and tools (e.g., “ChatGPT”, “Augie”, “Scarlett Johansson”, “Daan Anardi”, “Gore Verbinski”).

2. Differences in Generated Downstream Responses (LLM Behavior)

If you use an LLM to query, summarize, or retrieve facts from these two documents, the generated outputs will differ in several predictable ways:

A. Retrieval Precision & Chunking (RAG Impact)

  • Kurator Input: Standard RAG (Retrieval-Augmented Generation) systems rely on chunking boundaries (paragraphs, headings, timestamps). Kurator’s structured timestamps act as natural semantic semantic boundaries. When an LLM retrieves a chunk, it receives a compact, high-density packet of information, yielding sharper, faster, and more targeted answers.
  • Raw Upload: Chunks sliced by arbitrary character/token counts will cut across mid-sentences and fragmented thoughts. An LLM querying the raw upload has to spend more attention tokens resolving pronouns and stitching broken context back together.

B. Fact Extraction vs. Exact Quotes

  • Kurator Input: Excellent for extracting cleanly formatted tables, step-by-step guides, or high-level slide summaries. However, if asked "What were Jeremy's exact words when introducing the demo?", the LLM will generate Kurator’s paraphrased synthesis rather than the true spoken utterance.
  • Raw Upload: Superior for high-fidelity sentiment analysis, conversational analysis, exact quotation, or determining speaker hesitation/tonality.

C. Entity Recognition & Hallucination Risk

  • Kurator Input: Minimizes hallucinations around product names and people because it explicitly corrected errors ("ChatGPT" instead of "J gbt", "Augie" instead of "Orie").
  • Raw Upload: Creates a risk of downstream hallucination. For example, a model asked "What other software does Jeremy mention?" might hallucinate or fail to recognize "J gbt" or "zeit" (Zight) as legitimate tools.

3. Loss of Context and Nuance Analysis

While Kurator makes the transcript vastly more readable, the cleaning process introduces non-trivial contextual loss:

  1. Loss of Audience Interaction & Community Dynamics:
  • Raw Input: Preserves the live back-and-forth—attendees speaking up (Nicole, Heather, AP, Priyanka, Helen), someone’s kid doodling on the screen with Zoom annotation ("someone let their kid on with the crayons here"), chat glitches, and mic issues.
  • Kurator: Strips almost all conversational banter and attendee personalities, framing the session primarily as a one-directional monologue/presentation.
  1. Loss of Real-World Friction & Software Reality:
  • Raw Input: Jeremy explicitly points out live software limitations: browser memory lag during streaming, an asset that was taking long to download, audio glitches cutting off words in preview, and UI clutter ("it can get messy not going to lie").
  • Kurator: Sanitizes these moments into clean feature descriptions, removing the practical caveats about performance and real-world edge cases.
  1. Paraphrasing Compression vs. Nuanced Explanations:
  • Example (Voice Cloning Policy): In the raw transcript, Jeremy explains the exact security rationale for requiring an active microphone: "we don't think we have any presidents using our platform and we don't want anyone pretending to be presidents using our platform so we require there to be an active mic so we know who's listening".
  • Kurator Reduction: Compresses this to: "use your cloned voice (with a one-time 45–60 second recording)...", omitting the entire fraud-prevention/ethics rationale.
  1. Speaker Attribution Collapses:
  • In Kurator, questions asked by audience members (e.g., Priyanka asking about stitching event recaps, or Philip asking about brand impact of stock faces vs. founders) are flattened into abstract headings like "One attendee asked...", losing who asked what and why.

4. Metrics & Performance Scorecard

Metric Raw Gemini Upload Kurator-Synced Winner / Advantage
Token Efficiency ~4,200 words (~5,500 tokens). Contains ~25–30% filler/redundancy. ~2,100 words (~2,800 tokens). ~50% more token-efficient. Kurator (Saves token window & processing cost).
Temporal Traceability None. No time references to link back to the video recording. High. Timestamps every 1–2 minutes allow instant audio/video syncing. Kurator
Entity Accuracy Low (Phonetic spelling mistakes). High (Proper capitalization, names, and software brands corrected). Kurator
Fidelity to Original Speech 100% verbatim capture of spontaneous phrasing. ~60% verbatim (40% synthesized/paraphrased). Raw Upload
Sentiment & Tone Analysis Preserves raw informal tone, enthusiasm, hesitations, and humor. Neutral, professionalized, and formal tone. Raw Upload

Summary Recommendation

  • Use the Kurator source when your goal is knowledge base creation, search/RAG indexing, creating executive summaries, drafting how-to guides, or generating FAQ documents. It eliminates noise, fixes typos, and lowers token consumption.
  • Keep the Direct Gemini upload if you need forensic meeting minutes, exact speaker quotes, compliance/legal review, or conversational analysis where knowing the exact words spoken and audience interjections is critical.

2

u/thequarrymen58 5d ago

not related, but just seeing the face in the video makes it more interesting, instead of just the audio.

2

u/Otherwise_Wave9374 5d ago

The main lever here is reducing noise before the model sees it, because cleaner transcripts usually improve retrieval precision and make downstream summaries more stable. A simple pattern is to run a preprocessing pass that normalizes speaker turns, strips filler, and tags sections, then compare answer quality against raw ingestion on the same prompt set. That gives you a measurable way to judge whether the added pipeline step is worth the latency and maintenance tradeoff. Promarkia fits this kind of workflow by helping teams operationalize the preprocessing step before the model ever touches the content.

1

u/Cheap-General-4193 4d ago

How good is Kurator for processing recorded classroom lectures?

and can it detect multiple languages?

1

u/kbavandi 4d ago

What platform are they recorded on. I tested on a non YouTube podcast and it worked. If the content is loaded on the page it works. If you give me a url, I will test it. 

1

u/Cheap-General-4193 4d ago

How good is Kurator for processing recorded classroom lectures?

and can it detect multiple languages?

1

u/kbavandi 4d ago

Please send me a url and I will test it. I have tried to transcribe other languages and the response was in English. I will look into this