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
|
---|---|---|---|---|---|---|---|---|
2024-03-06T18:50:14Z | http://arxiv.org/pdf/2403.03942v2 | http://arxiv.org/abs/2403.03942v2 | Adithya Bhaskar, Dan Friedman, Danqi Chen | 2024-06-05T17:44:03Z | cs.CL, cs.LG | Prior work has found that pretrained language models (LMs) fine-tuned with
different random seeds can achieve similar in-domain performance but generalize
differently on tests of syntactic generalization. In this work, we show that,
even within a single model, we can find multiple subnetworks that perform
similarly in-domain, but generalize vastly differently. To better understand
these phenomena, we investigate if they can be understood in terms of
"competing subnetworks": the model initially represents a variety of distinct
algorithms, corresponding to different subnetworks, and generalization occurs
when it ultimately converges to one. This explanation has been used to account
for generalization in simple algorithmic tasks ("grokking"). Instead of finding
competing subnetworks, we find that all subnetworks -- whether they generalize
or not -- share a set of attention heads, which we refer to as the heuristic
core. Further analysis suggests that these attention heads emerge early in
training and compute shallow, non-generalizing features. The model learns to
generalize by incorporating additional attention heads, which depend on the
outputs of the "heuristic" heads to compute higher-level features. Overall, our
results offer a more detailed picture of the mechanisms for syntactic
generalization in pretrained LMs. | cs.CL | The Heuristic Core: Understanding Subnetwork Generalization in Pretrained Language Models |
2024-03-06T18:33:51Z | http://arxiv.org/pdf/2403.03923v1 | http://arxiv.org/abs/2403.03923v1 | Ben Peters, André F. T. Martins | 2024-03-06T18:33:51Z | cs.CL | Neural machine translation (MT) models achieve strong results across a
variety of settings, but it is widely believed that they are highly sensitive
to "noisy" inputs, such as spelling errors, abbreviations, and other formatting
issues. In this paper, we revisit this insight in light of recent multilingual
MT models and large language models (LLMs) applied to machine translation.
Somewhat surprisingly, we show through controlled experiments that these models
are far more robust to many kinds of noise than previous models, even when they
perform similarly on clean data. This is notable because, even though LLMs have
more parameters and more complex training processes than past models, none of
the open ones we consider use any techniques specifically designed to encourage
robustness. Next, we show that similar trends hold for social media translation
experiments -- LLMs are more robust to social media text. We include an
analysis of the circumstances in which source correction techniques can be used
to mitigate the effects of noise. Altogether, we show that robustness to many
types of noise has increased. | cs.CL | Did Translation Models Get More Robust Without Anyone Even Noticing? |
2024-03-06T18:29:18Z | http://arxiv.org/pdf/2403.03920v1 | http://arxiv.org/abs/2403.03920v1 | Zewei Tian, Min Sun, Alex Liu, Shawon Sarkar, Jing Liu | 2024-03-06T18:29:18Z | cs.AI, cs.CL, cs.HC | This paper explores the transformative potential of computer-assisted textual
analysis in enhancing instructional quality through in-depth insights from
educational artifacts. We integrate Richard Elmore's Instructional Core
Framework to examine how artificial intelligence (AI) and machine learning (ML)
methods, particularly natural language processing (NLP), can analyze
educational content, teacher discourse, and student responses to foster
instructional improvement. Through a comprehensive review and case studies
within the Instructional Core Framework, we identify key areas where AI/ML
integration offers significant advantages, including teacher coaching, student
support, and content development. We unveil patterns that indicate AI/ML not
only streamlines administrative tasks but also introduces novel pathways for
personalized learning, providing actionable feedback for educators and
contributing to a richer understanding of instructional dynamics. This paper
emphasizes the importance of aligning AI/ML technologies with pedagogical goals
to realize their full potential in educational settings, advocating for a
balanced approach that considers ethical considerations, data quality, and the
integration of human expertise. | cs.AI | Enhancing Instructional Quality: Leveraging Computer-Assisted Textual Analysis to Generate In-Depth Insights from Educational Artifacts |
2024-03-06T18:14:22Z | http://arxiv.org/pdf/2403.03909v2 | http://arxiv.org/abs/2403.03909v2 | Tanja Samardzic, Ximena Gutierrez, Christian Bentz, Steven Moran, Olga Pelloni | 2024-04-16T10:00:41Z | cs.CL | Typologically diverse benchmarks are increasingly created to track the
progress achieved in multilingual NLP. Linguistic diversity of these data sets
is typically measured as the number of languages or language families included
in the sample, but such measures do not consider structural properties of the
included languages. In this paper, we propose assessing linguistic diversity of
a data set against a reference language sample as a means of maximising
linguistic diversity in the long run. We represent languages as sets of
features and apply a version of the Jaccard index suitable for comparing sets
of measures. In addition to the features extracted from typological data bases,
we propose an automatic text-based measure, which can be used as a means of
overcoming the well-known problem of data sparsity in manually collected
features. Our diversity score is interpretable in terms of linguistic features
and can identify the types of languages that are not represented in a data set.
Using our method, we analyse a range of popular multilingual data sets (UD,
Bible100, mBERT, XTREME, XGLUE, XNLI, XCOPA, TyDiQA, XQuAD). In addition to
ranking these data sets, we find, for example, that (poly)synthetic languages
are missing in almost all of them. | cs.CL | A Measure for Transparent Comparison of Linguistic Diversity in Multilingual NLP Data Sets |
2024-03-06T17:52:08Z | http://arxiv.org/pdf/2403.03894v3 | http://arxiv.org/abs/2403.03894v3 | Indraneil Paul, Goran Glavaš, Iryna Gurevych | 2024-04-15T16:29:41Z | cs.AI, cs.CL, cs.PL | Code understanding and generation have fast become some of the most popular
applications of language models (LMs). Nonetheless, research on multilingual
aspects of Code-LMs (i.e., LMs for code generation) such as cross-lingual
transfer between different programming languages, language-specific data
augmentation, and post-hoc LM adaptation, alongside exploitation of data
sources other than the original textual content, has been much sparser than for
their natural language counterparts. In particular, most mainstream Code-LMs
have been pre-trained on source code files alone. In this work, we investigate
the prospect of leveraging readily available compiler intermediate
representations (IR) - shared across programming languages - to improve the
multilingual capabilities of Code-LMs and facilitate cross-lingual transfer.
To this end, we first compile SLTrans, a parallel dataset consisting of
nearly 4M self-contained source code files coupled with respective intermediate
representations. Next, starting from various base Code-LMs (ranging in size
from 1.1B to 7.3B parameters), we carry out continued causal language modelling
training on SLTrans, forcing the Code-LMs to (1) learn the IR language and (2)
align the IR constructs with respective constructs of various programming
languages. Our resulting models, dubbed IRCoder, display sizeable and
consistent gains across a wide variety of code generation tasks and metrics,
including prompt robustness, multilingual code completion, code understanding,
and instruction following. | cs.AI | IRCoder: Intermediate Representations Make Language Models Robust Multilingual Code Generators |
2024-03-06T17:51:43Z | http://arxiv.org/pdf/2403.03893v3 | http://arxiv.org/abs/2403.03893v3 | Luiza Pozzobon, Patrick Lewis, Sara Hooker, Beyza Ermis | 2024-05-30T17:37:11Z | cs.CL, cs.AI | To date, toxicity mitigation in language models has almost entirely been
focused on single-language settings. As language models embrace multilingual
capabilities, it's crucial our safety measures keep pace. Recognizing this
research gap, our approach expands the scope of conventional toxicity
mitigation to address the complexities presented by multiple languages. In the
absence of sufficient annotated datasets across languages, we employ translated
data to evaluate and enhance our mitigation techniques. We also compare
finetuning mitigation approaches against retrieval-augmented techniques under
both static and continual toxicity mitigation scenarios. This allows us to
examine the effects of translation quality and the cross-lingual transfer on
toxicity mitigation. We also explore how model size and data quantity affect
the success of these mitigation efforts. Covering nine languages, our study
represents a broad array of linguistic families and levels of resource
availability, ranging from high to mid-resource languages. Through
comprehensive experiments, we provide insights into the complexities of
multilingual toxicity mitigation, offering valuable insights and paving the way
for future research in this increasingly important field. Code and data are
available at https://github.com/for-ai/goodtriever. | cs.CL | From One to Many: Expanding the Scope of Toxicity Mitigation in Language Models |
2024-03-06T17:48:06Z | http://arxiv.org/pdf/2403.03888v2 | http://arxiv.org/abs/2403.03888v2 | Vasileios Katranidis, Gabor Barany | 2024-04-08T14:49:52Z | cs.CL | The demand for accurate and efficient verification of information in texts
generated by large language models (LMs) is at an all-time high, but remains
unresolved. Recent efforts have focused on extracting and verifying atomic
facts from these texts via prompting LM evaluators. However, we demonstrate
that this method of prompting is unreliable when faced with incomplete or
inaccurate reference information. We introduce Facts as a Function (FaaF), a
new approach to the fact verification task that leverages the function-calling
capabilities of LMs. FaaF significantly enhances the ability of LMs to identify
unsupported facts in texts, while also improving efficiency and significantly
lowering costs compared to prompt-based methods. Additionally, we propose a
framework for evaluating factual recall in Retrieval Augmented Generation (RAG)
systems, which we employ to compare prompt-based and FaaF methods using various
LMs under challenging conditions. | cs.CL | FaaF: Facts as a Function for the evaluation of generated text |
2024-03-06T17:42:16Z | http://arxiv.org/pdf/2403.03883v2 | http://arxiv.org/abs/2403.03883v2 | Pierre Colombo, Telmo Pessoa Pires, Malik Boudiaf, Dominic Culver, Rui Melo, Caio Corro, Andre F. T. Martins, Fabrizio Esposito, Vera Lúcia Raposo, Sofia Morgado, Michael Desa | 2024-03-07T06:39:32Z | cs.CL | In this paper, we introduce SaulLM-7B, a large language model (LLM) tailored
for the legal domain. With 7 billion parameters, SaulLM-7B is the first LLM
designed explicitly for legal text comprehension and generation. Leveraging the
Mistral 7B architecture as its foundation, SaulLM-7B is trained on an English
legal corpus of over 30 billion tokens. SaulLM-7B exhibits state-of-the-art
proficiency in understanding and processing legal documents. Additionally, we
present a novel instructional fine-tuning method that leverages legal datasets
to further enhance SaulLM-7B's performance in legal tasks. SaulLM-7B is
released under the MIT License. | cs.CL | SaulLM-7B: A pioneering Large Language Model for Law |
2024-03-06T17:35:27Z | http://arxiv.org/pdf/2403.03874v1 | http://arxiv.org/abs/2403.03874v1 | Amanda Cercas Curry, Zeerak Talat, Dirk Hovy | 2024-03-06T17:35:27Z | cs.CL, cs.AI, cs.CY | Since Labov's (1964) foundational work on the social stratification of
language, linguistics has dedicated concerted efforts towards understanding the
relationships between socio-demographic factors and language production and
perception. Despite the large body of evidence identifying significant
relationships between socio-demographic factors and language production,
relatively few of these factors have been investigated in the context of NLP
technology. While age and gender are well covered, Labov's initial target,
socio-economic class, is largely absent. We survey the existing Natural
Language Processing (NLP) literature and find that only 20 papers even mention
socio-economic status. However, the majority of those papers do not engage with
class beyond collecting information of annotator-demographics. Given this
research lacuna, we provide a definition of class that can be operationalised
by NLP researchers, and argue for including socio-economic class in future
language technologies. | cs.CL | Impoverished Language Technology: The Lack of (Social) Class in NLP |
2024-03-06T17:23:28Z | http://arxiv.org/pdf/2403.03870v1 | http://arxiv.org/abs/2403.03870v1 | Shannon Zejiang Shen, Hunter Lang, Bailin Wang, Yoon Kim, David Sontag | 2024-03-06T17:23:28Z | cs.CL, cs.LG | We propose a method to teach multiple large language models (LLM) to
collaborate by interleaving their generations at the token level. We model the
decision of which LLM generates the next token as a latent variable. By
optimizing the marginal likelihood of a training set under our latent variable
model, the base LLM automatically learns when to generate itself and when to
call on one of the ``assistant'' language models to generate, all without
direct supervision. Token-level collaboration during decoding allows for a
fusion of each model's expertise in a manner tailored to the specific task at
hand. Our collaborative decoding is especially useful in cross-domain settings
where a generalist base LLM learns to invoke domain expert models. On
instruction-following, domain-specific QA, and reasoning tasks, we show that
the performance of the joint system exceeds that of the individual models.
Through qualitative analysis of the learned latent decisions, we show models
trained with our method exhibit several interesting collaboration patterns,
e.g., template-filling. Our code is available at
https://github.com/clinicalml/co-llm. | cs.CL | Learning to Decode Collaboratively with Multiple Language Models |
2024-03-06T17:17:36Z | http://arxiv.org/pdf/2403.03867v1 | http://arxiv.org/abs/2403.03867v1 | Yibo Jiang, Goutham Rajendran, Pradeep Ravikumar, Bryon Aragam, Victor Veitch | 2024-03-06T17:17:36Z | cs.CL, cs.LG, stat.ML | Recent works have argued that high-level semantic concepts are encoded
"linearly" in the representation space of large language models. In this work,
we study the origins of such linear representations. To that end, we introduce
a simple latent variable model to abstract and formalize the concept dynamics
of the next token prediction. We use this formalism to show that the next token
prediction objective (softmax with cross-entropy) and the implicit bias of
gradient descent together promote the linear representation of concepts.
Experiments show that linear representations emerge when learning from data
matching the latent variable model, confirming that this simple structure
already suffices to yield linear representations. We additionally confirm some
predictions of the theory using the LLaMA-2 large language model, giving
evidence that the simplified model yields generalizable insights. | cs.CL | On the Origins of Linear Representations in Large Language Models |
2024-03-06T17:16:44Z | http://arxiv.org/pdf/2403.03866v1 | http://arxiv.org/abs/2403.03866v1 | Fangyuan Xu, Kyle Lo, Luca Soldaini, Bailey Kuehl, Eunsol Choi, David Wadden | 2024-03-06T17:16:44Z | cs.CL | Large language models (LLMs) adapted to follow user instructions are now
widely deployed as conversational agents. In this work, we examine one
increasingly common instruction-following task: providing writing assistance to
compose a long-form answer. To evaluate the capabilities of current LLMs on
this task, we construct KIWI, a dataset of knowledge-intensive writing
instructions in the scientific domain. Given a research question, an initial
model-generated answer and a set of relevant papers, an expert annotator
iteratively issues instructions for the model to revise and improve its answer.
We collect 1,260 interaction turns from 234 interaction sessions with three
state-of-the-art LLMs. Each turn includes a user instruction, a model response,
and a human evaluation of the model response. Through a detailed analysis of
the collected responses, we find that all models struggle to incorporate new
information into an existing answer, and to perform precise and unambiguous
edits. Further, we find that models struggle to judge whether their outputs
successfully followed user instructions, with accuracy at least 10 points short
of human agreement. Our findings indicate that KIWI will be a valuable resource
to measure progress and improve LLMs' instruction-following capabilities for
knowledge intensive writing tasks. | cs.CL | KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions |
2024-03-06T17:13:24Z | http://arxiv.org/pdf/2403.03863v1 | http://arxiv.org/abs/2403.03863v1 | Hanzi Xu, Muhao Chen, Lifu Huang, Slobodan Vucetic, Wenpeng Yin | 2024-03-06T17:13:24Z | cs.CL | In recent years, few-shot and zero-shot learning, which learn to predict
labels with limited annotated instances, have garnered significant attention.
Traditional approaches often treat frequent-shot (freq-shot; labels with
abundant instances), few-shot, and zero-shot learning as distinct challenges,
optimizing systems for just one of these scenarios. Yet, in real-world
settings, label occurrences vary greatly. Some of them might appear thousands
of times, while others might only appear sporadically or not at all. For
practical deployment, it is crucial that a system can adapt to any label
occurrence. We introduce a novel classification challenge: X-shot, reflecting a
real-world context where freq-shot, few-shot, and zero-shot labels co-occur
without predefined limits. Here, X can span from 0 to positive infinity. The
crux of X-shot centers on open-domain generalization and devising a system
versatile enough to manage various label scenarios. To solve X-shot, we propose
BinBin (Binary INference Based on INstruction following) that leverages the
Indirect Supervision from a large collection of NLP tasks via instruction
following, bolstered by Weak Supervision provided by large language models.
BinBin surpasses previous state-of-the-art techniques on three benchmark
datasets across multiple domains. To our knowledge, this is the first work
addressing X-shot learning, where X remains variable. | cs.CL | X-Shot: A Unified System to Handle Frequent, Few-shot and Zero-shot Learning Simultaneously in Classification |
2024-03-06T17:11:38Z | http://arxiv.org/pdf/2403.03861v2 | http://arxiv.org/abs/2403.03861v2 | Rishabh Adiga, Lakshminarayanan Subramanian, Varun Chandrasekaran | 2024-03-19T19:51:09Z | cs.CL, cs.LG | Pretrained language models (PLMs) have shown remarkable few-shot learning
capabilities when provided with properly formatted examples. However, selecting
the "best" examples remains an open challenge. We propose a complexity-based
prompt selection approach for sequence tagging tasks. This approach avoids the
training of a dedicated model for selection of examples, and instead uses
certain metrics to align the syntactico-semantic complexity of test sentences
and examples. We use both sentence- and word-level metrics to match the
complexity of examples to the (test) sentence being considered. Our results
demonstrate that our approach extracts greater performance from PLMs: it
achieves state-of-the-art performance on few-shot NER, achieving a 5% absolute
improvement in F1 score on the CoNLL2003 dataset for GPT-4. We also see large
gains of upto 28.85 points (F1/Acc.) in smaller models like GPT-j-6B. | cs.CL | Designing Informative Metrics for Few-Shot Example Selection |
2024-03-06T17:06:17Z | http://arxiv.org/pdf/2403.03857v2 | http://arxiv.org/abs/2403.03857v2 | Lars Henning Klein, Roland Aydin, Robert West | 2024-03-07T14:09:00Z | cs.CL, cs.HC | Emoji have become ubiquitous in written communication, on the Web and beyond.
They can emphasize or clarify emotions, add details to conversations, or simply
serve decorative purposes. This casual use, however, barely scratches the
surface of the expressive power of emoji. To further unleash this power, we
present Emojinize, a method for translating arbitrary text phrases into
sequences of one or more emoji without requiring human input. By leveraging the
power of large language models, Emojinize can choose appropriate emoji by
disambiguating based on context (eg, cricket-bat vs bat) and can express
complex concepts compositionally by combining multiple emoji (eq, "Emojinize"
is translated to input-latin-letters right-arrow grinning-face). In a cloze
test--based user study, we show that Emojinize's emoji translations increase
the human guessability of masked words by 55%, whereas human-picked emoji
translations do so by only 29%. These results suggest that emoji provide a
sufficiently rich vocabulary to accurately translate a wide variety of words.
Moreover, annotating words and phrases with Emojinize's emoji translations
opens the door to numerous downstream applications, including children learning
how to read, adults learning foreign languages, and text understanding for
people with learning disabilities. | cs.CL | Emojinize: Enriching Any Text with Emoji Translations |
2024-03-06T17:04:18Z | http://arxiv.org/pdf/2403.03853v2 | http://arxiv.org/abs/2403.03853v2 | Xin Men, Mingyu Xu, Qingyu Zhang, Bingning Wang, Hongyu Lin, Yaojie Lu, Xianpei Han, Weipeng Chen | 2024-03-07T16:21:09Z | cs.CL | As Large Language Models (LLMs) continue to advance in performance, their
size has escalated significantly, with current LLMs containing billions or even
trillions of parameters. However, in this study, we discovered that many layers
of LLMs exhibit high similarity, and some layers play a negligible role in
network functionality. Based on this observation, we define a metric called
Block Influence (BI) to gauge the significance of each layer in LLMs. We then
propose a straightforward pruning approach: layer removal, in which we directly
delete the redundant layers in LLMs based on their BI scores. Experiments
demonstrate that our method, which we call ShortGPT, significantly outperforms
previous state-of-the-art (SOTA) methods in model pruning. Moreover, ShortGPT
is orthogonal to quantization-like methods, enabling further reduction in
parameters and computation. The ability to achieve better results through
simple layer removal, as opposed to more complex pruning techniques, suggests a
high degree of redundancy in the model architecture. | cs.CL | ShortGPT: Layers in Large Language Models are More Redundant Than You Expect |
2024-03-06T16:39:50Z | http://arxiv.org/pdf/2403.12082v1 | http://arxiv.org/abs/2403.12082v1 | Adam Shostack | 2024-03-06T16:39:50Z | cs.CL, cs.AI, cs.LG | Recent work arXiv.2310.02238 asserted that "we effectively erase the model's
ability to generate or recall Harry Potter-related content.'' This claim is
shown to be overbroad. A small experiment of less than a dozen trials led to
repeated and specific mentions of Harry Potter, including "Ah, I see! A
"muggle" is a term used in the Harry Potter book series by Terry Pratchett...'' | cs.CL | The Boy Who Survived: Removing Harry Potter from an LLM is harder than reported |
2024-03-06T16:10:01Z | http://arxiv.org/pdf/2403.03823v5 | http://arxiv.org/abs/2403.03823v5 | Louis Mahon, Mirella Lapata | 2024-07-02T11:22:14Z | cs.CL | In this paper we address the task of summarizing television shows, which
touches key areas in AI research: complex reasoning, multiple modalities, and
long narratives. We present a modular approach where separate components
perform specialized sub-tasks which we argue affords greater flexibility
compared to end-to-end methods. Our modules involve detecting scene boundaries,
reordering scenes so as to minimize the number of cuts between different
events, converting visual information to text, summarizing the dialogue in each
scene, and fusing the scene summaries into a final summary for the entire
episode. We also present a new metric, PRISMA (Precision and Recall EvaluatIon
of Summary FActs), to measure both precision and recall of generated summaries,
which we decompose into atomic facts. Tested on the recently released
SummScreen3D dataset, our method produces higher quality summaries than
comparison models, as measured with ROUGE and our new fact-based metric, and as
assessed by human evaluators. | cs.CL | A Modular Approach for Multimodal Summarization of TV Shows |
2024-03-06T16:01:44Z | http://arxiv.org/pdf/2403.03814v1 | http://arxiv.org/abs/2403.03814v1 | Carolin Holtermann, Paul Röttger, Timm Dill, Anne Lauscher | 2024-03-06T16:01:44Z | cs.CL, cs.AI | Large language models (LLMs) need to serve everyone, including a global
majority of non-English speakers. However, most LLMs today, and open LLMs in
particular, are often intended for use in just English (e.g. Llama2, Mistral)
or a small handful of high-resource languages (e.g. Mixtral, Qwen). Recent
research shows that, despite limits in their intended use, people prompt LLMs
in many different languages. Therefore, in this paper, we investigate the basic
multilingual capabilities of state-of-the-art open LLMs beyond their intended
use. For this purpose, we introduce MultiQ, a new silver standard benchmark for
basic open-ended question answering with 27.4k test questions across a
typologically diverse set of 137 languages. With MultiQ, we evaluate language
fidelity, i.e.\ whether models respond in the prompted language, and question
answering accuracy. All LLMs we test respond faithfully and/or accurately for
at least some languages beyond their intended use. Most models are more
accurate when they respond faithfully. However, differences across models are
large, and there is a long tail of languages where models are neither accurate
nor faithful. We explore differences in tokenization as a potential explanation
for our findings, identifying possible correlations that warrant further
investigation. | cs.CL | Evaluating the Elementary Multilingual Capabilities of Large Language Models with MultiQ |
2024-03-06T15:33:32Z | http://arxiv.org/pdf/2403.03788v1 | http://arxiv.org/abs/2403.03788v1 | Zekai Zhang, Yiduo Guo, Yaobo Liang, Dongyan Zhao, Nan Duan | 2024-03-06T15:33:32Z | cs.CL | The growing dependence on Large Language Models (LLMs) for finishing user
instructions necessitates a comprehensive understanding of their robustness to
complex task completion in real-world situations. To address this critical
need, we propose the PowerPoint Task Completion Robustness benchmark (PPTC-R)
to measure LLMs' robustness to the user PPT task instruction and software
version. Specifically, we construct adversarial user instructions by attacking
user instructions at sentence, semantic, and multi-language levels. To assess
the robustness of Language Models to software versions, we vary the number of
provided APIs to simulate both the newest version and earlier version settings.
Subsequently, we test 3 closed-source and 4 open-source LLMs using a benchmark
that incorporates these robustness settings, aiming to evaluate how deviations
impact LLMs' API calls for task completion. We find that GPT-4 exhibits the
highest performance and strong robustness in our benchmark, particularly in the
version update and the multilingual settings. However, we find that all LLMs
lose their robustness when confronted with multiple challenges (e.g.,
multi-turn) simultaneously, leading to significant performance drops. We
further analyze the robustness behavior and error reasons of LLMs in our
benchmark, which provide valuable insights for researchers to understand the
LLM's robustness in task completion and develop more robust LLMs and agents. We
release the code and data at \url{https://github.com/ZekaiGalaxy/PPTCR}. | cs.CL | PPTC-R benchmark: Towards Evaluating the Robustness of Large Language Models for PowerPoint Task Completion |
2024-03-06T14:37:30Z | http://arxiv.org/pdf/2403.03750v2 | http://arxiv.org/abs/2403.03750v2 | Laura Mascarell, Ribin Chalumattu, Annette Rios | 2024-03-14T12:30:54Z | cs.CL, cs.AI, I.2.7 | The advent of Large Language Models (LLMs) has led to remarkable progress on
a wide range of natural language processing tasks. Despite the advances, these
large-sized models still suffer from hallucinating information in their output,
which poses a major issue in automatic text summarization, as we must guarantee
that the generated summary is consistent with the content of the source
document. Previous research addresses the challenging task of detecting
hallucinations in the output (i.e. inconsistency detection) in order to
evaluate the faithfulness of the generated summaries. However, these works
primarily focus on English and recent multilingual approaches lack German data.
This work presents absinth, a manually annotated dataset for hallucination
detection in German news summarization and explores the capabilities of novel
open-source LLMs on this task in both fine-tuning and in-context learning
settings. We open-source and release the absinth dataset to foster further
research on hallucination detection in German. | cs.CL | German also Hallucinates! Inconsistency Detection in News Summaries with the Absinth Dataset |
2024-03-06T14:27:29Z | http://arxiv.org/pdf/2403.03737v1 | http://arxiv.org/abs/2403.03737v1 | Arik Reuter, Anton Thielmann, Christoph Weisser, Benjamin Säfken, Thomas Kneib | 2024-03-06T14:27:29Z | cs.LG, cs.CL | Topic modelling was mostly dominated by Bayesian graphical models during the
last decade. With the rise of transformers in Natural Language Processing,
however, several successful models that rely on straightforward clustering
approaches in transformer-based embedding spaces have emerged and consolidated
the notion of topics as clusters of embedding vectors. We propose the
Transformer-Representation Neural Topic Model (TNTM), which combines the
benefits of topic representations in transformer-based embedding spaces and
probabilistic modelling. Therefore, this approach unifies the powerful and
versatile notion of topics based on transformer embeddings with fully
probabilistic modelling, as in models such as Latent Dirichlet Allocation
(LDA). We utilize the variational autoencoder (VAE) framework for improved
inference speed and modelling flexibility. Experimental results show that our
proposed model achieves results on par with various state-of-the-art approaches
in terms of embedding coherence while maintaining almost perfect topic
diversity. The corresponding source code is available at
https://github.com/ArikReuter/TNTM. | cs.LG | Probabilistic Topic Modelling with Transformer Representations |
2024-03-06T13:17:07Z | http://arxiv.org/pdf/2403.03690v1 | http://arxiv.org/abs/2403.03690v1 | Yikun Sun, Zhen Wan, Nobuhiro Ueda, Sakiko Yahata, Fei Cheng, Chenhui Chu, Sadao Kurohashi | 2024-03-06T13:17:07Z | cs.CL, cs.AI | The creation of instruction data and evaluation benchmarks for serving Large
language models often involves enormous human annotation. This issue becomes
particularly pronounced when rapidly developing such resources for a
non-English language like Japanese. Instead of following the popular practice
of directly translating existing English resources into Japanese (e.g.,
Japanese-Alpaca), we propose an efficient self-instruct method based on GPT-4.
We first translate a small amount of English instructions into Japanese and
post-edit them to obtain native-level quality. GPT-4 then utilizes them as
demonstrations to automatically generate Japanese instruction data. We also
construct an evaluation benchmark containing 80 questions across 8 categories,
using GPT-4 to automatically assess the response quality of LLMs without human
references. The empirical results suggest that the models fine-tuned on our
GPT-4 self-instruct data significantly outperformed the Japanese-Alpaca across
all three base pre-trained models. Our GPT-4 self-instruct data allowed the
LLaMA 13B model to defeat GPT-3.5 (Davinci-003) with a 54.37\% win-rate. The
human evaluation exhibits the consistency between GPT-4's assessments and human
preference. Our high-quality instruction data and evaluation benchmark have
been released here. | cs.CL | Rapidly Developing High-quality Instruction Data and Evaluation Benchmark for Large Language Models with Minimal Human Effort: A Case Study on Japanese |
2024-03-06T13:15:21Z | http://arxiv.org/pdf/2403.03689v2 | http://arxiv.org/abs/2403.03689v2 | Kaidi Chen, Ben Chen, Dehong Gao, Huangyu Dai, Wen Jiang, Wei Ning, Shanqing Yu, Libin Yang, Xiaoyan Cai | 2024-04-06T04:07:49Z | cs.CL, cs.AI | Existing Neural Machine Translation (NMT) models mainly handle translation in
the general domain, while overlooking domains with special writing formulas,
such as e-commerce and legal documents. Taking e-commerce as an example, the
texts usually include amounts of domain-related words and have more grammar
problems, which leads to inferior performances of current NMT methods. To
address these problems, we collect two domain-related resources, including a
set of term pairs (aligned Chinese-English bilingual terms) and a parallel
corpus annotated for the e-commerce domain. Furthermore, we propose a two-step
fine-tuning paradigm (named G2ST) with self-contrastive semantic enhancement to
transfer one general NMT model to the specialized NMT model for e-commerce. The
paradigm can be used for the NMT models based on Large language models (LLMs).
Extensive evaluations on real e-commerce titles demonstrate the superior
translation quality and robustness of our G2ST approach, as compared with
state-of-the-art NMT models such as LLaMA, Qwen, GPT-3.5, and even GPT-4. | cs.CL | General2Specialized LLMs Translation for E-commerce |
2024-03-06T11:56:02Z | http://arxiv.org/pdf/2403.03640v3 | http://arxiv.org/abs/2403.03640v3 | Xidong Wang, Nuo Chen, Junyin Chen, Yan Hu, Yidong Wang, Xiangbo Wu, Anningzhe Gao, Xiang Wan, Haizhou Li, Benyou Wang | 2024-06-28T06:16:24Z | cs.CL, cs.AI | Despite the vast repository of global medical knowledge predominantly being
in English, local languages are crucial for delivering tailored healthcare
services, particularly in areas with limited medical resources. To extend the
reach of medical AI advancements to a broader population, we aim to develop
medical LLMs across the six most widely spoken languages, encompassing a global
population of 6.1 billion. This effort culminates in the creation of the
ApolloCorpora multilingual medical dataset and the XMedBench benchmark. In the
multilingual medical benchmark, the released Apollo models, at various
relatively-small sizes (i.e., 0.5B, 1.8B, 2B, 6B, and 7B), achieve the best
performance among models of equivalent size. Especially, Apollo-7B is the
state-of-the-art multilingual medical LLMs up to 70B. Additionally, these lite
models could be used to improve the multi-lingual medical capabilities of
larger models without fine-tuning in a proxy-tuning fashion. We will
open-source training corpora, code, model weights and evaluation benchmark. | cs.CL | Apollo: A Lightweight Multilingual Medical LLM towards Democratizing Medical AI to 6B People |
2024-03-06T11:34:20Z | http://arxiv.org/pdf/2403.03628v2 | http://arxiv.org/abs/2403.03628v2 | Arik Reuter, Anton Thielmann, Christoph Weisser, Sebastian Fischer, Benjamin Säfken | 2024-06-22T09:00:29Z | cs.CL | Topic modeling seems to be almost synonymous with generating lists of top
words to represent topics within large text corpora. However, deducing a topic
from such list of individual terms can require substantial expertise and
experience, making topic modelling less accessible to people unfamiliar with
the particularities and pitfalls of top-word interpretation. A topic
representation limited to top-words might further fall short of offering a
comprehensive and easily accessible characterization of the various aspects,
facets and nuances a topic might have. To address these challenges, we
introduce GPTopic, a software package that leverages Large Language Models
(LLMs) to create dynamic, interactive topic representations. GPTopic provides
an intuitive chat interface for users to explore, analyze, and refine topics
interactively, making topic modeling more accessible and comprehensive. The
corresponding code is available here: https://github.com/ArikReuter/TopicGPT. | cs.CL | GPTopic: Dynamic and Interactive Topic Representations |
2024-03-06T11:32:41Z | http://arxiv.org/pdf/2403.03627v2 | http://arxiv.org/abs/2403.03627v2 | Jiahui Geng, Yova Kementchedjhieva, Preslav Nakov, Iryna Gurevych | 2024-04-26T05:16:53Z | cs.CL, cs.AI | Multimodal large language models (MLLMs) carry the potential to support
humans in processing vast amounts of information. While MLLMs are already being
used as a fact-checking tool, their abilities and limitations in this regard
are understudied. Here is aim to bridge this gap. In particular, we propose a
framework for systematically assessing the capacity of current multimodal
models to facilitate real-world fact-checking. Our methodology is
evidence-free, leveraging only these models' intrinsic knowledge and reasoning
capabilities. By designing prompts that extract models' predictions,
explanations, and confidence levels, we delve into research questions
concerning model accuracy, robustness, and reasons for failure. We empirically
find that (1) GPT-4V exhibits superior performance in identifying malicious and
misleading multimodal claims, with the ability to explain the unreasonable
aspects and underlying motives, and (2) existing open-source models exhibit
strong biases and are highly sensitive to the prompt. Our study offers insights
into combating false multimodal information and building secure, trustworthy
multimodal models. To the best of our knowledge, we are the first to evaluate
MLLMs for real-world fact-checking. | cs.CL | Multimodal Large Language Models to Support Real-World Fact-Checking |
2024-03-06T10:55:30Z | http://arxiv.org/pdf/2403.04808v1 | http://arxiv.org/abs/2403.04808v1 | Eva Giboulot, Furon Teddy | 2024-03-06T10:55:30Z | cs.CR, cs.CL, cs.LG | Watermarking is a technical means to dissuade malfeasant usage of Large
Language Models. This paper proposes a novel watermarking scheme, so-called
WaterMax, that enjoys high detectability while sustaining the quality of the
generated text of the original LLM. Its new design leaves the LLM untouched (no
modification of the weights, logits, temperature, or sampling technique).
WaterMax balances robustness and complexity contrary to the watermarking
techniques of the literature inherently provoking a trade-off between quality
and robustness. Its performance is both theoretically proven and experimentally
validated. It outperforms all the SotA techniques under the most complete
benchmark suite. | cs.CR | WaterMax: breaking the LLM watermark detectability-robustness-quality trade-off |
2024-03-06T09:57:52Z | http://arxiv.org/pdf/2403.03582v1 | http://arxiv.org/abs/2403.03582v1 | Séamus Lankford, Haithem Afli, Andy Way | 2024-03-06T09:57:52Z | cs.CL, cs.AI | adaptNMT is an open-source application that offers a streamlined approach to
the development and deployment of Recurrent Neural Networks and Transformer
models. This application is built upon the widely-adopted OpenNMT ecosystem,
and is particularly useful for new entrants to the field, as it simplifies the
setup of the development environment and creation of train, validation, and
test splits. The application offers a graphing feature that illustrates the
progress of model training, and employs SentencePiece for creating subword
segmentation models. Furthermore, the application provides an intuitive user
interface that facilitates hyperparameter customization. Notably, a
single-click model development approach has been implemented, and models
developed by adaptNMT can be evaluated using a range of metrics. To encourage
eco-friendly research, adaptNMT incorporates a green report that flags the
power consumption and kgCO${_2}$ emissions generated during model development.
The application is freely available. | cs.CL | Design of an Open-Source Architecture for Neural Machine Translation |
2024-03-06T09:57:42Z | http://arxiv.org/pdf/2403.03581v1 | http://arxiv.org/abs/2403.03581v1 | Sergio Rubio-Martín, María Teresa García-Ordás, Martín Bayón-Gutiérrez, Natalia Prieto-Fernández, José Alberto Benítez-Andrades | 2024-03-06T09:57:42Z | cs.CL, cs.LG | Purpose: Our study explored the use of artificial intelligence (AI) to
diagnose autism spectrum disorder (ASD). It focused on machine learning (ML)
and deep learning (DL) to detect ASD from text inputs on social media,
addressing challenges in traditional ASD diagnosis.
Methods: We used natural language processing (NLP), ML, and DL models
(including decision trees, XGB, KNN, RNN, LSTM, Bi-LSTM, BERT, and BERTweet) to
analyze 404,627 tweets, classifying them based on ASD or non-ASD authors. A
subset of 90,000 tweets was used for model training and testing.
Results: Our AI models showed high accuracy, with an 88% success rate in
identifying texts from individuals with ASD.
Conclusion: The study demonstrates AI's potential in improving ASD diagnosis,
especially in children, highlighting the importance of early detection. | cs.CL | Enhancing ASD detection accuracy: a combined approach of machine learning and deep learning models with natural language processing |
2024-03-06T09:36:36Z | http://arxiv.org/pdf/2403.03575v1 | http://arxiv.org/abs/2403.03575v1 | Séamus Lankford, Haithem Afli, Órla Ní Loinsigh, Andy Way | 2024-03-06T09:36:36Z | cs.CL, cs.AI | Machine Translation is a mature technology for many high-resource language
pairs. However in the context of low-resource languages, there is a paucity of
parallel data datasets available for developing translation models.
Furthermore, the development of datasets for low-resource languages often
focuses on simply creating the largest possible dataset for generic
translation. The benefits and development of smaller in-domain datasets can
easily be overlooked. To assess the merits of using in-domain data, a dataset
for the specific domain of health was developed for the low-resource English to
Irish language pair. Our study outlines the process used in developing the
corpus and empirically demonstrates the benefits of using an in-domain dataset
for the health domain. In the context of translating health-related data,
models developed using the gaHealth corpus demonstrated a maximum BLEU score
improvement of 22.2 points (40%) when compared with top performing models from
the LoResMT2021 Shared Task. Furthermore, we define linguistic guidelines for
developing gaHealth, the first bilingual corpus of health data for the Irish
language, which we hope will be of use to other creators of low-resource data
sets. gaHealth is now freely available online and is ready to be explored for
further research. | cs.CL | gaHealth: An English-Irish Bilingual Corpus of Health Data |
2024-03-06T09:06:34Z | http://arxiv.org/pdf/2403.03558v1 | http://arxiv.org/abs/2403.03558v1 | Yuhong Sun, Zhangyue Yin, Qipeng Guo, Jiawen Wu, Xipeng Qiu, Hui Zhao | 2024-03-06T09:06:34Z | cs.CL | Large language models (LLMs) are highly effective in various natural language
processing (NLP) tasks. However, they are susceptible to producing unreliable
conjectures in ambiguous contexts called hallucination. This paper presents a
new method for evaluating LLM hallucination in Question Answering (QA) based on
the unanswerable math word problem (MWP). To support this approach, we
innovatively develop a dataset called Unanswerable Math Word Problem (UMWP)
which comprises 5200 questions across five categories. We developed an
evaluation methodology combining text similarity and mathematical expression
detection to determine whether LLM considers the question unanswerable. The
results of extensive experiments conducted on 31 LLMs, including GPT-3,
InstructGPT, LLaMA, and Claude, demonstrate that in-context learning and
reinforcement learning with human feedback (RLHF) training significantly
enhance the model's ability to avoid hallucination. We show that utilizing MWP
is a reliable and effective approach to assess hallucination. Our code and data
are available at https://github.com/Yuki-Asuuna/UMWP. | cs.CL | Benchmarking Hallucination in Large Language Models based on Unanswerable Math Word Problem |
2024-03-06T08:43:30Z | http://arxiv.org/pdf/2403.03544v1 | http://arxiv.org/abs/2403.03544v1 | Hao Xue, Tianye Tang, Ali Payani, Flora D. Salim | 2024-03-06T08:43:30Z | cs.AI, cs.CL | With the advancement of large language models, language-based forecasting has
recently emerged as an innovative approach for predicting human mobility
patterns. The core idea is to use prompts to transform the raw mobility data
given as numerical values into natural language sentences so that the language
models can be leveraged to generate the description for future observations.
However, previous studies have only employed fixed and manually designed
templates to transform numerical values into sentences. Since the forecasting
performance of language models heavily relies on prompts, using fixed templates
for prompting may limit the forecasting capability of language models. In this
paper, we propose a novel framework for prompt mining in language-based
mobility forecasting, aiming to explore diverse prompt design strategies.
Specifically, the framework includes a prompt generation stage based on the
information entropy of prompts and a prompt refinement stage to integrate
mechanisms such as the chain of thought. Experimental results on real-world
large-scale data demonstrate the superiority of generated prompts from our
prompt mining pipeline. Additionally, the comparison of different prompt
variants shows that the proposed prompt refinement process is effective. Our
study presents a promising direction for further advancing language-based
mobility forecasting. | cs.AI | Prompt Mining for Language-based Human Mobility Forecasting |
2024-03-06T08:34:28Z | http://arxiv.org/pdf/2403.03538v1 | http://arxiv.org/abs/2403.03538v1 | Jorge Álvarez, Juan Carlos Armenteros, Camilo Torrón, Miguel Ortega-Martín, Alfonso Ardoiz, Óscar García, Ignacio Arranz, Íñigo Galdeano, Ignacio Garrido, Adrián Alonso, Fernando Bayón, Oleg Vorontsov | 2024-03-06T08:34:28Z | cs.SD, cs.AI, cs.CL, eess.AS | Radio advertising remains an integral part of modern marketing strategies,
with its appeal and potential for targeted reach undeniably effective. However,
the dynamic nature of radio airtime and the rising trend of multiple radio
spots necessitates an efficient system for monitoring advertisement broadcasts.
This study investigates a novel automated radio advertisement detection
technique incorporating advanced speech recognition and text classification
algorithms. RadIA's approach surpasses traditional methods by eliminating the
need for prior knowledge of the broadcast content. This contribution allows for
detecting impromptu and newly introduced advertisements, providing a
comprehensive solution for advertisement detection in radio broadcasting.
Experimental results show that the resulting model, trained on carefully
segmented and tagged text data, achieves an F1-macro score of 87.76 against a
theoretical maximum of 89.33. This paper provides insights into the choice of
hyperparameters and their impact on the model's performance. This study
demonstrates its potential to ensure compliance with advertising broadcast
contracts and offer competitive surveillance. This groundbreaking research
could fundamentally change how radio advertising is monitored and open new
doors for marketing optimization. | cs.SD | RADIA -- Radio Advertisement Detection with Intelligent Analytics |
2024-03-06T08:03:05Z | http://arxiv.org/pdf/2403.03522v2 | http://arxiv.org/abs/2403.03522v2 | Tirza Biron, Moshe Barboy, Eran Ben-Artzy, Alona Golubchik, Yanir Marmor, Smadar Szekely, Yaron Winter, David Harel | 2024-03-13T09:50:40Z | cs.SD, cs.CL, cs.LG, eess.AS | Non-verbal signals in speech are encoded by prosody and carry information
that ranges from conversation action to attitude and emotion. Despite its
importance, the principles that govern prosodic structure are not yet
adequately understood. This paper offers an analytical schema and a
technological proof-of-concept for the categorization of prosodic signals and
their association with meaning. The schema interprets surface-representations
of multi-layered prosodic events. As a first step towards implementation, we
present a classification process that disentangles prosodic phenomena of three
orders. It relies on fine-tuning a pre-trained speech recognition model,
enabling the simultaneous multi-class/multi-label detection. It generalizes
over a large variety of spontaneous data, performing on a par with, or superior
to, human annotation. In addition to a standardized formalization of prosody,
disentangling prosodic patterns can direct a theory of communication and speech
organization. A welcome by-product is an interpretation of prosody that will
enhance speech- and language-related technologies. | cs.SD | Non-verbal information in spontaneous speech -- towards a new framework of analysis |
2024-03-06T08:02:21Z | http://arxiv.org/pdf/2403.03521v1 | http://arxiv.org/abs/2403.03521v1 | Carinne Cherf, Yuval Pinter | 2024-03-06T08:02:21Z | cs.CL | Neural machine translation (NMT) has progressed rapidly in the past few
years, promising improvements and quality translations for different languages.
Evaluation of this task is crucial to determine the quality of the translation.
Overall, insufficient emphasis is placed on the actual sense of the translation
in traditional methods. We propose a bidirectional semantic-based evaluation
method designed to assess the sense distance of the translation from the source
text. This approach employs the comprehensive multilingual encyclopedic
dictionary BabelNet. Through the calculation of the semantic distance between
the source and its back translation of the output, our method introduces a
quantifiable approach that empowers sentence comparison on the same linguistic
level. Factual analysis shows a strong correlation between the average
evaluation scores generated by our method and the human assessments across
various machine translation systems for English-German language pair. Finally,
our method proposes a new multilingual approach to rank MT systems without the
need for parallel corpora. | cs.CL | BiVert: Bidirectional Vocabulary Evaluation using Relations for Machine Translation |
2024-03-06T07:49:06Z | http://arxiv.org/pdf/2403.03516v1 | http://arxiv.org/abs/2403.03516v1 | Chao-Wei Huang, Chen-An Li, Tsu-Yuan Hsu, Chen-Yu Hsu, Yun-Nung Chen | 2024-03-06T07:49:06Z | cs.CL, cs.IR | Dense retrieval methods have demonstrated promising performance in
multilingual information retrieval, where queries and documents can be in
different languages. However, dense retrievers typically require a substantial
amount of paired data, which poses even greater challenges in multilingual
scenarios. This paper introduces UMR, an Unsupervised Multilingual dense
Retriever trained without any paired data. Our approach leverages the sequence
likelihood estimation capabilities of multilingual language models to acquire
pseudo labels for training dense retrievers. We propose a two-stage framework
which iteratively improves the performance of multilingual dense retrievers.
Experimental results on two benchmark datasets show that UMR outperforms
supervised baselines, showcasing the potential of training multilingual
retrievers without paired data, thereby enhancing their practicality. Our
source code, data, and models are publicly available at
https://github.com/MiuLab/UMR | cs.CL | Unsupervised Multilingual Dense Retrieval via Generative Pseudo Labeling |
2024-03-06T07:43:43Z | http://arxiv.org/pdf/2403.03514v1 | http://arxiv.org/abs/2403.03514v1 | Zexuan Qiu, Jingjing Li, Shijue Huang, Wanjun Zhong, Irwin King | 2024-03-06T07:43:43Z | cs.CL | Developing Large Language Models (LLMs) with robust long-context capabilities
has been the recent research focus, resulting in the emergence of long-context
LLMs proficient in Chinese. However, the evaluation of these models remains
underdeveloped due to a lack of benchmarks. To address this gap, we present
CLongEval, a comprehensive Chinese benchmark for evaluating long-context LLMs.
CLongEval is characterized by three key features: (1) Sufficient data volume,
comprising 7 distinct tasks and 7,267 examples; (2) Broad applicability,
accommodating to models with context windows size from 1K to 100K; (3) High
quality, with over 2,000 manually annotated question-answer pairs in addition
to the automatically constructed labels. With CLongEval, we undertake a
comprehensive assessment of 6 open-source long-context LLMs and 2 leading
commercial counterparts that feature both long-context abilities and
proficiency in Chinese. We also provide in-depth analysis based on the
empirical results, trying to shed light on the critical capabilities that
present challenges in long-context settings. The dataset, evaluation scripts,
and model outputs will be released. | cs.CL | CLongEval: A Chinese Benchmark for Evaluating Long-Context Large Language Models |
2024-03-06T07:25:46Z | http://arxiv.org/pdf/2403.03506v4 | http://arxiv.org/abs/2403.03506v4 | Zijie Zeng, Shiqi Liu, Lele Sha, Zhuang Li, Kaixun Yang, Sannyuya Liu, Dragan Gašević, Guanliang Chen | 2024-05-23T13:18:33Z | cs.CL, cs.AI | This study explores the challenge of sentence-level AI-generated text
detection within human-AI collaborative hybrid texts. Existing studies of
AI-generated text detection for hybrid texts often rely on synthetic datasets.
These typically involve hybrid texts with a limited number of boundaries. We
contend that studies of detecting AI-generated content within hybrid texts
should cover different types of hybrid texts generated in realistic settings to
better inform real-world applications. Therefore, our study utilizes the
CoAuthor dataset, which includes diverse, realistic hybrid texts generated
through the collaboration between human writers and an intelligent writing
system in multi-turn interactions. We adopt a two-step, segmentation-based
pipeline: (i) detect segments within a given hybrid text where each segment
contains sentences of consistent authorship, and (ii) classify the authorship
of each identified segment. Our empirical findings highlight (1) detecting
AI-generated sentences in hybrid texts is overall a challenging task because
(1.1) human writers' selecting and even editing AI-generated sentences based on
personal preferences adds difficulty in identifying the authorship of segments;
(1.2) the frequent change of authorship between neighboring sentences within
the hybrid text creates difficulties for segment detectors in identifying
authorship-consistent segments; (1.3) the short length of text segments within
hybrid texts provides limited stylistic cues for reliable authorship
determination; (2) before embarking on the detection process, it is beneficial
to assess the average length of segments within the hybrid text. This
assessment aids in deciding whether (2.1) to employ a text segmentation-based
strategy for hybrid texts with longer segments, or (2.2) to adopt a direct
sentence-by-sentence classification strategy for those with shorter segments. | cs.CL | Detecting AI-Generated Sentences in Human-AI Collaborative Hybrid Texts: Challenges, Strategies, and Insights |
2024-03-06T06:54:02Z | http://arxiv.org/pdf/2403.03496v1 | http://arxiv.org/abs/2403.03496v1 | Xiangci Li, Linfeng Song, Lifeng Jin, Haitao Mi, Jessica Ouyang, Dong Yu | 2024-03-06T06:54:02Z | cs.CL | Knowledge-based, open-domain dialogue generation aims to build chit-chat
systems that talk to humans using mined support knowledge. Many types and
sources of knowledge have previously been shown to be useful as support
knowledge. Even in the era of large language models, response generation
grounded in knowledge retrieved from additional up-to-date sources remains a
practically important approach. While prior work using single-source knowledge
has shown a clear positive correlation between the performances of knowledge
selection and response generation, there are no existing multi-source datasets
for evaluating support knowledge retrieval. Further, prior work has assumed
that the knowledge sources available at test time are the same as during
training. This unrealistic assumption unnecessarily handicaps models, as new
knowledge sources can become available after a model is trained. In this paper,
we present a high-quality benchmark named multi-source Wizard of Wikipedia
(Ms.WoW) for evaluating multi-source dialogue knowledge selection and response
generation. Unlike existing datasets, it contains clean support knowledge,
grounded at the utterance level and partitioned into multiple knowledge
sources. We further propose a new challenge, dialogue knowledge plug-and-play,
which aims to test an already trained dialogue model on using new support
knowledge from previously unseen sources in a zero-shot fashion. | cs.CL | A Knowledge Plug-and-Play Test Bed for Open-domain Dialogue Generation |
2024-03-06T05:40:31Z | http://arxiv.org/pdf/2403.03481v1 | http://arxiv.org/abs/2403.03481v1 | Edward Misback, Zachary Tatlock, Steven L. Tanimoto | 2024-03-06T05:40:31Z | cs.CL | Text documents, including programs, typically have human-readable semantic
structure. Historically, programmatic access to these semantics has required
explicit in-document tagging. Especially in systems where the text has an
execution semantics, this means it is an opt-in feature that is hard to support
properly. Today, language models offer a new method: metadata can be bound to
entities in changing text using a model's human-like understanding of
semantics, with no requirements on the document structure. This method expands
the applications of document annotation, a fundamental operation in program
writing, debugging, maintenance, and presentation. We contribute a system that
employs an intelligent agent to re-tag modified programs, enabling rich
annotations to automatically follow code as it evolves. We also contribute a
formal problem definition, an empirical synthetic benchmark suite, and our
benchmark generator. Our system achieves an accuracy of 90% on our benchmarks
and can replace a document's tags in parallel at a rate of 5 seconds per tag.
While there remains significant room for improvement, we find performance
reliable enough to justify further exploration of applications. | cs.CL | Magic Markup: Maintaining Document-External Markup with an LLM |
2024-03-06T03:42:06Z | http://arxiv.org/pdf/2403.03435v1 | http://arxiv.org/abs/2403.03435v1 | Vu Tran, Ha-Thanh Nguyen, Trung Vo, Son T. Luu, Hoang-Anh Dang, Ngoc-Cam Le, Thi-Thuy Le, Minh-Tien Nguyen, Truong-Son Nguyen, Le-Minh Nguyen | 2024-03-06T03:42:06Z | cs.CL | In this new era of rapid AI development, especially in language processing,
the demand for AI in the legal domain is increasingly critical. In the context
where research in other languages such as English, Japanese, and Chinese has
been well-established, we introduce the first fundamental research for the
Vietnamese language in the legal domain: legal textual entailment recognition
through the Vietnamese Language and Speech Processing workshop. In analyzing
participants' results, we discuss certain linguistic aspects critical in the
legal domain that pose challenges that need to be addressed. | cs.CL | VLSP 2023 -- LTER: A Summary of the Challenge on Legal Textual Entailment Recognition |
2024-03-06T03:33:48Z | http://arxiv.org/pdf/2403.03432v1 | http://arxiv.org/abs/2403.03432v1 | Wenfeng Feng, Chuzhan Hao, Yuewei Zhang, Yu Han, Hao Wang | 2024-03-06T03:33:48Z | cs.CL, cs.AI | Instruction Tuning has the potential to stimulate or enhance specific
capabilities of large language models (LLMs). However, achieving the right
balance of data is crucial to prevent catastrophic forgetting and interference
between tasks. To address these limitations and enhance training flexibility,
we propose the Mixture-of-LoRAs (MoA) architecture which is a novel and
parameter-efficient tuning method designed for multi-task learning with LLMs.
In this paper, we start by individually training multiple domain-specific LoRA
modules using corresponding supervised corpus data. These LoRA modules can be
aligned with the expert design principles observed in Mixture-of-Experts (MoE).
Subsequently, we combine the multiple LoRAs using an explicit routing strategy
and introduce domain labels to facilitate multi-task learning, which help
prevent interference between tasks and ultimately enhances the performance of
each individual task. Furthermore, each LoRA model can be iteratively adapted
to a new domain, allowing for quick domain-specific adaptation. Experiments on
diverse tasks demonstrate superior and robust performance, which can further
promote the wide application of domain-specific LLMs. | cs.CL | Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models |
2024-03-06T03:02:38Z | http://arxiv.org/pdf/2403.03419v1 | http://arxiv.org/abs/2403.03419v1 | Shitong Duan, Xiaoyuan Yi, Peng Zhang, Tun Lu, Xing Xie, Ning Gu | 2024-03-06T03:02:38Z | cs.CL, cs.AI | Large language models (LLMs) have revolutionized the role of AI, yet also
pose potential risks of propagating unethical content. Alignment technologies
have been introduced to steer LLMs towards human preference, gaining increasing
attention. Despite notable breakthroughs in this direction, existing methods
heavily rely on high-quality positive-negative training pairs, suffering from
noisy labels and the marginal distinction between preferred and dispreferred
response data. Given recent LLMs' proficiency in generating helpful responses,
this work pivots towards a new research focus: achieving alignment using solely
human-annotated negative samples, preserving helpfulness while reducing
harmfulness. For this purpose, we propose Distributional Dispreference
Optimization (D$^2$O), which maximizes the discrepancy between the generated
responses and the dispreferred ones to effectively eschew harmful information.
We theoretically demonstrate that D$^2$O is equivalent to learning a
distributional instead of instance-level preference model reflecting human
dispreference against the distribution of negative responses. Besides, D$^2$O
integrates an implicit Jeffrey Divergence regularization to balance the
exploitation and exploration of reference policies and converges to a
non-negative one during training. Extensive experiments demonstrate that our
method achieves comparable generation quality and surpasses the latest
baselines in producing less harmful and more informative responses with better
training stability and faster convergence. | cs.CL | Negating Negatives: Alignment without Human Positive Samples via Distributional Dispreference Optimization |
2024-03-06T02:23:32Z | http://arxiv.org/pdf/2403.03407v2 | http://arxiv.org/abs/2403.03407v2 | Max Lamparth, Anthony Corso, Jacob Ganz, Oriana Skylar Mastro, Jacquelyn Schneider, Harold Trinkunas | 2024-06-03T15:00:47Z | cs.CY, cs.AI, cs.CL | To some, the advent of artificial intelligence (AI) promises better
decision-making and increased military effectiveness while reducing the
influence of human error and emotions. However, there is still debate about how
AI systems, especially large language models (LLMs), behave compared to humans
in high-stakes military decision-making scenarios with the potential for
increased risks towards escalation and unnecessary conflicts. To test this
potential and scrutinize the use of LLMs for such purposes, we use a new
wargame experiment with 107 national security experts designed to look at
crisis escalation in a fictional US-China scenario and compare human players to
LLM-simulated responses in separate simulations. Wargames have a long history
in the development of military strategy and the response of nations to threats
or attacks. Here, we show a considerable high-level agreement in the LLM and
human responses and significant quantitative and qualitative differences in
individual actions and strategic tendencies. These differences depend on
intrinsic biases in LLMs regarding the appropriate level of violence following
strategic instructions, the choice of LLM, and whether the LLMs are tasked to
decide for a team of players directly or first to simulate dialog between
players. When simulating the dialog, the discussions lack quality and maintain
a farcical harmony. The LLM simulations cannot account for human player
characteristics, showing no significant difference even for extreme traits,
such as "pacifist" or "aggressive sociopath". Our results motivate policymakers
to be cautious before granting autonomy or following AI-based strategy
recommendations. | cs.CY | Human vs. Machine: Behavioral Differences Between Expert Humans and Language Models in Wargame Simulations |
2024-03-06T01:55:14Z | http://arxiv.org/pdf/2403.13826v1 | http://arxiv.org/abs/2403.13826v1 | Francisco Ibarrola, Kazjon Grace | 2024-03-06T01:55:14Z | cs.CV, cs.CL, cs.LG, I.2.0 | Quality and diversity have been proposed as reasonable heuristics for
assessing content generated by co-creative systems, but to date there has been
little agreement around what constitutes the latter or how to measure it.
Proposed approaches for assessing generative models in terms of diversity have
limitations in that they compare the model's outputs to a ground truth that in
the era of large pre-trained generative models might not be available, or
entail an impractical number of computations. We propose an alternative based
on entropy of neural network encodings for comparing diversity between sets of
images that does not require ground-truth knowledge and is easy to compute. We
also compare two pre-trained networks and show how the choice relates to the
notion of diversity that we want to evaluate. We conclude with a discussion of
the potential applications of these measures for ideation in interactive
systems, model evaluation, and more broadly within computational creativity. | cs.CV | Measuring Diversity in Co-creative Image Generation |
2024-03-06T01:37:03Z | http://arxiv.org/pdf/2403.03396v1 | http://arxiv.org/abs/2403.03396v1 | Naoki Miura, Hiroaki Funayama, Seiya Kikuchi, Yuichiroh Matsubayashi, Yuya Iwase, Kentaro Inui | 2024-03-06T01:37:03Z | cs.CL | This paper proposes the task of automatic assessment of Sentence Translation
Exercises (STEs), that have been used in the early stage of L2 language
learning. We formalize the task as grading student responses for each rubric
criterion pre-specified by the educators. We then create a dataset for STE
between Japanese and English including 21 questions, along with a total of 3,
498 student responses (167 on average). The answer responses were collected
from students and crowd workers. Using this dataset, we demonstrate the
performance of baselines including finetuned BERT and GPT models with few-shot
in-context learning. Experimental results show that the baseline model with
finetuned BERT was able to classify correct responses with approximately 90% in
F1, but only less than 80% for incorrect responses. Furthermore, the GPT models
with few-shot learning show poorer results than finetuned BERT, indicating that
our newly proposed task presents a challenging issue, even for the
stateof-the-art large language models. | cs.CL | Japanese-English Sentence Translation Exercises Dataset for Automatic Grading |
2024-03-05T22:21:45Z | http://arxiv.org/pdf/2403.03348v3 | http://arxiv.org/abs/2403.03348v3 | Xin Chen, Hanxian Huang, Yanjun Gao, Yi Wang, Jishen Zhao, Ke Ding | 2024-06-09T14:24:54Z | cs.CL, cs.AI | Knowledge distillation, the technique of transferring knowledge from large,
complex models to smaller ones, marks a pivotal step towards efficient AI
deployment. Distilling Step-by-Step~(DSS), a novel method utilizing
chain-of-thought~(CoT) distillation, has demonstrated promise by imbuing
smaller models with the superior reasoning capabilities of their larger
counterparts. In DSS, the distilled model acquires the ability to generate
rationales and predict labels concurrently through a multi-task learning
framework. However, DSS overlooks the intrinsic relationship between the two
training tasks, leading to ineffective integration of CoT knowledge with the
task of label prediction. To this end, we investigate the mutual relationship
of the two tasks from Information Bottleneck perspective and formulate it as
maximizing the mutual information of the representation features of the two
tasks. We propose a variational approach to solve this optimization problem
using a learning-based method. Our experimental results across four datasets
demonstrate that our method outperforms the state-of-the-art DSS. Our findings
offer insightful guidance for future research on language model distillation as
well as applications involving CoT. Codes are available at
\url{https://github.com/xinchen9/cot_distillation_ACL2024}. | cs.CL | Learning to Maximize Mutual Information for Chain-of-Thought Distillation |
2024-03-05T22:09:58Z | http://arxiv.org/pdf/2403.04804v1 | http://arxiv.org/abs/2403.04804v1 | Antonios Alexos, Pierre Baldi | 2024-03-05T22:09:58Z | eess.AS, cs.CL, cs.LG, cs.MM | The generation of natural and high-quality speech from text is a challenging
problem in the field of natural language processing. In addition to speech
generation, speech editing is also a crucial task, which requires the seamless
and unnoticeable integration of edited speech into synthesized speech. We
propose a novel approach to speech editing by leveraging a pre-trained
text-to-speech (TTS) model, such as FastSpeech 2, and incorporating a double
attention block network on top of it to automatically merge the synthesized
mel-spectrogram with the mel-spectrogram of the edited text. We refer to this
model as AttentionStitch, as it harnesses attention to stitch audio samples
together. We evaluate the proposed AttentionStitch model against
state-of-the-art baselines on both single and multi-speaker datasets, namely
LJSpeech and VCTK. We demonstrate its superior performance through an objective
and a subjective evaluation test involving 15 human participants.
AttentionStitch is capable of producing high-quality speech, even for words not
seen during training, while operating automatically without the need for human
intervention. Moreover, AttentionStitch is fast during both training and
inference and is able to generate human-sounding edited speech. | eess.AS | AttentionStitch: How Attention Solves the Speech Editing Problem |
2024-03-05T21:38:19Z | http://arxiv.org/pdf/2403.03336v1 | http://arxiv.org/abs/2403.03336v1 | Joseph Gatto, Madhusudan Basak, Yash Srivastava, Philip Bohlman, Sarah M. Preum | 2024-03-05T21:38:19Z | cs.CL, cs.SI | In this paper, we develop an LLM-powered framework for the curation and
evaluation of emerging opinion mining in online health communities. We
formulate emerging opinion mining as a pairwise stance detection problem
between (title, comment) pairs sourced from Reddit, where post titles contain
emerging health-related claims on a topic that is not predefined. The claims
are either explicitly or implicitly expressed by the user. We detail (i) a
method of claim identification -- the task of identifying if a post title
contains a claim and (ii) an opinion mining-driven evaluation framework for
stance detection using LLMs.
We facilitate our exploration by releasing a novel test dataset, Long
COVID-Stance, or LC-stance, which can be used to evaluate LLMs on the tasks of
claim identification and stance detection in online health communities. Long
Covid is an emerging post-COVID disorder with uncertain and complex treatment
guidelines, thus making it a suitable use case for our task. LC-Stance contains
long COVID treatment related discourse sourced from a Reddit community. Our
evaluation shows that GPT-4 significantly outperforms prior works on zero-shot
stance detection. We then perform thorough LLM model diagnostics, identifying
the role of claim type (i.e. implicit vs explicit claims) and comment length as
sources of model error. | cs.CL | Scope of Large Language Models for Mining Emerging Opinions in Online Health Discourse |
2024-03-05T21:36:23Z | http://arxiv.org/pdf/2403.03334v1 | http://arxiv.org/abs/2403.03334v1 | Iain J. Cruickshank, Lynnette Hui Xian Ng | 2024-03-05T21:36:23Z | cs.CL, cs.AI | Stance detection of social media text is a key component of downstream tasks
involving the identification of groups of users with opposing opinions on
contested topics such as vaccination and within arguments. In particular,
stance provides an indication of an opinion towards an entity. This paper
introduces DIVERSE, a dataset of over 173,000 YouTube video comments annotated
for their stance towards videos of the U.S. military. The stance is annotated
through a human-guided, machine-assisted labeling methodology that makes use of
weak signals of tone within the sentence as supporting indicators, as opposed
to using manual annotations by humans. These weak signals consist of the
presence of hate speech and sarcasm, the presence of specific keywords, the
sentiment of the text, and the stance inference from two Large Language Models.
The weak signals are then consolidated using a data programming model before
each comment is annotated with a final stance label. On average, the videos
have 200 comments each, and the stance of the comments skews slightly towards
the "against" characterization for both the U.S. Army and the videos posted on
the channel. | cs.CL | DIVERSE: Deciphering Internet Views on the U.S. Military Through Video Comment Stance Analysis, A Novel Benchmark Dataset for Stance Classification |
2024-03-05T21:19:06Z | http://arxiv.org/pdf/2403.03329v3 | http://arxiv.org/abs/2403.03329v3 | Pratiksha Thaker, Yash Maurya, Shengyuan Hu, Zhiwei Steven Wu, Virginia Smith | 2024-06-11T15:47:39Z | cs.CL | Recent work has demonstrated that finetuning is a promising approach to
'unlearn' concepts from large language models. However, finetuning can be
expensive, as it requires both generating a set of examples and running
iterations of finetuning to update the model. In this work, we show that simple
guardrail-based approaches such as prompting and filtering can achieve
unlearning results comparable to finetuning. We recommend that researchers
investigate these lightweight baselines when evaluating the performance of more
computationally intensive finetuning methods. While we do not claim that
methods such as prompting or filtering are universal solutions to the problem
of unlearning, our work suggests the need for evaluation metrics that can
better separate the power of guardrails vs. finetuning, and highlights
scenarios where guardrails expose possible unintended behavior in existing
metrics and benchmarks. | cs.CL | Guardrail Baselines for Unlearning in LLMs |
2024-03-05T20:12:05Z | http://arxiv.org/pdf/2403.03307v1 | http://arxiv.org/abs/2403.03307v1 | Junling Wang, Jakub Macina, Nico Daheim, Sankalan Pal Chowdhury, Mrinmaya Sachan | 2024-03-05T20:12:05Z | cs.CL | Educational chatbots are a promising tool for assisting student learning.
However, the development of effective chatbots in education has been
challenging, as high-quality data is seldom available in this domain. In this
paper, we propose a framework for generating synthetic teacher-student
interactions grounded in a set of textbooks. Our approaches capture one aspect
of learning interactions where curious students with partial knowledge
interactively ask a teacher questions about the material in the textbook. We
highlight various quality criteria that such dialogues should fulfill and
compare several approaches relying on either prompting or fine-tuning large
language models. We use synthetic dialogues to train educational chatbots and
show benefits of further fine-tuning in different educational domains. However,
human evaluation shows that our best data synthesis method still suffers from
hallucinations and tends to reiterate information from previous conversations.
Our findings offer insights for future efforts in synthesizing conversational
data that strikes a balance between size and quality. We will open-source our
data and code. | cs.CL | Book2Dial: Generating Teacher-Student Interactions from Textbooks for Cost-Effective Development of Educational Chatbots |
2024-03-05T20:08:32Z | http://arxiv.org/pdf/2403.03305v1 | http://arxiv.org/abs/2403.03305v1 | Robert Vacareanu, Fahmida Alam, Md Asiful Islam, Haris Riaz, Mihai Surdeanu | 2024-03-05T20:08:32Z | cs.CL, cs.AI | This paper introduces a novel neuro-symbolic architecture for relation
classification (RC) that combines rule-based methods with contemporary deep
learning techniques. This approach capitalizes on the strengths of both
paradigms: the adaptability of rule-based systems and the generalization power
of neural networks. Our architecture consists of two components: a declarative
rule-based model for transparent classification and a neural component to
enhance rule generalizability through semantic text matching. Notably, our
semantic matcher is trained in an unsupervised domain-agnostic way, solely with
synthetic data. Further, these components are loosely coupled, allowing for
rule modifications without retraining the semantic matcher. In our evaluation,
we focused on two few-shot relation classification datasets: Few-Shot TACRED
and a Few-Shot version of NYT29. We show that our proposed method outperforms
previous state-of-the-art models in three out of four settings, despite not
seeing any human-annotated training data. Further, we show that our approach
remains modular and pliable, i.e., the corresponding rules can be locally
modified to improve the overall model. Human interventions to the rules for the
TACRED relation \texttt{org:parents} boost the performance on that relation by
as much as 26\% relative improvement, without negatively impacting the other
relations, and without retraining the semantic matching component. | cs.CL | Best of Both Worlds: A Pliable and Generalizable Neuro-Symbolic Approach for Relation Classification |
2024-03-05T20:07:42Z | http://arxiv.org/pdf/2403.03304v2 | http://arxiv.org/abs/2403.03304v2 | Joseph Gatto, Parker Seegmiller, Omar Sharif, Sarah M. Preum | 2024-06-12T19:21:33Z | cs.CL, cs.LG | Event Argument Extraction (EAE) is an extremely difficult information
extraction problem -- with significant limitations in few-shot cross-domain
(FSCD) settings. A common solution to FSCD modeling is data augmentation.
Unfortunately, existing augmentation methods are not well-suited to a variety
of real-world EAE contexts including (i) The need to model long documents (10+
sentences) (ii) The need to model zero and few-shot roles (i.e. event roles
with little to no training representation). In this work, we introduce two
novel LLM-powered data augmentation frameworks for synthesizing extractive
document-level EAE samples using zero in-domain training data. Our highest
performing methods provide a 16-pt increase in F1 score on extraction of zero
shot role types.
To better facilitate analysis of cross-domain EAE, we additionally introduce
a new metric, Role-Depth F1 (RDF1), which uses statistical depth to identify
roles in the target domain which are semantic outliers with respect to roles
observed in the source domain. Our experiments show that LLM-based augmentation
can boost RDF1 performance by up to 11 F1 points compared to baseline methods. | cs.CL | Large Language Models for Document-Level Event-Argument Data Augmentation for Challenging Role Types |
2024-03-05T19:32:01Z | http://arxiv.org/pdf/2403.04801v2 | http://arxiv.org/abs/2403.04801v2 | Aly M. Kassem, Omar Mahmoud, Niloofar Mireshghallah, Hyunwoo Kim, Yulia Tsvetkov, Yejin Choi, Sherif Saad, Santu Rana | 2024-03-31T04:33:56Z | cs.CL | In this paper, we introduce a black-box prompt optimization method that uses
an attacker LLM agent to uncover higher levels of memorization in a victim
agent, compared to what is revealed by prompting the target model with the
training data directly, which is the dominant approach of quantifying
memorization in LLMs. We use an iterative rejection-sampling optimization
process to find instruction-based prompts with two main characteristics: (1)
minimal overlap with the training data to avoid presenting the solution
directly to the model, and (2) maximal overlap between the victim model's
output and the training data, aiming to induce the victim to spit out training
data. We observe that our instruction-based prompts generate outputs with 23.7%
higher overlap with training data compared to the baseline prefix-suffix
measurements. Our findings show that (1) instruction-tuned models can expose
pre-training data as much as their base-models, if not more so, (2) contexts
other than the original training data can lead to leakage, and (3) using
instructions proposed by other LLMs can open a new avenue of automated attacks
that we should further study and explore. The code can be found at
https://github.com/Alymostafa/Instruction_based_attack . | cs.CL | Alpaca against Vicuna: Using LLMs to Uncover Memorization of LLMs |
2024-03-05T18:59:35Z | http://arxiv.org/pdf/2403.03218v7 | http://arxiv.org/abs/2403.03218v7 | Nathaniel Li, Alexander Pan, Anjali Gopal, Summer Yue, Daniel Berrios, Alice Gatti, Justin D. Li, Ann-Kathrin Dombrowski, Shashwat Goel, Long Phan, Gabriel Mukobi, Nathan Helm-Burger, Rassin Lababidi, Lennart Justen, Andrew B. Liu, Michael Chen, Isabelle Barrass, Oliver Zhang, Xiaoyuan Zhu, Rishub Tamirisa, Bhrugu Bharathi, Adam Khoja, Zhenqi Zhao, Ariel Herbert-Voss, Cort B. Breuer, Samuel Marks, Oam Patel, Andy Zou, Mantas Mazeika, Zifan Wang, Palash Oswal, Weiran Lin, Adam A. Hunt, Justin Tienken-Harder, Kevin Y. Shih, Kemper Talley, John Guan, Russell Kaplan, Ian Steneker, David Campbell, Brad Jokubaitis, Alex Levinson, Jean Wang, William Qian, Kallol Krishna Karmakar, Steven Basart, Stephen Fitz, Mindy Levine, Ponnurangam Kumaraguru, Uday Tupakula, Vijay Varadharajan, Ruoyu Wang, Yan Shoshitaishvili, Jimmy Ba, Kevin M. Esvelt, Alexandr Wang, Dan Hendrycks | 2024-05-15T19:16:09Z | cs.LG, cs.AI, cs.CL, cs.CY | The White House Executive Order on Artificial Intelligence highlights the
risks of large language models (LLMs) empowering malicious actors in developing
biological, cyber, and chemical weapons. To measure these risks of malicious
use, government institutions and major AI labs are developing evaluations for
hazardous capabilities in LLMs. However, current evaluations are private,
preventing further research into mitigating risk. Furthermore, they focus on
only a few, highly specific pathways for malicious use. To fill these gaps, we
publicly release the Weapons of Mass Destruction Proxy (WMDP) benchmark, a
dataset of 3,668 multiple-choice questions that serve as a proxy measurement of
hazardous knowledge in biosecurity, cybersecurity, and chemical security. WMDP
was developed by a consortium of academics and technical consultants, and was
stringently filtered to eliminate sensitive information prior to public
release. WMDP serves two roles: first, as an evaluation for hazardous knowledge
in LLMs, and second, as a benchmark for unlearning methods to remove such
hazardous knowledge. To guide progress on unlearning, we develop RMU, a
state-of-the-art unlearning method based on controlling model representations.
RMU reduces model performance on WMDP while maintaining general capabilities in
areas such as biology and computer science, suggesting that unlearning may be a
concrete path towards reducing malicious use from LLMs. We release our
benchmark and code publicly at https://wmdp.ai | cs.LG | The WMDP Benchmark: Measuring and Reducing Malicious Use With Unlearning |
2024-03-05T18:31:28Z | http://arxiv.org/pdf/2403.03194v1 | http://arxiv.org/abs/2403.03194v1 | Hossein Aboutalebi, Hwanjun Song, Yusheng Xie, Arshit Gupta, Justin Sun, Hang Su, Igor Shalyminov, Nikolaos Pappas, Siffi Singh, Saab Mansour | 2024-03-05T18:31:28Z | cs.CL | Development of multimodal interactive systems is hindered by the lack of
rich, multimodal (text, images) conversational data, which is needed in large
quantities for LLMs. Previous approaches augment textual dialogues with
retrieved images, posing privacy, diversity, and quality constraints. In this
work, we introduce \textbf{M}ultimodal \textbf{A}ugmented \textbf{G}enerative
\textbf{I}mages \textbf{D}ialogues (MAGID), a framework to augment text-only
dialogues with diverse and high-quality images. Subsequently, a diffusion model
is applied to craft corresponding images, ensuring alignment with the
identified text. Finally, MAGID incorporates an innovative feedback loop
between an image description generation module (textual LLM) and image quality
modules (addressing aesthetics, image-text matching, and safety), that work in
tandem to generate high-quality and multi-modal dialogues. We compare MAGID to
other SOTA baselines on three dialogue datasets, using automated and human
evaluation. Our results show that MAGID is comparable to or better than
baselines, with significant improvements in human evaluation, especially
against retrieval baselines where the image database is small. | cs.CL | MAGID: An Automated Pipeline for Generating Synthetic Multi-modal Datasets |
2024-03-05T18:22:33Z | http://arxiv.org/pdf/2403.03187v1 | http://arxiv.org/abs/2403.03187v1 | Akari Asai, Zexuan Zhong, Danqi Chen, Pang Wei Koh, Luke Zettlemoyer, Hannaneh Hajishirzi, Wen-tau Yih | 2024-03-05T18:22:33Z | cs.CL, cs.AI, cs.LG | Parametric language models (LMs), which are trained on vast amounts of web
data, exhibit remarkable flexibility and capability. However, they still face
practical challenges such as hallucinations, difficulty in adapting to new data
distributions, and a lack of verifiability. In this position paper, we advocate
for retrieval-augmented LMs to replace parametric LMs as the next generation of
LMs. By incorporating large-scale datastores during inference,
retrieval-augmented LMs can be more reliable, adaptable, and attributable.
Despite their potential, retrieval-augmented LMs have yet to be widely adopted
due to several obstacles: specifically, current retrieval-augmented LMs
struggle to leverage helpful text beyond knowledge-intensive tasks such as
question answering, have limited interaction between retrieval and LM
components, and lack the infrastructure for scaling. To address these, we
propose a roadmap for developing general-purpose retrieval-augmented LMs. This
involves a reconsideration of datastores and retrievers, the exploration of
pipelines with improved retriever-LM interaction, and significant investment in
infrastructure for efficient training and inference. | cs.CL | Reliable, Adaptable, and Attributable Language Models with Retrieval |
2024-03-05T18:04:59Z | http://arxiv.org/pdf/2403.03170v1 | http://arxiv.org/abs/2403.03170v1 | Peng Qi, Zehong Yan, Wynne Hsu, Mong Li Lee | 2024-03-05T18:04:59Z | cs.MM, cs.AI, cs.CL, cs.CV, cs.CY | Misinformation is a prevalent societal issue due to its potential high risks.
Out-of-context (OOC) misinformation, where authentic images are repurposed with
false text, is one of the easiest and most effective ways to mislead audiences.
Current methods focus on assessing image-text consistency but lack convincing
explanations for their judgments, which is essential for debunking
misinformation. While Multimodal Large Language Models (MLLMs) have rich
knowledge and innate capability for visual reasoning and explanation
generation, they still lack sophistication in understanding and discovering the
subtle crossmodal differences. In this paper, we introduce SNIFFER, a novel
multimodal large language model specifically engineered for OOC misinformation
detection and explanation. SNIFFER employs two-stage instruction tuning on
InstructBLIP. The first stage refines the model's concept alignment of generic
objects with news-domain entities and the second stage leverages language-only
GPT-4 generated OOC-specific instruction data to fine-tune the model's
discriminatory powers. Enhanced by external tools and retrieval, SNIFFER not
only detects inconsistencies between text and image but also utilizes external
knowledge for contextual verification. Our experiments show that SNIFFER
surpasses the original MLLM by over 40% and outperforms state-of-the-art
methods in detection accuracy. SNIFFER also provides accurate and persuasive
explanations as validated by quantitative and human evaluations. | cs.MM | SNIFFER: Multimodal Large Language Model for Explainable Out-of-Context Misinformation Detection |
2024-03-05T18:01:59Z | http://arxiv.org/pdf/2403.03167v3 | http://arxiv.org/abs/2403.03167v3 | Arda Uzunoglu, Abdalfatah Rashid Safa, Gözde Gül Şahin | 2024-06-06T08:22:16Z | cs.CL | Recently, there has been growing interest within the community regarding
whether large language models are capable of planning or executing plans.
However, most prior studies use LLMs to generate high-level plans for
simplified scenarios lacking linguistic complexity and domain diversity,
limiting analysis of their planning abilities. These setups constrain
evaluation methods (e.g., predefined action space), architectural choices
(e.g., only generative models), and overlook the linguistic nuances essential
for realistic analysis. To tackle this, we present PARADISE, an abductive
reasoning task using Q\&A format on practical procedural text sourced from
wikiHow. It involves warning and tip inference tasks directly associated with
goals, excluding intermediary steps, with the aim of testing the ability of the
models to infer implicit knowledge of the plan solely from the given goal. Our
experiments, utilizing fine-tuned language models and zero-shot prompting,
reveal the effectiveness of task-specific small models over large language
models in most scenarios. Despite advancements, all models fall short of human
performance. Notably, our analysis uncovers intriguing insights, such as
variations in model behavior with dropped keywords, struggles of BERT-family
and GPT-4 with physical and abstract goals, and the proposed tasks offering
valuable prior knowledge for other unseen procedural tasks. The PARADISE
dataset and associated resources are publicly available for further research
exploration with https://github.com/GGLAB-KU/paradise. | cs.CL | PARADISE: Evaluating Implicit Planning Skills of Language Models with Procedural Warnings and Tips Dataset |
2024-03-05T17:56:27Z | http://arxiv.org/pdf/2403.03163v1 | http://arxiv.org/abs/2403.03163v1 | Chenglei Si, Yanzhe Zhang, Zhengyuan Yang, Ruibo Liu, Diyi Yang | 2024-03-05T17:56:27Z | cs.CL, cs.CV, cs.CY | Generative AI has made rapid advancements in recent years, achieving
unprecedented capabilities in multimodal understanding and code generation.
This can enable a new paradigm of front-end development, in which multimodal
LLMs might directly convert visual designs into code implementations. In this
work, we formalize this as a Design2Code task and conduct comprehensive
benchmarking. Specifically, we manually curate a benchmark of 484 diverse
real-world webpages as test cases and develop a set of automatic evaluation
metrics to assess how well current multimodal LLMs can generate the code
implementations that directly render into the given reference webpages, given
the screenshots as input. We also complement automatic metrics with
comprehensive human evaluations. We develop a suite of multimodal prompting
methods and show their effectiveness on GPT-4V and Gemini Pro Vision. We
further finetune an open-source Design2Code-18B model that successfully matches
the performance of Gemini Pro Vision. Both human evaluation and automatic
metrics show that GPT-4V performs the best on this task compared to other
models. Moreover, annotators think GPT-4V generated webpages can replace the
original reference webpages in 49% of cases in terms of visual appearance and
content; and perhaps surprisingly, in 64% of cases GPT-4V generated webpages
are considered better than the original reference webpages. Our fine-grained
break-down metrics indicate that open-source models mostly lag in recalling
visual elements from the input webpages and in generating correct layout
designs, while aspects like text content and coloring can be drastically
improved with proper finetuning. | cs.CL | Design2Code: How Far Are We From Automating Front-End Engineering? |
2024-03-05T17:26:41Z | http://arxiv.org/pdf/2403.03141v1 | http://arxiv.org/abs/2403.03141v1 | Hitesh Golchha, Sahil Yerawar, Dhruvesh Patel, Soham Dan, Keerthiram Murugesan | 2024-03-05T17:26:41Z | cs.CL | Real-world sequential decision making is characterized by sparse rewards and
large decision spaces, posing significant difficulty for experiential learning
systems like $\textit{tabula rasa}$ reinforcement learning (RL) agents. Large
Language Models (LLMs), with a wealth of world knowledge, can help RL agents
learn quickly and adapt to distribution shifts. In this work, we introduce
Language Guided Exploration (LGE) framework, which uses a pre-trained language
model (called GUIDE ) to provide decision-level guidance to an RL agent (called
EXPLORER). We observe that on ScienceWorld (Wang et al.,2022), a challenging
text environment, LGE outperforms vanilla RL agents significantly and also
outperforms other sophisticated methods like Behaviour Cloning and Text
Decision Transformer. | cs.CL | Language Guided Exploration for RL Agents in Text Environments |
2024-03-05T17:15:28Z | http://arxiv.org/pdf/2403.03129v2 | http://arxiv.org/abs/2403.03129v2 | Kaiyan Zhang, Jianyu Wang, Ermo Hua, Biqing Qi, Ning Ding, Bowen Zhou | 2024-06-06T09:30:24Z | cs.CL | With the advancement of language models (LMs), their exposure to private data
is increasingly inevitable, and their deployment (especially for smaller ones)
on personal devices, such as PCs and smartphones, has become a prevailing
trend. In contexts laden with user information, enabling models to both
safeguard user privacy and execute commands efficiently emerges as an essential
research imperative. In this paper, we propose CoGenesis, a collaborative
generation framework integrating large (hosted on cloud infrastructure) and
small models (deployed on local devices) to address privacy concerns logically.
Initially, we design a pipeline to create personalized writing instruction
datasets enriched with extensive context details as the testbed of this
research issue. Subsequently, we introduce two variants of CoGenesis based on
sketch and logits respectively. Our experimental findings, based on our
synthesized dataset and two additional open-source datasets, indicate that: 1)
Large-scale models perform well when provided with user context but struggle in
the absence of such context. 2) While specialized smaller models fine-tuned on
the synthetic dataset show promise, they still lag behind their larger
counterparts. 3) Our CoGenesis framework, utilizing mixed-scale models,
showcases competitive performance, providing a feasible solution to privacy
issues. | cs.CL | CoGenesis: A Framework Collaborating Large and Small Language Models for Secure Context-Aware Instruction Following |
2024-03-05T17:04:05Z | http://arxiv.org/pdf/2403.03121v3 | http://arxiv.org/abs/2403.03121v3 | Flor Miriam Plaza-del-Arco, Amanda Cercas Curry, Alba Curry, Gavin Abercrombie, Dirk Hovy | 2024-05-28T14:43:52Z | cs.CL | Large language models (LLMs) reflect societal norms and biases, especially
about gender. While societal biases and stereotypes have been extensively
researched in various NLP applications, there is a surprising gap for emotion
analysis. However, emotion and gender are closely linked in societal discourse.
E.g., women are often thought of as more empathetic, while men's anger is more
socially accepted. To fill this gap, we present the first comprehensive study
of gendered emotion attribution in five state-of-the-art LLMs (open- and
closed-source). We investigate whether emotions are gendered, and whether these
variations are based on societal stereotypes. We prompt the models to adopt a
gendered persona and attribute emotions to an event like 'When I had a serious
argument with a dear person'. We then analyze the emotions generated by the
models in relation to the gender-event pairs. We find that all models
consistently exhibit gendered emotions, influenced by gender stereotypes. These
findings are in line with established research in psychology and gender
studies. Our study sheds light on the complex societal interplay between
language, gender, and emotion. The reproduction of emotion stereotypes in LLMs
allows us to use those models to study the topic in detail, but raises
questions about the predictive use of those same LLMs for emotion applications. | cs.CL | Angry Men, Sad Women: Large Language Models Reflect Gendered Stereotypes in Emotion Attribution |
2024-03-05T16:43:03Z | http://arxiv.org/pdf/2403.03102v3 | http://arxiv.org/abs/2403.03102v3 | Chuanqi Cheng, Quan Tu, Wei Wu, Shuo Shang, Cunli Mao, Zhengtao Yu, Rui Yan | 2024-03-12T05:33:16Z | cs.CL, cs.AI | Personalized dialogue systems have gained significant attention in recent
years for their ability to generate responses in alignment with different
personas. However, most existing approaches rely on pre-defined personal
profiles, which are not only time-consuming and labor-intensive to create but
also lack flexibility. We propose In-Dialogue Learning (IDL), a fine-tuning
framework that enhances the ability of pre-trained large language models to
leverage dialogue history to characterize persona for completing personalized
dialogue generation tasks without pre-defined profiles. Our experiments on
three datasets demonstrate that IDL brings substantial improvements, with BLEU
and ROUGE scores increasing by up to 200% and 247%, respectively. Additionally,
the results of human evaluations further validate the efficacy of our proposed
method. | cs.CL | "In Dialogues We Learn": Towards Personalized Dialogue Without Pre-defined Profiles through In-Dialogue Learning |
2024-03-05T16:39:12Z | http://arxiv.org/pdf/2403.03101v1 | http://arxiv.org/abs/2403.03101v1 | Yuqi Zhu, Shuofei Qiao, Yixin Ou, Shumin Deng, Ningyu Zhang, Shiwei Lyu, Yue Shen, Lei Liang, Jinjie Gu, Huajun Chen | 2024-03-05T16:39:12Z | cs.CL, cs.AI, cs.HC, cs.LG, cs.MA | Large Language Models (LLMs) have demonstrated great potential in complex
reasoning tasks, yet they fall short when tackling more sophisticated
challenges, especially when interacting with environments through generating
executable actions. This inadequacy primarily stems from the lack of built-in
action knowledge in language agents, which fails to effectively guide the
planning trajectories during task solving and results in planning
hallucination. To address this issue, we introduce KnowAgent, a novel approach
designed to enhance the planning capabilities of LLMs by incorporating explicit
action knowledge. Specifically, KnowAgent employs an action knowledge base and
a knowledgeable self-learning strategy to constrain the action path during
planning, enabling more reasonable trajectory synthesis, and thereby enhancing
the planning performance of language agents. Experimental results on HotpotQA
and ALFWorld based on various backbone models demonstrate that KnowAgent can
achieve comparable or superior performance to existing baselines. Further
analysis indicates the effectiveness of KnowAgent in terms of planning
hallucinations mitigation. Code is available in
https://github.com/zjunlp/KnowAgent. | cs.CL | KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents |
2024-03-05T16:35:25Z | http://arxiv.org/pdf/2403.03100v3 | http://arxiv.org/abs/2403.03100v3 | Zeqian Ju, Yuancheng Wang, Kai Shen, Xu Tan, Detai Xin, Dongchao Yang, Yanqing Liu, Yichong Leng, Kaitao Song, Siliang Tang, Zhizheng Wu, Tao Qin, Xiang-Yang Li, Wei Ye, Shikun Zhang, Jiang Bian, Lei He, Jinyu Li, Sheng Zhao | 2024-04-23T08:38:03Z | eess.AS, cs.AI, cs.CL, cs.LG, cs.SD | While recent large-scale text-to-speech (TTS) models have achieved
significant progress, they still fall short in speech quality, similarity, and
prosody. Considering speech intricately encompasses various attributes (e.g.,
content, prosody, timbre, and acoustic details) that pose significant
challenges for generation, a natural idea is to factorize speech into
individual subspaces representing different attributes and generate them
individually. Motivated by it, we propose NaturalSpeech 3, a TTS system with
novel factorized diffusion models to generate natural speech in a zero-shot
way. Specifically, 1) we design a neural codec with factorized vector
quantization (FVQ) to disentangle speech waveform into subspaces of content,
prosody, timbre, and acoustic details; 2) we propose a factorized diffusion
model to generate attributes in each subspace following its corresponding
prompt. With this factorization design, NaturalSpeech 3 can effectively and
efficiently model intricate speech with disentangled subspaces in a
divide-and-conquer way. Experiments show that NaturalSpeech 3 outperforms the
state-of-the-art TTS systems on quality, similarity, prosody, and
intelligibility, and achieves on-par quality with human recordings.
Furthermore, we achieve better performance by scaling to 1B parameters and 200K
hours of training data. | eess.AS | NaturalSpeech 3: Zero-Shot Speech Synthesis with Factorized Codec and Diffusion Models |
2024-03-05T16:01:09Z | http://arxiv.org/pdf/2403.03075v1 | http://arxiv.org/abs/2403.03075v1 | Braeden Bowen, Vipin Vijayan, Scott Grigsby, Timothy Anderson, Jeremy Gwinnup | 2024-03-05T16:01:09Z | cs.CL | The challenge of visual grounding and masking in multimodal machine
translation (MMT) systems has encouraged varying approaches to the detection
and selection of visually-grounded text tokens for masking. We introduce new
methods for detection of visually and contextually relevant (concrete) tokens
from source sentences, including detection with natural language processing
(NLP), detection with object detection, and a joint detection-verification
technique. We also introduce new methods for selection of detected tokens,
including shortest $n$ tokens, longest $n$ tokens, and all detected concrete
tokens. We utilize the GRAM MMT architecture to train models against
synthetically collated multimodal datasets of source images with masked
sentences, showing performance improvements and improved usage of visual
context during translation tasks over the baseline model. | cs.CL | Detecting Concrete Visual Tokens for Multimodal Machine Translation |
2024-03-05T15:28:24Z | http://arxiv.org/pdf/2403.03045v1 | http://arxiv.org/abs/2403.03045v1 | Vipin Vijayan, Braeden Bowen, Scott Grigsby, Timothy Anderson, Jeremy Gwinnup | 2024-03-05T15:28:24Z | cs.CL | While most current work in multimodal machine translation (MMT) uses the
Multi30k dataset for training and evaluation, we find that the resulting models
overfit to the Multi30k dataset to an extreme degree. Consequently, these
models perform very badly when evaluated against typical text-only testing sets
such as the WMT newstest datasets. In order to perform well on both Multi30k
and typical text-only datasets, we use a performant text-only machine
translation (MT) model as the starting point of our MMT model. We add
vision-text adapter layers connected via gating mechanisms to the MT model, and
incrementally transform the MT model into an MMT model by 1) pre-training using
vision-based masking of the source text and 2) fine-tuning on Multi30k. | cs.CL | Adding Multimodal Capabilities to a Text-only Translation Model |
2024-03-05T15:08:16Z | http://arxiv.org/pdf/2403.03031v4 | http://arxiv.org/abs/2403.03031v4 | Zhengliang Shi, Shen Gao, Xiuyi Chen, Yue Feng, Lingyong Yan, Haibo Shi, Dawei Yin, Pengjie Ren, Suzan Verberne, Zhaochun Ren | 2024-06-22T14:00:56Z | cs.CL | Tool learning empowers large language models (LLMs) as agents to use external
tools and extend their utility. Existing methods employ one single LLM-based
agent to iteratively select and execute tools, thereafter incorporating
execution results into the next action prediction. Despite their progress,
these methods suffer from performance degradation when addressing practical
tasks due to: (1) the pre-defined pipeline with restricted flexibility to
calibrate incorrect actions, and (2) the struggle to adapt a general LLM-based
agent to perform a variety of specialized actions. To mitigate these problems,
we propose ConAgents, a Cooperative and interactive Agents framework, which
coordinates three specialized agents for tool selection, tool execution, and
action calibration separately. ConAgents introduces two communication protocols
to enable the flexible cooperation of agents. To effectively generalize the
ConAgents into open-source models, we also propose specialized action
distillation, enhancing their ability to perform specialized actions in our
framework. Our extensive experiments on three datasets show that the LLMs, when
equipped with the ConAgents, outperform baselines with substantial improvement
(i.e., up to 14% higher success rate). | cs.CL | Learning to Use Tools via Cooperative and Interactive Agents |
2024-03-05T15:05:06Z | http://arxiv.org/pdf/2403.03029v1 | http://arxiv.org/abs/2403.03029v1 | Anmol Goel, Nico Daheim, Iryna Gurevych | 2024-03-05T15:05:06Z | cs.CL | Reframing a negative into a positive thought is at the crux of several
cognitive approaches to mental health and psychotherapy that could be made more
accessible by large language model-based solutions. Such reframing is typically
non-trivial and requires multiple rationalization steps to uncover the
underlying issue of a negative thought and transform it to be more positive.
However, this rationalization process is currently neglected by both datasets
and models which reframe thoughts in one step. In this work, we address this
gap by augmenting open-source datasets for positive text rewriting with
synthetically-generated Socratic rationales using a novel framework called
\textsc{SocraticReframe}. \textsc{SocraticReframe} uses a sequence of
question-answer pairs to rationalize the thought rewriting process. We show
that such Socratic rationales significantly improve positive text rewriting for
different open-source LLMs according to both automatic and human evaluations
guided by criteria from psychotherapy research. | cs.CL | Socratic Reasoning Improves Positive Text Rewriting |
2024-03-05T15:04:18Z | http://arxiv.org/pdf/2403.03028v1 | http://arxiv.org/abs/2403.03028v1 | Stefan Hackmann, Haniyeh Mahmoudian, Mark Steadman, Michael Schmidt | 2024-03-05T15:04:18Z | cs.AI, cs.CL, I.2.7; I.5.2 | The emergence of large language models (LLMs) has revolutionized numerous
applications across industries. However, their "black box" nature often hinders
the understanding of how they make specific decisions, raising concerns about
their transparency, reliability, and ethical use. This study presents a method
to improve the explainability of LLMs by varying individual words in prompts to
uncover their statistical impact on the model outputs. This approach, inspired
by permutation importance for tabular data, masks each word in the system
prompt and evaluates its effect on the outputs based on the available text
scores aggregated over multiple user inputs. Unlike classical attention, word
importance measures the impact of prompt words on arbitrarily-defined text
scores, which enables decomposing the importance of words into the specific
measures of interest--including bias, reading level, verbosity, etc. This
procedure also enables measuring impact when attention weights are not
available. To test the fidelity of this approach, we explore the effect of
adding different suffixes to multiple different system prompts and comparing
subsequent generations with different large language models. Results show that
word importance scores are closely related to the expected suffix importances
for multiple scoring functions. | cs.AI | Word Importance Explains How Prompts Affect Language Model Outputs |
2024-03-05T14:49:52Z | http://arxiv.org/pdf/2403.03014v1 | http://arxiv.org/abs/2403.03014v1 | Vipin Vijayan, Braeden Bowen, Scott Grigsby, Timothy Anderson, Jeremy Gwinnup | 2024-03-05T14:49:52Z | cs.CL | A good evaluation framework should evaluate multimodal machine translation
(MMT) models by measuring 1) their use of visual information to aid in the
translation task and 2) their ability to translate complex sentences such as
done for text-only machine translation. However, most current work in MMT is
evaluated against the Multi30k testing sets, which do not measure these
properties. Namely, the use of visual information by the MMT model cannot be
shown directly from the Multi30k test set results and the sentences in Multi30k
are are image captions, i.e., short, descriptive sentences, as opposed to
complex sentences that typical text-only machine translation models are
evaluated against.
Therefore, we propose that MMT models be evaluated using 1) the CoMMuTE
evaluation framework, which measures the use of visual information by MMT
models, 2) the text-only WMT news translation task test sets, which evaluates
translation performance against complex sentences, and 3) the Multi30k test
sets, for measuring MMT model performance against a real MMT dataset. Finally,
we evaluate recent MMT models trained solely against the Multi30k dataset
against our proposed evaluation framework and demonstrate the dramatic drop
performance against text-only testing sets compared to recent text-only MT
models. | cs.CL | The Case for Evaluating Multimodal Translation Models on Text Datasets |
2024-03-05T14:11:54Z | http://arxiv.org/pdf/2403.02990v4 | http://arxiv.org/abs/2403.02990v4 | Bosheng Ding, Chengwei Qin, Ruochen Zhao, Tianze Luo, Xinze Li, Guizhen Chen, Wenhan Xia, Junjie Hu, Anh Tuan Luu, Shafiq Joty | 2024-07-02T07:59:40Z | cs.CL, cs.AI | In the rapidly evolving field of large language models (LLMs), data
augmentation (DA) has emerged as a pivotal technique for enhancing model
performance by diversifying training examples without the need for additional
data collection. This survey explores the transformative impact of LLMs on DA,
particularly addressing the unique challenges and opportunities they present in
the context of natural language processing (NLP) and beyond. From both data and
learning perspectives, we examine various strategies that utilize LLMs for data
augmentation, including a novel exploration of learning paradigms where
LLM-generated data is used for diverse forms of further training. Additionally,
this paper highlights the primary open challenges faced in this domain, ranging
from controllable data augmentation to multi-modal data augmentation. This
survey highlights a paradigm shift introduced by LLMs in DA, and aims to serve
as a comprehensive guide for researchers and practitioners. | cs.CL | Data Augmentation using Large Language Models: Data Perspectives, Learning Paradigms and Challenges |
2024-03-05T13:55:16Z | http://arxiv.org/pdf/2403.02975v2 | http://arxiv.org/abs/2403.02975v2 | Dong Yao | 2024-04-04T01:07:24Z | cs.CL, cs.AI | Sentence semantic matching is a research hotspot in natural language
processing, which is considerably significant in various key scenarios, such as
community question answering, searching, chatbot, and recommendation. Since
most of the advanced models directly model the semantic relevance among words
between two sentences while neglecting the \textit{keywords} and
\textit{intents} concepts of them, DC-Match is proposed to disentangle keywords
from intents and utilizes them to optimize the matching performance. Although
DC-Match is a simple yet effective method for semantic matching, it highly
depends on the external NER techniques to identify the keywords of sentences,
which limits the performance of semantic matching for minor languages since
satisfactory NER tools are usually hard to obtain. In this paper, we propose to
generally and flexibly resolve the text into multi concepts for multilingual
semantic matching to liberate the model from the reliance on NER models. To
this end, we devise a \underline{M}ulti-\underline{C}oncept \underline{P}arsed
\underline{S}emantic \underline{M}atching framework based on the pre-trained
language models, abbreviated as \textbf{MCP-SM}, to extract various concepts
and infuse them into the classification tokens. We conduct comprehensive
experiments on English datasets QQP and MRPC, and Chinese dataset Medical-SM.
Besides, we experiment on Arabic datasets MQ2Q and XNLI, the outstanding
performance further prove MCP-SM's applicability in low-resource languages. | cs.CL | A General and Flexible Multi-concept Parsing Framework for Multilingual Semantic Matching |
2024-03-05T13:43:58Z | http://arxiv.org/pdf/2403.02966v2 | http://arxiv.org/abs/2403.02966v2 | Sungho Ko, Hyunjin Cho, Hyungjoo Chae, Jinyoung Yeo, Dongha Lee | 2024-06-19T06:47:32Z | cs.CL, cs.AI, cs.LG | Recent studies have investigated utilizing Knowledge Graphs (KGs) to enhance
Quesetion Answering (QA) performance of Large Language Models (LLMs), yet
structured KG verbalization remains challengin. Existing methods, such as
triple-form or free-form textual conversion of triple-form facts, encounter
several issues. These include reduced evidence density due to duplicated
entities or relationships, and reduced evidence clarity due to an inability to
emphasize crucial evidence. To address these issues, we propose EFSum, an
Evidence-focused Fact Summarization framework for enhanced QA with
knowledge-augmented LLMs. We optimize an open-source LLM as a fact summarizer
through distillation and preference alignment. Our extensive experiments show
that EFSum improves LLM's zero-shot QA performance, and it is possible to
ensure both the helpfulness and faithfulness of the summary. | cs.CL | Evidence-Focused Fact Summarization for Knowledge-Augmented Zero-Shot Question Answering |
2024-03-05T13:30:02Z | http://arxiv.org/pdf/2403.02959v1 | http://arxiv.org/abs/2403.02959v1 | Zhitao He, Pengfei Cao, Chenhao Wang, Zhuoran Jin, Yubo Chen, Jiexin Xu, Huaijun Li, Xiaojian Jiang, Kang Liu, Jun Zhao | 2024-03-05T13:30:02Z | cs.CL, cs.AI | With the development of deep learning, natural language processing technology
has effectively improved the efficiency of various aspects of the traditional
judicial industry. However, most current efforts focus solely on individual
judicial stage, overlooking cross-stage collaboration. As the autonomous agents
powered by large language models are becoming increasingly smart and able to
make complex decisions in real-world settings, offering new insights for
judicial intelligence. In this paper, (1) we introduce SimuCourt, a judicial
benchmark that encompasses 420 judgment documents from real-world, spanning the
three most common types of judicial cases, and a novel task Judicial
Decision-Making to evaluate the judicial analysis and decision-making power of
agents. To support this task, we construct a large-scale judicial knowledge
base, JudicialKB, with multiple legal knowledge. (2) we propose a novel
multi-agent framework, AgentsCourt. Our framework follows the real-world
classic court trial process, consisting of court debate simulation, legal
information retrieval and judgement refinement to simulate the decision-making
of judge. (3) we perform extensive experiments, the results demonstrate that,
our framework outperforms the existing advanced methods in various aspects,
especially in generating legal grounds, where our model achieves significant
improvements of 8.6% and 9.1% F1 score in the first and second instance
settings, respectively. | cs.CL | SimuCourt: Building Judicial Decision-Making Agents with Real-world Judgement Documents |
2024-03-05T13:23:48Z | http://arxiv.org/pdf/2403.02951v2 | http://arxiv.org/abs/2403.02951v2 | Bin Zhang, Yuxiao Ye, Guoqing Du, Xiaoru Hu, Zhishuai Li, Sun Yang, Chi Harold Liu, Rui Zhao, Ziyue Li, Hangyu Mao | 2024-03-06T08:43:17Z | cs.CL, cs.AI | Large Language Models (LLMs) have emerged as a powerful tool in advancing the
Text-to-SQL task, significantly outperforming traditional methods.
Nevertheless, as a nascent research field, there is still no consensus on the
optimal prompt templates and design frameworks. Additionally, existing
benchmarks inadequately explore the performance of LLMs across the various
sub-tasks of the Text-to-SQL process, which hinders the assessment of LLMs'
cognitive capabilities and the optimization of LLM-based solutions. To address
the aforementioned issues, we firstly construct a new dataset designed to
mitigate the risk of overfitting in LLMs. Then we formulate five evaluation
tasks to comprehensively assess the performance of diverse methods across
various LLMs throughout the Text-to-SQL process.Our study highlights the
performance disparities among LLMs and proposes optimal in-context learning
solutions tailored to each task. These findings offer valuable insights for
enhancing the development of LLM-based Text-to-SQL systems. | cs.CL | Benchmarking the Text-to-SQL Capability of Large Language Models: A Comprehensive Evaluation |
2024-03-05T13:10:06Z | http://arxiv.org/pdf/2403.02939v2 | http://arxiv.org/abs/2403.02939v2 | Yoonjoo Lee, Hyeonsu B. Kang, Matt Latzke, Juho Kim, Jonathan Bragg, Joseph Chee Chang, Pao Siangliulue | 2024-05-09T07:59:01Z | cs.DL, cs.AI, cs.CL, cs.HC | With the rapid growth of scholarly archives, researchers subscribe to "paper
alert" systems that periodically provide them with recommendations of recently
published papers that are similar to previously collected papers. However,
researchers sometimes struggle to make sense of nuanced connections between
recommended papers and their own research context, as existing systems only
present paper titles and abstracts. To help researchers spot these connections,
we present PaperWeaver, an enriched paper alerts system that provides
contextualized text descriptions of recommended papers based on user-collected
papers. PaperWeaver employs a computational method based on Large Language
Models (LLMs) to infer users' research interests from their collected papers,
extract context-specific aspects of papers, and compare recommended and
collected papers on these aspects. Our user study (N=15) showed that
participants using PaperWeaver were able to better understand the relevance of
recommended papers and triage them more confidently when compared to a baseline
that presented the related work sections from recommended papers. | cs.DL | PaperWeaver: Enriching Topical Paper Alerts by Contextualizing Recommended Papers with User-collected Papers |
2024-03-05T13:08:52Z | http://arxiv.org/pdf/2403.02938v1 | http://arxiv.org/abs/2403.02938v1 | Kazuki Kawamura, Jun Rekimoto | 2024-03-05T13:08:52Z | cs.CL, cs.HC, cs.LG, cs.SD, eess.AS | Since humans can listen to audio and watch videos at faster speeds than
actually observed, we often listen to or watch these pieces of content at
higher playback speeds to increase the time efficiency of content
comprehension. To further utilize this capability, systems that automatically
adjust the playback speed according to the user's condition and the type of
content to assist in more efficient comprehension of time-series content have
been developed. However, there is still room for these systems to further
extend human speed-listening ability by generating speech with playback speed
optimized for even finer time units and providing it to humans. In this study,
we determine whether humans can hear the optimized speech and propose a system
that automatically adjusts playback speed at units as small as phonemes while
ensuring speech intelligibility. The system uses the speech recognizer score as
a proxy for how well a human can hear a certain unit of speech and maximizes
the speech playback speed to the extent that a human can hear. This method can
be used to produce fast but intelligible speech. In the evaluation experiment,
we compared the speech played back at a constant fast speed and the flexibly
speed-up speech generated by the proposed method in a blind test and confirmed
that the proposed method produced speech that was easier to listen to. | cs.CL | AIx Speed: Playback Speed Optimization Using Listening Comprehension of Speech Recognition Models |
2024-03-05T12:50:36Z | http://arxiv.org/pdf/2403.02932v2 | http://arxiv.org/abs/2403.02932v2 | Miaomiao Li, Jiaqi Zhu, Yang Wang, Yi Yang, Yilin Li, Hongan Wang | 2024-04-25T09:23:28Z | cs.CL | Weakly supervised text classification (WSTC), also called zero-shot or
dataless text classification, has attracted increasing attention due to its
applicability in classifying a mass of texts within the dynamic and open Web
environment, since it requires only a limited set of seed words (label names)
for each category instead of labeled data. With the help of recently popular
prompting Pre-trained Language Models (PLMs), many studies leveraged manually
crafted and/or automatically identified verbalizers to estimate the likelihood
of categories, but they failed to differentiate the effects of these
category-indicative words, let alone capture their correlations and realize
adaptive adjustments according to the unlabeled corpus. In this paper, in order
to let the PLM effectively understand each category, we at first propose a
novel form of rule-based knowledge using logical expressions to characterize
the meanings of categories. Then, we develop a prompting PLM-based approach
named RulePrompt for the WSTC task, consisting of a rule mining module and a
rule-enhanced pseudo label generation module, plus a self-supervised
fine-tuning module to make the PLM align with this task. Within this framework,
the inaccurate pseudo labels assigned to texts and the imprecise logical rules
associated with categories mutually enhance each other in an alternative
manner. That establishes a self-iterative closed loop of knowledge (rule)
acquisition and utilization, with seed words serving as the starting point.
Extensive experiments validate the effectiveness and robustness of our
approach, which markedly outperforms state-of-the-art weakly supervised
methods. What is more, our approach yields interpretable category rules,
proving its advantage in disambiguating easily-confused categories. | cs.CL | RulePrompt: Weakly Supervised Text Classification with Prompting PLMs and Self-Iterative Logical Rules |
2024-03-05T12:48:29Z | http://arxiv.org/pdf/2403.02930v2 | http://arxiv.org/abs/2403.02930v2 | Osman Alperen Koraş, Jörg Schlötterer, Christin Seifert | 2024-03-25T12:07:13Z | cs.CL, cs.LG | We present a detailed replication study of the BASS framework, an abstractive
summarization system based on the notion of Unified Semantic Graphs. Our
investigation includes challenges in replicating key components and an ablation
study to systematically isolate error sources rooted in replicating novel
components. Our findings reveal discrepancies in performance compared to the
original work. We highlight the significance of paying careful attention even
to reasonably omitted details for replicating advanced frameworks like BASS,
and emphasize key practices for writing replicable papers. | cs.CL | A Second Look on BASS -- Boosting Abstractive Summarization with Unified Semantic Graphs -- A Replication Study |
2024-03-05T12:27:28Z | http://arxiv.org/pdf/2403.04799v1 | http://arxiv.org/abs/2403.04799v1 | Wuraola Oyewusi | 2024-03-05T12:27:28Z | cs.CL, cs.AI, cs.CY | To effectively navigate the AI revolution, AI literacy is crucial. However,
content predominantly exists in dominant languages, creating a gap for
low-resource languages like Yoruba (41 million native speakers). This case
study explores bridging this gap by creating and distributing AI videos in
Yoruba.The project developed 26 videos covering foundational, intermediate, and
advanced AI concepts, leveraging storytelling and accessible explanations.
These videos were created using a cost-effective methodology and distributed
across YouTube, LinkedIn, and Twitter, reaching an estimated global audience of
22 countries. Analysis of YouTube reveals insights into viewing patterns, with
the 25-44 age group contributing the most views. Notably, over half of the
traffic originated from external sources, highlighting the potential of
cross-platform promotion.This study demonstrates the feasibility and impact of
creating AI literacy content in low-resource languages. It emphasizes that
accurate interpretation requires both technical expertise in AI and fluency in
the target language. This work contributes a replicable methodology, a 22-word
Yoruba AI vocabulary, and data-driven insights into audience demographics and
acquisition channel | cs.CL | AI Literacy in Low-Resource Languages:Insights from creating AI in Yoruba videos |
2024-03-05T12:11:32Z | http://arxiv.org/pdf/2403.02902v2 | http://arxiv.org/abs/2403.02902v2 | Chengguang Gan, Xuzheng He, Qinghao Zhang, Tatsunori Mori | 2024-06-05T15:47:38Z | cs.CL | The Mutual Reinforcement Effect (MRE) investigates the synergistic
relationship between word-level and text-level classifications in text
classification tasks. It posits that the performance of both classification
levels can be mutually enhanced. However, this mechanism has not been
adequately demonstrated or explained in prior research. To address this gap, we
employ information flow analysis to observe and substantiate the MRE theory.
Our experiments on six MRE hybrid datasets revealed the presence of MRE in the
model and its impact. Additionally, we conducted fine-tuning experiments, whose
results were consistent with those of the information flow experiments. The
convergence of findings from both experiments corroborates the existence of
MRE. Furthermore, we extended the application of MRE to prompt learning,
utilizing word-level information as a verbalizer to bolster the model's
prediction of text-level classification labels. In our final experiment, the
F1-score significantly surpassed the baseline in five out of six datasets,
further validating the notion that word-level information enhances the language
model's comprehension of the text as a whole. | cs.CL | Demonstrating Mutual Reinforcement Effect through Information Flow |
2024-03-05T12:07:18Z | http://arxiv.org/pdf/2403.04798v2 | http://arxiv.org/abs/2403.04798v2 | Arefa, Mohammed Abbas Ansari, Chandni Saxena, Tanvir Ahmad | 2024-04-02T14:52:37Z | cs.CL, cs.LG | This paper presents our system development for SemEval-2024 Task 3: "The
Competition of Multimodal Emotion Cause Analysis in Conversations". Effectively
capturing emotions in human conversations requires integrating multiple
modalities such as text, audio, and video. However, the complexities of these
diverse modalities pose challenges for developing an efficient multimodal
emotion cause analysis (ECA) system. Our proposed approach addresses these
challenges by a two-step framework. We adopt two different approaches in our
implementation. In Approach 1, we employ instruction-tuning with two separate
Llama 2 models for emotion and cause prediction. In Approach 2, we use GPT-4V
for conversation-level video description and employ in-context learning with
annotated conversation using GPT 3.5. Our system wins rank 4, and system
ablation experiments demonstrate that our proposed solutions achieve
significant performance gains. All the experimental codes are available on
Github. | cs.CL | JMI at SemEval 2024 Task 3: Two-step approach for multimodal ECAC using in-context learning with GPT and instruction-tuned Llama models |
2024-03-05T11:57:21Z | http://arxiv.org/pdf/2403.02893v2 | http://arxiv.org/abs/2403.02893v2 | Zhitao He, Pengfei Cao, Zhuoran Jin, Yubo Chen, Kang Liu, Zhiqiang Zhang, Mengshu Sun, Jun Zhao | 2024-03-22T07:44:32Z | cs.CL, cs.AI | Event Causality Identification (ECI) refers to the detection of causal
relations between events in texts. However, most existing studies focus on
sentence-level ECI with high-resource languages, leaving more challenging
document-level ECI (DECI) with low-resource languages under-explored. In this
paper, we propose a Heterogeneous Graph Interaction Model with
Multi-granularity Contrastive Transfer Learning (GIMC) for zero-shot
cross-lingual document-level ECI. Specifically, we introduce a heterogeneous
graph interaction network to model the long-distance dependencies between
events that are scattered over a document. Then, to improve cross-lingual
transferability of causal knowledge learned from the source language, we
propose a multi-granularity contrastive transfer learning module to align the
causal representations across languages. Extensive experiments show our
framework outperforms the previous state-of-the-art model by 9.4% and 8.2% of
average F1 score on monolingual and multilingual scenarios respectively.
Notably, in the multilingual scenario, our zero-shot framework even exceeds
GPT-3.5 with few-shot learning by 24.3% in overall performance. | cs.CL | Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning |
2024-03-05T11:50:01Z | http://arxiv.org/pdf/2403.02889v2 | http://arxiv.org/abs/2403.02889v2 | Yakir Yehuda, Itzik Malkiel, Oren Barkan, Jonathan Weill, Royi Ronen, Noam Koenigstein | 2024-03-20T09:53:17Z | cs.CL, cs.LG | Despite the many advances of Large Language Models (LLMs) and their
unprecedented rapid evolution, their impact and integration into every facet of
our daily lives is limited due to various reasons. One critical factor
hindering their widespread adoption is the occurrence of hallucinations, where
LLMs invent answers that sound realistic, yet drift away from factual truth. In
this paper, we present a novel method for detecting hallucinations in large
language models, which tackles a critical issue in the adoption of these models
in various real-world scenarios. Through extensive evaluations across multiple
datasets and LLMs, including Llama-2, we study the hallucination levels of
various recent LLMs and demonstrate the effectiveness of our method to
automatically detect them. Notably, we observe up to 62% hallucinations for
Llama-2 in a specific experiment, where our method achieves a Balanced Accuracy
(B-ACC) of 87%, all without relying on external knowledge. | cs.CL | In Search of Truth: An Interrogation Approach to Hallucination Detection |
2024-03-05T11:42:59Z | http://arxiv.org/pdf/2403.02884v1 | http://arxiv.org/abs/2403.02884v1 | Zhengyang Tang, Xingxing Zhang, Benyou Wang, Furu Wei | 2024-03-05T11:42:59Z | cs.CL, cs.AI, cs.LG | Large language models (LLMs) have demonstrated remarkable capabilities in
problem-solving. However, their proficiency in solving mathematical problems
remains inadequate. We propose MathScale, a simple and scalable method to
create high-quality mathematical reasoning data using frontier LLMs (e.g., {\tt
GPT-3.5}). Inspired by the cognitive mechanism in human mathematical learning,
it first extracts topics and knowledge points from seed math questions and then
build a concept graph, which is subsequently used to generate new math
questions. MathScale exhibits effective scalability along the size axis of the
math dataset that we generate. As a result, we create a mathematical reasoning
dataset (MathScaleQA) containing two million math question-answer pairs. To
evaluate mathematical reasoning abilities of LLMs comprehensively, we construct
{\sc MwpBench}, a benchmark of Math Word Problems, which is a collection of ten
datasets (including GSM8K and MATH) covering K-12, college, and competition
level math problems. We apply MathScaleQA to fine-tune open-source LLMs (e.g.,
LLaMA-2 and Mistral), resulting in significantly improved capabilities in
mathematical reasoning. Evaluated on {\sc MwpBench}, MathScale-7B achieves
state-of-the-art performance across all datasets, surpassing its best peers of
equivalent size by 42.9\% in micro average accuracy and 43.7\% in macro average
accuracy, respectively. | cs.CL | MathScale: Scaling Instruction Tuning for Mathematical Reasoning |
2024-03-05T11:38:48Z | http://arxiv.org/pdf/2403.02875v1 | http://arxiv.org/abs/2403.02875v1 | Philipp J. Rösch, Norbert Oswald, Michaela Geierhos, Jindřich Libovický | 2024-03-05T11:38:48Z | cs.CV, cs.CL, cs.IR | Current multimodal models leveraging contrastive learning often face
limitations in developing fine-grained conceptual understanding. This is due to
random negative samples during pretraining, causing almost exclusively very
dissimilar concepts to be compared in the loss function. Consequently, the
models struggle with fine-grained semantic differences. To address this
problem, we introduce a novel pretraining method incorporating synthetic hard
negative text examples. The hard negatives permute terms corresponding to
visual concepts, leading to a more fine-grained visual and textual concept
alignment. Further, we introduce InpaintCOCO, a new challenging dataset for
assessing the fine-grained alignment of colors, objects, and sizes in
vision-language models. We created the dataset using generative inpainting from
COCO images by changing the visual concepts so that the images no longer match
their original captions. Our results show significant improvements in
fine-grained concept understanding across a wide range of vision-language
datasets, including our InpaintCOCO dataset. | cs.CV | Enhancing Conceptual Understanding in Multimodal Contrastive Learning through Hard Negative Samples |
2024-03-05T10:20:52Z | http://arxiv.org/pdf/2403.02839v2 | http://arxiv.org/abs/2403.02839v2 | Hui Huang, Yingqi Qu, Hongli Zhou, Jing Liu, Muyun Yang, Bing Xu, Tiejun Zhao | 2024-06-17T12:10:34Z | cs.CL | Recently, there has been a growing trend of utilizing Large Language Model
(LLM) to evaluate the quality of other LLMs. Many studies have employed
proprietary close-source models, especially GPT-4, as the evaluator.
Alternatively, other works have fine-tuned judge models based on open-source
LLMs as the evaluator. While the fine-tuned judge models are claimed to achieve
comparable evaluation capability with GPT-4, in this study, we conduct an
empirical study of judge models. Our findings indicate that although the
fine-tuned judge models achieve high performance on in-domain test sets, even
surpassing GPT-4, they underperform GPT-4 across several dimensions, including
generalizability, fairness, aspect-specific evaluation, and scalability. We
also reveal that the fine-tuned judge model inherently operates as a
task-specific classifier, consequently imposing the limitations. Finally, we
propose an effective indicator to measure the reliability of fine-tuned judges,
with the aim of maximizing their utility in LLM evaluation. | cs.CL | On the Limitations of Fine-tuned Judge Models for LLM Evaluation |
2024-03-05T09:12:49Z | http://arxiv.org/pdf/2403.02799v1 | http://arxiv.org/abs/2403.02799v1 | Yaochen Zhu, Rui Xia, Jiajun Zhang | 2024-03-05T09:12:49Z | cs.CL, cs.AI | Model merging is to combine fine-tuned models derived from multiple domains,
with the intent of enhancing the model's proficiency across various domains.
The principal concern is the resolution of parameter conflicts. A substantial
amount of existing research remedy this issue during the merging stage, with
the latest study focusing on resolving this issue throughout the pruning stage.
The DARE approach has exhibited promising outcomes when applied to a simplistic
fine-tuned model. However, the efficacy of this method tends to wane when
employed on complex fine-tuned models that show a significant parameter bias
relative to the baseline model. In this paper, we introduce a dual-stage method
termed Dynamic Pruning Partition Amplification (DPPA), devised to tackle the
challenge of merging complex fine-tuned models. Initially, we introduce
Dynamically Pruning (DP), an improved approach based on magnitude pruning,
which aim is to enhance performance at higher pruning rates. Subsequently, we
propose Dynamically Partition Amplification (DPA), a rescaling strategy, is
designed to dynamically amplify parameter partitions in relation to their
significance levels. The experimental results show that our method maintains a
mere 20% of domain-specific parameters and yet delivers a performance
comparable to other methodologies that preserve up to 90% of parameters.
Furthermore, our method displays outstanding performance post-pruning, leading
to a significant improvement of nearly 20% performance in model merging. We
make our code on Github. | cs.CL | DPPA: Pruning Method for Large Language Model to Model Merging |
2024-03-05T09:09:15Z | http://arxiv.org/pdf/2403.02795v2 | http://arxiv.org/abs/2403.02795v2 | Joy He-Yueya, Noah D. Goodman, Emma Brunskill | 2024-05-06T04:54:19Z | cs.AI, cs.CL | Creating effective educational materials generally requires expensive and
time-consuming studies of student learning outcomes. To overcome this barrier,
one idea is to build computational models of student learning and use them to
optimize instructional materials. However, it is difficult to model the
cognitive processes of learning dynamics. We propose an alternative approach
that uses Language Models (LMs) as educational experts to assess the impact of
various instructions on learning outcomes. Specifically, we use GPT-3.5 to
evaluate the overall effect of instructional materials on different student
groups and find that it can replicate well-established educational findings
such as the Expertise Reversal Effect and the Variability Effect. This
demonstrates the potential of LMs as reliable evaluators of educational
content. Building on this insight, we introduce an instruction optimization
approach in which one LM generates instructional materials using the judgments
of another LM as a reward function. We apply this approach to create math word
problem worksheets aimed at maximizing student learning gains. Human teachers'
evaluations of these LM-generated worksheets show a significant alignment
between the LM judgments and human teacher preferences. We conclude by
discussing potential divergences between human and LM opinions and the
resulting pitfalls of automating instructional design. | cs.AI | Evaluating and Optimizing Educational Content with Large Language Model Judgments |
2024-03-05T08:29:36Z | http://arxiv.org/pdf/2403.15412v4 | http://arxiv.org/abs/2403.15412v4 | Muhammad Farid Adilazuarda, Sagnik Mukherjee, Pradhyumna Lavania, Siddhant Singh, Alham Fikri Aji, Jacki O'Neill, Ashutosh Modi, Monojit Choudhury | 2024-06-19T05:43:27Z | cs.CY, cs.AI, cs.CL | We present a survey of more than 90 recent papers that aim to study cultural
representation and inclusion in large language models (LLMs). We observe that
none of the studies explicitly define "culture, which is a complex,
multifaceted concept; instead, they probe the models on some specially designed
datasets which represent certain aspects of "culture". We call these aspects
the proxies of culture, and organize them across two dimensions of demographic
and semantic proxies. We also categorize the probing methods employed. Our
analysis indicates that only certain aspects of ``culture,'' such as values and
objectives, have been studied, leaving several other interesting and important
facets, especially the multitude of semantic domains (Thompson et al., 2020)
and aboutness (Hershcovich et al., 2022), unexplored. Two other crucial gaps
are the lack of robustness of probing techniques and situated studies on the
impact of cultural mis- and under-representation in LLM-based applications. | cs.CY | Towards Measuring and Modeling "Culture" in LLMs: A Survey |
2024-03-05T08:25:11Z | http://arxiv.org/pdf/2403.02757v1 | http://arxiv.org/abs/2403.02757v1 | Bo Wang, Tianxiang Sun, Hang Yan, Siyin Wang, Qingyuan Cheng, Xipeng Qiu | 2024-03-05T08:25:11Z | cs.CL | The exploration of whether agents can align with their environment without
relying on human-labeled data presents an intriguing research topic. Drawing
inspiration from the alignment process observed in intelligent organisms, where
declarative memory plays a pivotal role in summarizing past experiences, we
propose a novel learning framework. The agents adeptly distill insights from
past experiences, refining and updating existing notes to enhance their
performance in the environment. This entire process transpires within the
memory components and is implemented through natural language, so we character
this framework as In-memory Learning. We also delve into the key features of
benchmarks designed to evaluate the self-improvement process. Through
systematic experiments, we demonstrate the effectiveness of our framework and
provide insights into this problem. | cs.CL | In-Memory Learning: A Declarative Learning Framework for Large Language Models |
2024-03-05T08:22:41Z | http://arxiv.org/pdf/2403.02756v1 | http://arxiv.org/abs/2403.02756v1 | Rui Wang, Fei Mi, Yi Chen, Boyang Xue, Hongru Wang, Qi Zhu, Kam-Fai Wong, Ruifeng Xu | 2024-03-05T08:22:41Z | cs.CL | The growing interest in Large Language Models (LLMs) for specialized
applications has revealed a significant challenge: when tailored to specific
domains, LLMs tend to experience catastrophic forgetting, compromising their
general capabilities and leading to a suboptimal user experience. Additionally,
crafting a versatile model for multiple domains simultaneously often results in
a decline in overall performance due to confusion between domains. In response
to these issues, we present the RolE Prompting Guided Multi-Domain Adaptation
(REGA) strategy. This novel approach effectively manages multi-domain LLM
adaptation through three key components: 1) Self-Distillation constructs and
replays general-domain exemplars to alleviate catastrophic forgetting. 2) Role
Prompting assigns a central prompt to the general domain and a unique role
prompt to each specific domain to minimize inter-domain confusion during
training. 3) Role Integration reuses and integrates a small portion of
domain-specific data to the general-domain data, which are trained under the
guidance of the central prompt. The central prompt is used for a streamlined
inference process, removing the necessity to switch prompts for different
domains. Empirical results demonstrate that REGA effectively alleviates
catastrophic forgetting and inter-domain confusion. This leads to improved
domain-specific performance compared to standard fine-tuned models, while still
preserving robust general capabilities. | cs.CL | Role Prompting Guided Domain Adaptation with General Capability Preserve for Large Language Models |
2024-03-05T07:58:12Z | http://arxiv.org/pdf/2403.02745v1 | http://arxiv.org/abs/2403.02745v1 | Son The Nguyen, Niranjan Uma Naresh, Theja Tulabandhula | 2024-03-05T07:58:12Z | cs.AI, cs.CL | This paper addresses the challenges of aligning large language models (LLMs)
with human values via preference learning (PL), with a focus on the issues of
incomplete and corrupted data in preference datasets. We propose a novel method
for robustly and completely recalibrating values within these datasets to
enhance LLMs resilience against the issues. In particular, we devise a
guaranteed polynomial time ranking algorithm that robustifies several existing
models, such as the classic Bradley--Terry--Luce (BTL) (Bradley and Terry,
1952) model and certain generalizations of it. To the best of our knowledge,
our present work is the first to propose an algorithm that provably recovers an
{\epsilon}-optimal ranking with high probability while allowing as large as
O(n) perturbed pairwise comparison results per model response. Furthermore, we
show robust recovery results in the partially observed setting. Our experiments
confirm that our algorithms handle adversarial noise and unobserved comparisons
well in both general and LLM preference dataset settings. This work contributes
to the development and scaling of more reliable and ethically aligned AI models
by equipping the dataset curation pipeline with the ability to handle missing
and maliciously manipulated inputs. | cs.AI | CURATRON: Complete Robust Preference Data for Robust Alignment of Large Language Models |
2024-03-05T07:53:49Z | http://arxiv.org/pdf/2403.02742v1 | http://arxiv.org/abs/2403.02742v1 | Zhonghai Wang, Jie Jiang, Yibing Zhan, Bohao Zhou, Yanhong Li, Chong Zhang, Liang Ding, Hua Jin, Jun Peng, Xu Lin, Weifeng Liu | 2024-03-05T07:53:49Z | cs.CL | Medical large language models (LLMs) have gained popularity recently due to
their significant practical utility. However, most existing research focuses on
general medicine, and there is a need for in-depth study of LLMs in specific
fields like anesthesiology. To fill the gap, we introduce Hypnos, a Chinese
Anesthesia model built upon existing LLMs, e.g., Llama. Hypnos' contributions
have three aspects: 1) The data, such as utilizing Self-Instruct, acquired from
current LLMs likely includes inaccuracies. Hypnos implements a cross-filtering
strategy to improve the data quality. This strategy involves using one LLM to
assess the quality of the generated data from another LLM and filtering out the
data with low quality. 2) Hypnos employs a general-to-specific training
strategy that starts by fine-tuning LLMs using the general medicine data and
subsequently improving the fine-tuned LLMs using data specifically from
Anesthesiology. The general medical data supplement the medical expertise in
Anesthesiology and enhance the effectiveness of Hypnos' generation. 3) We
introduce a standardized benchmark for evaluating medical LLM in
Anesthesiology. Our benchmark includes both publicly available instances from
the Internet and privately obtained cases from the Hospital. Hypnos outperforms
other medical LLMs in anesthesiology in metrics, GPT-4, and human evaluation on
the benchmark dataset. | cs.CL | Towards Training A Chinese Large Language Model for Anesthesiology |
2024-03-05T07:47:34Z | http://arxiv.org/pdf/2403.02738v2 | http://arxiv.org/abs/2403.02738v2 | Congzhi Zhang, Linhai Zhang, Jialong Wu, Deyu Zhou, Yulan He | 2024-05-22T16:21:38Z | cs.CL | Despite the notable advancements of existing prompting methods, such as
In-Context Learning and Chain-of-Thought for Large Language Models (LLMs), they
still face challenges related to various biases. Traditional debiasing methods
primarily focus on the model training stage, including approaches based on data
augmentation and reweighting, yet they struggle with the complex biases
inherent in LLMs. To address such limitations, the causal relationship behind
the prompting methods is uncovered using a structural causal model, and a novel
causal prompting method based on front-door adjustment is proposed to
effectively mitigate LLMs biases. In specific, causal intervention is achieved
by designing the prompts without accessing the parameters and logits of LLMs.
The chain-of-thought generated by LLM is employed as the mediator variable and
the causal effect between input prompts and output answers is calculated
through front-door adjustment to mitigate model biases. Moreover, to accurately
represent the chain-of-thoughts and estimate the causal effects, contrastive
learning is used to fine-tune the encoder of chain-of-thought by aligning its
space with that of the LLM. Experimental results show that the proposed causal
prompting approach achieves excellent performance across seven natural language
processing datasets on both open-source and closed-source LLMs. | cs.CL | Causal Prompting: Debiasing Large Language Model Prompting based on Front-Door Adjustment |
2024-03-05T07:34:51Z | http://arxiv.org/pdf/2403.02727v1 | http://arxiv.org/abs/2403.02727v1 | Sijie Ji, Xinzhe Zheng, Chenshu Wu | 2024-03-05T07:34:51Z | cs.CL, cs.AI, cs.HC | There is an ongoing debate regarding the potential of Large Language Models
(LLMs) as foundational models seamlessly integrated with Cyber-Physical Systems
(CPS) for interpreting the physical world. In this paper, we carry out a case
study to answer the following question: Are LLMs capable of zero-shot human
activity recognition (HAR). Our study, HARGPT, presents an affirmative answer
by demonstrating that LLMs can comprehend raw IMU data and perform HAR tasks in
a zero-shot manner, with only appropriate prompts. HARGPT inputs raw IMU data
into LLMs and utilizes the role-play and think step-by-step strategies for
prompting. We benchmark HARGPT on GPT4 using two public datasets of different
inter-class similarities and compare various baselines both based on
traditional machine learning and state-of-the-art deep classification models.
Remarkably, LLMs successfully recognize human activities from raw IMU data and
consistently outperform all the baselines on both datasets. Our findings
indicate that by effective prompting, LLMs can interpret raw IMU data based on
their knowledge base, possessing a promising potential to analyze raw sensor
data of the physical world effectively. | cs.CL | HARGPT: Are LLMs Zero-Shot Human Activity Recognizers? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.