Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

RingChains Graph-based Summarizer and Enhanced Large Language Models for Summarizing Long Documents

View through CrossRef
Large language models (LLMs) have influenced real-world applications after ChatGPT appeared. Although powerful LLMs produce high quality summaries, it remains challenging for LLMs to perform the summary task for long documents. First, LLMs must compute a large number of unimportant input tokens while LLMs perform more than billions operations per an input token because of the complicated architecture and large model sizes. Second, most standard LLMs have a limited context window size. If the number of context tokens is increased by a factor of n, both the required computational resources and the running time scale as n2 in a Transformer architecture or as n√ n in a sparse Transformer architecture. Third, using LLMs typically requires either an internet connection or high-performance local hardware. Fourth, LLMs need vast amounts of training data, and they still cannot entirely avoid hallucinations. Some real-world documents, such as classified files, cannot be used for training, cannot be uploaded to the internet, and cannot tolerate hallucinations. Moreover, approximately one billion people worldwide own computers but lack internet access. These individuals have already been left behind in the internet revolution. We must ensure they are not behind again from the AI revolution. This dissertation proposes RingChains topology graph-based summarizer, which can be implemented to work on any computer. It offers fast execution, unlimited input tokens, high-quality summaries, no training process, and no generating hallucinations. RingChains processed 500 government reports from the zeroSCROLL dataset in 22.06 seconds, whereas GPT40 took 5,749.04 seconds, and both models achieved almost the same level of accuracy. RingChains is particularly suited for domains like classified documents and can help those people with computers but non internet connection participate in the AI revolution. This dissertation also present a RingChains_LLMs , a system significantly reduces computational resource, running time, cost and handle limited input tokens of small window size LLMs but avoids the expensive process of adjusting architecture or of additional training steps to expand the context window size of LLMs . Users can obtain high-quality summaries comparable to those of powerful LLMs while greatly reducing both costs and running time by deploying the RingChains-LLMs system. Both the open-source user application of RingChains and RingChains_LLMs are available on my GitHub (tamdoancong/application).
University of North Texas Libraries
Title: RingChains Graph-based Summarizer and Enhanced Large Language Models for Summarizing Long Documents
Description:
Large language models (LLMs) have influenced real-world applications after ChatGPT appeared.
Although powerful LLMs produce high quality summaries, it remains challenging for LLMs to perform the summary task for long documents.
First, LLMs must compute a large number of unimportant input tokens while LLMs perform more than billions operations per an input token because of the complicated architecture and large model sizes.
Second, most standard LLMs have a limited context window size.
If the number of context tokens is increased by a factor of n, both the required computational resources and the running time scale as n2 in a Transformer architecture or as n√ n in a sparse Transformer architecture.
Third, using LLMs typically requires either an internet connection or high-performance local hardware.
Fourth, LLMs need vast amounts of training data, and they still cannot entirely avoid hallucinations.
Some real-world documents, such as classified files, cannot be used for training, cannot be uploaded to the internet, and cannot tolerate hallucinations.
Moreover, approximately one billion people worldwide own computers but lack internet access.
These individuals have already been left behind in the internet revolution.
We must ensure they are not behind again from the AI revolution.
This dissertation proposes RingChains topology graph-based summarizer, which can be implemented to work on any computer.
It offers fast execution, unlimited input tokens, high-quality summaries, no training process, and no generating hallucinations.
RingChains processed 500 government reports from the zeroSCROLL dataset in 22.
06 seconds, whereas GPT40 took 5,749.
04 seconds, and both models achieved almost the same level of accuracy.
RingChains is particularly suited for domains like classified documents and can help those people with computers but non internet connection participate in the AI revolution.
This dissertation also present a RingChains_LLMs , a system significantly reduces computational resource, running time, cost and handle limited input tokens of small window size LLMs but avoids the expensive process of adjusting architecture or of additional training steps to expand the context window size of LLMs .
Users can obtain high-quality summaries comparable to those of powerful LLMs while greatly reducing both costs and running time by deploying the RingChains-LLMs system.
Both the open-source user application of RingChains and RingChains_LLMs are available on my GitHub (tamdoancong/application).

Related Results

Hubungan Perilaku Pola Makan dengan Kejadian Anak Obesitas
Hubungan Perilaku Pola Makan dengan Kejadian Anak Obesitas
<p><em><span style="font-size: 11.0pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-langua...
Učinak poučavanja razrednomu jeziku u izobrazbi nastavnika njemačkoga
Učinak poučavanja razrednomu jeziku u izobrazbi nastavnika njemačkoga
The actual use of classroom language is principally limited to the classroom environment. As far as foreign language learning is concerned, the classroom often turns out to be the ...
Graph data warehousing
Graph data warehousing
Over the last decade, we have witnessed the emergence of networks in a wide spectrum of application domains, ranging from social and information networks to biological and transpor...
Graph convolutional neural networks for 3D data analysis
Graph convolutional neural networks for 3D data analysis
(English) Deep Learning allows the extraction of complex features directly from raw input data, eliminating the need for hand-crafted features from the classical Machine Learning p...
Physical database design in document stores
Physical database design in document stores
NoSQL is an umbrella term used to classify alternate storage systems to the traditional Relational Database Management Systems (RDBMSs). Among these, Document stores have gained po...
Direct tree decomposition of geometric constraint graphs
Direct tree decomposition of geometric constraint graphs
The evolution of constraint based geometric models is tightly tied to parametric and feature-based Computer-Aided Design (CAD) systems. Since the introduction of parametric design ...

Back to Top