Knowledgator 推出 GLiFormer:575M 參數編碼器,無需生成 Token 即可在巢狀 JSON 抽取任務上達到 91.10 F1

2026年9月16日 21:19
站內 AI 整理稿

Knowledgator Engineering has released GLiFormer, a schema-conditioned encoder framework for information extraction.One model handles named-entity recognition (NER), text classification, relation extraction, nested JSON structuring, and text embeddings.

You pass labels and extraction schemas at inference time.Two checkpoints are on Hugging Face.GLiFormer Base v1 has 264.2M parameters, and GLiFormer Large v1 has 575.6M.Deployable today?Yes.Both checkpoints are Apache 2.0, install with pip install gliformer, and run on CPU or GPU.

The Problem It Targets Extraction stacks often chain separate models.One tags entities, another classifies documents, and a third rebuilds records.The research team argues these tasks share one core operation.Encode the source, represent the requested concepts, then score their compatibility.

LLMs can emit nested JSON, but they generate field names, punctuation, and values token by token.GLiFormer removes output generation from that path.How GLiFormer Works GLiFormer builds on GLiNER and generalizes its label matching through an ‘anchor.

’ An anchor is the object each runtime label gets scored against.It can be a group vector for classification, an entity pair for relations, or a record slot.The source is encoded once.Multiple schemas for the same document then run as task-local groups over that shared encoding.

Head compute still grows with the number of groups, labels, and anchors.For NER, the head scores start, end, and inside evidence for every token and label pair.Independent sigmoid outputs let nested mentions and shared boundaries coexist.

Structuring runs in 4 stages: Ground field values as spans taken directly from the source text.Assign spans to unordered record slots, trained with Hungarian matching.Predict directed parent-child links, restricted to paths the schema allows.Assemble nested JSON with a deterministic decoder.

Values are source spans, so the model cannot invent value text missing from the input.Span selection, record assignment, and hierarchy can still be wrong.(function(){var f=document.getElementById("mtp-glf-frame");if(!f)return;window.addEventListener("message",function(e){if(e.source!==f.

contentWindow)return;var d=e.data;if(d&&typeof d.mtpGlfH==="number"){f.style.height=Math.ceil(d.mtpGlfH)+"px";}});})(); Checkpoints and Training Both v1 checkpoints use the gliformer-layout model type with 5 heads: NER, classification, joint relations, multilevel structuring, and embeddings.

Each configures a 12-word maximum span width and 100 record anchors.Full specs sit in the pretrained models docs.SpecBase v1Large v1Parameters264.2M575.

6MEncoder layers1224Embedding dimension7681024Configured maxlen16,3848,192 GLiFormer-base starts from a DeBERTa backbone further pretrained on 100 billion tokens.The paper documents 1,357,671 examples for broad multitask training and 372,090 for task-focused post-training.

Benchmarks All scores below are reported by Knowledgator.Nested JSON (500 examples): Large scores 91.10 F1 and Base 87.20.GPT-5.6-luna scores 91.96 and GPT-5-mini 82.56.The metric is order-free and boundary-tolerant, not exact JSON match.Classification (13 datasets): Large reaches 75.

03 mean macro-F1 and Base 72.36.GLiNER2.5 scores 64.89, while GPT-5-mini leads at 79.79.CrossNER (5 domains): Base averages 65.10 F1 and Large 64.35.Gemma-4-31B-IT reaches 70.74.Relations (4 benchmarks): Large averages 21.33 micro-F1 and Base 18.94.GLiNER-Relex reaches 25.6 and Gemma-4-31B-IT 25.08.

On combined NER and classification aggregates, the paper reports Large beats Gemma-4-E4B with about 14× fewer parameters.Speed Without Token Generation Knowledgator timed GLiFormer-base on 40 structuring documents at batch size 1.

Median latency was 69 ms on an NVIDIA RTX PRO 6000 Blackwell GPU in FP16.On an 8-thread AMD EPYC 9B45 CPU in FP32, it was 547 ms.The key claim ‘up to 95.8× faster’ figure is an analytical estimate, not a measured LLM run.

It assumes prefill at 2,000 input tokens per second and generation at 60 output tokens per second.It excludes queueing, network delay, and hidden reasoning, and assumes nothing about accuracy parity.

Using It The GitHub repo and model card show a short structuring call: Copy CodeCopiedUse a different Browserrecords = model.structure( "Alice works at Acme.

", {"employee": ["name", "company"]}, ) print(records) # {'employee': [{'name': 'Alice', 'company': 'Acme'}]} Nested Pydantic schemas work for multilevel records.One inference call can also run entities, classes, and structures together.

Use jointrelations for relations, since the v1 checkpoints lack an open relation head.Key Takeaways GLiFormer runs NER, classification, relations, nested JSON, and embeddings on one encoder.Large hits 91.10 structuring F1, close to GPT-5.6-luna at 91.96.

Base reports 69 ms median GPU latency with zero generated output tokens.Relation extraction still trails GLiNER-Relex and larger LLMs.Apache 2.0 weights install via pip and self-host on CPU or GPU.Check out the Paper, Model Weights, GitHub Repo, and Docs.

All credit goes to the researcher of this project.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Knowledgator Releases GLiFormer: A 575M-Parameter Encoder That Hits 91.10 F1 on Nested JSON Extraction Without Generating Tokens appeared first on MarkTechPost.

Related

相關文章

IT之家模型更新

美國 AI 巨頭提議開發減速,歐洲同行和政界並不認同

作者:清源 責編:清源 評論: 9 月 18 日消息,據路透社今天(18 日)報道,此前,阿莫迪、奧爾特曼和馬斯克先後發出警告,能力不斷增強的 AI 系統可能帶來風險,故有必要控制其發展節奏,但歐洲企業和官員對此表現出明顯懷疑。法國初創企業 Mistral 在聲明中指出,這些風險早在幾個月前就已十分明確了。

1 小時前
IT之家模型更新

北京發佈“詞元經濟十條”:高標準建設詞元工廠,推動關鍵核心技術攻關

作者:浩渺 責編:浩渺 評論: 感謝網友 蛋殼兒 的線索投遞!9 月 18 日消息,北京市經濟和信息化局今日宣佈,北京市“詞元經濟十條”正式發佈。為貫徹落實《國務院關於深入實施“人工智能+”行動的意見》(國發〔2025〕11 號),率先培育智能經濟新形態,以詞元(Token)為抓手,發展詞元經濟新增量,制定《北京市加快詞元經濟發展的行動方案(2026—2028 年)》(注:以下簡稱《行動方案》)。

3 小時前
量子位模型更新

OpenAI剛曝光循環架構,這家公司更早將其用於世界模型

鍵詞只有一個:循環。 Astra採用了一種被稱為“循環深度”(Recurrent Depth)的架構,本質是讓同一組Transformer層被反覆複用,用更少的參數實現更深的計算。 這被外界視為OpenAI對傳統“堆參數、堆算力”路線的一次重大修正——不再只是把模型做大,而是讓模型學會“反覆思考”。 消息一齣,整個AI社區迅速升溫。

7 小時前

千問辦公接入高德門店經營專家套件 提升實體店選址與經營效率

此項新功能自9月18日起正式上線,用戶只需在千問辦公添加相應套件並完成高德賬號授權,即可實現從門店選址到日常經營分析的全鏈路工作。隨著實體商業的不斷發展,傳統的人工選址和經營分析方式顯得效率低下且容易出錯。個體創業者在開新店時,往往需要花費大量時間進行實地勘察,整體耗時可達一週,而商家在監測門店熱度變化及競爭對手動態時,也面臨數據整理繁瑣、分析結果不準確的問題。

7 小時前