klotz: text processing*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This review examines Google’s LangExtract, a library designed to solve the "production nightmare" of inconsistent data extraction from large documents using standard LLM APIs.


    * **Source Grounding:** Maps entities back to original text to prevent hallucinations.
    * **Smart Chunking:** Splits long text at natural boundaries to preserve context.
    * **Parallel Processing:** Uses `max_workers` to reduce latency.
    * **Multi-pass Extraction:** Runs multiple cycles and merges results for higher accuracy.
    * **Visual Interface:** Provides interactive highlighting of extracted data.
    **Result:** The author successfully transformed a messy 15,000-character meeting transcript into clean, structured JSON.
  2. A guided series of tutorials/notebooks to build a PDF to Podcast workflow using Llama models for text processing, transcript writing, dramatization, and text-to-speech conversion.
  3. OpenLogParser, an unsupervised log parsing approach using open-source LLMs, improves accuracy, privacy, and cost-efficiency in large-scale data processing.

    Approach:
    - Log grouping: Clusters logs based on shared syntactic features.
    - Unsupervised LLM-based parsing: Uses retrieval-augmented approach to separate static and dynamic components.
    - Log template memory: Stores parsed templates for future use, minimizing LLM queries.

    Results:
    - Processes logs 2.7 times faster than other LLM-based parsers.
    - Improves average parsing accuracy by 25% over existing parsers.
    - Handles over 50 million logs from the LogHub-2.0 dataset.
    - Achieves high grouping accuracy (87.2%) and parsing accuracy (85.4%).
    - Outperforms other state-of-the-art parsers like LILAC and LLMParserT5Base in processing speed and accuracy.
  4. The TextWrapper class provides functionality for wrapping long pieces of text into multiple shorter lines while preserving the initial and subsequent indents.
    2024-02-07 Tags: , , , by klotz
  5. 2023-06-12 Tags: , , , , by klotz
  6. 2023-05-23 Tags: , , , by klotz
  7. 2022-09-10 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: text processing

About - Propulsed by SemanticScuttle