awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesExtraction Model Evaluation

Comparative analysis of different data extraction strategies or LLM models to determine accuracy.

Distinct from Model Comparison Interfaces: Distinct from Model Comparison Interfaces: focuses on the analytical evaluation of extraction quality specifically.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Extraction Model Evaluation. Refine with filters or upvote what's useful.

Awesome Extraction Model Evaluation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • idank/explainshellidank 的头像

    idank/explainshell

    14,084在 GitHub 上查看↗

    ExplainShell is a shell command explainer and syntax analyzer that matches command line arguments to manual page documentation. It functions as a man page parser and documentation extraction tool, converting roff-formatted manual pages into a structured database of command options and metadata. The project uses a combination of large language models and roff-macro parsing to identify specific line ranges that define flags and arguments. It employs a command syntax analyzer to deconstruct shell commands into tokens, which are then mapped against documented entries to provide plain language exp

    Implements a head-to-head comparison tool to evaluate the accuracy of different data extraction models.

    Python
    在 GitHub 上查看↗14,084
  • opendatalab/pdf-extract-kitopendatalab 的头像

    opendatalab/PDF-Extract-Kit

    9,724在 GitHub 上查看↗

    PDF-Extract-Kit is a document extraction toolkit designed to convert PDF documents into structured formats such as Markdown, HTML, and LaTeX. It functions as a multi-stage parsing framework that combines a document layout analyzer, a formula recognition engine, an OCR text extractor, and a table extraction system. The project focuses on recovering complex document elements by translating images of mathematical formulas and tabular structures into editable source code. It utilizes model-driven layout analysis to identify structural elements in reports and textbooks while ignoring noise like wa

    Evaluates parsing performance against comprehensive datasets to determine the most accurate extraction model for specific document types.

    Python
    在 GitHub 上查看↗9,724
  • trusted-ai/adversarial-robustness-toolboxTrusted-AI 的头像

    Trusted-AI/adversarial-robustness-toolbox

    6,056在 GitHub 上查看↗

    The Adversarial Robustness Toolbox (ART) is an open-source library that provides a unified framework for evaluating, defending, and certifying machine learning models against adversarial threats. It wraps models from any framework behind a common estimator interface, enabling composable pipelines for attack generation, defense application, robustness certification, and privacy auditing across evasion, poisoning, and extraction threats. The library distinguishes itself by covering the full adversarial ML security lifecycle within a single toolkit. It supports gradient-based adversarial example

    Tests model resilience to adversaries reconstructing a functional copy by querying it.

    Pythonadversarial-attacksadversarial-examplesadversarial-machine-learning
    在 GitHub 上查看↗6,056
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Evaluation and Analysis
  6. Machine Learning Evaluation
  7. Model Comparison Interfaces
  8. Extraction Model Evaluation

探索子标签

  • Model Extraction Attack EvaluationsTests a model's resilience to an adversary reconstructing a functional copy by querying it. **Distinct from Extraction Model Evaluation:** Distinct from Extraction Model Evaluation: focuses on security evaluation of model extraction attacks, not comparative analysis of data extraction strategies.
  • Model Functionality ExtractionReplicates a target model's behavior by querying it and training a substitute model on the responses. **Distinct from Extraction Model Evaluation:** Distinct from Extraction Model Evaluation: focuses on the attack technique of replicating model behavior, not evaluating extraction quality.