datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
rytt-sovereign-semiotics-benchmarks
RYTT Sovereign Semiotics Conformance Benchmarks
This dataset mirrors the conformance vectors and vocabulary specification of
RYTT (Recursive Yield Token Transform), a sovereign semiotic encoding
scheme with a Lean-verified round-trip guarantee.
🔗 Canonical Links & Provenance
GitHub Source of Truth: https://github.com/Mega-Therion/RYTT-Sovereign-Semiotics
Interactive Research Atlas: https://resnova-hub-f4ucvy3e.manus.space
Author: Ryan W. Yett (ORCID:… See the full description on the dataset page: https://huggingface.co/datasets/ChyRho/rytt-sovereign-semiotics-benchmarks.SynQL-Spider-Train
Dataset Card for SynQL-Spider-Train
Developed by: Semiotic Labs
Dataset type: [Text-to-SQL]
License: [Apache-2.0]
Dataset Details
Example view of data:
[
{
"question": "What are the names of browsers that have a market share greater than 10% but less than 50%?",
"query": "SELECT name FROM browser WHERE market_share > 10 AND market_share < 50",
"db_id": "browser_web",
"topic_id": "2",
"query_id": "19"
},
...
{… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-Spider-Train.SynQL-KaggleDBQA-Train
Dataset Card for SynQL-KaggleDBQA-Train
Developed by: Semiotic Labs
Dataset type: [Text-to-SQL]
License: [Apache-2.0]
Dataset Details
Example view of data:
[
{
"question": "How many fires happened each year grouped by their cause?",
"query": "SELECT COUNT(FIRE_YEAR), STAT_CAUSE_DESCR FROM Fires GROUP BY STAT_CAUSE_DESCR;",
"db_id": "USWildFires",
"topic_id": "1","query_id": "19"
},
...
{
"question": "<Generated Question>"… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-KaggleDBQA-Train.SynQL-KaggleDBQA-Topics
Dataset Card for SynQL-KaggleDBQA-Train-Topics
Developed by: Semiotic Labs
Model type: [Text to SQL]
License: [Apache-2.0]
Dataset Details
Example view of data:
{
"StudentMathScore": {
"1": "Federal Revenue Data (Questions about federal revenue information related to different states and school districts)",
"2": "Math Score Data (Questions about the average math scores in different states for grade 8 students)",
"3": "Revenue Key Data… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-KaggleDBQA-Topics.SynQL-KaggleDBQA-Source-Templates
Dataset Card for SynQL-KaggleDBQA-Train-Source-Templates
Developed by: Semiotic Labs
License: [Apache-2.0]
Dataset Details
Example view of data:
{
"0": "SELECT ? FROM ? JOIN ? ON ? = ? GROUP BY ? ORDER BY COUNT(?) DESC LIMIT ?",
"1": "SELECT COUNT(?) FROM ? WHERE ? = ?",
"2": "SELECT ? FROM ? WHERE ? LIKE ? GROUP BY ? ORDER BY COUNT(?) DESC LIMIT ?",
"3": "SELECT ? FROM ? GROUP BY ? HAVING COUNT(?)
... "49": "SELECT ? FROM ? JOIN ? ON ? = ?… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-KaggleDBQA-Source-Templates.SynQL-Spider-Train-Source-Templates
Dataset Card for SynQL-Spider-Train-Source-Templates
Developed by: Semiotic Labs
Model type: [Text to SQL]
License: [Apache-2.0]
Dataset Details
Example view of data:
{
"0": "SELECT ? FROM ? JOIN ? ON ? = ? WHERE ? IN (SELECT ? FROM ? JOIN ? ON ? = ? WHERE ? = ?)",
"1": "SELECT COUNT(?) FROM ? JOIN ? ON ? = ? WHERE ? != ?",
"2": "SELECT ? FROM ? WHERE ? = ? OR ? = ?",
"3": "SELECT ? FROM ? WHERE ? LIKE ? ORDER BY ?",
...
"911": "SELECT ? FROM ?… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-Spider-Train-Source-Templates.SynQL-Spider-Train-Topics
Dataset Card for SynQL-Spider-Train-Topics
Developed by: Semiotic Labs
Model type: [Text to SQL]
License: [Apache-2.0]
Dataset Details
Example view of data:
{
"pilot_record": {
"1": "Aircraft Information (Questions related to the aircrafts in the database, such as specifications, manufacturer details, model and order year)",
"2": "Pilot Details (Questions focused on pilots, such as age, nationality, rank, position, year of joining and team)"… See the full description on the dataset page: https://huggingface.co/datasets/semiotic/SynQL-Spider-Train-Topics.Semiotics_termbase
[!NOTE]
Dataset origin: https://www.eurotermbank.com/collections/873
[!CAUTION]
You must connect to the above link to access the data.
