Goto

Collaborating Authors

 Government


Element-aware Summarization with Large Language Models: Expert-aligned Evaluation and Chain-of-Thought Method

arXiv.org Artificial Intelligence

Automatic summarization generates concise summaries that contain key ideas of source documents. As the most mainstream datasets for the news sub-domain, CNN/DailyMail and BBC XSum have been widely used for performance benchmarking. However, the reference summaries of those datasets turn out to be noisy, mainly in terms of factual hallucination and information redundancy. To address this challenge, we first annotate new expert-writing Element-aware test sets following the "Lasswell Communication Model" proposed by Lasswell (1948), allowing reference summaries to focus on more fine-grained news elements objectively and comprehensively. Utilizing the new test sets, we observe the surprising zero-shot summary ability of LLMs, which addresses the issue of the inconsistent results between human preference and automatic evaluation metrics of LLMs' zero-shot summaries in prior work. Further, we propose a Summary Chain-of-Thought (SumCoT) technique to elicit LLMs to generate summaries step by step, which helps them integrate more fine-grained details of source documents into the final summaries that correlate with the human writing mindset. Experimental results show our method outperforms state-of-the-art fine-tuned PLMs and zero-shot LLMs by +4.33/+4.77 in ROUGE-L on the two datasets, respectively. Dataset and code are publicly available at https://github.com/Alsace08/SumCoT.


LMGQS: A Large-scale Dataset for Query-focused Summarization

arXiv.org Artificial Intelligence

Query-focused summarization (QFS) aims to extract or generate a summary of an input document that directly answers or is relevant to a given query. The lack of large-scale datasets in the form of documents, queries, and summaries has hindered model development in this area. In contrast, multiple large-scale high-quality datasets for generic summarization exist. We hypothesize that there is a hidden query for each summary sentence in a generic summarization annotation, and we utilize a large-scale pretrained language model to recover it. In this way, we convert four generic summarization benchmarks into a new QFS benchmark dataset, LMGQS, which consists of over 1 million document-query-summary samples. We thoroughly investigate the properties of our proposed dataset and establish baselines with state-of-the-art summarization models. By fine-tuning a language model on LMGQS, we achieve state-of-the-art zero-shot and supervised performance on multiple existing QFS benchmarks, demonstrating the high quality and diversity of LMGQS.


Hedges in Bidirectional Translations of Publicity-Oriented Documents

arXiv.org Artificial Intelligence

Hedges are widely studied across registers and disciplines, yet research on the translation of hedges in political texts is extremely limited. This contrastive study is dedicated to investigating whether there is a diachronic change in the frequencies of hedging devices in the target texts, to what extent the changing frequencies of translated hedges through years are attributed to the source texts, and what translation strategies are adopted to deal with them. For the purposes of this research, two types of official political texts and their translations from China and the United Nations were collected to form three sub-corpora. Results show that hedges tend to appear more frequently in English political texts, be it original English or translated English. In addition, directionality seems to play an important role in influencing both the frequencies and translation strategies regarding the use of hedges. A noticeable diachronic increase of hedging devices is also observed in our corpus.


RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text

arXiv.org Artificial Intelligence

The fixed-size context of Transformer makes GPT models incapable of generating arbitrarily long text. In this paper, we introduce RecurrentGPT, a language-based simulacrum of the recurrence mechanism in RNNs. RecurrentGPT is built upon a large language model (LLM) such as ChatGPT and uses natural language to simulate the Long Short-Term Memory mechanism in an LSTM. At each timestep, RecurrentGPT generates a paragraph of text and updates its language-based long-short term memory stored on the hard drive and the prompt, respectively. This recurrence mechanism enables RecurrentGPT to generate texts of arbitrary length without forgetting. Since human users can easily observe and edit the natural language memories, RecurrentGPT is interpretable and enables interactive generation of long text. RecurrentGPT is an initial step towards next-generation computer-assisted writing systems beyond local editing suggestions. In addition to producing AI-generated content (AIGC), we also demonstrate the possibility of using RecurrentGPT as an interactive fiction that directly interacts with consumers. We call this usage of generative models by ``AI As Contents'' (AIAC), which we believe is the next form of conventional AIGC. We further demonstrate the possibility of using RecurrentGPT to create personalized interactive fiction that directly interacts with readers instead of interacting with writers. More broadly, RecurrentGPT demonstrates the utility of borrowing ideas from popular model designs in cognitive science and deep learning for prompting LLMs. Our code is available at https://github.com/aiwaves-cn/RecurrentGPT and an online demo is available at https://www.aiwaves.org/recurrentgpt.


The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources in Natural Language Understanding Systems

arXiv.org Artificial Intelligence

Many state-of-the-art natural language understanding (NLU) models are based on pretrained neural language models. These models often make inferences using information from multiple sources. An important class of such inferences are those that require both background knowledge, presumably contained in a model's pretrained parameters, and instance-specific information that is supplied at inference time. However, the integration and reasoning abilities of NLU models in the presence of multiple knowledge sources have been largely understudied. In this work, we propose a test suite of coreference resolution subtasks that require reasoning over multiple facts. These subtasks differ in terms of which knowledge sources contain the relevant facts. We also introduce subtasks where knowledge is present only at inference time using fictional knowledge. We evaluate state-of-the-art coreference resolution models on our dataset. Our results indicate that several models struggle to reason on-the-fly over knowledge observed both at pretrain time and at inference time. However, with task-specific training, a subset of models demonstrates the ability to integrate certain knowledge types from multiple sources. Still, even the best performing models seem to have difficulties with reliably integrating knowledge presented only at inference time.


CEO: Corpus-based Open-Domain Event Ontology Induction

arXiv.org Artificial Intelligence

Existing event-centric NLP models often only apply to the pre-defined ontology, which significantly restricts their generalization capabilities. This paper presents CEO, a novel Corpus-based Event Ontology induction model to relax the restriction imposed by pre-defined event ontologies. Without direct supervision, CEO leverages distant supervision from available summary datasets to detect corpus-wise salient events and exploits external event knowledge to force events within a short distance to have close embeddings. Experiments on three popular event datasets show that the schema induced by CEO has better coverage and higher accuracy than previous methods. Moreover, CEO is the first event ontology induction model that can induce a hierarchical event ontology with meaningful names on eleven open-domain corpora, making the induced schema more trustworthy and easier to be further curated.


REFinD: Relation Extraction Financial Dataset

arXiv.org Artificial Intelligence

A number of datasets for Relation Extraction (RE) have been created The exponential progress of AI across multiple domains can largely to aide downstream tasks such as information retrieval, semantic be attributed to the availability of large datasets coupled with an search, question answering and textual entailment. However, increase in available compute power. Relation extraction (RE) from these datasets fail to capture financial-domain specific challenges text is a fundamental problem in NLP and information retrieval, since most of these datasets are compiled using general knowledge which facilitates various tasks like knowledge graph construction, sources, hindering real-life progress and adoption within the financial question answering and semantic search. It has seen significant world. To address this limitation, we propose REFinD, the progress in recent years, thanks to advanced machine learning techniques first large-scale annotated dataset of relations, with 29K instances and the availability of large-scale relation extraction datasets.


Improving Convergence and Generalization Using Parameter Symmetries

arXiv.org Artificial Intelligence

In overparametrized models, different values of the parameters may result in the same loss value. Parameter space symmetries are transformations that change the model parameters but leave the loss invariant. Teleportation applies such transformations to accelerate optimization. However, the exact mechanism behind this algorithm's success is not well understood. In this paper, we show that teleportation not only speeds up optimization in the short-term, but gives overall faster time to convergence. Additionally, we show that teleporting to minima with different curvatures improves generalization and provide insights on the connection between the curvature of the minima and generalization ability. Finally, we show that integrating teleportation into a wide range of optimization algorithms and optimization-based meta-learning improves convergence.


Smart tech tips to make summer travel cheaper and less stressful

FOX News

Renowned CIO/CTO Rhonda Vetere weighs in on ChatGPT creator Sam Altman's calls for government regulation of AI on'Fox & Friends.' Delays can stack up as the day goes, so your best bet to make sure you get on the plane is to choose a flight before 3 p.m. Wednesday is one of the cheapest days to fly, so there's your plan: Wednesday before 3. Pro tip: You can check where your plane is to get an idea of whether your upcoming flight will be delayed. The airline you're flying might display this in the app, or you can use Flight Aware. Enter your flight number to get details on the aircraft and its status. Mobile Passport Control is a free U.S. Customs and Border Protection app that lets you get back home faster. Unlike CLEAR or TSA PreCheck, you don't need any pre-approval.


Jake Sullivan pressed on Syria drone strike after US walks back claim it killed major al Qaeda leader

FOX News

Rep. Michael McCaul, R-Texas, criticizes America's stance on the world stage at the hands of President Joe Biden in an exclusive interview on'Sunday Morning Futures.' White House national security adviser Jake Sullivan was pressed in an interview Sunday over an alleged civilian casualty โ€“ a father of 10 who was tending sheep โ€“ by U.S. forces in Syria. CNN's Jake Tapper asked Sullivan about the reportedly botched missile strike, which the Pentagon initially claimed was a successful assassination of a "senior Al Qaeda leader," but later backtracked and launched an investigation. Sullivan said he could not comment on the matter until the Pentagon's "full and thorough investigation" was complete โ€“ and instead touted President Biden's record on military accountability. "It was President Biden who stood up with Secretary Austin's guidelines for this administration to ensure there would be accountability and oversight of any potential civilian casualties from counterterrorism strikes," Sullivan said. "So far we do not have evidence to validate the claims being made in Syria. But I am going to withhold any judgment on what actually happened here until the Pentagon's investigation is complete."