• bitcoinBitcoin(BTC)$81,850.000.88%
  • ethereumEthereum(ETH)$2,649.451.72%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$766.880.87%
  • rippleXRP(XRP)$1.433.24%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$111.70-0.30%
  • tronTRON(TRX)$0.338921-0.25%
  • zcashZcash(ZEC)$1,512.222.83%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.14%
  • HyperliquidHyperliquid(HYPE)$93.001.65%
  • dogecoinDogecoin(DOGE)$0.0893821.50%
  • moneroMonero(XMR)$570.41-0.93%
  • whitebitWhiteBIT Coin(WBT)$83.570.52%
  • RainRain(RAIN)$0.0139565.51%
  • USDSUSDS(USDS)$1.00-0.03%
  • chainlinkChainlink(LINK)$12.623.46%
  • cardanoCardano(ADA)$0.2286383.88%
  • leo-tokenLEO Token(LEO)$8.930.65%
  • stellarStellar(XLM)$0.1986163.20%
  • uniswapUniswap(UNI)$8.890.28%
  • bitcoin-cashBitcoin Cash(BCH)$255.621.79%
  • Ethena USDeEthena USDe(USDE)$1.00-0.01%
  • nearNEAR Protocol(NEAR)$3.60-2.14%
  • daiDai(DAI)$1.000.00%
  • litecoinLitecoin(LTC)$58.023.14%
  • CantonCanton(CC)$0.1118432.34%
  • USD1USD1(USD1)$1.000.01%
  • avalanche-2Avalanche(AVAX)$9.6519.04%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.391.26%
  • hedera-hashgraphHedera(HBAR)$0.0815453.19%
  • suiSui(SUI)$0.855.41%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • shiba-inuShiba Inu(SHIB)$0.0000060.70%
  • BittensorBittensor(TAO)$271.688.36%
  • MemeCoreMemeCore(M)$1.33-3.45%
  • crypto-com-chainCronos(CRO)$0.0600961.42%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.03%
  • tether-goldTether Gold(XAUT)$4,373.80-0.11%
  • Circle USYCCircle USYC(USYC)$1.140.00%
  • okbOKB(OKB)$119.382.63%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.09%
  • aaveAave(AAVE)$142.672.78%
  • OndoOndo(ONDO)$0.4317718.11%
  • mantleMantle(MNT)$0.644.26%
  • EthenaEthena(ENA)$0.20440223.61%
  • AsterAster(ASTER)$0.761.31%
  • Pump.funPump.fun(PUMP)$0.004123-4.29%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

NuMind Releases NuExtract: A Lightweight Text-to-JSON LLM Specialized for the Task of Structured Extraction

June 25, 2024
in AI & Technology
Reading Time: 4 mins read
A A
NuMind Releases NuExtract: A Lightweight Text-to-JSON LLM Specialized for the Task of Structured Extraction
ShareShareShareShareShare

NuMind introduces NuExtract, a cutting-edge text-to-JSON language model that represents a significant advancement in structured data extraction from text. This model aims to transform unstructured text into structured data highly efficiently. The innovative design and training methodologies used in NuExtract position it as a superior alternative to existing models, providing high performance and cost-efficiency.

NuExtract is engineered to operate efficiently with models ranging from 0.5 billion to 7 billion parameters, achieving similar or superior extraction capabilities compared to larger, popular language models (LLMs). This efficiency is achieved by creating three distinct models within the NuExtract family: NuExtract-tiny, NuExtract, and NuExtract-large. These models have demonstrated remarkable performance in various extraction tasks, often outperforming significantly larger LLMs.

YOU MAY ALSO LIKE

How To Block And Unblock A Number On Your Android Phone

Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies

NuExtract is available in three trained versions:

  • NuExtract-tiny (0.5B): This lightweight model is ideal for applications requiring efficient performance with minimal computational resources. Despite its small size, NuExtract-tiny performs better than some larger models, making it suitable for tasks where resource constraints are a priority.
  • NuExtract (3.8B): This model balances size and performance, making it well-suited for more demanding extraction tasks. It leverages a moderate number of parameters to deliver high accuracy and versatility, handling a wide range of structured extraction tasks efficiently.
  • NuExtract-large (7B): The most powerful version, designed for the most complex and intensive extraction tasks. With 7 billion parameters, NuExtract-large achieves performance levels comparable to top-tier LLMs like GPT-4 while being significantly smaller and more cost-effective. This model is perfect for applications requiring the highest accuracy and detail in data extraction.

The primary challenge NuExtract addresses is structured extraction, which involves extracting diverse information types such as entities, quantities, dates, and hierarchical relationships from documents. The extracted information is structured into a JSON format, making it easier to parse & integrate into databases or use for automated actions. For instance, extracting data from a document and organizing it into a hierarchical tree structure in JSON format is a task NuExtract handles with high precision and efficiency.

Structured extraction tasks vary significantly in complexity. While traditional methods like regular expressions or non-generative machine learning models could handle simple entity extraction, they must improve when dealing with more complex tasks requiring deeper hierarchical extraction. Modern generative LLMs, including GPT-4, have advanced these capabilities by enabling the generation of deep extraction trees. However, NuExtract has shown that it can achieve similar results with much smaller models, making it a more practical solution for many applications.

One of NuExtract’s key advantages is its ability to handle zero-shot and fine-tuned extraction scenarios. The model can extract information based solely on a predefined template or schema in a zero-shot setting without requiring task-specific training data. This capability is particularly valuable for applications where creating large annotated datasets is impractical. Additionally, NuExtract can be fine-tuned for specific applications, enhancing its performance further for specialized tasks.

To train NuExtract, the developers employed a novel approach: They used a large and diverse corpus of text from the C4 dataset, which was annotated using a modern LLM with carefully crafted prompts. This synthetic data was then used to fine-tune a compact, generic foundation model, resulting in a highly specialized task-specific model. This training methodology ensures that NuExtract can generalize well across different domains, making it versatile for various structured extraction tasks.

The model consistently produces valid JSON outputs, adheres to the schema, and accurately extracts relevant information. For example, in tests involving the parsing of chemical reactions, NuExtract successfully identified, classified, and extracted quantities of chemical substances and reaction conditions such as duration and temperature. This high accuracy demonstrates NuExtract’s potential to tackle complex chemistry, medicine, law, and finance extraction tasks.

NuExtract’s compact size offers several practical benefits. Smaller models are less expensive to run, allowing for cost-effective inference. They also enable local deployment, essential for applications requiring data privacy. The ease of fine-tuning these models makes them adaptable to specific use cases, further enhancing their utility.

In conclusion, NuExtract by NuMind represents a significant leap forward in structured data extraction from text. Its innovative design, efficient training methodology, and impressive performance across various tasks make it a valuable tool for transforming unstructured text into structured data. The model’s ability to perform well in both zero-shot and fine-tuned settings, coupled with its cost-efficiency and ease of deployment, positions it as a leading solution for modern data extraction challenges.


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

[Announcing Gretel Navigator] Create, edit, and augment tabular data with the first compound AI system trusted by EY, Databricks, Google, and Microsoft

Credit: Source link

ShareTweetSendSharePin

Related Posts

How To Block And Unblock A Number On Your Android Phone
AI & Technology

How To Block And Unblock A Number On Your Android Phone

September 19, 2026
Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies
AI & Technology

Google Gemini Also Escaped Its Testing Environment And Hacked Three Companies

September 19, 2026
What Is AI Agent Memory? Short-Term, Long-Term, Episodic, and Semantic Memory Explained – Unite.AI
AI & Technology

What Is AI Agent Memory? Short-Term, Long-Term, Episodic, and Semantic Memory Explained – Unite.AI

September 19, 2026
Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model
AI & Technology

Linkup Research Releases SPARSEUP: A 149M-Parameter Open-Source Sparse Embedding Model

September 19, 2026
Next Post
Consumer confidence drops on worries about US economic outlook

Consumer confidence drops on worries about US economic outlook

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
My Wife Has 7,000 In Student Loans and No Degree

My Wife Has $177,000 In Student Loans and No Degree

September 16, 2026
Agent-net Open Sources Webagent: A Go Harness That Turns Any Website into a Guarded AI Agent

Agent-net Open Sources Webagent: A Go Harness That Turns Any Website into a Guarded AI Agent

September 15, 2026
Meet the Press NOW — September 4

Meet the Press NOW — September 4

September 17, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!