chanind/frame-semantic-transformer
Frame Semantic Parser based on T5 and FrameNet
This tool helps you understand the underlying meaning and roles within sentences. You input plain text, and it identifies core events, actions, or states (frames) along with the participants and elements involved. This is useful for linguists, cognitive scientists, or anyone doing deep textual analysis of how language conveys meaning.
No commits in the last 6 months. Available on PyPI.
Use this if you need to go beyond simple keyword matching and extract the semantic structure and arguments of events described in text.
Not ideal if you only need to perform basic text classification or sentiment analysis, or if your input text consists of long paragraphs rather than individual sentences.
Stars
65
Forks
13
Language
Python
License
MIT
Category
Last pushed
Sep 13, 2023
Commits (30d)
0
Dependencies
7
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/chanind/frame-semantic-transformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
Shivanandroy/simpleT5
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train...
Shivanandroy/KeyPhraseTransformer
KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data ...
osainz59/t5-encoder
A extension of Transformers library to include T5ForSequenceClassification class.
conceptofmind/t5-pytorch
Implementation of Exploring the Limits of Transfer Learning with a Unified Text-to-Text...
0x7o/text2keywords
Trained T5 and T5-large model for creating keywords from text