#sgr — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sgr, aggregated by home.social.
-
On the eve of the FIFA men's football world Cup tournament, here's the report from #SGR (first published 2025, but updates...) #FIFA2026 #emissions #sponsorship
https://lmbxdv.clicks.mlsend.com/tj/cl/eyJ2Ijoie1wiYVwiOjUwMDYxOSxcImxcIjoxODk4ODI5MDA3Mjc5OTAwMTAsXCJyXCI6MTg5ODgyOTEyMTIzOTEzOTczfSIsInMiOiJjN2NkNGZlMGYzNTc3Y2I3In0 -
Structured Outputs без иллюзий: как OpenAI, Gemini и xAI соблюдают JSON»-схемы
Проверили Structured Outputs у OpenAI, Gemini и xAI не “по документации”, а через adversarial-тесты: просили модели специально нарушить JSON Schema и смотрели, где провайдер реально удерживает формат ответа. В статье — методика, итоговая матрица ограничений, нюансы strict: true , anyOf / oneOf / allOf , и выводы для production-систем с несколькими LLM-провайдерами.
https://habr.com/ru/articles/1033478/
#llm #sgr #api #skillmd #skills_в_claude #pydantic #jsonschema
-
Le misteriose nubi di gas nei pressi del buco nero della Via Lattea hanno ora una probabile origine
#Sgr A* @[email protected] @[email protected]
Nuove osservazioni e simulazioni da parte di un team di ricercatori guidato dal MPE rivelano che una massiccia stella binaria vicino al centro della nostra galassia è responsabile della creazione di una serie di enigmatiche nubi di gas—ammassi compatti che contribuiscono ad alimentare il buco nero supermassiccio Sagittarius A*
https://umbertogaetani.substack.com/p/le-misteriose-nubi-di-gas-nei-pressi
-
Aviation weather for Sugar Land Regional airport in Houston area (USA) is “KSGR 121653Z 07003KT 10SM CLR 24/11 A3019 RMK AO2 SLP224 T02390111” : See what it means on https://www.bigorre.org/aero/meteo/ksgr/en #sugarlandregionalairport #airport #houston #usa #ksgr #sgr #metar #aviation #aviationweather #avgeek vl
-
@BashStKid - you can probably pursue this via the #SGR website: https://www.sgr.org.uk/
-
Via #SGR, a great #jobopportunity with the Transition Security Project:
"...be part of a four-person transatlantic staff team working at the cutting edge of economic, climate and geopolitical analysis on militarisation. The precise research focus of the role will depend on the experience and background of the successful candidate"
#climate #militarisation
https://www.common-wealth.org/vacancies/researcher-transition-security-project -
@CNDuk conference in London this Saturday includes #SGR's own
#Stuart Parkinson on the increased threat to the climate from UK nuclear weapons
#scientistsforglobalresponsibility
https://cnduk.org/events/no-to-war-no-to-british-nuclear-expansion-invest-in-saving-lives-not-destroying-them-cnd-conference/ -
Most militaries report less than 10 percent of their carbon footprint
https://www.sgr.org.uk/resources/most-militaries-report-less-10-percent-their-carbon-footprint #sgr #Military #CarbonFootprint #Science #Global #Responsibility -
For more of their work, including original research:
http://www.sgr.org.uk/
#SGR #scientistsforglobalresponsibility -
Does #greenwash get sicker than this?
Surplus Magazine has just published a short piece on green militarism and the military ecological footprint, featuring #SGR research and the “Greening Military” project at Dortmund University.
#Scientistsforglobalresponsibility
https://www.surplusmagazin.de/gruner-krieg-militar-klimaschutz-greenwashing/
Translation: https://docs.google.com/document/d/14asC7cUIaaL1jjxKEMKIl_rFXgmMK7cQV9qOubYghgk/edit?usp=sharing -
Schema-Guided Reasoning: как научить языковые модели последовательно рассуждать
LLM умеют многое: генерировать тексты, анализировать документы, писать код. Но на практике их работа часто непредсказуема — сегодня модель даёт точный ответ, а завтра на тех же данных ошибается, пропускает ключевые шаги или придумывает факты. Для AI-инженеров это системная проблема. Возьмём автоматизацию документооборота: нужно классифицировать договоры, извлекать реквизиты, проверять стандарты. Но модель работает как лотерея — результат не поддаётся логике или меняется при повторном запуске с одинаковыми данными. Как встроить такой результат в бизнес-процесс? Для решения этой задачи появился подход Schema-Guided Reasoning (SGR) . Его активно продвигает Ринат Абдуллин в материалах по работе с LLM. Идея проста и эффективна: заставить модель мыслить не хаотично, а внутри заданной схемы. Это не панацея, но SGR серьёзно снижает количество ошибок, делает процесс прозрачнее, а также позволяет тестировать отдельные компоненты рассуждений.
https://habr.com/ru/companies/redmadrobot/articles/962236/
#scheme #sgr #llm #модели #схемы #системы #structured_output #function_calling
-
Good to see work by #SGR acknowledged - carbon costs of the beautiful game have gone through the roof with over-commercialisation
https://www.bbc.co.uk/sport/football/articles/c2314ve7d7jo -
Thoughtful and clear from #SGR #scientistsforglobalresponsibility
"...increased security in Europe cannot be achieved by deploying yet more offensive and destructive nuclear weaponry..." #NATO #Russia @philipwebber https://www.sgr.org.uk/resources/us-nuclear-weapons-return-uk-ready-raf -
Schema Guided Reasoning: метод структурированного рассуждения AI
📝 Описание Рассматриваем подход Schema Guided Reasoning (SGR) — метод структурированного промптинга, который направляет рассуждения LLM через типизированные схемы и явные рабочие процессы. Также разбираем расширение для пространственного рассуждения — SG² (Schema-Guided Scene-Graph Reasoning) , многоагентный фреймворк «рассуждай-пока-извлекаешь» для задач по графам сцены. Подходы демонстрируют прирост точности на 5–10% и достигают 95%+ воспроизводимости, одновременно снижая галлюцинации за счёт валидации схем и программного извлечения фактов. 🔍 Ключевые особенности - Структурированные выводы : типизированные схемы (JSON Schema / Pydantic) обеспечивают контроль формата и смысла ответа. - Три паттерна рассуждения : Cascade, Routing, Cycle — для разных типов задач и контроля шага рассуждений. - Constrained decoding : CFG/grammar-ограничения для безопасной генерации, автоматические повторы при валидации. - Мультиагентная архитектура SG² : разделение на модуль рассуждений и модуль извлечения с программным доступом к графу. - Программное извлечение : генерация Python-кода для обхода scene-graph вместо жёстких API. - Снижение галлюцинаций : разделение контекста и схема-навигация уменьшают отвлечения и ошибочные выводы. - Совместимость : OpenAI Structured Outputs, Instructor, LangChain, Pydantic AI, локальные бэкенды (xgrammar/Outlines/etc.).
-
Schema-Guided Scene-Graph Reasoning based on Multi-Agent Large Language Model System
📝 Описание Рассматриваем подход Schema Guided Reasoning (SGR) — метод структурированного промптинга, который направляет рассуждения LLM через типизированные схемы и явные рабочие процессы. Также разбираем расширение для пространственного рассуждения — SG² (Schema-Guided Scene-Graph Reasoning) , многоагентный фреймворк «рассуждай-пока-извлекаешь» для задач по графам сцены. Подходы демонстрируют прирост точности на 5–10% и достигают 95%+ воспроизводимости, одновременно снижая галлюцинации за счёт валидации схем и программного извлечения фактов. 🔍 Ключевые особенности - Структурированные выводы : типизированные схемы (JSON Schema / Pydantic) обеспечивают контроль формата и смысла ответа. - Три паттерна рассуждения : Cascade, Routing, Cycle — для разных типов задач и контроля шага рассуждений. - Constrained decoding : CFG/grammar-ограничения для безопасной генерации, автоматические повторы при валидации. - Мультиагентная архитектура SG² : разделение на модуль рассуждений и модуль извлечения с программным доступом к графу. - Программное извлечение : генерация Python-кода для обхода scene-graph вместо жёстких API. - Снижение галлюцинаций : разделение контекста и схема-навигация уменьшают отвлечения и ошибочные выводы. - Совместимость : OpenAI Structured Outputs, Instructor, LangChain, Pydantic AI, локальные бэкенды (xgrammar/Outlines/etc.).
https://habr.com/ru/articles/944536/
#SGR #SchemaGuidedReasoning #SchemaGuided_SceneGraph_Reasoning #prompt_engineering #aiagent
-
Staying grounded in #Kenya.
#NordBerlin greets the #SGR #Nairobi #Mombasa -
#Nuclear #power and net zero: Too little, too late, too expensive
https://www.sgr.org.uk/resources/nuclear-power-and-net-zero-too-little-too-late-too-expensive #SGR #Scientists for #Global #Responsibility -
Star Entertainment ( #SGR ) has released " 1HFY25 Results Presentation " on Tue 15 Apr at 12:22 AEST #today #tax #ESG #government #trading
https://grafa.com/asset/star-entertainment-group-ltd-9917-sgr.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=sgr.asx -
Star Entertainment ( #SGR ) has released " Status of Refinancing Proposal " on Wed 02 Apr at 10:00 AEST #government #media #ltd #ASX #Finance
https://grafa.com/asset/star-entertainment-group-ltd-9917-sgr.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=sgr.asx -
Star Entertainment ( #SGR ) has released " Unsolicited non-binding funding proposal from Bally's " on Mon 10 Mar at 11:31 AEST #today #NYSE #UnitedStates #Australia #media
https://grafa.com/asset/star-entertainment-group-ltd-9917-sgr.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=sgr.asx -
Star Entertainment ( #SGR ) has released " Agreement to exit DBC & consolidate Gold Coast position " on Fri 07 Mar at 19:25 AEST #today #government #Gold #Australia #media
https://grafa.com/asset/star-entertainment-group-ltd-9917-sgr.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=sgr.asx -
Star Entertainment ( #SGR ) has released " New Debt Facilities and Additional Liquidity " on Fri 07 Mar at 19:25 AEST #today #tax #government #Gold #Australia
https://grafa.com/asset/star-entertainment-group-ltd-9917-sgr.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=sgr.asx -
Military involvement at UK universities: a brief history
Dr Stuart Parkinson, #SGR (
#Scientists for #Global #Responsibility ), outlines the history of #military involvement
in #UK #universities , from the early 20th century to the present day.
https://www.sgr.org.uk/resources/military-involvement-uk-universities-brief-history -
From 23 Jun: X-ray “light echoes” hint at outburst from Milky Way’s central black hole - Enlarge / This is the first image of Sgr A*, the supermassive black hole at the center of ... https://arstechnica.com/science/2023/06/x-ray-light-echoes-hint-at-outburst-from-milky-ways-central-black-hole/ #astronomy #astrophysics #black-holes #science #sgr-a* #supermassive-black-holes