Generate relation triplets from text
Explore and interact with HuggingFace LLM APIs using Swagger UI
Ask questions and get answers from PDFs in multiple languages
Load documents and answer questions from them
Demo emotion detection
Classify text into categories
Display and filter LLM benchmark results
Detect AI-generated texts with precision
Predict NCM codes from product descriptions
Extract relationships and entities from text
Test SEO effectiveness of your content
Search for courses by description
Playground for NuExtract-v1.5
Rebel Demo is a text analysis tool designed to generate relation triplets from text. It leverages advanced NLP techniques to identify and extract relationships between entities in a given text, outputting them in a structured format. This tool is particularly useful for knowledge extraction and information structuring tasks.
What is a relation triplet?
A relation triplet is a structured representation of a relationship in the form of (subject, relation, object), where the subject and object are entities, and the relation describes the connection between them.
Which languages does Rebel Demo support?
Rebel Demo supports multiple languages, including English, Spanish, French, and more, depending on the model configuration.
How can I customize the output format?
You can customize the output format by specifying the desired structure during the initialization of the tool. The default output is in JSON format.
How does Rebel Demo handle large texts?
Rebel Demo is optimized to process large texts efficiently. For extremely lengthy documents, consider splitting the text into smaller chunks before processing.
What output formats are available?
Rebel Demo primarily supports JSON output, but additional formats can be added through custom configurations or post-processing scripts.