12 Matching Annotations
  1. Last 7 days
    1. You have to have people that have the ability to rethink the workflow at a scale that AI can execute, versus at a scale that humans can execute.

      大多数人认为AI只需适应现有工作流程即可,但作者强调企业需要重新设计工作流程以适应AI的能力范围。这一观点挑战了传统的技术实施思维,暗示成功AI应用需要根本性的流程重构,而非简单的技术叠加。

  2. Apr 2026
    1. highlights are incorporated into the input text with special markups, <extra_id_1> and <extra_id_2>, marking the beginning and end of each highlighted span, respectively. In our configuration, we set the maximum input length to 4096 and the maximum target length to 400. A greedy decoding strategy was used in order to optimize the decoding speed.

      Please highlight any phrases that describe the libraries and tools used to implement the idea

    2. Our approach locates the longest common subsequence (LCS) between the lemmas of each input sentence and each summary sentence, followed by several heuristics to filter out irrelevant LCSs

      Please highlight any phrases that describe the libraries and tools used to implement the idea

    3. For the initial auto-consolidation, we deploy an available Controlled Text Reduction model (Slobodkin et al., 2023), which is a Flan-T5large model (Chung et al., 2022), finetuned on the highlights-focused CTR dataset.

      Please highlight any phrases that describe the libraries and tools used to implement the idea

    4. we deploy the ExtractiveSummarizer model from the TransformerSum library. The model, a RoBERTabase (Liu et al., 2019) trained on the CNN/DailyMail summarization dataset (Hermann et al., 2015), operates as a binary classifier.

      Please highlight any phrases that describe the libraries and tools used to implement the idea

  3. Mar 2026
    1. errors encountered during API calls are handled in two ways: handle within our system or delegate to users. We handle known LLM API errors that can be solved by user-side intervention. This would be in cases such as a Timeout or RateLimitError in OpenAI models

      Please highlight any phrases that describe the libraries and tools used to implement the idea

    2. Data Model MEGAnno+ extends MEGAnno's data model where data Record, Label, Annotation, Metadata (e.g., text embedding or confidence score) are persisted in the service database along with the task Schema.

      Please highlight any phrases that describe the libraries and tools used to implement the idea

    3. MEGAnno+ is designed to provide a convenient and robust workflow for users to utilize LLMs in text annotation. To use our tool, users operate within their Jupyter notebook (Kluyver et al., 2016) with the MEGAnno+ client installed.

      Please highlight any phrases that describe the libraries and tools used to implement the idea