zhuang-li/FactualSceneGraph
[ACL 2023 Findings] FACTUAL dataset, the textual scene graph parser trained on FACTUAL.
This tool helps convert descriptive text into a structured list of objects, their attributes, and how they relate to each other, known as a 'scene graph'. You provide sentences or longer descriptions, and it outputs a concise summary of the key elements and their connections. This is ideal for anyone working with image or video descriptions, content analysis, or generating structured data from natural language.
127 stars.
Use this if you need to extract structured relationships and attributes from textual descriptions, especially for images, videos, or complex narratives.
Not ideal if you're looking for a general-purpose text summarization tool or if your main goal is sentiment analysis.
Stars
127
Forks
12
Language
Python
License
—
Category
Last pushed
Nov 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zhuang-li/FactualSceneGraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
princeton-nlp/SimCSE
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
n-waves/multifit
The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model...
yxuansu/SimCTG
[NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation
alibaba-edu/simple-effective-text-matching
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Shark-NLP/OpenICL
OpenICL is an open-source framework to facilitate research, development, and prototyping of...