publication_date
stringlengths 20
20
| doc_url
stringlengths 33
34
| id
stringlengths 33
34
| authors
stringlengths 5
20.1k
| update_date
stringlengths 20
20
| category_all
stringlengths 5
138
| abstract
stringlengths 123
3.09k
| category_primary
stringclasses 78
values | title
stringlengths 10
211
|
---|---|---|---|---|---|---|---|---|
2023-08-16T09:45:06Z | http://arxiv.org/pdf/2308.08253v2 | http://arxiv.org/abs/2308.08253v2 | Nur Lan, Emmanuel Chemla, Roni Katzir | 2023-08-25T13:40:31Z | cs.CL | How well do neural networks generalize? Even for grammar induction tasks,
where the target generalization is fully known, previous works have left the
question open, testing very limited ranges beyond the training set and using
different success criteria. We provide a measure of neural network
generalization based on fully specified formal languages. Given a model and a
formal grammar, the method assigns a generalization score representing how well
a model generalizes to unseen samples in inverse relation to the amount of data
it was trained on. The benchmark includes languages such as $a^nb^n$,
$a^nb^nc^n$, $a^nb^mc^{n+m}$, and Dyck-1 and 2. We evaluate selected
architectures using the benchmark and find that networks trained with a Minimum
Description Length objective (MDL) generalize better and using less data than
networks trained using standard loss functions. The benchmark is available at
https://github.com/taucompling/bliss. | cs.CL | Benchmarking Neural Network Generalization for Grammar Induction |
2023-08-16T09:16:02Z | http://arxiv.org/pdf/2308.08241v2 | http://arxiv.org/abs/2308.08241v2 | Chenxi Sun, Hongyan Li, Yaliang Li, Shenda Hong | 2024-02-22T02:03:42Z | cs.CL, cs.AI | This work summarizes two ways to accomplish Time-Series (TS) tasks in today's
Large Language Model (LLM) context: LLM-for-TS (model-centric) designs and
trains a fundamental large model, or fine-tunes a pre-trained LLM for TS data;
TS-for-LLM (data-centric) converts TS into a model-friendly representation to
enable the pre-trained LLM to handle TS data. Given the lack of data, limited
resources, semantic context requirements, and so on, this work focuses on
TS-for-LLM, where we aim to activate LLM's ability for TS data by designing a
TS embedding method suitable for LLM. The proposed method is named TEST. It
first tokenizes TS, builds an encoder to embed TS via instance-wise,
feature-wise, and text-prototype-aligned contrast, where the TS embedding space
is aligned to LLM embedding layer space, then creates soft prompts to make LLM
more open to that embeddings, and finally implements TS tasks using the frozen
LLM. We also demonstrate the feasibility of TS-for-LLM through theory and
experiments. Experiments are carried out on TS classification, forecasting, and
representation tasks using eight frozen LLMs with various structures and sizes.
The results show that the pre-trained LLM with TEST strategy can achieve better
or comparable performance than today's SOTA TS models and offer benefits for
few-shot and generalization. By treating LLM as the pattern machine, TEST can
endow LLM's ability to process TS data without compromising language ability.
We hope that this study will serve as a foundation for future work to support
TS+LLM progress. | cs.CL | TEST: Text Prototype Aligned Embedding to Activate LLM's Ability for Time Series |
2023-08-16T09:15:18Z | http://arxiv.org/pdf/2308.08239v2 | http://arxiv.org/abs/2308.08239v2 | Junru Lu, Siyu An, Mingbao Lin, Gabriele Pergola, Yulan He, Di Yin, Xing Sun, Yunsheng Wu | 2023-08-23T03:37:04Z | cs.CL | We propose MemoChat, a pipeline for refining instructions that enables large
language models (LLMs) to effectively employ self-composed memos for
maintaining consistent long-range open-domain conversations. We demonstrate a
long-range open-domain conversation through iterative
"memorization-retrieval-response" cycles. This requires us to carefully design
tailored tuning instructions for each distinct stage. The instructions are
reconstructed from a collection of public datasets to teach the LLMs to
memorize and retrieve past dialogues with structured memos, leading to enhanced
consistency when participating in future conversations. We invite experts to
manually annotate a test set designed to evaluate the consistency of long-range
conversations questions. Experiments on three testing scenarios involving both
open-source and API-accessible chatbots at scale verify the efficacy of
MemoChat, which outperforms strong baselines. Our codes, data and models are
available here: https://github.com/LuJunru/MemoChat. | cs.CL | MemoChat: Tuning LLMs to Use Memos for Consistent Long-Range Open-Domain Conversation |
2023-08-16T09:11:00Z | http://arxiv.org/pdf/2308.08234v1 | http://arxiv.org/abs/2308.08234v1 | Lovre Torbarina, Tin Ferkovic, Lukasz Roguski, Velimir Mihelcic, Bruno Sarlija, Zeljko Kraljevic | 2023-08-16T09:11:00Z | cs.CL, cs.AI, cs.LG | The increasing adoption of natural language processing (NLP) models across
industries has led to practitioners' need for machine learning systems to
handle these models efficiently, from training to serving them in production.
However, training, deploying, and updating multiple models can be complex,
costly, and time-consuming, mainly when using transformer-based pre-trained
language models. Multi-Task Learning (MTL) has emerged as a promising approach
to improve efficiency and performance through joint training, rather than
training separate models. Motivated by this, we first provide an overview of
transformer-based MTL approaches in NLP. Then, we discuss the challenges and
opportunities of using MTL approaches throughout typical ML lifecycle phases,
specifically focusing on the challenges related to data engineering, model
development, deployment, and monitoring phases. This survey focuses on
transformer-based MTL architectures and, to the best of our knowledge, is novel
in that it systematically analyses how transformer-based MTL in NLP fits into
ML lifecycle phases. Furthermore, we motivate research on the connection
between MTL and continual learning (CL), as this area remains unexplored. We
believe it would be practical to have a model that can handle both MTL and CL,
as this would make it easier to periodically re-train the model, update it due
to distribution shifts, and add new capabilities to meet real-world
requirements. | cs.CL | Challenges and Opportunities of Using Transformer-Based Multi-Task Learning in NLP Through ML Lifecycle: A Survey |
2023-08-16T09:04:36Z | http://arxiv.org/pdf/2308.11521v2 | http://arxiv.org/abs/2308.11521v2 | Zhenhua Wang, Wei Xie, Kai Chen, Baosheng Wang, Zhiwen Gui, Enze Wang | 2023-08-25T00:25:06Z | cs.CL, cs.AI, cs.LG | Large language models (LLMs), such as ChatGPT, have emerged with astonishing
capabilities approaching artificial general intelligence. While providing
convenience for various societal needs, LLMs have also lowered the cost of
generating harmful content. Consequently, LLM developers have deployed
semantic-level defenses to recognize and reject prompts that may lead to
inappropriate content. Unfortunately, these defenses are not foolproof, and
some attackers have crafted "jailbreak" prompts that temporarily hypnotize the
LLM into forgetting content defense rules and answering any improper questions.
To date, there is no clear explanation of the principles behind these
semantic-level attacks and defenses in both industry and academia.
This paper investigates the LLM jailbreak problem and proposes an automatic
jailbreak method for the first time. We propose the concept of a semantic
firewall and provide three technical implementation approaches. Inspired by the
attack that penetrates traditional firewalls through reverse tunnels, we
introduce a "self-deception" attack that can bypass the semantic firewall by
inducing LLM to generate prompts that facilitate jailbreak. We generated a
total of 2,520 attack payloads in six languages (English, Russian, French,
Spanish, Chinese, and Arabic) across seven virtual scenarios, targeting the
three most common types of violations: violence, hate, and pornography. The
experiment was conducted on two models, namely the GPT-3.5-Turbo and GPT-4. The
success rates on the two models were 86.2% and 67%, while the failure rates
were 4.7% and 2.2%, respectively. This highlighted the effectiveness of the
proposed attack method. All experimental code and raw data will be released as
open-source to inspire future research. We believe that manipulating AI
behavior through carefully crafted prompts will become an important research
direction in the future. | cs.CL | Self-Deception: Reverse Penetrating the Semantic Firewall of Large Language Models |
2023-08-16T08:09:10Z | http://arxiv.org/pdf/2308.08204v1 | http://arxiv.org/abs/2308.08204v1 | Jiabang He, Liu Jia, Lei Wang, Xiyao Li, Xing Xu | 2023-08-16T08:09:10Z | cs.CL | Knowledge Graph Completion (KGC) aims to conduct reasoning on the facts
within knowledge graphs and automatically infer missing links. Existing methods
can mainly be categorized into structure-based or description-based. On the one
hand, structure-based methods effectively represent relational facts in
knowledge graphs using entity embeddings. However, they struggle with
semantically rich real-world entities due to limited structural information and
fail to generalize to unseen entities. On the other hand, description-based
methods leverage pre-trained language models (PLMs) to understand textual
information. They exhibit strong robustness towards unseen entities. However,
they have difficulty with larger negative sampling and often lag behind
structure-based methods. To address these issues, in this paper, we propose
Momentum Contrast for knowledge graph completion with Structure-Augmented
pre-trained language models (MoCoSA), which allows the PLM to perceive the
structural information by the adaptable structure encoder. To improve learning
efficiency, we proposed momentum hard negative and intra-relation negative
sampling. Experimental results demonstrate that our approach achieves
state-of-the-art performance in terms of mean reciprocal rank (MRR), with
improvements of 2.5% on WN18RR and 21% on OpenBG500. | cs.CL | MoCoSA: Momentum Contrast for Knowledge Graph Completion with Structure-Augmented Pre-trained Language Models |
2023-08-16T07:44:06Z | http://arxiv.org/pdf/2308.11001v1 | http://arxiv.org/abs/2308.11001v1 | Shilpa Lakhanpal, Ajay Gupta, Rajeev Agrawal | 2023-08-16T07:44:06Z | cs.CL, cs.LG | The groundbreaking invention of ChatGPT has triggered enormous discussion
among users across all fields and domains. Among celebration around its various
advantages, questions have been raised with regards to its correctness and
ethics of its use. Efforts are already underway towards capturing user
sentiments around it. But it begs the question as to how the research community
is analyzing ChatGPT with regards to various aspects of its usage. It is this
sentiment of the researchers that we analyze in our work. Since Aspect-Based
Sentiment Analysis has usually only been applied on a few datasets, it gives
limited success and that too only on short text data. We propose a methodology
that uses Explainable AI to facilitate such analysis on research data. Our
technique presents valuable insights into extending the state of the art of
Aspect-Based Sentiment Analysis on newer datasets, where such analysis is not
hampered by the length of the text data. | cs.CL | Leveraging Explainable AI to Analyze Researchers' Aspect-Based Sentiment about ChatGPT |
2023-08-16T07:21:01Z | http://arxiv.org/pdf/2308.08181v1 | http://arxiv.org/abs/2308.08181v1 | Mengjie Du, Xiang Fang, Jie Li | 2023-08-16T07:21:01Z | cs.SD, cs.CL, eess.AS | This technical report describes ChinaTelecom system for Track 1 (closed) of
the VoxCeleb2023 Speaker Recognition Challenge (VoxSRC 2023). Our system
consists of several ResNet variants trained only on VoxCeleb2, which were fused
for better performance later. Score calibration was also applied for each
variant and the fused system. The final submission achieved minDCF of 0.1066
and EER of 1.980%. | cs.SD | ChinaTelecom System Description to VoxCeleb Speaker Recognition Challenge 2023 |
2023-08-16T07:12:23Z | http://arxiv.org/pdf/2308.08176v1 | http://arxiv.org/abs/2308.08176v1 | Siqi Song, Qi Lv, Lei Geng, Ziqiang Cao, Guohong Fu | 2023-08-16T07:12:23Z | cs.CL | Chinese Spelling Check (CSC) refers to the detection and correction of
spelling errors in Chinese texts. In practical application scenarios, it is
important to make CSC models have the ability to correct errors across
different domains. In this paper, we propose a retrieval-augmented spelling
check framework called RSpell, which searches corresponding domain terms and
incorporates them into CSC models. Specifically, we employ pinyin fuzzy
matching to search for terms, which are combined with the input and fed into
the CSC model. Then, we introduce an adaptive process control mechanism to
dynamically adjust the impact of external knowledge on the model. Additionally,
we develop an iterative strategy for the RSpell framework to enhance reasoning
capabilities. We conducted experiments on CSC datasets in three domains: law,
medicine, and official document writing. The results demonstrate that RSpell
achieves state-of-the-art performance in both zero-shot and fine-tuning
scenarios, demonstrating the effectiveness of the retrieval-augmented CSC
framework. Our code is available at https://github.com/47777777/Rspell. | cs.CL | RSpell: Retrieval-augmented Framework for Domain Adaptive Chinese Spelling Check |
2023-08-16T06:52:10Z | http://arxiv.org/pdf/2308.08169v1 | http://arxiv.org/abs/2308.08169v1 | Jianguo Zhang, Stephen Roller, Kun Qian, Zhiwei Liu, Rui Meng, Shelby Heinecke, Huan Wang, Silvio Savarese, Caiming Xiong | 2023-08-16T06:52:10Z | cs.CL, cs.AI | End-to-end task-oriented dialogue (TOD) systems have achieved promising
performance by leveraging sophisticated natural language understanding and
natural language generation capabilities of pre-trained models. This work
enables the TOD systems with more flexibility through a simple cache. The cache
provides the flexibility to dynamically update the TOD systems and handle both
existing and unseen dialogue scenarios. Towards this end, we first fine-tune a
retrieval module to effectively retrieve the most relevant information entries
from the cache. We then train end-to-end TOD models that can refer to and
ground on both dialogue history and retrieved information during TOD
generation. The cache is straightforward to construct, and the backbone models
of TOD systems are compatible with existing pre-trained generative models.
Extensive experiments demonstrate the superior performance of our framework,
with a notable improvement in non-empty joint goal accuracy by 6.7% compared to
strong baselines. | cs.CL | Enhancing Performance on Seen and Unseen Dialogue Scenarios using Retrieval-Augmented End-to-End Task-Oriented System |
2023-08-16T06:28:29Z | http://arxiv.org/pdf/2308.08577v1 | http://arxiv.org/abs/2308.08577v1 | Hrishikesh Viswanath, Aneesh Bhattacharya, Pascal Jutras-Dubé, Prerit Gupta, Mridu Prashanth, Yashvardhan Khaitan, Aniket Bera | 2023-08-16T06:28:29Z | cs.SD, cs.CL, cs.HC, eess.AS | Affect is an emotional characteristic encompassing valence, arousal, and
intensity, and is a crucial attribute for enabling authentic conversations.
While existing text-to-speech (TTS) and speech-to-speech systems rely on
strength embedding vectors and global style tokens to capture emotions, these
models represent emotions as a component of style or represent them in discrete
categories. We propose AffectEcho, an emotion translation model, that uses a
Vector Quantized codebook to model emotions within a quantized space featuring
five levels of affect intensity to capture complex nuances and subtle
differences in the same emotion. The quantized emotional embeddings are
implicitly derived from spoken speech samples, eliminating the need for one-hot
vectors or explicit strength embeddings. Experimental results demonstrate the
effectiveness of our approach in controlling the emotions of generated speech
while preserving identity, style, and emotional cadence unique to each speaker.
We showcase the language-independent emotion modeling capability of the
quantized emotional embeddings learned from a bilingual (English and Chinese)
speech corpus with an emotion transfer task from a reference speech to a target
speech. We achieve state-of-art results on both qualitative and quantitative
metrics. | cs.SD | AffectEcho: Speaker Independent and Language-Agnostic Emotion and Affect Transfer for Speech Synthesis |
2023-08-16T05:58:12Z | http://arxiv.org/pdf/2308.08156v1 | http://arxiv.org/abs/2308.08156v1 | Tiberiu Sosea, Junyi Jessy Li, Cornelia Caragea | 2023-08-16T05:58:12Z | cs.CL, cs.LG | During natural disasters, people often use social media platforms such as
Twitter to ask for help, to provide information about the disaster situation,
or to express contempt about the unfolding event or public policies and
guidelines. This contempt is in some cases expressed as sarcasm or irony.
Understanding this form of speech in a disaster-centric context is essential to
improving natural language understanding of disaster-related tweets. In this
paper, we introduce HurricaneSARC, a dataset of 15,000 tweets annotated for
intended sarcasm, and provide a comprehensive investigation of sarcasm
detection using pre-trained language models. Our best model is able to obtain
as much as 0.70 F1 on our dataset. We also demonstrate that the performance on
HurricaneSARC can be improved by leveraging intermediate task transfer
learning. We release our data and code at
https://github.com/tsosea2/HurricaneSarc. | cs.CL | Sarcasm Detection in a Disaster Context |
2023-08-16T05:57:52Z | http://arxiv.org/pdf/2308.08155v2 | http://arxiv.org/abs/2308.08155v2 | Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Jiale Liu, Ahmed Hassan Awadallah, Ryen W White, Doug Burger, Chi Wang | 2023-10-03T20:47:10Z | cs.AI, cs.CL | AutoGen is an open-source framework that allows developers to build LLM
applications via multiple agents that can converse with each other to
accomplish tasks. AutoGen agents are customizable, conversable, and can operate
in various modes that employ combinations of LLMs, human inputs, and tools.
Using AutoGen, developers can also flexibly define agent interaction behaviors.
Both natural language and computer code can be used to program flexible
conversation patterns for different applications. AutoGen serves as a generic
infrastructure to build diverse applications of various complexities and LLM
capacities. Empirical studies demonstrate the effectiveness of the framework in
many example applications, with domains ranging from mathematics, coding,
question answering, operations research, online decision-making, entertainment,
etc. | cs.AI | AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation |
2023-08-16T05:48:50Z | http://arxiv.org/pdf/2308.08153v1 | http://arxiv.org/abs/2308.08153v1 | Daniela N. Rim, Kimera Richard, Heeyoul Choi | 2023-08-16T05:48:50Z | cs.CL | The Transformer model has revolutionized Natural Language Processing tasks
such as Neural Machine Translation, and many efforts have been made to study
the Transformer architecture, which increased its efficiency and accuracy. One
potential area for improvement is to address the computation of empty tokens
that the Transformer computes only to discard them later, leading to an
unnecessary computational burden. To tackle this, we propose an algorithm that
sorts translation sentence pairs based on their length before batching,
minimizing the waste of computing power. Since the amount of sorting could
violate the independent and identically distributed (i.i.d) data assumption, we
sort the data partially. In experiments, we apply the proposed method to
English-Korean and English-Luganda language pairs for machine translation and
show that there are gains in computational time while maintaining the
performance. Our method is independent of architectures, so that it can be
easily integrated into any training process with flexible data lengths. | cs.CL | Fast Training of NMT Model with Data Sorting |
2023-08-16T04:56:55Z | http://arxiv.org/pdf/2308.08147v1 | http://arxiv.org/abs/2308.08147v1 | Srija Macherla, Man Luo, Mihir Parmar, Chitta Baral | 2023-08-16T04:56:55Z | cs.CL | Dialogue systems for Automatic Differential Diagnosis (ADD) have a wide range
of real-life applications. These dialogue systems are promising for providing
easy access and reducing medical costs. Building end-to-end ADD dialogue
systems requires dialogue training datasets. However, to the best of our
knowledge, there is no publicly available ADD dialogue dataset in English
(although non-English datasets exist). Driven by this, we introduce MDDial, the
first differential diagnosis dialogue dataset in English which can aid to build
and evaluate end-to-end ADD dialogue systems. Additionally, earlier studies
present the accuracy of diagnosis and symptoms either individually or as a
combined weighted score. This method overlooks the connection between the
symptoms and the diagnosis. We introduce a unified score for the ADD system
that takes into account the interplay between symptoms and diagnosis. This
score also indicates the system's reliability. To the end, we train two
moderate-size of language models on MDDial. Our experiments suggest that while
these language models can perform well on many natural language understanding
tasks, including dialogue tasks in the general domain, they struggle to relate
relevant symptoms and disease and thus have poor performance on MDDial. MDDial
will be released publicly to aid the study of ADD dialogue research. | cs.CL | MDDial: A Multi-turn Differential Diagnosis Dialogue Dataset with Reliability Evaluation |
2023-08-16T03:31:30Z | http://arxiv.org/pdf/2308.08125v1 | http://arxiv.org/abs/2308.08125v1 | Running Zhao, Jiangtao Yu, Hang Zhao, Edith C. H. Ngai | 2023-08-16T03:31:30Z | cs.SD, cs.CL, cs.HC, eess.AS | Millimeter wave (mmWave) based speech recognition provides more possibility
for audio-related applications, such as conference speech transcription and
eavesdropping. However, considering the practicality in real scenarios, latency
and recognizable vocabulary size are two critical factors that cannot be
overlooked. In this paper, we propose Radio2Text, the first mmWave-based system
for streaming automatic speech recognition (ASR) with a vocabulary size
exceeding 13,000 words. Radio2Text is based on a tailored streaming Transformer
that is capable of effectively learning representations of speech-related
features, paving the way for streaming ASR with a large vocabulary. To
alleviate the deficiency of streaming networks unable to access entire future
inputs, we propose the Guidance Initialization that facilitates the transfer of
feature knowledge related to the global context from the non-streaming
Transformer to the tailored streaming Transformer through weight inheritance.
Further, we propose a cross-modal structure based on knowledge distillation
(KD), named cross-modal KD, to mitigate the negative effect of low quality
mmWave signals on recognition performance. In the cross-modal KD, the audio
streaming Transformer provides feature and response guidance that inherit
fruitful and accurate speech information to supervise the training of the
tailored radio streaming Transformer. The experimental results show that our
Radio2Text can achieve a character error rate of 5.7% and a word error rate of
9.4% for the recognition of a vocabulary consisting of over 13,000 words. | cs.SD | Radio2Text: Streaming Speech Recognition Using mmWave Radio Signals |
2023-08-16T01:46:01Z | http://arxiv.org/pdf/2308.08090v2 | http://arxiv.org/abs/2308.08090v2 | Xinshuo Hu, Dongfang Li, Baotian Hu, Zihao Zheng, Zhenyu Liu, Min Zhang | 2024-01-18T07:23:49Z | cs.CL | Large language models (LLMs) have been widely used in various applications
but are known to suffer from issues related to untruthfulness and toxicity.
While parameter-efficient modules (PEMs) have demonstrated their effectiveness
in equipping models with new skills, leveraging PEMs for deficiency unlearning
remains underexplored. In this work, we propose a PEMs operation approach,
namely Extraction-before-Subtraction (Ext-Sub), to enhance the truthfulness and
detoxification of LLMs through the integration of ``expert'' PEM and
``anti-expert'' PEM. Remarkably, even anti-expert PEM possess valuable
capabilities due to their proficiency in generating fabricated content, which
necessitates language modeling and logical narrative competence. Rather than
merely negating the parameters, our approach involves extracting and
eliminating solely the deficiency capability within anti-expert PEM while
preserving the general capabilities. To evaluate the effectiveness of our
approach in terms of truthfulness and detoxification, we conduct extensive
experiments on LLMs, encompassing additional abilities such as language
modeling and mathematical reasoning. Our empirical results demonstrate that our
approach effectively improves truthfulness and detoxification, while largely
preserving the fundamental abilities of LLMs. | cs.CL | Separate the Wheat from the Chaff: Model Deficiency Unlearning via Parameter-Efficient Module Operation |
2023-08-15T23:22:37Z | http://arxiv.org/pdf/2308.11767v4 | http://arxiv.org/abs/2308.11767v4 | Ahmed Abdeen Hamed, Xindong Wu | 2024-04-14T21:20:58Z | cs.CL, cs.IR, I.2.7; F.2; I.7 | Generative AI tools exemplified by ChatGPT are becoming a new reality. This
study is motivated by the premise that ``AI generated content may exhibit a
distinctive behavior that can be separated from scientific articles''. In this
study, we show how articles can be generated using means of prompt engineering
for various diseases and conditions. We then show how we tested this premise in
two phases and prove its validity. Subsequently, we introduce xFakeSci, a novel
learning algorithm, that is capable of distinguishing ChatGPT-generated
articles from publications produced by scientists. The algorithm is trained
using network models driven from both sources. As for the classification step,
it was performed using 300 articles per condition. The actual label steps took
place against an equal mix of 50 generated articles and 50 authentic PubMed
abstracts. The testing also spanned publication periods from 2010 to 2024 and
encompassed research on three distinct diseases: cancer, depression, and
Alzheimer's. Further, we evaluated the accuracy of the xFakeSci algorithm
against some of the classical data mining algorithms (e.g., Support Vector
Machines, Regression, and Naive Bayes). The xFakeSci algorithm achieved F1
scores ranging from 80% to 94%, outperforming common data mining algorithms,
which scored F1 values between 38% and 52%. We attribute the noticeable
difference to the introduction of calibration and a proximity distance
heuristic, which underscores this promising performance. Indeed, the prediction
of fake science generated by ChatGPT presents a considerable challenge.
Nonetheless, the introduction of the xFakeSci algorithm is a significant step
on the way to combating fake science. | cs.CL | Detection of ChatGPT Fake Science with the xFakeSci Learning Algorithm |
2023-08-15T22:26:58Z | http://arxiv.org/pdf/2308.08061v1 | http://arxiv.org/abs/2308.08061v1 | Abi Aryan, Aakash Kumar Nain, Andrew McMahon, Lucas Augusto Meyer, Harpreet Singh Sahota | 2023-08-15T22:26:58Z | cs.CL, cs.LG, cs.SE | When deploying machine learning models in production for any
product/application, there are three properties that are commonly desired.
First, the models should be generalizable, in that we can extend it to further
use cases as our knowledge of the domain area develops. Second they should be
evaluable, so that there are clear metrics for performance and the calculation
of those metrics in production settings are feasible. Finally, the deployment
should be cost-optimal as far as possible. In this paper we propose that these
three objectives (i.e. generalization, evaluation and cost-optimality) can
often be relatively orthogonal and that for large language models, despite
their performance over conventional NLP models, enterprises need to carefully
assess all the three factors before making substantial investments in this
technology. We propose a framework for generalization, evaluation and
cost-modeling specifically tailored to large language models, offering insights
into the intricacies of development, deployment and management for these large
language models. | cs.CL | The Costly Dilemma: Generalization, Evaluation and Cost-Optimal Deployment of Large Language Models |
2023-08-15T21:14:09Z | http://arxiv.org/pdf/2308.08043v4 | http://arxiv.org/abs/2308.08043v4 | Lang Cao | 2024-04-15T07:25:40Z | cs.CL, cs.AI | A significant application of Large Language Models (LLMs), like ChatGPT, is
their deployment as chat agents, which respond to human inquiries across a
variety of domains. While current LLMs proficiently answer general questions,
they often fall short in complex diagnostic scenarios such as legal, medical,
or other specialized consultations. These scenarios typically require
Task-Oriented Dialogue (TOD), where an AI chat agent must proactively pose
questions and guide users toward specific goals or task completion. Previous
fine-tuning models have underperformed in TOD and the full potential of
conversational capability in current LLMs has not yet been fully explored. In
this paper, we introduce DiagGPT (Dialogue in Diagnosis GPT), an innovative
approach that extends LLMs to more TOD scenarios. In addition to guiding users
to complete tasks, DiagGPT can effectively manage the status of all topics
throughout the dialogue development. This feature enhances user experience and
offers a more flexible interaction in TOD. Our experiments demonstrate that
DiagGPT exhibits outstanding performance in conducting TOD with users, showing
its potential for practical applications in various fields. | cs.CL | DiagGPT: An LLM-based and Multi-agent Dialogue System with Automatic Topic Management for Flexible Task-Oriented Dialogue |
2023-08-15T20:47:51Z | http://arxiv.org/pdf/2308.08032v1 | http://arxiv.org/abs/2308.08032v1 | Jesse Roberts, Kyle Moore, Drew Wilenzick, Doug Fisher | 2023-08-15T20:47:51Z | cs.CL | The recent proliferation of research into transformer based natural language
processing has led to a number of studies which attempt to detect the presence
of human-like cognitive behavior in the models. We contend that, as is true of
human psychology, the investigation of cognitive behavior in language models
must be conducted in an appropriate population of an appropriate size for the
results to be meaningful. We leverage work in uncertainty estimation in a novel
approach to efficiently construct experimental populations. The resultant tool,
PopulationLM, has been made open source. We provide theoretical grounding in
the uncertainty estimation literature and motivation from current cognitive
work regarding language models. We discuss the methodological lessons from
other scientific communities and attempt to demonstrate their application to
two artificial population studies. Through population based experimentation we
find that language models exhibit behavior consistent with typicality effects
among categories highly represented in training. However, we find that language
models don't tend to exhibit structural priming effects. Generally, our results
show that single models tend to over estimate the presence of cognitive
behaviors in neural models. | cs.CL | Using Artificial Populations to Study Psychological Phenomena in Neural Models |
2023-08-15T20:33:25Z | http://arxiv.org/pdf/2308.08027v1 | http://arxiv.org/abs/2308.08027v1 | Bolaji Yusuf, Jan Cernocky, Murat Saraclar | 2023-08-15T20:33:25Z | eess.AS, cs.CL, cs.SD | Conventional keyword search systems operate on automatic speech recognition
(ASR) outputs, which causes them to have a complex indexing and search
pipeline. This has led to interest in ASR-free approaches to simplify the
search procedure. We recently proposed a neural ASR-free keyword search model
which achieves competitive performance while maintaining an efficient and
simplified pipeline, where queries and documents are encoded with a pair of
recurrent neural network encoders and the encodings are combined with a
dot-product. In this article, we extend this work with multilingual pretraining
and detailed analysis of the model. Our experiments show that the proposed
multilingual training significantly improves the model performance and that
despite not matching a strong ASR-based conventional keyword search system for
short queries and queries comprising in-vocabulary words, the proposed model
outperforms the ASR-based system for long queries and queries that do not
appear in the training data. | eess.AS | End-to-End Open Vocabulary Keyword Search With Multilingual Neural Representations |
2023-08-15T18:34:26Z | http://arxiv.org/pdf/2308.07984v1 | http://arxiv.org/abs/2308.07984v1 | Nicholas Edwards, Hannah Rohde, Henry Conklin | 2023-08-15T18:34:26Z | cs.CL | Pragmatics is core to natural language, enabling speakers to communicate
efficiently with structures like ellipsis and anaphora that can shorten
utterances without loss of meaning. These structures require a listener to
interpret an ambiguous form - like a pronoun - and infer the speaker's intended
meaning - who that pronoun refers to. Despite potential to introduce ambiguity,
anaphora is ubiquitous across human language. In an effort to better understand
the origins of anaphoric structure in natural language, we look to see if
analogous structures can emerge between artificial neural networks trained to
solve a communicative task. We show that: first, despite the potential for
increased ambiguity, languages with anaphoric structures are learnable by
neural models. Second, anaphoric structures emerge between models 'naturally'
without need for additional constraints. Finally, introducing an explicit
efficiency pressure on the speaker increases the prevalence of these
structures. We conclude that certain pragmatic structures straightforwardly
emerge between neural networks, without explicit efficiency pressures, but that
the competing needs of speakers and listeners conditions the degree and nature
of their emergence. | cs.CL | Anaphoric Structure Emerges Between Neural Networks |
2023-08-15T18:21:26Z | http://arxiv.org/pdf/2308.07973v1 | http://arxiv.org/abs/2308.07973v1 | Sandeep Singamsetty, Nishtha Madaan, Sameep Mehta, Varad Bhatnagar, Pushpak Bhattacharyya | 2023-08-15T18:21:26Z | cs.CL | The prevalence of half-truths, which are statements containing some truth but
that are ultimately deceptive, has risen with the increasing use of the
internet. To help combat this problem, we have created a comprehensive pipeline
consisting of a half-truth detection model and a claim editing model. Our
approach utilizes the T5 model for controlled claim editing; "controlled" here
means precise adjustments to select parts of a claim. Our methodology achieves
an average BLEU score of 0.88 (on a scale of 0-1) and a disinfo-debunk score of
85% on edited claims. Significantly, our T5-based approach outperforms other
Language Models such as GPT2, RoBERTa, PEGASUS, and Tailor, with average
improvements of 82%, 57%, 42%, and 23% in disinfo-debunk scores, respectively.
By extending the LIAR PLUS dataset, we achieve an F1 score of 82% for the
half-truth detection model, setting a new benchmark in the field. While
previous attempts have been made at half-truth detection, our approach is, to
the best of our knowledge, the first to attempt to debunk half-truths. | cs.CL | "Beware of deception": Detecting Half-Truth and Debunking it through Controlled Claim Editing |
2023-08-15T18:18:34Z | http://arxiv.org/pdf/2308.07971v1 | http://arxiv.org/abs/2308.07971v1 | Gideon Maillette de Buy Wenniger, Thomas van Dongen, Lambert Schomaker | 2023-08-15T18:18:34Z | cs.CL, cs.LG, I.2.7 | Automatic assessment of the quality of scholarly documents is a difficult
task with high potential impact. Multimodality, in particular the addition of
visual information next to text, has been shown to improve the performance on
scholarly document quality prediction (SDQP) tasks. We propose the multimodal
predictive model MultiSChuBERT. It combines a textual model based on chunking
full paper text and aggregating computed BERT chunk-encodings (SChuBERT), with
a visual model based on Inception V3.Our work contributes to the current
state-of-the-art in SDQP in three ways. First, we show that the method of
combining visual and textual embeddings can substantially influence the
results. Second, we demonstrate that gradual-unfreezing of the weights of the
visual sub-model, reduces its tendency to ovefit the data, improving results.
Third, we show the retained benefit of multimodality when replacing standard
BERT$_{\textrm{BASE}}$ embeddings with more recent state-of-the-art text
embedding models.
Using BERT$_{\textrm{BASE}}$ embeddings, on the (log) number of citations
prediction task with the ACL-BiblioMetry dataset, our MultiSChuBERT
(text+visual) model obtains an $R^{2}$ score of 0.454 compared to 0.432 for the
SChuBERT (text only) model. Similar improvements are obtained on the PeerRead
accept/reject prediction task. In our experiments using SciBERT, scincl,
SPECTER and SPECTER2.0 embeddings, we show that each of these tailored
embeddings adds further improvements over the standard BERT$_{\textrm{BASE}}$
embeddings, with the SPECTER2.0 embeddings performing best. | cs.CL | MultiSChuBERT: Effective Multimodal Fusion for Scholarly Document Quality Prediction |
2023-08-15T18:06:23Z | http://arxiv.org/pdf/2308.07968v1 | http://arxiv.org/abs/2308.07968v1 | Cheng Li, Mingyang Zhang, Qiaozhu Mei, Yaqing Wang, Spurthi Amba Hombaiah, Yi Liang, Michael Bendersky | 2023-08-15T18:06:23Z | cs.CL | Personalized text generation is an emerging research area that has attracted
much attention in recent years. Most studies in this direction focus on a
particular domain by designing bespoke features or models. In this work, we
propose a general approach for personalized text generation using large
language models (LLMs). Inspired by the practice of writing education, we
develop a multistage and multitask framework to teach LLMs for personalized
generation. In writing instruction, the task of writing from sources is often
decomposed into multiple steps that involve finding, evaluating, summarizing,
synthesizing, and integrating information. Analogously, our approach to
personalized text generation consists of multiple stages: retrieval, ranking,
summarization, synthesis, and generation. In addition, we introduce a multitask
setting that helps the model improve its generation ability further, which is
inspired by the observation in education that a student's reading proficiency
and writing ability are often correlated. We evaluate our approach on three
public datasets, each of which covers a different and representative domain.
Our results show significant improvements over a variety of baselines. | cs.CL | Teach LLMs to Personalize -- An Approach inspired by Writing Education |
2023-08-15T17:59:18Z | http://arxiv.org/pdf/2308.07922v2 | http://arxiv.org/abs/2308.07922v2 | Jie Huang, Wei Ping, Peng Xu, Mohammad Shoeybi, Kevin Chen-Chuan Chang, Bryan Catanzaro | 2024-04-01T06:32:12Z | cs.CL, cs.AI, cs.LG | In this paper, we investigate the in-context learning ability of
retrieval-augmented encoder-decoder language models. We first conduct a
comprehensive analysis of existing models and identify their limitations in
in-context learning, primarily due to a mismatch between pretraining and
inference, as well as a restricted context length. To address these issues, we
propose RAVEN, a model that combines retrieval-augmented masked language
modeling and prefix language modeling. We further introduce Fusion-in-Context
Learning to enhance the few-shot performance by enabling the model to leverage
more in-context examples without requiring additional training. Through
extensive experiments, we demonstrate that our simple yet effective design
significantly improves performance, achieving results comparable to the most
advanced language models in certain scenarios, despite having substantially
fewer parameters. Our work underscores the potential of retrieval-augmented
encoder-decoder language models for in-context learning and encourages further
research in this direction. | cs.CL | RAVEN: In-Context Learning with Retrieval-Augmented Encoder-Decoder Language Models |
2023-08-15T17:58:45Z | http://arxiv.org/pdf/2308.07921v1 | http://arxiv.org/abs/2308.07921v1 | Aojun Zhou, Ke Wang, Zimu Lu, Weikang Shi, Sichun Luo, Zipeng Qin, Shaoqing Lu, Anya Jia, Linqi Song, Mingjie Zhan, Hongsheng Li | 2023-08-15T17:58:45Z | cs.CL, cs.AI, cs.CV | Recent progress in large language models (LLMs) like GPT-4 and PaLM-2 has
brought significant advancements in addressing math reasoning problems. In
particular, OpenAI's latest version of GPT-4, known as GPT-4 Code Interpreter,
shows remarkable performance on challenging math datasets. In this paper, we
explore the effect of code on enhancing LLMs' reasoning capability by
introducing different constraints on the \textit{Code Usage Frequency} of GPT-4
Code Interpreter. We found that its success can be largely attributed to its
powerful skills in generating and executing code, evaluating the output of code
execution, and rectifying its solution when receiving unreasonable outputs.
Based on this insight, we propose a novel and effective prompting method,
explicit \uline{c}ode-based \uline{s}elf-\uline{v}erification~(CSV), to further
boost the mathematical reasoning potential of GPT-4 Code Interpreter. This
method employs a zero-shot prompt on GPT-4 Code Interpreter to encourage it to
use code to self-verify its answers. In instances where the verification state
registers as ``False'', the model shall automatically amend its solution,
analogous to our approach of rectifying errors during a mathematics
examination. Furthermore, we recognize that the states of the verification
result indicate the confidence of a solution, which can improve the
effectiveness of majority voting. With GPT-4 Code Interpreter and CSV, we
achieve an impressive zero-shot accuracy on MATH dataset \textbf{(53.9\% $\to$
84.3\%)}. | cs.CL | Solving Challenging Math Word Problems Using GPT-4 Code Interpreter with Code-based Self-Verification |
2023-08-15T17:40:34Z | http://arxiv.org/pdf/2308.07902v1 | http://arxiv.org/abs/2308.07902v1 | Ziyu Zhuang, Qiguang Chen, Longxuan Ma, Mingda Li, Yi Han, Yushan Qian, Haopeng Bai, Zixian Feng, Weinan Zhang, Ting Liu | 2023-08-15T17:40:34Z | cs.CL, cs.AI | From pre-trained language model (PLM) to large language model (LLM), the
field of natural language processing (NLP) has witnessed steep performance
gains and wide practical uses. The evaluation of a research field guides its
direction of improvement. However, LLMs are extremely hard to thoroughly
evaluate for two reasons. First of all, traditional NLP tasks become inadequate
due to the excellent performance of LLM. Secondly, existing evaluation tasks
are difficult to keep up with the wide range of applications in real-world
scenarios. To tackle these problems, existing works proposed various benchmarks
to better evaluate LLMs. To clarify the numerous evaluation tasks in both
academia and industry, we investigate multiple papers concerning LLM
evaluations. We summarize 4 core competencies of LLM, including reasoning,
knowledge, reliability, and safety. For every competency, we introduce its
definition, corresponding benchmarks, and metrics. Under this competency
architecture, similar tasks are combined to reflect corresponding ability,
while new tasks can also be easily added into the system. Finally, we give our
suggestions on the future direction of LLM's evaluation. | cs.CL | Through the Lens of Core Competency: Survey on Evaluation of Large Language Models |
2023-08-15T17:40:10Z | http://arxiv.org/pdf/2308.07899v2 | http://arxiv.org/abs/2308.07899v2 | Mojtaba Valizadeh, Philip John Gorinski, Ignacio Iacobacci, Martin Berger | 2024-05-10T11:16:19Z | cs.LG, cs.CL, cs.FL | We propose regular expression inference (REI) as a challenge for
code/language modelling, and the wider machine learning community. REI is a
supervised machine learning (ML) and program optimisation task, and poses the
problem of finding minimal regular expressions from examples: Given two finite
sets of strings $P$ and $N$ and a cost function $cost(\cdot)$, the task is to
generate an expression $r$ that accepts all strings in $P$ and rejects all
strings in $N$, while no other such expression $r'$ exists with
$cost(r')<cost(r)$. REI has advantages as a challenge problem: (i) regular
expressions are well-known, widely used, and a natural idealisation of code;
(ii) REI's asymptotic worst-case complexity is well understood; (iii) REI has a
small number of easy to understand parameters (e.g. $P$ or $N$ cardinality,
string lengths of examples, or the cost function); this lets us easily finetune
REI-hardness; (iv) REI, with its emphasis on optimisation, is an unsolved
problem for deep learning based ML. Recently, an REI solver was implemented on
GPUs, using program synthesis techniques. This enabled, for the first time,
fast generation of minimal regular expressions for complex REI instances.
Building on this advance, we generate and publish the first large-scale
datasets for REI, and devise and evaluate several initial heuristic and machine
learning baselines. We invite the community to participate and explore ML
methods that learn to solve REI problems. We believe that progress in REI
directly translates to progress in code/language modelling. | cs.LG | Correct and Optimal: the Regular Expression Inference Challenge |
2023-08-15T17:38:55Z | http://arxiv.org/pdf/2309.16701v2 | http://arxiv.org/abs/2309.16701v2 | Nakyeong Yang, Minsung Kim, Seunghyun Yoon, Joongbo Shin, Kyomin Jung | 2024-03-18T08:55:36Z | cs.CV, cs.AI, cs.CL | With the explosion of multimedia content in recent years, Video Corpus Moment
Retrieval (VCMR), which aims to detect a video moment that matches a given
natural language query from multiple videos, has become a critical problem.
However, existing VCMR studies have a significant limitation since they have
regarded all videos not paired with a specific query as negative, neglecting
the possibility of including false negatives when constructing the negative
video set. In this paper, we propose an MVMR (Massive Videos Moment Retrieval)
task that aims to localize video frames within a massive video set, mitigating
the possibility of falsely distinguishing positive and negative videos. For
this task, we suggest an automatic dataset construction framework by employing
textual and visual semantic matching evaluation methods on the existing video
moment search datasets and introduce three MVMR datasets. To solve MVMR task,
we further propose a strong method, CroCs, which employs cross-directional
contrastive learning that selectively identifies the reliable and informative
negatives, enhancing the robustness of a model on MVMR task. Experimental
results on the introduced datasets reveal that existing video moment search
models are easily distracted by negative video frames, whereas our model shows
significant performance. | cs.CV | Is it Really Negative? Evaluating Natural Language Video Localization Performance on Multiple Reliable Videos Pool |
2023-08-15T17:33:24Z | http://arxiv.org/pdf/2308.07891v1 | http://arxiv.org/abs/2308.07891v1 | Yan Tai, Weichen Fan, Zhao Zhang, Feng Zhu, Rui Zhao, Ziwei Liu | 2023-08-15T17:33:24Z | cs.CV, cs.CL | The ability to learn from context with novel concepts, and deliver
appropriate responses are essential in human conversations. Despite current
Multimodal Large Language Models (MLLMs) and Large Language Models (LLMs) being
trained on mega-scale datasets, recognizing unseen images or understanding
novel concepts in a training-free manner remains a challenge. In-Context
Learning (ICL) explores training-free few-shot learning, where models are
encouraged to ``learn to learn" from limited tasks and generalize to unseen
tasks. In this work, we propose link-context learning (LCL), which emphasizes
"reasoning from cause and effect" to augment the learning capabilities of
MLLMs. LCL goes beyond traditional ICL by explicitly strengthening the causal
relationship between the support set and the query set. By providing
demonstrations with causal links, LCL guides the model to discern not only the
analogy but also the underlying causal associations between data points, which
empowers MLLMs to recognize unseen images and understand novel concepts more
effectively. To facilitate the evaluation of this novel approach, we introduce
the ISEKAI dataset, comprising exclusively of unseen generated image-label
pairs designed for link-context learning. Extensive experiments show that our
LCL-MLLM exhibits strong link-context learning capabilities to novel concepts
over vanilla MLLMs. Code and data will be released at
https://github.com/isekai-portal/Link-Context-Learning. | cs.CV | Link-Context Learning for Multimodal LLMs |
2023-08-15T17:30:57Z | http://arxiv.org/pdf/2308.07889v1 | http://arxiv.org/abs/2308.07889v1 | Long Jin, Zhen Yao, Mingyang Chen, Huajun Chen, Wen Zhang | 2023-08-15T17:30:57Z | cs.AI, cs.CL | Knowledge Graph Embedding (KGE) has proven to be an effective approach to
solving the Knowledge Graph Completion (KGC) task. Relational patterns which
refer to relations with specific semantics exhibiting graph patterns are an
important factor in the performance of KGE models. Though KGE models'
capabilities are analyzed over different relational patterns in theory and a
rough connection between better relational patterns modeling and better
performance of KGC has been built, a comprehensive quantitative analysis on KGE
models over relational patterns remains absent so it is uncertain how the
theoretical support of KGE to a relational pattern contributes to the
performance of triples associated to such a relational pattern. To address this
challenge, we evaluate the performance of 7 KGE models over 4 common relational
patterns on 2 benchmarks, then conduct an analysis in theory, entity frequency,
and part-to-whole three aspects and get some counterintuitive conclusions.
Finally, we introduce a training-free method Score-based Patterns Adaptation
(SPA) to enhance KGE models' performance over various relational patterns. This
approach is simple yet effective and can be applied to KGE models without
additional training. Our experimental results demonstrate that our method
generally enhances performance over specific relational patterns. Our source
code is available from GitHub at
https://github.com/zjukg/Comprehensive-Study-over-Relational-Patterns. | cs.AI | A Comprehensive Study on Knowledge Graph Embedding over Relational Patterns Based on Rule Learning |
2023-08-15T17:20:05Z | http://arxiv.org/pdf/2308.09722v1 | http://arxiv.org/abs/2308.09722v1 | Mst Shapna Akter, Hossain Shahriar, Alfredo Cuzzocrea | 2023-08-15T17:20:05Z | cs.LG, cs.CL, cs.SI | Social media cyberbullying has a detrimental effect on human life. As online
social networking grows daily, the amount of hate speech also increases. Such
terrible content can cause depression and actions related to suicide. This
paper proposes a trustable LSTM-Autoencoder Network for cyberbullying detection
on social media using synthetic data. We have demonstrated a cutting-edge
method to address data availability difficulties by producing
machine-translated data. However, several languages such as Hindi and Bangla
still lack adequate investigations due to a lack of datasets. We carried out
experimental identification of aggressive comments on Hindi, Bangla, and
English datasets using the proposed model and traditional models, including
Long Short-Term Memory (LSTM), Bidirectional Long Short-Term Memory (BiLSTM),
LSTM-Autoencoder, Word2vec, Bidirectional Encoder Representations from
Transformers (BERT), and Generative Pre-trained Transformer 2 (GPT-2) models.
We employed evaluation metrics such as f1-score, accuracy, precision, and
recall to assess the models performance. Our proposed model outperformed all
the models on all datasets, achieving the highest accuracy of 95%. Our model
achieves state-of-the-art results among all the previous works on the dataset
we used in this paper. | cs.LG | A Trustable LSTM-Autoencoder Network for Cyberbullying Detection on Social Media Using Synthetic Data |
2023-08-15T16:41:53Z | http://arxiv.org/pdf/2308.07876v3 | http://arxiv.org/abs/2308.07876v3 | Yibo Hu, Erick Skorupa Parolin, Latifur Khan, Patrick T. Brandt, Javier Osorio, Vito J. D'Orazio | 2024-06-06T14:46:44Z | cs.CL, cs.AI, cs.IR, cs.LG | Is it possible accurately classify political relations within evolving event
ontologies without extensive annotations? This study investigates zero-shot
learning methods that use expert knowledge from existing annotation codebook,
and evaluates the performance of advanced ChatGPT (GPT-3.5/4) and a natural
language inference (NLI)-based model called ZSP. ChatGPT uses codebook's
labeled summaries as prompts, whereas ZSP breaks down the classification task
into context, event mode, and class disambiguation to refine task-specific
hypotheses. This decomposition enhances interpretability, efficiency, and
adaptability to schema changes. The experiments reveal ChatGPT's strengths and
limitations, and crucially show ZSP's outperformance of dictionary-based
methods and its competitive edge over some supervised models. These findings
affirm the value of ZSP for validating event records and advancing ontology
development. Our study underscores the efficacy of leveraging transfer learning
and existing domain expertise to enhance research efficiency and scalability. | cs.CL | Leveraging Codebook Knowledge with NLI and ChatGPT for Zero-Shot Political Relation Classification |
2023-08-15T16:39:10Z | http://arxiv.org/pdf/2308.07871v1 | http://arxiv.org/abs/2308.07871v1 | Sven Buechel, Udo Hahn | 2023-08-15T16:39:10Z | cs.LG, cs.AI, cs.CL, cs.CV | Human emotion is expressed in many communication modalities and media formats
and so their computational study is equally diversified into natural language
processing, audio signal analysis, computer vision, etc. Similarly, the large
variety of representation formats used in previous research to describe
emotions (polarity scales, basic emotion categories, dimensional approaches,
appraisal theory, etc.) have led to an ever proliferating diversity of
datasets, predictive models, and software tools for emotion analysis. Because
of these two distinct types of heterogeneity, at the expressional and
representational level, there is a dire need to unify previous work on
increasingly diverging data and label types. This article presents such a
unifying computational model. We propose a training procedure that learns a
shared latent representation for emotions, so-called emotion embeddings,
independent of different natural languages, communication modalities, media or
representation label formats, and even disparate model architectures.
Experiments on a wide range of heterogeneous affective datasets indicate that
this approach yields the desired interoperability for the sake of reusability,
interpretability and flexibility, without penalizing prediction quality. Code
and data are archived under https://doi.org/10.5281/zenodo.7405327 . | cs.LG | Emotion Embeddings $\unicode{x2014}$ Learning Stable and Homogeneous Abstractions from Heterogeneous Affective Datasets |
2023-08-15T14:16:29Z | http://arxiv.org/pdf/2308.07791v1 | http://arxiv.org/abs/2308.07791v1 | Tobias Deußer, Lars Hillebrand, Christian Bauckhage, Rafet Sifa | 2023-08-15T14:16:29Z | cs.CL, cs.AI, cs.LG | Ever-larger language models with ever-increasing capabilities are by now
well-established text processing tools. Alas, information extraction tasks such
as named entity recognition are still largely unaffected by this progress as
they are primarily based on the previous generation of encoder-only transformer
models. Here, we propose a simple yet effective approach, Informed Named Entity
Recognition Decoding (iNERD), which treats named entity recognition as a
generative process. It leverages the language understanding capabilities of
recent generative models in a future-proof manner and employs an informed
decoding scheme incorporating the restricted nature of information extraction
into open-ended text generation, improving performance and eliminating any risk
of hallucinations. We coarse-tune our model on a merged named entity corpus to
strengthen its performance, evaluate five generative language models on eight
named entity recognition datasets, and achieve remarkable results, especially
in an environment with an unknown entity class set, demonstrating the
adaptability of the approach. | cs.CL | Informed Named Entity Recognition Decoding for Generative Language Models |
2023-08-15T14:07:59Z | http://arxiv.org/pdf/2308.12877v3 | http://arxiv.org/abs/2308.12877v3 | Anthony Yazdani, Hossein Rouhizadeh, David Vicente Alvarez, Douglas Teodoro | 2023-11-06T09:19:59Z | cs.CL | This paper outlines the performance evaluation of a system for adverse drug
event normalization, developed by the Data Science for Digital Health (DS4DH)
group for the Social Media Mining for Health Applications (SMM4H) 2023 shared
task 5. Shared task 5 targeted the normalization of adverse drug event mentions
in Twitter to standard concepts of the Medical Dictionary for Regulatory
Activities terminology. Our system hinges on a two-stage approach: BERT
fine-tuning for entity recognition, followed by zero-shot normalization using
sentence transformers and reciprocal-rank fusion. The approach yielded a
precision of 44.9%, recall of 40.5%, and an F1-score of 42.6%. It outperformed
the median performance in shared task 5 by 10% and demonstrated the highest
performance among all participants. These results substantiate the
effectiveness of our approach and its potential application for adverse drug
event normalization in the realm of social media text mining. | cs.CL | DS4DH at #SMM4H 2023: Zero-Shot Adverse Drug Events Normalization using Sentence Transformers and Reciprocal-Rank Fusion |
2023-08-15T13:53:52Z | http://arxiv.org/pdf/2308.07777v1 | http://arxiv.org/abs/2308.07777v1 | Qiwei Li, Zuchao Li, Xiantao Cai, Bo Du, Hai Zhao | 2023-08-15T13:53:52Z | cs.CL | In recent years, the use of multi-modal pre-trained Transformers has led to
significant advancements in visually-rich document understanding. However,
existing models have mainly focused on features such as text and vision while
neglecting the importance of layout relationship between text nodes. In this
paper, we propose GraphLayoutLM, a novel document understanding model that
leverages the modeling of layout structure graph to inject document layout
knowledge into the model. GraphLayoutLM utilizes a graph reordering algorithm
to adjust the text sequence based on the graph structure. Additionally, our
model uses a layout-aware multi-head self-attention layer to learn document
layout knowledge. The proposed model enables the understanding of the spatial
arrangement of text elements, improving document comprehension. We evaluate our
model on various benchmarks, including FUNSD, XFUND and CORD, and achieve
state-of-the-art results among these datasets. Our experimental results
demonstrate that our proposed method provides a significant improvement over
existing approaches and showcases the importance of incorporating layout
information into document understanding models. We also conduct an ablation
study to investigate the contribution of each component of our model. The
results show that both the graph reordering algorithm and the layout-aware
multi-head self-attention layer play a crucial role in achieving the best
performance. | cs.CL | Enhancing Visually-Rich Document Understanding via Layout Structure Modeling |
2023-08-15T13:19:59Z | http://arxiv.org/pdf/2308.07758v6 | http://arxiv.org/abs/2308.07758v6 | Weisen Jiang, Han Shi, Longhui Yu, Zhengying Liu, Yu Zhang, Zhenguo Li, James T. Kwok | 2024-06-05T03:37:35Z | cs.CL, cs.AI, cs.LG | Self-Consistency samples diverse reasoning chains with answers and chooses
the final answer by majority voting. It is based on forward reasoning and
cannot further improve performance by sampling more reasoning chains when
saturated. To further boost performance, we introduce backward reasoning to
verify candidate answers. Specifically, for mathematical tasks, we mask a
number in the question and ask the LLM to answer a backward question created by
a simple template, i.e., to predict the masked number when a candidate answer
is provided. Instead of using forward or backward reasoning alone, we propose
FOBAR to combine FOrward and BAckward Reasoning for verification. Extensive
experiments on six standard mathematical data sets and three LLMs show that
FOBAR achieves state-of-the-art performance. In particular, FOBAR outperforms
Self-Consistency, which uses forward reasoning alone, demonstrating that
combining forward and forward reasoning is better. In addition, FOBAR performs
better than existing verification methods, showing the effectiveness of the
simple template used in backward reasoning and the proposed combination.
Extensions to non-mathematical problems are also discussed and validated
empirically. | cs.CL | Forward-Backward Reasoning in Large Language Models for Mathematical Verification |
2023-08-15T11:45:34Z | http://arxiv.org/pdf/2308.07711v3 | http://arxiv.org/abs/2308.07711v3 | Wen Zan, Yaopeng Han, Xiaotian Jiang, Yao Xiao, Yang Yang, Dayao Chen, Sheng Chen | 2023-08-27T11:21:38Z | cs.IR, cs.CL | In e-commerce search, relevance between query and documents is an essential
requirement for satisfying user experience. Different from traditional
e-commerce platforms that offer products, users search on life service
platforms such as Meituan mainly for product providers, which usually have
abundant structured information, e.g. name, address, category, thousands of
products. Modeling search relevance with these rich structured contents is
challenging due to the following issues: (1) there is language distribution
discrepancy among different fields of structured document, making it difficult
to directly adopt off-the-shelf pretrained language model based methods like
BERT. (2) different fields usually have different importance and their length
vary greatly, making it difficult to extract document information helpful for
relevance matching.
To tackle these issues, in this paper we propose a novel two-stage
pretraining and matching architecture for relevance matching with rich
structured documents. At pretraining stage, we propose an effective pretraining
method that employs both query and multiple fields of document as inputs,
including an effective information compression method for lengthy fields. At
relevance matching stage, a novel matching method is proposed by leveraging
domain knowledge in search query to generate more effective document
representations for relevance scoring. Extensive offline experiments and online
A/B tests on millions of users verify that the proposed architectures
effectively improve the performance of relevance modeling. The model has
already been deployed online, serving the search traffic of Meituan for over a
year. | cs.IR | SPM: Structured Pretraining and Matching Architectures for Relevance Modeling in Meituan Search |
2023-08-15T11:28:21Z | http://arxiv.org/pdf/2308.07706v3 | http://arxiv.org/abs/2308.07706v3 | Kanchan Poudel, Manish Dhakal, Prasiddha Bhandari, Rabin Adhikari, Safal Thapaliya, Bishesh Khanal | 2024-06-20T09:14:54Z | cs.CV, cs.AI, cs.CL, cs.LG | Medical image segmentation allows quantifying target structure size and
shape, aiding in disease diagnosis, prognosis, surgery planning, and
comprehension.Building upon recent advancements in foundation Vision-Language
Models (VLMs) from natural image-text pairs, several studies have proposed
adapting them to Vision-Language Segmentation Models (VLSMs) that allow using
language text as an additional input to segmentation models. Introducing
auxiliary information via text with human-in-the-loop prompting during
inference opens up unique opportunities, such as open vocabulary segmentation
and potentially more robust segmentation models against out-of-distribution
data. Although transfer learning from natural to medical images has been
explored for image-only segmentation models, the joint representation of
vision-language in segmentation problems remains underexplored. This study
introduces the first systematic study on transferring VLSMs to 2D medical
images, using carefully curated $11$ datasets encompassing diverse modalities
and insightful language prompts and experiments. Our findings demonstrate that
although VLSMs show competitive performance compared to image-only models for
segmentation after finetuning in limited medical image datasets, not all VLSMs
utilize the additional information from language prompts, with image features
playing a dominant role. While VLSMs exhibit enhanced performance in handling
pooled datasets with diverse modalities and show potential robustness to domain
shifts compared to conventional segmentation models, our results suggest that
novel approaches are required to enable VLSMs to leverage the various auxiliary
information available through language prompts. The code and datasets are
available at https://github.com/naamiinepal/medvlsm. | cs.CV | Exploring Transfer Learning in Medical Image Segmentation using Vision-Language Models |
2023-08-15T11:08:30Z | http://arxiv.org/pdf/2308.07702v2 | http://arxiv.org/abs/2308.07702v2 | Aobo Kong, Shiwan Zhao, Hao Chen, Qicheng Li, Yong Qin, Ruiqi Sun, Xin Zhou, Enzhi Wang, Xiaohang Dong | 2024-03-14T02:07:11Z | cs.CL | Modern large language models (LLMs) exhibit a remarkable capacity for
role-playing, enabling them to embody not only human characters but also
non-human entities. This versatility allows them to simulate complex human-like
interactions and behaviors within various contexts, as well as to emulate
specific objects or systems. While these capabilities have enhanced user
engagement and introduced novel modes of interaction, the influence of
role-playing on LLMs' reasoning abilities remains underexplored. In this study,
we introduce a strategically designed role-play prompting methodology and
assess its performance under the zero-shot setting across twelve diverse
reasoning benchmarks. Our empirical results illustrate that role-play prompting
consistently surpasses the standard zero-shot approach across most datasets.
Notably, in experiments conducted using ChatGPT, accuracy on AQuA rises from
53.5% to 63.8%, and on Last Letter from 23.8% to 84.2%.Upon further comparison
with the Zero-Shot-CoT technique, which prompts the model to "think step by
step", our study demonstrates that role-play prompting acts as a more effective
trigger for the CoT process. This highlights its potential to augment the
reasoning capabilities of LLMs. We release our code at
https://github.com/NKU-HLT/Role-Play-Prompting. | cs.CL | Better Zero-Shot Reasoning with Role-Play Prompting |
2023-08-15T09:24:38Z | http://arxiv.org/pdf/2308.07661v2 | http://arxiv.org/abs/2308.07661v2 | Zhe Chen | 2023-09-19T13:32:07Z | cs.LG, cs.CL, cs.NE | In recent years, the popular Transformer architecture has achieved great
success in many application areas, including natural language processing and
computer vision. Many existing works aim to reduce the computational and memory
complexity of the self-attention mechanism in the Transformer by trading off
performance. However, performance is key for the continuing success of the
Transformer. In this paper, a family of drop-in replacements for the
self-attention mechanism in the Transformer, called the Extractors, is
proposed. Four types of the Extractors, namely the super high-performance
Extractor (SHE), the higher-performance Extractor (HE), the worthwhile
Extractor (WE), and the minimalist Extractor (ME), are proposed as examples.
Experimental results show that replacing the self-attention mechanism with the
SHE evidently improves the performance of the Transformer, whereas the
simplified versions of the SHE, i.e., the HE, the WE, and the ME, perform close
to or better than the self-attention mechanism with less computational and
memory complexity. Furthermore, the proposed Extractors have the potential or
are able to run faster than the self-attention mechanism since their critical
paths of computation are much shorter. Additionally, the sequence prediction
problem in the context of text generation is formulated using variable-length
discrete-time Markov chains, and the Transformer is reviewed based on our
understanding. | cs.LG | Attention Is Not All You Need Anymore |
2023-08-15T09:05:27Z | http://arxiv.org/pdf/2308.07654v1 | http://arxiv.org/abs/2308.07654v1 | Jianyi Cheng, Samuel Coward, Lorenzo Chelini, Rafael Barbalho, Theo Drane | 2023-08-15T09:05:27Z | cs.PL, cs.AR, cs.CL | High-level synthesis (HLS) is a process that automatically translates a
software program in a high-level language into a low-level hardware
description. However, the hardware designs produced by HLS tools still suffer
from a significant performance gap compared to manual implementations. This is
because the input HLS programs must still be written using hardware design
principles.
Existing techniques either leave the program source unchanged or perform a
fixed sequence of source transformation passes, potentially missing
opportunities to find the optimal design. We propose a super-optimization
approach for HLS that automatically rewrites an arbitrary software program into
efficient HLS code that can be used to generate an optimized hardware design.
We developed a toolflow named SEER, based on the e-graph data structure, to
efficiently explore equivalent implementations of a program at scale. SEER
provides an extensible framework, orchestrating existing software compiler
passes and hardware synthesis optimizers.
Our work is the first attempt to exploit e-graph rewriting for large software
compiler frameworks, such as MLIR. Across a set of open-source benchmarks, we
show that SEER achieves up to 38x the performance within 1.4x the area of the
original program. Via an Intel-provided case study, SEER demonstrates the
potential to outperform manually optimized designs produced by hardware
experts. | cs.PL | SEER: Super-Optimization Explorer for HLS using E-graph Rewriting with MLIR |
2023-08-15T08:49:14Z | http://arxiv.org/pdf/2308.07645v2 | http://arxiv.org/abs/2308.07645v2 | Charles O'Neill, Yuan-Sen Ting, Ioana Ciuca, Jack Miller, Thang Bui | 2023-08-17T06:08:39Z | cs.CL | Large Language Models (LLMs) hold immense potential to generate synthetic
data of high quality and utility, which has numerous applications from
downstream model training to practical data utilisation. However, contemporary
models, despite their impressive capacities, consistently struggle to produce
both coherent and diverse data. To address the coherency issue, we introduce
contrastive expert guidance, where the difference between the logit
distributions of fine-tuned and base language models is emphasised to ensure
domain adherence. In order to ensure diversity, we utilise existing real and
synthetic examples as negative prompts to the model. We deem this dual-pronged
approach to logit reshaping as STEER: Semantic Text Enhancement via Embedding
Repositioning. STEER operates at inference-time and systematically guides the
LLMs to strike a balance between adherence to the data distribution (ensuring
semantic fidelity) and deviation from prior synthetic examples or existing real
datasets (ensuring diversity and authenticity). This delicate balancing act is
achieved by dynamically moving towards or away from chosen representations in
the latent space. STEER demonstrates improved performance over previous
synthetic data generation techniques, exhibiting better balance between data
diversity and coherency across three distinct tasks: hypothesis generation,
toxic and non-toxic comment generation, and commonsense reasoning task
generation. We demonstrate how STEER allows for fine-tuned control over the
diversity-coherency trade-off via its hyperparameters, highlighting its
versatility. | cs.CL | Steering Language Generation: Harnessing Contrastive Expert Guidance and Negative Prompting for Coherent and Diverse Synthetic Data Generation |
2023-08-15T08:32:20Z | http://arxiv.org/pdf/2308.07635v1 | http://arxiv.org/abs/2308.07635v1 | Xiaoming Shi, Jie Xu, Jinru Ding, Jiali Pang, Sichen Liu, Shuqing Luo, Xingwei Peng, Lu Lu, Haihong Yang, Mingtao Hu, Tong Ruan, Shaoting Zhang | 2023-08-15T08:32:20Z | cs.CL, cs.AI | There is an increasing interest in developing LLMs for medical diagnosis to
improve diagnosis efficiency. Despite their alluring technological potential,
there is no unified and comprehensive evaluation criterion, leading to the
inability to evaluate the quality and potential risks of medical LLMs, further
hindering the application of LLMs in medical treatment scenarios. Besides,
current evaluations heavily rely on labor-intensive interactions with LLMs to
obtain diagnostic dialogues and human evaluation on the quality of diagnosis
dialogue. To tackle the lack of unified and comprehensive evaluation criterion,
we first initially establish an evaluation criterion, termed LLM-specific
Mini-CEX to assess the diagnostic capabilities of LLMs effectively, based on
original Mini-CEX. To address the labor-intensive interaction problem, we
develop a patient simulator to engage in automatic conversations with LLMs, and
utilize ChatGPT for evaluating diagnosis dialogues automatically. Experimental
results show that the LLM-specific Mini-CEX is adequate and necessary to
evaluate medical diagnosis dialogue. Besides, ChatGPT can replace manual
evaluation on the metrics of humanistic qualities and provides reproducible and
automated comparisons between different LLMs. | cs.CL | LLM-Mini-CEX: Automatic Evaluation of Large Language Model for Diagnostic Conversation |
2023-08-15T08:31:05Z | http://arxiv.org/pdf/2308.07633v3 | http://arxiv.org/abs/2308.07633v3 | Xunyu Zhu, Jian Li, Yong Liu, Can Ma, Weiping Wang | 2023-09-17T16:38:18Z | cs.CL, cs.AI | Large Language Models (LLMs) have revolutionized natural language processing
tasks with remarkable success. However, their formidable size and computational
demands present significant challenges for practical deployment, especially in
resource-constrained environments. As these challenges become increasingly
pertinent, the field of model compression has emerged as a pivotal research
area to alleviate these limitations. This paper presents a comprehensive survey
that navigates the landscape of model compression techniques tailored
specifically for LLMs. Addressing the imperative need for efficient deployment,
we delve into various methodologies, encompassing quantization, pruning,
knowledge distillation, and more. Within each of these techniques, we highlight
recent advancements and innovative approaches that contribute to the evolving
landscape of LLM research. Furthermore, we explore benchmarking strategies and
evaluation metrics that are essential for assessing the effectiveness of
compressed LLMs. By providing insights into the latest developments and
practical implications, this survey serves as an invaluable resource for both
researchers and practitioners. As LLMs continue to evolve, this survey aims to
facilitate enhanced efficiency and real-world applicability, establishing a
foundation for future advancements in the field. | cs.CL | A Survey on Model Compression for Large Language Models |
2023-08-15T07:40:21Z | http://arxiv.org/pdf/2308.07610v2 | http://arxiv.org/abs/2308.07610v2 | Yilun Liu, Shimin Tao, Weibin Meng, Jingyu Wang, Wenbing Ma, Yanqing Zhao, Yuhang Chen, Hao Yang, Yanfei Jiang, Xun Chen | 2024-01-26T02:46:11Z | cs.SE, cs.CL | Automated log analysis is crucial in modern software-intensive systems for
facilitating program comprehension throughout software maintenance and
engineering life cycles. Existing methods perform tasks such as log parsing and
log anomaly detection by providing a single prediction value without
interpretation. However, given the increasing volume of system events, the
limited interpretability of analysis results hinders analysts' comprehension of
program status and their ability to take appropriate actions. Moreover, these
methods require substantial in-domain training data, and their performance
declines sharply (by up to 62.5%) in online scenarios involving unseen logs
from new domains, a common occurrence due to rapid software updates. In this
paper, we propose LogPrompt, a novel interpretable log analysis approach for
online scenarios. LogPrompt employs large language models (LLMs) to perform
online log analysis tasks via a suite of advanced prompt strategies tailored
for log tasks, which enhances LLMs' performance by up to 380.7% compared with
simple prompts. Experiments on nine publicly available evaluation datasets
across two tasks demonstrate that LogPrompt, despite requiring no in-domain
training, outperforms existing approaches trained on thousands of logs by up to
55.9%. We also conduct a human evaluation of LogPrompt's interpretability, with
six practitioners possessing over 10 years of experience, who highly rated the
generated content in terms of usefulness and readability (averagely 4.42/5).
LogPrompt also exhibits remarkable compatibility with open-source and
smaller-scale LLMs, making it flexible for practical deployment. Code of
LogPrompt is available at https://github.com/lunyiliu/LogPrompt. | cs.SE | Interpretable Online Log Analysis Using Large Language Models with Prompt Strategies |
2023-08-15T07:10:41Z | http://arxiv.org/pdf/2308.07601v1 | http://arxiv.org/abs/2308.07601v1 | Hai Long Trieu, Song Kiet Bui, Tan Minh Tran, Van Khanh Tran, Hai An Nguyen | 2023-08-15T07:10:41Z | cs.CL | We present our systems participated in the VLSP 2022 machine translation
shared task. In the shared task this year, we participated in both translation
tasks, i.e., Chinese-Vietnamese and Vietnamese-Chinese translations. We build
our systems based on the neural-based Transformer model with the powerful
multilingual denoising pre-trained model mBART. The systems are enhanced by a
sampling method for backtranslation, which leverage large scale available
monolingual data. Additionally, several other methods are applied to improve
the translation quality including ensembling and postprocessing. We achieve
38.9 BLEU on ChineseVietnamese and 38.0 BLEU on VietnameseChinese on the public
test sets, which outperform several strong baselines. | cs.CL | VBD-MT Chinese-Vietnamese Translation Systems for VLSP 2022 |
2023-08-15T03:49:59Z | http://arxiv.org/pdf/2308.07556v1 | http://arxiv.org/abs/2308.07556v1 | Adrian de Wynter, Anthony Hevia, Si-Qing Chen | 2023-08-15T03:49:59Z | cs.CL, cs.LG | We present an evaluation of text simplification (TS) in Spanish for a
production system, by means of two corpora focused in both complex-sentence and
complex-word identification. We compare the most prevalent Spanish-specific
readability scores with neural networks, and show that the latter are
consistently better at predicting user preferences regarding TS. As part of our
analysis, we find that multilingual models underperform against equivalent
Spanish-only models on the same task, yet all models focus too often on
spurious statistical features, such as sentence length. We release the corpora
in our evaluation to the broader community with the hopes of pushing forward
the state-of-the-art in Spanish natural language processing. | cs.CL | A User-Centered Evaluation of Spanish Text Simplification |
2023-08-15T03:31:47Z | http://arxiv.org/pdf/2308.08449v1 | http://arxiv.org/abs/2308.08449v1 | Daobin Zhu, Xiangdong Su, Hongbin Zhang | 2023-08-15T03:31:47Z | cs.CL, cs.SD, eess.AS | Connectionist temporal classification (CTC) and attention-based encoder
decoder (AED) joint training has been widely applied in automatic speech
recognition (ASR). Unlike most hybrid models that separately calculate the CTC
and AED losses, our proposed integrated-CTC utilizes the attention mechanism of
AED to guide the output of CTC. In this paper, we employ two fusion methods,
namely direct addition of logits (DAL) and preserving the maximum probability
(PMP). We achieve dimensional consistency by adaptively affine transforming the
attention results to match the dimensions of CTC. To accelerate model
convergence and improve accuracy, we introduce auxiliary loss regularization
for accelerated convergence. Experimental results demonstrate that the DAL
method performs better in attention rescoring, while the PMP method excels in
CTC prefix beam search and greedy search. | cs.CL | Improving CTC-AED model with integrated-CTC and auxiliary loss regularization |
2023-08-15T02:57:00Z | http://arxiv.org/pdf/2308.07540v1 | http://arxiv.org/abs/2308.07540v1 | Andrew Zhu, Lara J. Martin, Andrew Head, Chris Callison-Burch | 2023-08-15T02:57:00Z | cs.CL, cs.HC | The role of a Dungeon Master, or DM, in the game Dungeons & Dragons is to
perform multiple tasks simultaneously. The DM must digest information about the
game setting and monsters, synthesize scenes to present to other players, and
respond to the players' interactions with the scene. Doing all of these tasks
while maintaining consistency within the narrative and story world is no small
feat of human cognition, making the task tiring and unapproachable to new
players. Large language models (LLMs) like GPT-3 and ChatGPT have shown
remarkable abilities to generate coherent natural language text. In this paper,
we conduct a formative evaluation with DMs to establish the use cases of LLMs
in D&D and tabletop gaming generally. We introduce CALYPSO, a system of
LLM-powered interfaces that support DMs with information and inspiration
specific to their own scenario. CALYPSO distills game context into bite-sized
prose and helps brainstorm ideas without distracting the DM from the game. When
given access to CALYPSO, DMs reported that it generated high-fidelity text
suitable for direct presentation to players, and low-fidelity ideas that the DM
could develop further while maintaining their creative agency. We see CALYPSO
as exemplifying a paradigm of AI-augmented tools that provide synchronous
creative assistance within established game worlds, and tabletop gaming more
broadly. | cs.CL | CALYPSO: LLMs as Dungeon Masters' Assistants |
2023-08-15T01:25:34Z | http://arxiv.org/pdf/2308.07522v1 | http://arxiv.org/abs/2308.07522v1 | Victor Zitian Chen | 2023-08-15T01:25:34Z | cs.CL, cs.CE | All public companies are required by federal securities law to disclose their
business and financial activities in their annual 10-K reports. Each report
typically spans hundreds of pages, making it difficult for human readers to
identify and extract the material information efficiently. To solve the
problem, I have fine-tuned BERT models and RNN models with LSTM layers to
identify stakeholder-material information, defined as statements that carry
information about a company's influence on its stakeholders, including
customers, employees, investors, and the community and natural environment. The
existing practice uses keyword search to identify such information, which is my
baseline model. Using business expert-labeled training data of nearly 6,000
sentences from 62 10-K reports published in 2022, the best model has achieved
an accuracy of 0.904 and an F1 score of 0.899 in test data, significantly above
the baseline model's 0.781 and 0.749 respectively. Furthermore, the same work
was replicated on more granular taxonomies, based on which four distinct groups
of stakeholders (i.e., customers, investors, employees, and the community and
natural environment) are tested separately. Similarly, fined-tuned BERT models
outperformed LSTM and the baseline. The implications for industry application
and ideas for future extensions are discussed. | cs.CL | Finding Stakeholder-Material Information from 10-K Reports using Fine-Tuned BERT and LSTM Models |
2023-08-15T00:08:43Z | http://arxiv.org/pdf/2308.07505v2 | http://arxiv.org/abs/2308.07505v2 | Le Chen, Xianzhong Ding, Murali Emani, Tristan Vanderbruggen, Pei-hung Lin, Chuanhua Liao | 2023-10-03T06:09:18Z | cs.LG, cs.CL | Large language models (LLMs) are demonstrating significant promise as an
alternate strategy to facilitate analyses and optimizations of high-performance
computing programs, circumventing the need for resource-intensive manual tool
creation. In this paper, we explore a novel LLM-based data race detection
approach combining prompting engineering and fine-tuning techniques. We create
a dedicated dataset named DRB-ML, which is derived from DataRaceBench, with
fine-grain labels showing the presence of data race pairs and their associated
variables, line numbers, and read/write information. DRB-ML is then used to
evaluate representative LLMs and fine-tune open-source ones. Our experiment
shows that LLMs can be a viable approach to data race detection. However, they
still cannot compete with traditional data race detection tools when we need
detailed information about variable pairs causing data races. | cs.LG | Data Race Detection Using Large Language Models |
2023-08-14T22:47:19Z | http://arxiv.org/pdf/2308.07489v1 | http://arxiv.org/abs/2308.07489v1 | Matt Post, Thamme Gowda, Roman Grundkiewicz, Huda Khayrallah, Rohit Jain, Marcin Junczys-Dowmunt | 2023-08-14T22:47:19Z | cs.CL | Many machine translation toolkits make use of a data preparation step wherein
raw data is transformed into a tensor format that can be used directly by the
trainer. This preparation step is increasingly at odds with modern research and
development practices because this process produces a static, unchangeable
version of the training data, making common training-time needs difficult
(e.g., subword sampling), time-consuming (preprocessing with large data can
take days), expensive (e.g., disk space), and cumbersome (managing experiment
combinatorics). We propose an alternative approach that separates the
generation of data from the consumption of that data. In this approach, there
is no separate pre-processing step; data generation produces an infinite stream
of permutations of the raw training data, which the trainer tensorizes and
batches as it is consumed. Additionally, this data stream can be manipulated by
a set of user-definable operators that provide on-the-fly modifications, such
as data normalization, augmentation or filtering. We release an open-source
toolkit, SOTASTREAM, that implements this approach:
https://github.com/marian-nmt/sotastream. We show that it cuts training time,
adds flexibility, reduces experiment management complexity, and reduces disk
space, all without affecting the accuracy of the trained models. | cs.CL | SOTASTREAM: A Streaming Approach to Machine Translation Training |
2023-08-14T22:36:27Z | http://arxiv.org/pdf/2308.07486v1 | http://arxiv.org/abs/2308.07486v1 | Murali Karthick Baskar, Andrew Rosenberg, Bhuvana Ramabhadran, Kartik Audhkhasi | 2023-08-14T22:36:27Z | cs.LG, cs.CL, cs.SD, eess.AS | We introduce O-1, a new self-training objective to reduce training bias and
unify training and evaluation metrics for speech recognition. O-1 is a faster
variant of Expected Minimum Bayes Risk (EMBR), that boosts the oracle
hypothesis and can accommodate both supervised and unsupervised data. We
demonstrate the effectiveness of our approach in terms of recognition on
publicly available SpeechStew datasets and a large-scale, in-house data set. On
Speechstew, the O-1 objective closes the gap between the actual and oracle
performance by 80\% relative compared to EMBR which bridges the gap by 43\%
relative. O-1 achieves 13\% to 25\% relative improvement over EMBR on the
various datasets that SpeechStew comprises of, and a 12\% relative gap
reduction with respect to the oracle WER over EMBR training on the in-house
dataset. Overall, O-1 results in a 9\% relative improvement in WER over EMBR,
thereby speaking to the scalability of the proposed objective for large-scale
datasets. | cs.LG | O-1: Self-training with Oracle and 1-best Hypothesis |
2023-08-14T21:19:44Z | http://arxiv.org/pdf/2308.07462v2 | http://arxiv.org/abs/2308.07462v2 | Pedro Reviriego, Javier Conde, Elena Merino-Gómez, Gonzalo Martínez, José Alberto Hernández | 2023-08-31T11:09:16Z | cs.CL, cs.AI | The introduction of Artificial Intelligence (AI) generative language models
such as GPT (Generative Pre-trained Transformer) and tools such as ChatGPT has
triggered a revolution that can transform how text is generated. This has many
implications, for example, as AI-generated text becomes a significant fraction
of the text, would this have an effect on the language capabilities of readers
and also on the training of newer AI tools? Would it affect the evolution of
languages? Focusing on one specific aspect of the language: words; will the use
of tools such as ChatGPT increase or reduce the vocabulary used or the lexical
richness? This has implications for words, as those not included in
AI-generated content will tend to be less and less popular and may eventually
be lost. In this work, we perform an initial comparison of the vocabulary and
lexical richness of ChatGPT and humans when performing the same tasks. In more
detail, two datasets containing the answers to different types of questions
answered by ChatGPT and humans, and a third dataset in which ChatGPT
paraphrases sentences and questions are used. The analysis shows that ChatGPT
tends to use fewer distinct words and lower lexical richness than humans. These
results are very preliminary and additional datasets and ChatGPT configurations
have to be evaluated to extract more general conclusions. Therefore, further
research is needed to understand how the use of ChatGPT and more broadly
generative AI tools will affect the vocabulary and lexical richness in
different types of text and languages. | cs.CL | Playing with Words: Comparing the Vocabulary and Lexical Richness of ChatGPT and Humans |
2023-08-14T18:52:03Z | http://arxiv.org/pdf/2308.07407v1 | http://arxiv.org/abs/2308.07407v1 | Xuewen Yao, Miriam Mikhelson, S. Craig Watkins, Eunsol Choi, Edison Thomaz, Kaya de Barbaro | 2023-08-14T18:52:03Z | cs.CL, cs.HC | In collaboration with Postpartum Support International (PSI), a non-profit
organization dedicated to supporting caregivers with postpartum mood and
anxiety disorders, we developed three chatbots to provide context-specific
empathetic support to postpartum caregivers, leveraging both rule-based and
generative models. We present and evaluate the performance of our chatbots
using both machine-based metrics and human-based questionnaires. Overall, our
rule-based model achieves the best performance, with outputs that are close to
ground truth reference and contain the highest levels of empathy. Human users
prefer the rule-based chatbot over the generative chatbot for its
context-specific and human-like replies. Our generative chatbot also produced
empathetic responses and was described by human users as engaging. However,
limitations in the training dataset often result in confusing or nonsensical
responses. We conclude by discussing practical benefits of rule-based vs.
generative models for supporting individuals with mental health challenges. In
light of the recent surge of ChatGPT and BARD, we also discuss the
possibilities and pitfalls of large language models for digital mental
healthcare. | cs.CL | Development and Evaluation of Three Chatbots for Postpartum Mood and Anxiety Disorders |
2023-08-14T18:28:04Z | http://arxiv.org/pdf/2308.07395v1 | http://arxiv.org/abs/2308.07395v1 | Shaan Bijwadia, Shuo-yiin Chang, Weiran Wang, Zhong Meng, Hao Zhang, Tara N. Sainath | 2023-08-14T18:28:04Z | cs.CL, cs.LG, cs.SD, eess.AS | Text injection for automatic speech recognition (ASR), wherein unpaired
text-only data is used to supplement paired audio-text data, has shown
promising improvements for word error rate. This study examines the use of text
injection for auxiliary tasks, which are the non-ASR tasks often performed by
an E2E model. In this work, we use joint end-to-end and internal language model
training (JEIT) as our text injection algorithm to train an ASR model which
performs two auxiliary tasks. The first is capitalization, which is a
de-normalization task. The second is turn-taking prediction, which attempts to
identify whether a user has completed their conversation turn in a digital
assistant interaction. We show results demonstrating that our text injection
method boosts capitalization performance for long-tail data, and improves
turn-taking detection recall. | cs.CL | Text Injection for Capitalization and Turn-Taking Prediction in Speech Models |
2023-08-14T18:26:27Z | http://arxiv.org/pdf/2308.07393v1 | http://arxiv.org/abs/2308.07393v1 | Yochai Blau, Rohan Agrawal, Lior Madmony, Gary Wang, Andrew Rosenberg, Zhehuai Chen, Zorik Gekhman, Genady Beryozkin, Parisa Haghani, Bhuvana Ramabhadran | 2023-08-14T18:26:27Z | cs.CL, cs.SD, eess.AS, 68T10, I.2.7 | Accurate recognition of specific categories, such as persons' names, dates or
other identifiers is critical in many Automatic Speech Recognition (ASR)
applications. As these categories represent personal information, ethical use
of this data including collection, transcription, training and evaluation
demands special care. One way of ensuring the security and privacy of
individuals is to redact or eliminate Personally Identifiable Information (PII)
from collection altogether. However, this results in ASR models that tend to
have lower recognition accuracy of these categories. We use text-injection to
improve the recognition of PII categories by including fake textual substitutes
of PII categories in the training data using a text injection method. We
demonstrate substantial improvement to Recall of Names and Dates in medical
notes while improving overall WER. For alphanumeric digit sequences we show
improvements to Character Error Rate and Sentence Accuracy. | cs.CL | Using Text Injection to Improve Recognition of Personal Identifiers in Speech |
2023-08-14T17:59:56Z | http://arxiv.org/pdf/2308.07317v2 | http://arxiv.org/abs/2308.07317v2 | Ariel N. Lee, Cole J. Hunter, Nataniel Ruiz | 2024-03-14T20:56:23Z | cs.CL | We present $\textbf{Platypus}$, a family of fine-tuned and merged Large
Language Models (LLMs) that achieves the strongest performance and currently
stands at first place in HuggingFace's Open LLM Leaderboard as of the release
date of this work. In this work we describe (1) our curated dataset
$\textbf{Open-Platypus}$, that is a subset of other open datasets and which
$\textit{we release to the public}$ (2) our process of fine-tuning and merging
LoRA modules in order to conserve the strong prior of pretrained LLMs, while
bringing specific domain knowledge to the surface (3) our efforts in checking
for test data leaks and contamination in the training data, which can inform
future research. Specifically, the Platypus family achieves strong performance
in quantitative LLM metrics across model sizes, topping the global Open LLM
leaderboard while using just a fraction of the fine-tuning data and overall
compute that are required for other state-of-the-art fine-tuned LLMs. In
particular, a 13B Platypus model can be trained on $\textit{a single}$ A100 GPU
using 25k questions in 5 hours. This is a testament of the quality of our
Open-Platypus dataset, and opens opportunities for more improvements in the
field. Project page: https://platypus-llm.github.io | cs.CL | Platypus: Quick, Cheap, and Powerful Refinement of LLMs |
2023-08-14T17:54:10Z | http://arxiv.org/pdf/2308.07308v4 | http://arxiv.org/abs/2308.07308v4 | Mansi Phute, Alec Helbling, Matthew Hull, ShengYun Peng, Sebastian Szyller, Cory Cornelius, Duen Horng Chau | 2024-05-02T14:28:39Z | cs.CL, cs.AI | Large language models (LLMs) are popular for high-quality text generation but
can produce harmful content, even when aligned with human values through
reinforcement learning. Adversarial prompts can bypass their safety measures.
We propose LLM Self Defense, a simple approach to defend against these attacks
by having an LLM screen the induced responses. Our method does not require any
fine-tuning, input preprocessing, or iterative output generation. Instead, we
incorporate the generated content into a pre-defined prompt and employ another
instance of an LLM to analyze the text and predict whether it is harmful. We
test LLM Self Defense on GPT 3.5 and Llama 2, two of the current most prominent
LLMs against various types of attacks, such as forcefully inducing affirmative
responses to prompts and prompt engineering attacks. Notably, LLM Self Defense
succeeds in reducing the attack success rate to virtually 0 using both GPT 3.5
and Llama 2. The code is publicly available at
https://github.com/poloclub/llm-self-defense | cs.CL | LLM Self Defense: By Self Examination, LLMs Know They Are Being Tricked |
2023-08-14T17:46:52Z | http://arxiv.org/pdf/2308.07305v1 | http://arxiv.org/abs/2308.07305v1 | Tharindu Kumarage, Huan Liu | 2023-08-14T17:46:52Z | cs.CL, cs.AI | Large language models (LLMs) such as GPT-4, PaLM, and Llama have
significantly propelled the generation of AI-crafted text. With rising concerns
about their potential misuse, there is a pressing need for AI-generated-text
forensics. Neural authorship attribution is a forensic effort, seeking to trace
AI-generated text back to its originating LLM. The LLM landscape can be divided
into two primary categories: proprietary and open-source. In this work, we
delve into these emerging categories of LLMs, focusing on the nuances of neural
authorship attribution. To enrich our understanding, we carry out an empirical
analysis of LLM writing signatures, highlighting the contrasts between
proprietary and open-source models, and scrutinizing variations within each
group. By integrating stylometric features across lexical, syntactic, and
structural aspects of language, we explore their potential to yield
interpretable results and augment pre-trained language model-based classifiers
utilized in neural authorship attribution. Our findings, based on a range of
state-of-the-art LLMs, provide empirical insights into neural authorship
attribution, paving the way for future investigations aimed at mitigating the
threats posed by AI-generated misinformation. | cs.CL | Neural Authorship Attribution: Stylometric Analysis on Large Language Models |
2023-08-14T17:17:21Z | http://arxiv.org/pdf/2308.07286v1 | http://arxiv.org/abs/2308.07286v1 | Patrick Fernandes, Daniel Deutsch, Mara Finkelstein, Parker Riley, André F. T. Martins, Graham Neubig, Ankush Garg, Jonathan H. Clark, Markus Freitag, Orhan Firat | 2023-08-14T17:17:21Z | cs.CL, cs.LG | Automatic evaluation of machine translation (MT) is a critical tool driving
the rapid iterative development of MT systems. While considerable progress has
been made on estimating a single scalar quality score, current metrics lack the
informativeness of more detailed schemes that annotate individual errors, such
as Multidimensional Quality Metrics (MQM). In this paper, we help fill this gap
by proposing AutoMQM, a prompting technique which leverages the reasoning and
in-context learning capabilities of large language models (LLMs) and asks them
to identify and categorize errors in translations. We start by evaluating
recent LLMs, such as PaLM and PaLM-2, through simple score prediction
prompting, and we study the impact of labeled data through in-context learning
and finetuning. We then evaluate AutoMQM with PaLM-2 models, and we find that
it improves performance compared to just prompting for scores (with
particularly large gains for larger models) while providing interpretability
through error spans that align with human annotations. | cs.CL | The Devil is in the Errors: Leveraging Large Language Models for Fine-grained Machine Translation Evaluation |
2023-08-14T17:12:43Z | http://arxiv.org/pdf/2308.07282v2 | http://arxiv.org/abs/2308.07282v2 | Olesya Razuvayevskaya, Ben Wu, Joao A. Leite, Freddy Heppell, Ivan Srba, Carolina Scarton, Kalina Bontcheva, Xingyi Song | 2024-04-08T13:01:17Z | cs.CL | Adapters and Low-Rank Adaptation (LoRA) are parameter-efficient fine-tuning
techniques designed to make the training of language models more efficient.
Previous results demonstrated that these methods can even improve performance
on some classification tasks. This paper complements the existing research by
investigating how these techniques influence the classification performance and
computation costs compared to full fine-tuning when applied to multilingual
text classification tasks (genre, framing, and persuasion techniques detection;
with different input lengths, number of predicted classes and classification
difficulty), some of which have limited training data. In addition, we conduct
in-depth analyses of their efficacy across different training scenarios
(training on the original multilingual data; on the translations into English;
and on a subset of English-only data) and different languages. Our findings
provide valuable insights into the applicability of the parameter-efficient
fine-tuning techniques, particularly to complex multilingual and multilabel
classification tasks. | cs.CL | Comparison between parameter-efficient techniques and full fine-tuning: A case study on multilingual news article classification |
2023-08-14T16:58:50Z | http://arxiv.org/pdf/2308.07272v2 | http://arxiv.org/abs/2308.07272v2 | Chengzhengxu Li, Xiaoming Liu, Yichen Wang, Duyi Li, Yu Lan, Chao Shen | 2024-01-16T03:22:15Z | cs.LG, cs.CL | Prompt-based pre-trained language models (PLMs) paradigm have succeeded
substantially in few-shot natural language processing (NLP) tasks. However,
prior discrete prompt optimization methods require expert knowledge to design
the base prompt set and identify high-quality prompts, which is costly,
inefficient, and subjective. Meanwhile, existing continuous prompt optimization
methods improve the performance by learning the ideal prompts through the
gradient information of PLMs, whose high computational cost, and low
readability and generalizability are often concerning. To address the research
gap, we propose a Dialogue-comprised Policy-gradient-based Discrete Prompt
Optimization ($DP_2O$) method. We first design a multi-round dialogue alignment
strategy for readability prompt set generation based on GPT-4. Furthermore, we
propose an efficient prompt screening metric to identify high-quality prompts
with linear complexity. Finally, we construct a reinforcement learning (RL)
framework based on policy gradients to match the prompts to inputs optimally.
By training a policy network with only 0.67% of the PLM parameter size on the
tasks in the few-shot setting, $DP_2O$ outperforms the state-of-the-art (SOTA)
method by 1.52% in accuracy on average on four open-source datasets. Moreover,
subsequent experiments also demonstrate that $DP_2O$ has good universality,
robustness, and generalization ability. | cs.LG | Dialogue for Prompting: a Policy-Gradient-Based Discrete Prompt Generation for Few-shot Learning |
2023-08-14T16:52:42Z | http://arxiv.org/pdf/2308.07269v3 | http://arxiv.org/abs/2308.07269v3 | Peng Wang, Ningyu Zhang, Bozhong Tian, Zekun Xi, Yunzhi Yao, Ziwen Xu, Mengru Wang, Shengyu Mao, Xiaohan Wang, Siyuan Cheng, Kangwei Liu, Yuansheng Ni, Guozhou Zheng, Huajun Chen | 2024-06-24T02:17:57Z | cs.CL, cs.AI, cs.CV, cs.IR, cs.LG | Large Language Models (LLMs) usually suffer from knowledge cutoff or fallacy
issues, which means they are unaware of unseen events or generate text with
incorrect facts owing to outdated/noisy data. To this end, many knowledge
editing approaches for LLMs have emerged -- aiming to subtly inject/edit
updated knowledge or adjust undesired behavior while minimizing the impact on
unrelated inputs. Nevertheless, due to significant differences among various
knowledge editing methods and the variations in task setups, there is no
standard implementation framework available for the community, which hinders
practitioners from applying knowledge editing to applications. To address these
issues, we propose EasyEdit, an easy-to-use knowledge editing framework for
LLMs. It supports various cutting-edge knowledge editing approaches and can be
readily applied to many well-known LLMs such as T5, GPT-J, LlaMA, etc.
Empirically, we report the knowledge editing results on LlaMA-2 with EasyEdit,
demonstrating that knowledge editing surpasses traditional fine-tuning in terms
of reliability and generalization. We have released the source code on GitHub,
along with Google Colab tutorials and comprehensive documentation for beginners
to get started. Besides, we present an online system for real-time knowledge
editing, and a demo video. | cs.CL | EasyEdit: An Easy-to-use Knowledge Editing Framework for Large Language Models |
2023-08-14T15:31:32Z | http://arxiv.org/pdf/2308.07213v2 | http://arxiv.org/abs/2308.07213v2 | Houjiang Liu, Anubrata Das, Alexander Boltz, Didi Zhou, Daisy Pinaroc, Matthew Lease, Min Kyung Lee | 2024-01-23T04:59:29Z | cs.HC, cs.CL, cs.CY | While many Natural Language Processing (NLP) techniques have been proposed
for fact-checking, both academic research and fact-checking organizations
report limited adoption of such NLP work due to poor alignment with
fact-checker practices, values, and needs. To address this, we investigate a
co-design method, Matchmaking for AI, to enable fact-checkers, designers, and
NLP researchers to collaboratively identify what fact-checker needs should be
addressed by technology, and to brainstorm ideas for potential solutions.
Co-design sessions we conducted with 22 professional fact-checkers yielded a
set of 11 design ideas that offer a "north star", integrating fact-checker
criteria into novel NLP design concepts. These concepts range from pre-bunking
misinformation, efficient and personalized monitoring misinformation,
proactively reducing fact-checker potential biases, and collaborative writing
fact-check reports. Our work provides new insights into both human-centered
fact-checking research and practice and AI co-design research. | cs.HC | Human-centered NLP Fact-checking: Co-Designing with Fact-checkers using Matchmaking for AI |
2023-08-14T15:13:04Z | http://arxiv.org/pdf/2308.07201v1 | http://arxiv.org/abs/2308.07201v1 | Chi-Min Chan, Weize Chen, Yusheng Su, Jianxuan Yu, Wei Xue, Shanghang Zhang, Jie Fu, Zhiyuan Liu | 2023-08-14T15:13:04Z | cs.CL | Text evaluation has historically posed significant challenges, often
demanding substantial labor and time cost. With the emergence of large language
models (LLMs), researchers have explored LLMs' potential as alternatives for
human evaluation. While these single-agent-based approaches show promise,
experimental results suggest that further advancements are needed to bridge the
gap between their current effectiveness and human-level evaluation quality.
Recognizing that best practices of human evaluation processes often involve
multiple human annotators collaborating in the evaluation, we resort to a
multi-agent debate framework, moving beyond single-agent prompting strategies.
The multi-agent-based approach enables a group of LLMs to synergize with an
array of intelligent counterparts, harnessing their distinct capabilities and
expertise to enhance efficiency and effectiveness in handling intricate tasks.
In this paper, we construct a multi-agent referee team called ChatEval to
autonomously discuss and evaluate the quality of generated responses from
different models on open-ended questions and traditional natural language
generation (NLG) tasks. Our analysis shows that ChatEval transcends mere
textual scoring, offering a human-mimicking evaluation process for reliable
assessments. Our code is available at https://github.com/chanchimin/ChatEval. | cs.CL | ChatEval: Towards Better LLM-based Evaluators through Multi-Agent Debate |
2023-08-14T14:39:02Z | http://arxiv.org/pdf/2308.07179v1 | http://arxiv.org/abs/2308.07179v1 | S. Magalí López Cortez, Cassandra L. Jacobs | 2023-08-14T14:39:02Z | cs.CL | Annotation of discourse relations is a known difficult task, especially for
non-expert annotators. In this paper, we investigate novice annotators'
uncertainty on the annotation of discourse relations on spoken conversational
data. We find that dialogue context (single turn, pair of turns within speaker,
and pair of turns across speakers) is a significant predictor of confidence
scores. We compute distributed representations of discourse relations from
co-occurrence statistics that incorporate information about confidence scores
and dialogue context. We perform a hierarchical clustering analysis using these
representations and show that weighting discourse relation representations with
information about confidence and dialogue context coherently models our
annotators' uncertainty about discourse relation labels. | cs.CL | Incorporating Annotator Uncertainty into Representations of Discourse Relations |
2023-08-14T13:53:54Z | http://arxiv.org/pdf/2308.07124v2 | http://arxiv.org/abs/2308.07124v2 | Niklas Muennighoff, Qian Liu, Armel Zebaze, Qinkai Zheng, Binyuan Hui, Terry Yue Zhuo, Swayam Singh, Xiangru Tang, Leandro von Werra, Shayne Longpre | 2024-02-18T09:46:06Z | cs.CL, cs.AI | Finetuning large language models (LLMs) on instructions leads to vast
performance improvements on natural language tasks. We apply instruction tuning
using code, leveraging the natural structure of Git commits, which pair code
changes with human instructions. We compile CommitPack: 4 terabytes of Git
commits across 350 programming languages. We benchmark CommitPack against other
natural and synthetic code instructions (xP3x, Self-Instruct, OASST) on the 16B
parameter StarCoder model, and achieve state-of-the-art performance among
models not trained on OpenAI outputs, on the HumanEval Python benchmark (46.2%
pass@1). We further introduce HumanEvalPack, expanding the HumanEval benchmark
to a total of 3 coding tasks (Code Repair, Code Explanation, Code Synthesis)
across 6 languages (Python, JavaScript, Java, Go, C++, Rust). Our models,
OctoCoder and OctoGeeX, achieve the best performance across HumanEvalPack among
all permissive models, demonstrating CommitPack's benefits in generalizing to a
wider set of languages and natural coding tasks. Code, models and data are
freely available at https://github.com/bigcode-project/octopack. | cs.CL | OctoPack: Instruction Tuning Code Large Language Models |
2023-08-14T13:41:09Z | http://arxiv.org/pdf/2308.07134v5 | http://arxiv.org/abs/2308.07134v5 | Ruosong Ye, Caiqi Zhang, Runhui Wang, Shuyuan Xu, Yongfeng Zhang | 2024-02-06T03:08:44Z | cs.CL, cs.AI, cs.IR, cs.LG | The emergence of large-scale pre-trained language models has revolutionized
various AI research domains. Transformers-based Large Language Models (LLMs)
have gradually replaced CNNs and RNNs to unify fields of computer vision and
natural language processing. Compared with independent data samples such as
images, videos or texts, graphs usually contain rich structural and relational
information. Meanwhile, language, especially natural language, being one of the
most expressive mediums, excels in describing complex structures. However,
existing work on incorporating graph problems into the generative language
modeling framework remains very limited. Considering the rising prominence of
LLMs, it becomes essential to explore whether LLMs can also replace GNNs as the
foundation model for graphs. In this paper, we propose InstructGLM
(Instruction-finetuned Graph Language Model) with highly scalable prompts based
on natural language instructions. We use natural language to describe
multi-scale geometric structure of the graph and then instruction finetune an
LLM to perform graph tasks, which enables Generative Graph Learning. Our method
surpasses all GNN baselines on ogbn-arxiv, Cora and PubMed datasets,
underscoring its effectiveness and sheds light on generative LLMs as new
foundation model for graph machine learning. Our code is open-sourced at
https://github.com/agiresearch/InstructGLM. | cs.CL | Language is All a Graph Needs |
2023-08-14T13:00:53Z | http://arxiv.org/pdf/2308.07120v2 | http://arxiv.org/abs/2308.07120v2 | Anna Rogers, Alexandra Sasha Luccioni | 2024-06-01T15:20:25Z | cs.CL | Much of the recent discourse within the ML community has been centered around
Large Language Models (LLMs), their functionality and potential -- yet not only
do we not have a working definition of LLMs, but much of this discourse relies
on claims and assumptions that are worth re-examining. We contribute a
definition of LLMs, critically examine five common claims regarding their
properties (including 'emergent properties'), and conclude with suggestions for
future research directions and their framing. | cs.CL | Position: Key Claims in LLM Research Have a Long Tail of Footnotes |
2023-08-14T12:47:22Z | http://arxiv.org/pdf/2308.07107v3 | http://arxiv.org/abs/2308.07107v3 | Yutao Zhu, Huaying Yuan, Shuting Wang, Jiongnan Liu, Wenhan Liu, Chenlong Deng, Haonan Chen, Zhicheng Dou, Ji-Rong Wen | 2024-01-19T16:01:28Z | cs.CL, cs.IR | As a primary means of information acquisition, information retrieval (IR)
systems, such as search engines, have integrated themselves into our daily
lives. These systems also serve as components of dialogue, question-answering,
and recommender systems. The trajectory of IR has evolved dynamically from its
origins in term-based methods to its integration with advanced neural models.
While the neural models excel at capturing complex contextual signals and
semantic nuances, thereby reshaping the IR landscape, they still face
challenges such as data scarcity, interpretability, and the generation of
contextually plausible yet potentially inaccurate responses. This evolution
requires a combination of both traditional methods (such as term-based sparse
retrieval methods with rapid response) and modern neural architectures (such as
language models with powerful language understanding capacity). Meanwhile, the
emergence of large language models (LLMs), typified by ChatGPT and GPT-4, has
revolutionized natural language processing due to their remarkable language
understanding, generation, generalization, and reasoning abilities.
Consequently, recent research has sought to leverage LLMs to improve IR
systems. Given the rapid evolution of this research trajectory, it is necessary
to consolidate existing methodologies and provide nuanced insights through a
comprehensive overview. In this survey, we delve into the confluence of LLMs
and IR systems, including crucial aspects such as query rewriters, retrievers,
rerankers, and readers. Additionally, we explore promising directions, such as
search agents, within this expanding field. | cs.CL | Large Language Models for Information Retrieval: A Survey |
2023-08-14T12:30:58Z | http://arxiv.org/pdf/2308.07102v1 | http://arxiv.org/abs/2308.07102v1 | Tian Gan, Xiao Wang, Yan Sun, Jianlong Wu, Qingpei Guo, Liqiang Nie | 2023-08-14T12:30:58Z | cs.CV, cs.CL, cs.MM | This paper aims to tackle a novel task - Temporal Sentence Grounding in
Streaming Videos (TSGSV). The goal of TSGSV is to evaluate the relevance
between a video stream and a given sentence query. Unlike regular videos,
streaming videos are acquired continuously from a particular source, and are
always desired to be processed on-the-fly in many applications such as
surveillance and live-stream analysis. Thus, TSGSV is challenging since it
requires the model to infer without future frames and process long historical
frames effectively, which is untouched in the early methods. To specifically
address the above challenges, we propose two novel methods: (1) a TwinNet
structure that enables the model to learn about upcoming events; and (2) a
language-guided feature compressor that eliminates redundant visual frames and
reinforces the frames that are relevant to the query. We conduct extensive
experiments using ActivityNet Captions, TACoS, and MAD datasets. The results
demonstrate the superiority of our proposed methods. A systematic ablation
study also confirms their effectiveness. | cs.CV | Temporal Sentence Grounding in Streaming Videos |
2023-08-14T11:26:25Z | http://arxiv.org/pdf/2308.07081v1 | http://arxiv.org/abs/2308.07081v1 | Jivnesh Sandhan, Amruta Barbadikar, Malay Maity, Pavankumar Satuluri, Tushar Sandhan, Ravi M. Gupta, Pawan Goyal, Laxmidhar Behera | 2023-08-14T11:26:25Z | cs.CL | Sanskrit poetry has played a significant role in shaping the literary and
cultural landscape of the Indian subcontinent for centuries. However, not much
attention has been devoted to uncovering the hidden beauty of Sanskrit poetry
in computational linguistics. This article explores the intersection of
Sanskrit poetry and computational linguistics by proposing a roadmap of an
interpretable framework to analyze and classify the qualities and
characteristics of fine Sanskrit poetry. We discuss the rich tradition of
Sanskrit poetry and the significance of computational linguistics in
automatically identifying the characteristics of fine poetry. The proposed
framework involves a human-in-the-loop approach that combines deterministic
aspects delegated to machines and deep semantics left to human experts. We
provide a deep analysis of Siksastaka, a Sanskrit poem, from the perspective of
6 prominent kavyashastra schools, to illustrate the proposed framework.
Additionally, we provide compound, dependency, anvaya (prose order linearised
form), meter, rasa (mood), alankar (figure of speech), and riti (writing style)
annotations for Siksastaka and a web application to illustrate the poem's
analysis and annotations. Our key contributions include the proposed framework,
the analysis of Siksastaka, the annotations and the web application for future
research. Link for interactive analysis:
https://sanskritshala.github.io/shikshastakam/ | cs.CL | Aesthetics of Sanskrit Poetry from the Perspective of Computational Linguistics: A Case Study Analysis on Siksastaka |
2023-08-14T11:16:28Z | http://arxiv.org/pdf/2308.07074v2 | http://arxiv.org/abs/2308.07074v2 | Keming Lu, Hongyi Yuan, Zheng Yuan, Runji Lin, Junyang Lin, Chuanqi Tan, Chang Zhou, Jingren Zhou | 2023-08-15T07:37:32Z | cs.CL, cs.AI, cs.LG | Foundation language models obtain the instruction-following ability through
supervised fine-tuning (SFT). Diversity and complexity are considered critical
factors of a successful SFT dataset, while their definitions remain obscure and
lack quantitative analyses. In this work, we propose InsTag, an open-set
fine-grained tagger, to tag samples within SFT datasets based on semantics and
intentions and define instruction diversity and complexity regarding tags. We
obtain 6.6K tags to describe comprehensive user queries. Then we analyze
popular open-sourced SFT datasets and find that the model ability grows with
more diverse and complex data. Based on this observation, we propose a data
selector based on InsTag to select 6K diverse and complex samples from
open-source datasets and fine-tune models on InsTag-selected data. The
resulting models, TagLM, outperform open-source models based on considerably
larger SFT data evaluated by MT-Bench, echoing the importance of query
diversity and complexity. We open-source InsTag in
https://github.com/OFA-Sys/InsTag. | cs.CL | #InsTag: Instruction Tagging for Analyzing Supervised Fine-tuning of Large Language Models |
2023-08-14T08:19:24Z | http://arxiv.org/pdf/2308.08488v2 | http://arxiv.org/abs/2308.08488v2 | Yusheng Dai, Hang Chen, Jun Du, Xiaofei Ding, Ning Ding, Feijun Jiang, Chin-Hui Lee | 2024-03-09T01:36:06Z | cs.CL, cs.AI, cs.SD, eess.AS | In recent research, slight performance improvement is observed from automatic
speech recognition systems to audio-visual speech recognition systems in the
end-to-end framework with low-quality videos. Unmatching convergence rates and
specialized input representations between audio and visual modalities are
considered to cause the problem. In this paper, we propose two novel techniques
to improve audio-visual speech recognition (AVSR) under a pre-training and
fine-tuning training framework. First, we explore the correlation between lip
shapes and syllable-level subword units in Mandarin to establish good
frame-level syllable boundaries from lip shapes. This enables accurate
alignment of video and audio streams during visual model pre-training and
cross-modal fusion. Next, we propose an audio-guided cross-modal fusion encoder
(CMFE) neural network to utilize main training parameters for multiple
cross-modal attention layers to make full use of modality complementarity.
Experiments on the MISP2021-AVSR data set show the effectiveness of the two
proposed techniques. Together, using only a relatively small amount of training
data, the final system achieves better performances than state-of-the-art
systems with more complex front-ends and back-ends. | cs.CL | Improving Audio-Visual Speech Recognition by Lip-Subword Correlation Based Visual Pre-training and Cross-Modal Fusion Encoder |
2023-08-14T07:20:49Z | http://arxiv.org/pdf/2308.06975v3 | http://arxiv.org/abs/2308.06975v3 | Anthony Colas, Haodi Ma, Xuanli He, Yang Bai, Daisy Zhe Wang | 2023-10-25T00:57:54Z | cs.CL | Knowledge Graph (KG)-to-Text Generation has seen recent improvements in
generating fluent and informative sentences which describe a given KG. As KGs
are widespread across multiple domains and contain important entity-relation
information, and as text simplification aims to reduce the complexity of a text
while preserving the meaning of the original text, we propose KGSimple, a novel
approach to unsupervised text simplification which infuses KG-established
techniques in order to construct a simplified KG path and generate a concise
text which preserves the original input's meaning. Through an iterative and
sampling KG-first approach, our model is capable of simplifying text when
starting from a KG by learning to keep important information while harnessing
KG-to-text generation to output fluent and descriptive sentences. We evaluate
various settings of the KGSimple model on currently-available KG-to-text
datasets, demonstrating its effectiveness compared to unsupervised text
simplification models which start with a given complex text. Our code is
available on GitHub. | cs.CL | Can Knowledge Graphs Simplify Text? |
2023-08-14T06:49:53Z | http://arxiv.org/pdf/2308.06966v2 | http://arxiv.org/abs/2308.06966v2 | Yangning Li, Shirong Ma, Xiaobin Wang, Shen Huang, Chengyue Jiang, Hai-Tao Zheng, Pengjun Xie, Fei Huang, Yong Jiang | 2023-08-28T04:12:30Z | cs.CL | Recently, instruction-following Large Language Models (LLMs) , represented by
ChatGPT, have exhibited exceptional performance in general Natural Language
Processing (NLP) tasks. However, the unique characteristics of E-commerce data
pose significant challenges to general LLMs. An LLM tailored specifically for
E-commerce scenarios, possessing robust cross-dataset/task generalization
capabilities, is a pressing necessity. To solve this issue, in this work, we
proposed the first e-commerce instruction dataset EcomInstruct, with a total of
2.5 million instruction data. EcomInstruct scales up the data size and task
diversity by constructing atomic tasks with E-commerce basic data types, such
as product information, user reviews. Atomic tasks are defined as intermediate
tasks implicitly involved in solving a final task, which we also call
Chain-of-Task tasks. We developed EcomGPT with different parameter scales by
training the backbone model BLOOMZ with the EcomInstruct. Benefiting from the
fundamental semantic understanding capabilities acquired from the Chain-of-Task
tasks, EcomGPT exhibits excellent zero-shot generalization capabilities.
Extensive experiments and human evaluations demonstrate that EcomGPT
outperforms ChatGPT in term of cross-dataset/task generalization on E-commerce
tasks. | cs.CL | EcomGPT: Instruction-tuning Large Language Models with Chain-of-Task Tasks for E-commerce |
2023-08-14T06:09:51Z | http://arxiv.org/pdf/2308.06953v3 | http://arxiv.org/abs/2308.06953v3 | David Heineman, Yao Dou, Wei Xu | 2023-10-16T14:51:08Z | cs.CL | Fine-grained, span-level human evaluation has emerged as a reliable and
robust method for evaluating text generation tasks such as summarization,
simplification, machine translation and news generation, and the derived
annotations have been useful for training automatic metrics and improving
language models. However, existing annotation tools implemented for these
evaluation frameworks lack the adaptability to be extended to different domains
or languages, or modify annotation settings according to user needs; and, the
absence of a unified annotated data format inhibits the research in multi-task
learning. In this paper, we introduce Thresh, a unified, customizable and
deployable platform for fine-grained evaluation. With a single YAML
configuration file, users can build and test an annotation interface for any
framework within minutes -- all in one web browser window. To facilitate
collaboration and sharing, Thresh provides a community hub that hosts a
collection of fine-grained frameworks and corresponding annotations made and
collected by the community, covering a wide range of NLP tasks. For deployment,
Thresh offers multiple options for any scale of annotation projects from small
manual inspections to large crowdsourcing ones. Additionally, we introduce a
Python library to streamline the entire process from typology design and
deployment to annotation processing. Thresh is publicly accessible at
https://thresh.tools. | cs.CL | Thresh: A Unified, Customizable and Deployable Platform for Fine-Grained Text Evaluation |
2023-08-14T05:22:33Z | http://arxiv.org/pdf/2308.06942v1 | http://arxiv.org/abs/2308.06942v1 | Cynthia Huang, Yuqing Xie, Zhiying Jiang, Jimmy Lin, Ming Li | 2023-08-14T05:22:33Z | cs.AI, cs.CL, cs.IT, math.IT | In this work, we conceptualize the learning process as information
compression. We seek to equip generative pre-trained models with human-like
learning capabilities that enable data compression during inference. We present
a novel approach that utilizes the Generative Pre-trained Transformer (GPT) to
approximate Kolmogorov complexity, with the aim of estimating the optimal
Information Distance for few-shot learning. We first propose using GPT as a
prior for lossless text compression, achieving a noteworthy compression ratio.
Experiment with LLAMA2-7B backbone achieves a compression ratio of 15.5 on
enwik9. We justify the pre-training objective of GPT models by demonstrating
its equivalence to the compression length, and, consequently, its ability to
approximate the information distance for texts. Leveraging the approximated
information distance, our method allows the direct application of GPT models in
quantitative text similarity measurements. Experiment results show that our
method overall achieves superior performance compared to embedding and prompt
baselines on challenging NLP tasks, including semantic similarity, zero and
one-shot text classification, and zero-shot text ranking. | cs.AI | Approximating Human-Like Few-shot Learning with GPT-based Compression |
2023-08-14T03:20:28Z | http://arxiv.org/pdf/2308.10822v2 | http://arxiv.org/abs/2308.10822v2 | Hao Wen, Jie Wang, Xiaodong Qiao | 2023-12-15T09:30:43Z | cs.CL, cs.AI, cs.LG | The recognition of abstracts is crucial for effectively locating the content
and clarifying the article. Existing move recognition algorithms lack the
ability to learn word position information to obtain contextual semantics. This
paper proposes a novel enhanced move recognition algorithm with an improved
pre-trained model and a gated network with attention mechanism for unstructured
abstracts of Chinese scientific and technological papers. The proposed
algorithm first performs summary data segmentation and vocabulary training. The
EP-ERNIE$\_$AT-GRU framework is leveraged to incorporate word positional
information, facilitating deep semantic learning and targeted feature
extraction. Experimental results demonstrate that the proposed algorithm
achieves 13.37$\%$ higher accuracy on the split dataset than on the original
dataset and a 7.55$\%$ improvement in accuracy over the basic comparison model. | cs.CL | A Novel Ehanced Move Recognition Algorithm Based on Pre-trained Models with Positional Embeddings |
2023-08-14T03:17:24Z | http://arxiv.org/pdf/2308.07937v1 | http://arxiv.org/abs/2308.07937v1 | Boxi Yu, Yiyan Hu, Qiuyang Mang, Wenhan Hu, Pinjia He | 2023-08-14T03:17:24Z | cs.CL, cs.SE, D.2.5; I.2.7 | Named entity recognition (NER) systems have seen rapid progress in recent
years due to the development of deep neural networks. These systems are widely
used in various natural language processing applications, such as information
extraction, question answering, and sentiment analysis. However, the complexity
and intractability of deep neural networks can make NER systems unreliable in
certain circumstances, resulting in incorrect predictions. For example, NER
systems may misidentify female names as chemicals or fail to recognize the
names of minority groups, leading to user dissatisfaction. To tackle this
problem, we introduce TIN, a novel, widely applicable approach for
automatically testing and repairing various NER systems. The key idea for
automated testing is that the NER predictions of the same named entities under
similar contexts should be identical. The core idea for automated repairing is
that similar named entities should have the same NER prediction under the same
context. We use TIN to test two SOTA NER models and two commercial NER APIs,
i.e., Azure NER and AWS NER. We manually verify 784 of the suspicious issues
reported by TIN and find that 702 are erroneous issues, leading to high
precision (85.0%-93.4%) across four categories of NER errors: omission,
over-labeling, incorrect category, and range error. For automated repairing,
TIN achieves a high error reduction rate (26.8%-50.6%) over the four systems
under test, which successfully repairs 1,056 out of the 1,877 reported NER
errors. | cs.CL | Automated Testing and Improvement of Named Entity Recognition Systems |
2023-08-14T03:14:38Z | http://arxiv.org/pdf/2308.06912v3 | http://arxiv.org/abs/2308.06912v3 | Nan Ding, Tomer Levinboim, Jialin Wu, Sebastian Goodman, Radu Soricut | 2024-02-20T22:48:06Z | cs.LG, cs.CL | Recent empirical evidence indicates that transformer based in-context
learning performs better when using a prefix language model (prefixLM), in
which in-context samples can all attend to each other, compared to causal
language models (causalLM), which use auto-regressive attention that prohibits
in-context samples to attend to future samples. While this result is intuitive,
it is not understood from a theoretical perspective. In this paper we take a
theoretical approach and analyze the convergence behavior of prefixLM and
causalLM under a certain parameter construction. Our analysis shows that both
LM types converge to their stationary points at a linear rate, but that while
prefixLM converges to the optimal solution of linear regression, causalLM
convergence dynamics follows that of an online gradient descent algorithm,
which is not guaranteed to be optimal even as the number of samples grows
infinitely. We supplement our theoretical claims with empirical experiments
over synthetic and real tasks and using various types of transformers. Our
experiments verify that causalLM consistently underperforms prefixLM in all
settings. | cs.LG | CausalLM is not optimal for in-context learning |
2023-08-14T03:12:29Z | http://arxiv.org/pdf/2308.06911v3 | http://arxiv.org/abs/2308.06911v3 | Pengfei Liu, Yiming Ren, Jun Tao, Zhixiang Ren | 2024-02-06T09:03:53Z | cs.LG, cs.CL, q-bio.BM | Large language models have made significant strides in natural language
processing, enabling innovative applications in molecular science by processing
textual representations of molecules. However, most existing language models
cannot capture the rich information with complex molecular structures or
images. In this paper, we introduce GIT-Mol, a multi-modal large language model
that integrates the Graph, Image, and Text information. To facilitate the
integration of multi-modal molecular data, we propose GIT-Former, a novel
architecture that is capable of aligning all modalities into a unified latent
space. We achieve a 5%-10% accuracy increase in properties prediction and a
20.2% boost in molecule generation validity compared to the baselines. With the
any-to-language molecular translation strategy, our model has the potential to
perform more downstream tasks, such as compound name recognition and chemical
reaction prediction. | cs.LG | GIT-Mol: A Multi-modal Large Language Model for Molecular Science with Graph, Image, and Text |
2023-08-14T02:59:27Z | http://arxiv.org/pdf/2308.06907v1 | http://arxiv.org/abs/2308.06907v1 | Yonathan A. Arbel, David Hoffman | 2023-08-14T02:59:27Z | cs.CL, cs.AI, cs.CY, cs.LG, econ.TH | We introduce generative interpretation, a new approach to estimating
contractual meaning using large language models. As AI triumphalism is the
order of the day, we proceed by way of grounded case studies, each illustrating
the capabilities of these novel tools in distinct ways. Taking well-known
contracts opinions, and sourcing the actual agreements that they adjudicated,
we show that AI models can help factfinders ascertain ordinary meaning in
context, quantify ambiguity, and fill gaps in parties' agreements. We also
illustrate how models can calculate the probative value of individual pieces of
extrinsic evidence. After offering best practices for the use of these models
given their limitations, we consider their implications for judicial practice
and contract theory. Using LLMs permits courts to estimate what the parties
intended cheaply and accurately, and as such generative interpretation
unsettles the current interpretative stalemate. Their use responds to
efficiency-minded textualists and justice-oriented contextualists, who argue
about whether parties will prefer cost and certainty or accuracy and fairness.
Parties--and courts--would prefer a middle path, in which adjudicators strive
to predict what the contract really meant, admitting just enough context to
approximate reality while avoiding unguided and biased assimilation of
evidence. As generative interpretation offers this possibility, we argue it can
become the new workhorse of contractual interpretation. | cs.CL | Generative Interpretation |
2023-08-14T01:01:19Z | http://arxiv.org/pdf/2308.06873v2 | http://arxiv.org/abs/2308.06873v2 | Xiaofei Wang, Manthan Thakker, Zhuo Chen, Naoyuki Kanda, Sefik Emre Eskimez, Sanyuan Chen, Min Tang, Shujie Liu, Jinyu Li, Takuya Yoshioka | 2024-06-25T18:38:28Z | eess.AS, cs.CL, cs.LG, cs.SD | Recent advancements in generative speech models based on audio-text prompts
have enabled remarkable innovations like high-quality zero-shot text-to-speech.
However, existing models still face limitations in handling diverse audio-text
speech generation tasks involving transforming input speech and processing
audio captured in adverse acoustic conditions. This paper introduces SpeechX, a
versatile speech generation model capable of zero-shot TTS and various speech
transformation tasks, dealing with both clean and noisy signals. SpeechX
combines neural codec language modeling with multi-task learning using
task-dependent prompting, enabling unified and extensible modeling and
providing a consistent way for leveraging textual input in speech enhancement
and transformation tasks. Experimental results show SpeechX's efficacy in
various tasks, including zero-shot TTS, noise suppression, target speaker
extraction, speech removal, and speech editing with or without background
noise, achieving comparable or superior performance to specialized models
across tasks. See https://aka.ms/speechx for demo samples. | eess.AS | SpeechX: Neural Codec Language Model as a Versatile Speech Transformer |
2023-08-13T22:47:51Z | http://arxiv.org/pdf/2308.13534v1 | http://arxiv.org/abs/2308.13534v1 | Ahtsham Zafar, Venkatesh Balavadhani Parthasarathy, Chan Le Van, Saad Shahid, Aafaq Iqbal khan, Arsalan Shahid | 2023-08-13T22:47:51Z | cs.CL, cs.AI | Conversational AI systems have emerged as key enablers of human-like
interactions across diverse sectors. Nevertheless, the balance between
linguistic nuance and factual accuracy has proven elusive. In this paper, we
first introduce LLMXplorer, a comprehensive tool that provides an in-depth
review of over 150 Large Language Models (LLMs), elucidating their myriad
implications ranging from social and ethical to regulatory, as well as their
applicability across industries. Building on this foundation, we propose a
novel functional architecture that seamlessly integrates the structured
dynamics of Knowledge Graphs with the linguistic capabilities of LLMs.
Validated using real-world AI news data, our architecture adeptly blends
linguistic sophistication with factual rigour and further strengthens data
security through Role-Based Access Control. This research provides insights
into the evolving landscape of conversational AI, emphasizing the imperative
for systems that are efficient, transparent, and trustworthy. | cs.CL | Building Trust in Conversational AI: A Comprehensive Review and Solution Architecture for Explainable, Privacy-Aware Systems using LLMs and Knowledge Graph |
2023-08-13T19:04:07Z | http://arxiv.org/pdf/2308.06834v1 | http://arxiv.org/abs/2308.06834v1 | Thomas Savage, Ashwin Nayak, Robert Gallo, Ekanath Rangan, Jonathan H Chen | 2023-08-13T19:04:07Z | cs.CL, cs.AI, cs.HC | One of the major barriers to using large language models (LLMs) in medicine
is the perception they use uninterpretable methods to make clinical decisions
that are inherently different from the cognitive processes of clinicians. In
this manuscript we develop novel diagnostic reasoning prompts to study whether
LLMs can perform clinical reasoning to accurately form a diagnosis. We find
that GPT4 can be prompted to mimic the common clinical reasoning processes of
clinicians without sacrificing diagnostic accuracy. This is significant because
an LLM that can use clinical reasoning to provide an interpretable rationale
offers physicians a means to evaluate whether LLMs can be trusted for patient
care. Novel prompting methods have the potential to expose the black box of
LLMs, bringing them one step closer to safe and effective use in medicine. | cs.CL | Diagnostic Reasoning Prompts Reveal the Potential for Large Language Model Interpretability in Medicine |
2023-08-13T18:14:10Z | http://arxiv.org/pdf/2308.06828v3 | http://arxiv.org/abs/2308.06828v3 | Sanad Aburass, Osama Dorgham, Maha Abu Rumman | 2023-10-29T21:07:54Z | cs.CL, cs.AI, cs.LG | Natural Language Processing (NLP) has emerged as a crucial technology for
understanding and generating human language, playing an essential role in tasks
such as machine translation, sentiment analysis, and more pertinently, question
classification. As a subfield within NLP, question classification focuses on
determining the type of information being sought, a fundamental step for
downstream applications like question answering systems. This study presents an
innovative ensemble approach for question classification, combining the
strengths of Electra, GloVe, and LSTM models. Rigorously tested on the
well-regarded TREC dataset, the model demonstrates how the integration of these
disparate technologies can lead to superior results. Electra brings in its
transformer-based capabilities for complex language understanding, GloVe offers
global vector representations for capturing word-level semantics, and LSTM
contributes its sequence learning abilities to model long-term dependencies. By
fusing these elements strategically, our ensemble model delivers a robust and
efficient solution for the complex task of question classification. Through
rigorous comparisons with well-known models like BERT, RoBERTa, and DistilBERT,
the ensemble approach verifies its effectiveness by attaining an 80% accuracy
score on the test dataset. | cs.CL | An Ensemble Approach to Question Classification: Integrating Electra Transformer, GloVe, and LSTM |
2023-08-13T15:44:39Z | http://arxiv.org/pdf/2308.06795v2 | http://arxiv.org/abs/2308.06795v2 | Evan Crothers, Herna Viktor, Nathalie Japkowicz | 2024-05-31T22:41:54Z | cs.CL, cs.LG | A common approach to quantifying neural text classifier interpretability is
to calculate faithfulness metrics based on iteratively masking salient input
tokens and measuring changes in the model prediction. We propose that this
property is better described as "sensitivity to iterative masking", and
highlight pitfalls in using this measure for comparing text classifier
interpretability. We show that iterative masking produces large variation in
faithfulness scores between otherwise comparable Transformer encoder text
classifiers. We then demonstrate that iteratively masked samples produce
embeddings outside the distribution seen during training, resulting in
unpredictable behaviour. We further explore task-specific considerations that
undermine principled comparison of interpretability using iterative masking,
such as an underlying similarity to salience-based adversarial attacks. Our
findings give insight into how these behaviours affect neural text classifiers,
and provide guidance on how sensitivity to iterative masking should be
interpreted. | cs.CL | Robust Infidelity: When Faithfulness Measures on Masked Language Models Are Misleading |
2023-08-13T15:03:31Z | http://arxiv.org/pdf/2308.06788v2 | http://arxiv.org/abs/2308.06788v2 | Johne Jarske, Jorge Rady, Lucia V. L. Filgueiras, Leandro M. Velloso, Tania L. Santos | 2023-09-16T11:42:49Z | cs.HC, cs.CL, cs.DB, cs.GR | Organizations of all kinds, whether public or private, profit-driven or
non-profit, and across various industries and sectors, rely on dashboards for
effective data visualization. However, the reliability and efficacy of these
dashboards rely on the quality of the visual and data they present. Studies
show that less than a quarter of dashboards provide information about their
sources, which is just one of the expected metadata when provenance is
seriously considered. Provenance is a record that describes people,
organizations, entities, and activities that had a role in the production,
influence, or delivery of a piece of data or an object. This paper aims to
provide a provenance representation model, that entitles standardization,
modeling, generation, capture, and visualization, specifically designed for
dashboards and its visual and data components. The proposed model will offer a
comprehensive set of essential provenance metadata that enables users to
evaluate the quality, consistency, and reliability of the information presented
on dashboards. This will allow a clear and precise understanding of the context
in which a specific dashboard was developed, ultimately leading to better
decision-making. | cs.HC | Modeling the Dashboard Provenance |
2023-08-13T11:07:55Z | http://arxiv.org/pdf/2308.06744v4 | http://arxiv.org/abs/2308.06744v4 | Minsoo Kim, Sihwa Lee, Janghwan Lee, Sukjin Hong, Du-Seong Chang, Wonyong Sung, Jungwook Choi | 2023-12-03T03:29:37Z | cs.CL | Generative Language Models (GLMs) have shown impressive performance in tasks
such as text generation, understanding, and reasoning. However, the large model
size poses challenges for practical deployment. To solve this problem,
Quantization-Aware Training (QAT) has become increasingly popular. However,
current QAT methods for generative models have resulted in a noticeable loss of
accuracy. To counteract this issue, we propose a novel knowledge distillation
method specifically designed for GLMs. Our method, called token-scaled logit
distillation, prevents overfitting and provides superior learning from the
teacher model and ground truth. This research marks the first evaluation of
ternary weight quantization-aware training of large-scale GLMs with less than
1.0 degradation in perplexity and achieves enhanced accuracy in tasks like
common-sense QA and arithmetic reasoning as well as natural language
understanding. Our code is available at https://github.com/aiha-lab/TSLD. | cs.CL | Token-Scaled Logit Distillation for Ternary Weight Generative Language Models |
2023-08-13T09:20:47Z | http://arxiv.org/pdf/2308.07935v1 | http://arxiv.org/abs/2308.07935v1 | Georgios Fatouros, John Soldatos, Kalliopi Kouroumali, Georgios Makridis, Dimosthenis Kyriazis | 2023-08-13T09:20:47Z | cs.CL, cs.AI, cs.CE, cs.IR, 68T01, 68T50, 91B28, 91B30 | Financial sentiment analysis plays a crucial role in decoding market trends
and guiding strategic trading decisions. Despite the deployment of advanced
deep learning techniques and language models to refine sentiment analysis in
finance, this study breaks new ground by investigating the potential of large
language models, particularly ChatGPT 3.5, in financial sentiment analysis,
with a strong emphasis on the foreign exchange market (forex). Employing a
zero-shot prompting approach, we examine multiple ChatGPT prompts on a
meticulously curated dataset of forex-related news headlines, measuring
performance using metrics such as precision, recall, f1-score, and Mean
Absolute Error (MAE) of the sentiment class. Additionally, we probe the
correlation between predicted sentiment and market returns as an additional
evaluation approach. ChatGPT, compared to FinBERT, a well-established sentiment
analysis model for financial texts, exhibited approximately 35\% enhanced
performance in sentiment classification and a 36\% higher correlation with
market returns. By underlining the significance of prompt engineering,
particularly in zero-shot contexts, this study spotlights ChatGPT's potential
to substantially boost sentiment analysis in financial applications. By sharing
the utilized dataset, our intention is to stimulate further research and
advancements in the field of financial services. | cs.CL | Transforming Sentiment Analysis in the Financial Domain with ChatGPT |
2023-08-13T06:29:38Z | http://arxiv.org/pdf/2308.06696v1 | http://arxiv.org/abs/2308.06696v1 | Yichi Zhang, Zhuo Chen, Wen Zhang | 2023-08-13T06:29:38Z | cs.CL, cs.AI, cs.MM | Recent years have seen significant advancements in multi-modal knowledge
graph completion (MMKGC). MMKGC enhances knowledge graph completion (KGC) by
integrating multi-modal entity information, thereby facilitating the discovery
of unobserved triples in the large-scale knowledge graphs (KGs). Nevertheless,
existing methods emphasize the design of elegant KGC models to facilitate
modality interaction, neglecting the real-life problem of missing modalities in
KGs. The missing modality information impedes modal interaction, consequently
undermining the model's performance. In this paper, we propose a modality
adversarial and contrastive framework (MACO) to solve the modality-missing
problem in MMKGC. MACO trains a generator and discriminator adversarially to
generate missing modality features that can be incorporated into the MMKGC
model. Meanwhile, we design a cross-modal contrastive loss to improve the
performance of the generator. Experiments on public benchmarks with further
explorations demonstrate that MACO could achieve state-of-the-art results and
serve as a versatile framework to bolster various MMKGC models. Our code and
benchmark data are available at https://github.com/zjukg/MACO. | cs.CL | MACO: A Modality Adversarial and Contrastive Framework for Modality-missing Multi-modal Knowledge Graph Completion |
2023-08-12T16:56:55Z | http://arxiv.org/pdf/2308.06610v1 | http://arxiv.org/abs/2308.06610v1 | Ambrose Robinson, William Thorne, Ben P. Wu, Abdullah Pandor, Munira Essat, Mark Stevenson, Xingyi Song | 2023-08-12T16:56:55Z | cs.CL, cs.AI | Medical systematic reviews can be very costly and resource intensive. We
explore how Large Language Models (LLMs) can support and be trained to perform
literature screening when provided with a detailed set of selection criteria.
Specifically, we instruction tune LLaMA and Guanaco models to perform abstract
screening for medical systematic reviews. Our best model, Bio-SIEVE,
outperforms both ChatGPT and trained traditional approaches, and generalises
better across medical domains. However, there remains the challenge of adapting
the model to safety-first scenarios. We also explore the impact of multi-task
training with Bio-SIEVE-Multi, including tasks such as PICO extraction and
exclusion reasoning, but find that it is unable to match single-task
Bio-SIEVE's performance. We see Bio-SIEVE as an important step towards
specialising LLMs for the biomedical systematic review process and explore its
future developmental opportunities. We release our models, code and a list of
DOIs to reconstruct our dataset for reproducibility. | cs.CL | Bio-SIEVE: Exploring Instruction Tuning Large Language Models for Systematic Review Automation |
2023-08-12T16:45:39Z | http://arxiv.org/pdf/2308.07342v1 | http://arxiv.org/abs/2308.07342v1 | Ruxiao Chen, Shuaishuai Guo | 2023-08-12T16:45:39Z | eess.SP, cs.CL | Mobile augmented reality (MAR) is widely acknowledged as one of the
ubiquitous interfaces to the digital twin and Metaverse, demanding unparalleled
levels of latency, computational power, and energy efficiency. The existing
solutions for realizing MAR combine multiple technologies like edge, cloud
computing, and fifth-generation (5G) networks. However, the inherent
communication latency of visual data imposes apparent limitations on the
quality of experience (QoE). To address the challenge, we propose an emergent
semantic communication framework to learn the communication protocols in MAR.
Specifically, we train two agents through a modified Lewis signaling game to
emerge a discrete communication protocol spontaneously. Based on this protocol,
two agents can communicate about the abstract idea of visual data through
messages with extremely small data sizes in a noisy channel, which leads to
message errors. To better simulate real-world scenarios, we incorporate channel
uncertainty into our training process. Experiments have shown that the proposed
scheme has better generalization on unseen objects than traditional object
recognition used in MAR and can effectively enhance communication efficiency
through the utilization of small-size messages. | eess.SP | Emergent communication for AR |
2023-08-12T15:27:51Z | http://arxiv.org/pdf/2308.06595v4 | http://arxiv.org/abs/2308.06595v4 | Yonatan Bitton, Hritik Bansal, Jack Hessel, Rulin Shao, Wanrong Zhu, Anas Awadalla, Josh Gardner, Rohan Taori, Ludwig Schmidt | 2023-12-26T15:57:47Z | cs.CL, cs.AI, cs.CV | We introduce VisIT-Bench (Visual InsTruction Benchmark), a benchmark for
evaluation of instruction-following vision-language models for real-world use.
Our starting point is curating 70 'instruction families' that we envision
instruction tuned vision-language models should be able to address. Extending
beyond evaluations like VQAv2 and COCO, tasks range from basic recognition to
game playing and creative generation. Following curation, our dataset comprises
592 test queries, each with a human-authored instruction-conditioned caption.
These descriptions surface instruction-specific factors, e.g., for an
instruction asking about the accessibility of a storefront for wheelchair
users, the instruction-conditioned caption describes ramps/potential obstacles.
These descriptions enable 1) collecting human-verified reference outputs for
each instance; and 2) automatic evaluation of candidate multimodal generations
using a text-only LLM, aligning with human judgment. We quantify quality gaps
between models and references using both human and automatic evaluations; e.g.,
the top-performing instruction-following model wins against the GPT-4 reference
in just 27% of the comparison. VisIT-Bench is dynamic to participate,
practitioners simply submit their model's response on the project website;
Data, code and leaderboard is available at visit-bench.github.io. | cs.CL | VisIT-Bench: A Benchmark for Vision-Language Instruction Following Inspired by Real-World Use |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.