Skip to content

Conversation

@Ingvarstep
Copy link
Collaborator

Classification (GLiNERClassifier)

  • Supports single-label and multi-label text classification.
  • Includes evaluation metrics (F1 score) for dataset evaluation.

Question-Answering (GLiNERQuestionAnswerer)

  • Performs question-answering tasks by extracting answers from input texts.
  • Includes evaluation capabilities using the GLiNERSquadEvaluator on datasets like SQuAD.

Relation Extraction (GLiNERRelationExtractor)

  • Combines zero-shot named entity recognition (NER) and relation extraction.
  • Supports user-defined entity types and relations with configurable thresholds and filtering options.
  • Added support of evaluation on DocRED dataset;

Open Information Extraction (GLiNEROpenExtractor)

  • Extracts structured information from text based on user queries.
  • Supports customizable prompts for better alignment with task-specific needs.

Summarization (GLiNERSummarizer)

  • Implements extractive summarization by identifying key information from text.

@urchade
Copy link
Owner

urchade commented Dec 13, 2024

Thanks @Ingvarstep, will review it asap

@urchade urchade merged commit 9ecfd8a into urchade:main Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants