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-02-20T18:42:34Z | http://arxiv.org/pdf/2402.13228v2 | http://arxiv.org/abs/2402.13228v2 | Arka Pal, Deep Karkhanis, Samuel Dooley, Manley Roberts, Siddartha Naidu, Colin White | 2024-07-03T13:46:33Z | cs.CL, cs.AI, cs.LG | Direct Preference Optimisation (DPO) is effective at significantly improving
the performance of large language models (LLMs) on downstream tasks such as
reasoning, summarisation, and alignment. Using pairs of preferred and
dispreferred data, DPO models the relative probability of picking one response
over another. In this work, first we show theoretically that the standard DPO
loss can lead to a reduction of the model's likelihood of the preferred
examples, as long as the relative probability between the preferred and
dispreferred classes increases. We then show empirically that this phenomenon
occurs when fine-tuning LLMs on common datasets, especially datasets in which
the edit distance between pairs of completions is low. Using these insights, we
design DPO-Positive (DPOP), a new loss function and training procedure which
avoids this failure mode. Surprisingly, we find that DPOP outperforms DPO and
other fine-tuning procedures across a wide variety of datasets and downstream
tasks, including datasets with high edit distances between completions.
Furthermore, we find that the DPOP-tuned model outperforms the DPO-tuned model
(all else equal) on benchmarks independent of the fine-tuning data, such as
MT-Bench. Finally, using DPOP, we create and open-source Smaug-34B and
Smaug-72B, with the latter becoming the first open-source LLM to surpass an
average accuracy of 80% on the HuggingFace Open LLM Leaderboard. | cs.CL | Smaug: Fixing Failure Modes of Preference Optimisation with DPO-Positive |
2024-02-20T18:37:19Z | http://arxiv.org/pdf/2402.13225v1 | http://arxiv.org/abs/2402.13225v1 | Qiao Jin, Zhizheng Wang, Yifan Yang, Qingqing Zhu, Donald Wright, Thomas Huang, W John Wilbur, Zhe He, Andrew Taylor, Qingyu Chen, Zhiyong Lu | 2024-02-20T18:37:19Z | cs.CL, cs.AI | Clinical calculators play a vital role in healthcare by offering accurate
evidence-based predictions for various purposes such as prognosis.
Nevertheless, their widespread utilization is frequently hindered by usability
challenges, poor dissemination, and restricted functionality. Augmenting large
language models with extensive collections of clinical calculators presents an
opportunity to overcome these obstacles and improve workflow efficiency, but
the scalability of the manual curation process poses a significant challenge.
In response, we introduce AgentMD, a novel language agent capable of curating
and applying clinical calculators across various clinical contexts. Using the
published literature, AgentMD has automatically curated a collection of 2,164
diverse clinical calculators with executable functions and structured
documentation, collectively named RiskCalcs. Manual evaluations show that
RiskCalcs tools achieve an accuracy of over 80% on three quality metrics. At
inference time, AgentMD can automatically select and apply the relevant
RiskCalcs tools given any patient description. On the newly established RiskQA
benchmark, AgentMD significantly outperforms chain-of-thought prompting with
GPT-4 (87.7% vs. 40.9% in accuracy). Additionally, we also applied AgentMD to
real-world clinical notes for analyzing both population-level and risk-level
patient characteristics. In summary, our study illustrates the utility of
language agents augmented with clinical calculators for healthcare analytics
and patient care. | cs.CL | AgentMD: Empowering Language Agents for Risk Prediction with Large-Scale Clinical Tool Learning |
2024-02-20T18:32:47Z | http://arxiv.org/pdf/2402.13222v1 | http://arxiv.org/abs/2402.13222v1 | Adrian Cosma, Bogdan Iordache, Paolo Rosso | 2024-02-20T18:32:47Z | cs.CL | Recently, large language models (LLMs) have become increasingly powerful and
have become capable of solving a plethora of tasks through proper instructions
in natural language. However, the vast majority of testing suites assume that
the instructions are written in English, the de facto prompting language. Code
intelligence and problem solving still remain a difficult task, even for the
most advanced LLMs. Currently, there are no datasets to measure the
generalization power for code-generation models in a language other than
English. In this work, we present RoCode, a competitive programming dataset,
consisting of 2,642 problems written in Romanian, 11k solutions in C, C++ and
Python and comprehensive testing suites for each problem. The purpose of RoCode
is to provide a benchmark for evaluating the code intelligence of language
models trained on Romanian / multilingual text as well as a fine-tuning set for
pretrained Romanian models. Through our results and review of related works, we
argue for the need to develop code models for languages other than English. | cs.CL | RoCode: A Dataset for Measuring Code Intelligence from Problem Definitions in Romanian |
2024-02-20T18:31:27Z | http://arxiv.org/pdf/2402.13220v1 | http://arxiv.org/abs/2402.13220v1 | Yusu Qian, Haotian Zhang, Yinfei Yang, Zhe Gan | 2024-02-20T18:31:27Z | cs.CV, cs.CL | The remarkable advancements in Multimodal Large Language Models (MLLMs) have
not rendered them immune to challenges, particularly in the context of handling
deceptive information in prompts, thus producing hallucinated responses under
such conditions. To quantitatively assess this vulnerability, we present
MAD-Bench, a carefully curated benchmark that contains 850 test samples divided
into 6 categories, such as non-existent objects, count of objects, spatial
relationship, and visual confusion. We provide a comprehensive analysis of
popular MLLMs, ranging from GPT-4V, Gemini-Pro, to open-sourced models, such as
LLaVA-1.5 and CogVLM. Empirically, we observe significant performance gaps
between GPT-4V and other models; and previous robust instruction-tuned models,
such as LRV-Instruction and LLaVA-RLHF, are not effective on this new
benchmark. While GPT-4V achieves 75.02% accuracy on MAD-Bench, the accuracy of
any other model in our experiments ranges from 5% to 35%. We further propose a
remedy that adds an additional paragraph to the deceptive prompts to encourage
models to think twice before answering the question. Surprisingly, this simple
method can even double the accuracy; however, the absolute numbers are still
too low to be satisfactory. We hope MAD-Bench can serve as a valuable benchmark
to stimulate further research to enhance models' resilience against deceptive
prompts. | cs.CV | How Easy is It to Fool Your Multimodal LLMs? An Empirical Analysis on Deceptive Prompts |
2024-02-20T18:24:47Z | http://arxiv.org/pdf/2402.13213v1 | http://arxiv.org/abs/2402.13213v1 | Benjamin Plaut, Khanh Nguyen, Tu Trinh | 2024-02-20T18:24:47Z | cs.CL, cs.AI, cs.LG | Although large language models (LLMs) perform impressively on many tasks,
overconfidence remains a problem. We hypothesized that on multiple-choice Q&A
tasks, wrong answers would be associated with smaller maximum softmax
probabilities (MSPs) compared to correct answers. We comprehensively evaluate
this hypothesis on ten open-source LLMs and five datasets, and find strong
evidence for our hypothesis among models which perform well on the original Q&A
task. For the six LLMs with the best Q&A performance, the AUROC derived from
the MSP was better than random chance with p < 10^{-4} in 59/60 instances.
Among those six LLMs, the average AUROC ranged from 60% to 69%. Leveraging
these findings, we propose a multiple-choice Q&A task with an option to abstain
and show that performance can be improved by selectively abstaining based on
the MSP of the initial model response. We also run the same experiments with
pre-softmax logits instead of softmax probabilities and find similar (but not
identical) results. | cs.CL | Softmax Probabilities (Mostly) Predict Large Language Model Correctness on Multiple-Choice Q&A |
2024-02-20T18:22:38Z | http://arxiv.org/pdf/2402.13212v2 | http://arxiv.org/abs/2402.13212v2 | Han Wang, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal | 2024-06-05T19:50:19Z | cs.CL, cs.AI, cs.LG | Generations from large language models (LLMs) can be improved by sampling and
scoring multiple solutions to select a final answer. Current "sample and
select" methods such as self-consistency (SC) rely on majority voting to score
answers. However, when tasks have many distinct and valid answers, selection by
voting requires a large number of samples. This makes SC prohibitively
expensive for interactive tasks that involve generating multiple actions
(answers) sequentially. After establishing that majority voting fails to
provide consistent gains on such tasks, we demonstrate how to increase success
rates by softening the scoring criterion. We introduce Soft Self-Consistency
(SOFT-SC), which replaces SC's discontinuous scoring with a continuous score
computed from model likelihoods, allowing for selection even when actions are
sparsely distributed. SOFT-SC improves both performance and efficiency on
long-horizon interactive tasks, requiring half as many samples as SC for
comparable or better performance. For a fixed number of samples, SOFT-SC leads
to a 1.3% increase over SC in absolute success rate on writing bash programs, a
6.6% increase on online shopping (WebShop), and a 4.7% increase for an
interactive household game (ALFWorld). Finally, we show that SOFT-SC can be
applied to both open-source and black-box models. | cs.CL | Soft Self-Consistency Improves Language Model Agents |
2024-02-20T18:21:32Z | http://arxiv.org/pdf/2402.13211v2 | http://arxiv.org/abs/2402.13211v2 | Dongjin Kang, Sunghwan Kim, Taeyoon Kwon, Seungjun Moon, Hyunsouk Cho, Youngjae Yu, Dongha Lee, Jinyoung Yeo | 2024-06-05T13:39:59Z | cs.CL | Emotional Support Conversation (ESC) is a task aimed at alleviating
individuals' emotional distress through daily conversation. Given its inherent
complexity and non-intuitive nature, ESConv dataset incorporates support
strategies to facilitate the generation of appropriate responses. Recently,
despite the remarkable conversational ability of large language models (LLMs),
previous studies have suggested that they often struggle with providing useful
emotional support. Hence, this work initially analyzes the results of LLMs on
ESConv, revealing challenges in selecting the correct strategy and a notable
preference for a specific strategy. Motivated by these, we explore the impact
of the inherent preference in LLMs on providing emotional support, and
consequently, we observe that exhibiting high preference for specific
strategies hinders effective emotional support, aggravating its robustness in
predicting the appropriate strategy. Moreover, we conduct a methodological
study to offer insights into the necessary approaches for LLMs to serve as
proficient emotional supporters. Our findings emphasize that (1) low preference
for specific strategies hinders the progress of emotional support, (2) external
assistance helps reduce preference bias, and (3) existing LLMs alone cannot
become good emotional supporters. These insights suggest promising avenues for
future research to enhance the emotional intelligence of LLMs. | cs.CL | Can Large Language Models be Good Emotional Supporter? Mitigating Preference Bias on Emotional Support Conversation |
2024-02-20T18:19:08Z | http://arxiv.org/pdf/2402.13208v1 | http://arxiv.org/abs/2402.13208v1 | Marco Gaido, Sara Papi, Matteo Negri, Luisa Bentivogli | 2024-02-20T18:19:08Z | cs.CL, cs.AI | The attention mechanism, a cornerstone of state-of-the-art neural models,
faces computational hurdles in processing long sequences due to its quadratic
complexity. Consequently, research efforts in the last few years focused on
finding more efficient alternatives. Among them, Hyena (Poli et al., 2023)
stands out for achieving competitive results in both language modeling and
image classification, while offering sub-quadratic memory and computational
complexity. Building on these promising results, we propose ConfHyena, a
Conformer whose encoder self-attentions are replaced with an adaptation of
Hyena for speech processing, where the long input sequences cause high
computational costs. Through experiments in automatic speech recognition (for
English) and translation (from English into 8 target languages), we show that
our best ConfHyena model significantly reduces the training time by 27%, at the
cost of minimal quality degradation (~1%), which, in most cases, is not
statistically significant. | cs.CL | How do Hyenas deal with Human Speech? Speech Recognition and Translation with ConfHyena |
2024-02-20T17:56:24Z | http://arxiv.org/pdf/2402.13188v1 | http://arxiv.org/abs/2402.13188v1 | Chao Xue, Di Liang, Pengfei Wang, Jing Zhang | 2024-02-20T17:56:24Z | cs.CL | Many models that leverage knowledge graphs (KGs) have recently demonstrated
remarkable success in question answering (QA) tasks. In the real world, many
facts contained in KGs are time-constrained thus temporal KGQA has received
increasing attention. Despite the fruitful efforts of previous models in
temporal KGQA, they still have several limitations. (I) They adopt pre-trained
language models (PLMs) to obtain question representations, while PLMs tend to
focus on entity information and ignore entity transfer caused by temporal
constraints, and finally fail to learn specific temporal representations of
entities. (II) They neither emphasize the graph structure between entities nor
explicitly model the multi-hop relationship in the graph, which will make it
difficult to solve complex multi-hop question answering. To alleviate this
problem, we propose a novel Question Calibration and Multi-Hop Modeling
(QC-MHM) approach. Specifically, We first calibrate the question representation
by fusing the question and the time-constrained concepts in KG. Then, we
construct the GNN layer to complete multi-hop message passing. Finally, the
question representation is combined with the embedding output by the GNN to
generate the final prediction. Empirical results verify that the proposed model
achieves better performance than the state-of-the-art models in the benchmark
dataset. Notably, the Hits@1 and Hits@10 results of QC-MHM on the CronQuestions
dataset's complex questions are absolutely improved by 5.1% and 1.2% compared
to the best-performing baseline. Moreover, QC-MHM can generate interpretable
and trustworthy predictions. | cs.CL | Question Calibration and Multi-Hop Modeling for Temporal Question Answering |
2024-02-20T17:49:46Z | http://arxiv.org/pdf/2402.13184v2 | http://arxiv.org/abs/2402.13184v2 | Mingyu Jin, Beichen Wang, Zhaoqian Xue, Suiyuan Zhu, Wenyue Hua, Hua Tang, Kai Mei, Mengnan Du, Yongfeng Zhang | 2024-02-21T04:54:22Z | cs.CL | In this study, we introduce "CosmoAgent," an innovative artificial
intelligence framework utilizing Large Language Models (LLMs) to simulate
complex interactions between human and extraterrestrial civilizations, with a
special emphasis on Stephen Hawking's cautionary advice about not sending radio
signals haphazardly into the universe. The goal is to assess the feasibility of
peaceful coexistence while considering potential risks that could threaten
well-intentioned civilizations. Employing mathematical models and state
transition matrices, our approach quantitatively evaluates the development
trajectories of civilizations, offering insights into future decision-making at
critical points of growth and saturation. Furthermore, the paper acknowledges
the vast diversity in potential living conditions across the universe, which
could foster unique cosmologies, ethical codes, and worldviews among various
civilizations. Recognizing the Earth-centric bias inherent in current LLM
designs, we propose the novel concept of using LLMs with diverse ethical
paradigms and simulating interactions between entities with distinct moral
principles. This innovative research provides a new way to understand complex
inter-civilizational dynamics, expanding our perspective while pioneering novel
strategies for conflict resolution, crucial for preventing interstellar
conflicts. We have also released the code and datasets to enable further
academic investigation into this interesting area of research. The code is
available at https://github.com/agiresearch/AlienAgent. | cs.CL | What if LLMs Have Different World Views: Simulating Alien Civilizations with LLM-based Agents |
2024-02-20T17:44:06Z | http://arxiv.org/pdf/2402.13178v2 | http://arxiv.org/abs/2402.13178v2 | Guangzhi Xiong, Qiao Jin, Zhiyong Lu, Aidong Zhang | 2024-02-23T16:46:58Z | cs.CL, cs.AI | While large language models (LLMs) have achieved state-of-the-art performance
on a wide range of medical question answering (QA) tasks, they still face
challenges with hallucinations and outdated knowledge. Retrieval-augmented
generation (RAG) is a promising solution and has been widely adopted. However,
a RAG system can involve multiple flexible components, and there is a lack of
best practices regarding the optimal RAG setting for various medical purposes.
To systematically evaluate such systems, we propose the Medical Information
Retrieval-Augmented Generation Evaluation (MIRAGE), a first-of-its-kind
benchmark including 7,663 questions from five medical QA datasets. Using
MIRAGE, we conducted large-scale experiments with over 1.8 trillion prompt
tokens on 41 combinations of different corpora, retrievers, and backbone LLMs
through the MedRAG toolkit introduced in this work. Overall, MedRAG improves
the accuracy of six different LLMs by up to 18% over chain-of-thought
prompting, elevating the performance of GPT-3.5 and Mixtral to GPT-4-level. Our
results show that the combination of various medical corpora and retrievers
achieves the best performance. In addition, we discovered a log-linear scaling
property and the "lost-in-the-middle" effects in medical RAG. We believe our
comprehensive evaluations can serve as practical guidelines for implementing
RAG systems for medicine. | cs.CL | Benchmarking Retrieval-Augmented Generation for Medicine |
2024-02-20T17:39:40Z | http://arxiv.org/pdf/2402.14857v2 | http://arxiv.org/abs/2402.14857v2 | Xiaotian Zou, Yongkang Chen, Ke Li | 2024-06-18T19:22:19Z | cs.CL, cs.AI, cs.CR | The rapid evolution of Large Language Models (LLMs) has rendered them
indispensable in modern society. While security measures are typically to align
LLMs with human values prior to release, recent studies have unveiled a
concerning phenomenon named "Jailbreak". This term refers to the unexpected and
potentially harmful responses generated by LLMs when prompted with malicious
questions. Most existing research focus on generating jailbreak prompts but
system message configurations vary significantly in experiments. In this paper,
we aim to answer a question: Is the system message really important for
jailbreaks in LLMs? We conduct experiments in mainstream LLMs to generate
jailbreak prompts with varying system messages: short, long, and none. We
discover that different system messages have distinct resistances to
jailbreaks. Therefore, we explore the transferability of jailbreaks across LLMs
with different system messages. Furthermore, we propose the System Messages
Evolutionary Algorithm (SMEA) to generate system messages that are more
resistant to jailbreak prompts, even with minor changes. Through SMEA, we get a
robust system messages population with little change in the length of system
messages. Our research not only bolsters LLMs security but also raises the bar
for jailbreaks, fostering advancements in this field of study. | cs.CL | Is the System Message Really Important to Jailbreaks in Large Language Models? |
2024-02-20T17:07:08Z | http://arxiv.org/pdf/2402.13152v1 | http://arxiv.org/abs/2402.13152v1 | José-M. Acosta-Triana, David Gimeno-Gómez, Carlos-D. Martínez-Hinarejos | 2024-02-20T17:07:08Z | cs.CV, cs.CL | More than 7,000 known languages are spoken around the world. However, due to
the lack of annotated resources, only a small fraction of them are currently
covered by speech technologies. Albeit self-supervised speech representations,
recent massive speech corpora collections, as well as the organization of
challenges, have alleviated this inequality, most studies are mainly
benchmarked on English. This situation is aggravated when tasks involving both
acoustic and visual speech modalities are addressed. In order to promote
research on low-resource languages for audio-visual speech technologies, we
present AnnoTheia, a semi-automatic annotation toolkit that detects when a
person speaks on the scene and the corresponding transcription. In addition, to
show the complete process of preparing AnnoTheia for a language of interest, we
also describe the adaptation of a pre-trained model for active speaker
detection to Spanish, using a database not initially conceived for this type of
task. The AnnoTheia toolkit, tutorials, and pre-trained models are available on
GitHub. | cs.CV | AnnoTheia: A Semi-Automatic Annotation Toolkit for Audio-Visual Speech Technologies |
2024-02-20T17:00:41Z | http://arxiv.org/pdf/2402.13145v2 | http://arxiv.org/abs/2402.13145v2 | Yujie Shao, Xinrong Yao, Xingwei Qu, Chenghua Lin, Shi Wang, Stephen W. Huang, Ge Zhang, Jie Fu | 2024-02-21T03:18:04Z | cs.CL, cs.AI | Metaphor is a prominent linguistic device in human language and literature,
as they add color, imagery, and emphasis to enhance effective communication.
This paper introduces a large-scale high quality annotated Chinese Metaphor
Corpus, which comprises around 28K sentences drawn from a diverse range of
Chinese literary sources, such as poems, prose, song lyrics, etc. To ensure the
accuracy and consistency of our annotations, we introduce a comprehensive set
of guidelines. These guidelines address the facets of metaphor annotation,
including identifying tenors, vehicles, and grounds to handling the
complexities of similes, personifications, juxtapositions, and hyperboles.
Breaking tradition, our approach to metaphor generation emphasizes grounds and
their distinct features rather than the conventional combination of tenors and
vehicles. By integrating "ground" as a CoT (Chain of Thoughts) input, we are
able to generate metaphors that resonate more with real-world intuition. We
test generative models such as Belle, Baichuan, and Chinese-alpaca-33B using
our annotated corpus. These models are able to generate creative and fluent
metaphor sentences more frequently induced by selected samples from our
dataset, demonstrating the value of our corpus for Chinese metaphor research.
The code is available in
https://github.com/JasonShao55/Chinese_Metaphor_Explanation. | cs.CL | CMDAG: A Chinese Metaphor Dataset with Annotated Grounds as CoT for Boosting Metaphor Generation |
2024-02-20T16:53:26Z | http://arxiv.org/pdf/2402.13137v2 | http://arxiv.org/abs/2402.13137v2 | Jesujoba O. Alabi, Marius Mosbach, Matan Eyal, Dietrich Klakow, Mor Geva | 2024-06-10T06:53:58Z | cs.CL | We analyze the operation of transformer language adapters, which are small
modules trained on top of a frozen language model to adapt its predictions to
new target languages. We show that adapted predictions mostly evolve in the
source language the model was trained on, while the target language becomes
pronounced only in the very last layers of the model. Moreover, the adaptation
process is gradual and distributed across layers, where it is possible to skip
small groups of adapters without decreasing adaptation performance. Last, we
show that adapters operate on top of the model's frozen representation space
while largely preserving its structure, rather than on an 'isolated' subspace.
Our findings provide a deeper view into the adaptation process of language
models to new languages, showcasing the constraints imposed on it by the
underlying model and introduces practical implications to enhance its
efficiency. | cs.CL | The Hidden Space of Transformer Language Adapters |
2024-02-20T16:43:20Z | http://arxiv.org/pdf/2402.13130v1 | http://arxiv.org/abs/2402.13130v1 | Ivan Rep, David Dukić, Jan Šnajder | 2024-02-20T16:43:20Z | cs.CL | While BERT produces high-quality sentence embeddings, its pre-training
computational cost is a significant drawback. In contrast, ELECTRA delivers a
cost-effective pre-training objective and downstream task performance
improvements, but not as performant sentence embeddings. The community tacitly
stopped utilizing ELECTRA's sentence embeddings for semantic textual similarity
(STS). We notice a significant drop in performance when using the ELECTRA
discriminator's last layer in comparison to earlier layers. We explore this
drop and devise a way to repair ELECTRA's embeddings, proposing a novel
truncated model fine-tuning (TMFT) method. TMFT improves the Spearman
correlation coefficient by over 8 points while increasing parameter efficiency
on the STS benchmark dataset. We extend our analysis to various model sizes and
languages. Further, we discover the surprising efficacy of ELECTRA's generator
model, which performs on par with BERT, using significantly fewer parameters
and a substantially smaller embedding size. Finally, we observe further boosts
by combining TMFT with a word similarity task or domain adaptive pre-training. | cs.CL | Are ELECTRA's Sentence Embeddings Beyond Repair? The Case of Semantic Textual Similarity |
2024-02-20T16:38:33Z | http://arxiv.org/pdf/2402.13125v1 | http://arxiv.org/abs/2402.13125v1 | Xiang Li, Yunshi Lan, Chao Yang | 2024-02-20T16:38:33Z | cs.CL, cs.AI | Recently, numerous new benchmarks have been established to evaluate the
performance of large language models (LLMs) via either computing a holistic
score or employing another LLM as a judge. However, these approaches suffer
from data leakage due to the open access of the benchmark and inflexible
evaluation process. To address this issue, we introduce $\textbf{TreeEval}$, a
benchmark-free evaluation method for LLMs that let a high-performance LLM host
an irreproducible evaluation session and essentially avoids the data leakage.
Moreover, this LLM performs as an examiner to raise up a series of questions
under a topic with a tree planing strategy, which considers the current
evaluation status to decide the next question generation and ensures the
completeness and efficiency of the evaluation process. We evaluate $6$ models
of different parameter sizes, including $7$B, $13$B, and $33$B, and ultimately
achieved the highest correlation coefficient with AlpacaEval2.0 using only
around $45$ questions. We also conduct more analysis to show the robustness and
reliability of TreeEval. Our code can be accessed via the provided
https://github.com/Ashura5/TreeEval. | cs.CL | TreeEval: Benchmark-Free Evaluation of Large Language Models through Tree Planning |
2024-02-20T16:17:37Z | http://arxiv.org/pdf/2402.13116v3 | http://arxiv.org/abs/2402.13116v3 | Xiaohan Xu, Ming Li, Chongyang Tao, Tao Shen, Reynold Cheng, Jinyang Li, Can Xu, Dacheng Tao, Tianyi Zhou | 2024-03-08T13:29:03Z | cs.CL | In the era of Large Language Models (LLMs), Knowledge Distillation (KD)
emerges as a pivotal methodology for transferring advanced capabilities from
leading proprietary LLMs, such as GPT-4, to their open-source counterparts like
LLaMA and Mistral. Additionally, as open-source LLMs flourish, KD plays a
crucial role in both compressing these models, and facilitating their
self-improvement by employing themselves as teachers. This paper presents a
comprehensive survey of KD's role within the realm of LLM, highlighting its
critical function in imparting advanced knowledge to smaller models and its
utility in model compression and self-improvement. Our survey is meticulously
structured around three foundational pillars: \textit{algorithm},
\textit{skill}, and \textit{verticalization} -- providing a comprehensive
examination of KD mechanisms, the enhancement of specific cognitive abilities,
and their practical implications across diverse fields. Crucially, the survey
navigates the intricate interplay between data augmentation (DA) and KD,
illustrating how DA emerges as a powerful paradigm within the KD framework to
bolster LLMs' performance. By leveraging DA to generate context-rich,
skill-specific training data, KD transcends traditional boundaries, enabling
open-source models to approximate the contextual adeptness, ethical alignment,
and deep semantic insights characteristic of their proprietary counterparts.
This work aims to provide an insightful guide for researchers and
practitioners, offering a detailed overview of current methodologies in KD and
proposing future research directions. Importantly, we firmly advocate for
compliance with the legal terms that regulate the use of LLMs, ensuring ethical
and lawful application of KD of LLMs. An associated Github repository is
available at https://github.com/Tebmer/Awesome-Knowledge-Distillation-of-LLMs. | cs.CL | A Survey on Knowledge Distillation of Large Language Models |
2024-02-20T16:09:49Z | http://arxiv.org/pdf/2402.13113v2 | http://arxiv.org/abs/2402.13113v2 | Brielen Madureira, Patrick Kahardipraja, David Schlangen | 2024-06-02T14:48:13Z | cs.CL | Incremental models that process sentences one token at a time will sometimes
encounter points where more than one interpretation is possible. Causal models
are forced to output one interpretation and continue, whereas models that can
revise may edit their previous output as the ambiguity is resolved. In this
work, we look at how restart-incremental Transformers build and update internal
states, in an effort to shed light on what processes cause revisions not viable
in autoregressive models. We propose an interpretable way to analyse the
incremental states, showing that their sequential structure encodes information
on the garden path effect and its resolution. Our method brings insights on
various bidirectional encoders for contextualised meaning representation and
dependency parsing, contributing to show their advantage over causal models
when it comes to revisions. | cs.CL | When Only Time Will Tell: Interpreting How Transformers Process Local Ambiguities Through the Lens of Restart-Incrementality |
2024-02-20T16:02:12Z | http://arxiv.org/pdf/2402.13109v2 | http://arxiv.org/abs/2402.13109v2 | Yizhi LI, Ge Zhang, Xingwei Qu, Jiali Li, Zhaoqun Li, Zekun Wang, Hao Li, Ruibin Yuan, Yinghao Ma, Kai Zhang, Wangchunshu Zhou, Yiming Liang, Lei Zhang, Lei Ma, Jiajun Zhang, Zuowen Li, Stephen W. Huang, Chenghua Lin, Jie Fu | 2024-06-04T14:26:30Z | cs.CL, cs.AI | The advancement of large language models (LLMs) has enhanced the ability to
generalize across a wide range of unseen natural language processing (NLP)
tasks through instruction-following. Yet, their effectiveness often diminishes
in low-resource languages like Chinese, exacerbated by biased evaluations from
data leakage, casting doubt on their true generalizability to new linguistic
territories. In response, we introduce the Chinese Instruction-Following
Benchmark (CIF-Bench), designed to evaluate the zero-shot generalizability of
LLMs to the Chinese language. CIF-Bench comprises 150 tasks and 15,000
input-output pairs, developed by native speakers to test complex reasoning and
Chinese cultural nuances across 20 categories. To mitigate data contamination,
we release only half of the dataset publicly, with the remainder kept private,
and introduce diversified instructions to minimize score variance, totaling
45,000 data instances. Our evaluation of 28 selected LLMs reveals a noticeable
performance gap, with the best model scoring only 52.9%, highlighting the
limitations of LLMs in less familiar language and task contexts. This work not
only uncovers the current limitations of LLMs in handling Chinese language
tasks but also sets a new standard for future LLM generalizability research,
pushing towards the development of more adaptable, culturally informed, and
linguistically diverse models. | cs.CL | CIF-Bench: A Chinese Instruction-Following Benchmark for Evaluating the Generalizability of Large Language Models |
2024-02-20T15:47:59Z | http://arxiv.org/pdf/2402.13098v1 | http://arxiv.org/abs/2402.13098v1 | Yifei Zhang, Bo Pan, Chen Ling, Yuntong Hu, Liang Zhao | 2024-02-20T15:47:59Z | cs.CL, cs.AI | The deployment and application of Large Language Models (LLMs) is hindered by
their memory inefficiency, computational demands, and the high costs of API
inferences. Traditional distillation methods, which transfer the capabilities
of LLMs to smaller models, often fail to determine whether the knowledge has
been sufficiently transferred, potentially resulting in high costs or
incomplete distillation. In this paper, we propose an Explanation-Guided LLMs
Active Distillation (ELAD) framework that employs an active learning strategy
to optimize the balance between annotation costs and model performance. To
improve efficient sample selection, we introduce an explanation-guided sample
selection method that identifies samples challenging its reasoning by
exploiting uncertainties in explanation steps. Additionally, we present a
customized LLM-annotated explanation revision technique where the teacher model
detects and corrects flaws in the student model's reasoning. Our experiments
across various reasoning datasets demonstrate that our framework significantly
enhances the efficiency of LLM knowledge distillation. | cs.CL | ELAD: Explanation-Guided Large Language Models Active Distillation |
2024-02-20T15:37:08Z | http://arxiv.org/pdf/2402.13094v1 | http://arxiv.org/abs/2402.13094v1 | Andreas Säuberli, Franz Holzknecht, Patrick Haller, Silvana Deilen, Laura Schiffl, Silvia Hansen-Schirra, Sarah Ebling | 2024-02-20T15:37:08Z | cs.CL, cs.HC | Text simplification refers to the process of increasing the comprehensibility
of texts. Automatic text simplification models are most commonly evaluated by
experts or crowdworkers instead of the primary target groups of simplified
texts, such as persons with intellectual disabilities. We conducted an
evaluation study of text comprehensibility including participants with and
without intellectual disabilities reading unsimplified, automatically and
manually simplified German texts on a tablet computer. We explored four
different approaches to measuring comprehensibility: multiple-choice
comprehension questions, perceived difficulty ratings, response time, and
reading speed. The results revealed significant variations in these
measurements, depending on the reader group and whether the text had undergone
automatic or manual simplification. For the target group of persons with
intellectual disabilities, comprehension questions emerged as the most reliable
measure, while analyzing reading speed provided valuable insights into
participants' reading behavior. | cs.CL | Digital Comprehensibility Assessment of Simplified Texts among Persons with Intellectual Disabilities |
2024-02-20T15:36:41Z | http://arxiv.org/pdf/2402.13093v2 | http://arxiv.org/abs/2402.13093v2 | Hao Peng, Xiaozhi Wang, Chunyang Li, Kaisheng Zeng, Jiangshan Duo, Yixin Cao, Lei Hou, Juanzi Li | 2024-04-21T06:13:45Z | cs.CL, cs.AI | Knowledge editing aims at updating knowledge of large language models (LLMs)
to prevent them from becoming outdated. Existing work edits LLMs at the level
of factual knowledge triplets. However, natural knowledge updates in the real
world come from the occurrences of new events rather than direct changes in
factual triplets. In this paper, we propose a new task setting: event-level
knowledge editing, which directly edits new events into LLMs and improves over
conventional triplet-level editing on (1) Efficiency. A single event edit leads
to updates in multiple entailed knowledge triplets. (2) Completeness. Beyond
updating factual knowledge, event-level editing also requires considering the
event influences and updating LLMs' knowledge about future trends. We construct
a high-quality event-level editing benchmark ELKEN, consisting of 1,515 event
edits, 6,449 questions about factual knowledge, and 10,150 questions about
future tendencies. We systematically evaluate the performance of various
knowledge editing methods and LLMs on this benchmark. We find that ELKEN poses
significant challenges to existing knowledge editing approaches. Our codes and
dataset are publicly released to facilitate further research. | cs.CL | Event-level Knowledge Editing |
2024-02-20T15:31:44Z | http://arxiv.org/pdf/2402.13089v1 | http://arxiv.org/abs/2402.13089v1 | Dongyang Fan, Bettina Messmer, Martin Jaggi | 2024-02-20T15:31:44Z | cs.LG, cs.AI, cs.CL | In this study, we systematically evaluate the impact of common design choices
in Mixture of Experts (MoEs) on validation performance, uncovering distinct
influences at token and sequence levels. We also present empirical evidence
showing comparable performance between a learned router and a frozen, randomly
initialized router, suggesting that learned routing may not be essential. Our
study further reveals that Sequence-level routing can result in topic-specific
weak expert specialization, in contrast to syntax specialization observed with
Token-level routing. | cs.LG | Towards an empirical understanding of MoE design choices |
2024-02-20T15:00:35Z | http://arxiv.org/pdf/2402.13064v1 | http://arxiv.org/abs/2402.13064v1 | Haoran Li, Qingxiu Dong, Zhengyang Tang, Chaojun Wang, Xingxing Zhang, Haoyang Huang, Shaohan Huang, Xiaolong Huang, Zeqiang Huang, Dongdong Zhang, Yuxian Gu, Xin Cheng, Xun Wang, Si-Qing Chen, Li Dong, Wei Lu, Zhifang Sui, Benyou Wang, Wai Lam, Furu Wei | 2024-02-20T15:00:35Z | cs.CL | We introduce Generalized Instruction Tuning (called GLAN), a general and
scalable method for instruction tuning of Large Language Models (LLMs). Unlike
prior work that relies on seed examples or existing datasets to construct
instruction tuning data, GLAN exclusively utilizes a pre-curated taxonomy of
human knowledge and capabilities as input and generates large-scale synthetic
instruction data across all disciplines. Specifically, inspired by the
systematic structure in human education system, we build the taxonomy by
decomposing human knowledge and capabilities to various fields, sub-fields and
ultimately, distinct disciplines semi-automatically, facilitated by LLMs.
Subsequently, we generate a comprehensive list of subjects for every discipline
and proceed to design a syllabus tailored to each subject, again utilizing
LLMs. With the fine-grained key concepts detailed in every class session of the
syllabus, we are able to generate diverse instructions with a broad coverage
across the entire spectrum of human knowledge and skills. Extensive experiments
on large language models (e.g., Mistral) demonstrate that GLAN excels in
multiple dimensions from mathematical reasoning, coding, academic exams,
logical reasoning to general instruction following without using task-specific
training data of these tasks. In addition, GLAN allows for easy customization
and new fields or skills can be added by simply incorporating a new node into
our taxonomy. | cs.CL | Synthetic Data (Almost) from Scratch: Generalized Instruction Tuning for Language Models |
2024-02-20T14:43:39Z | http://arxiv.org/pdf/2402.13055v1 | http://arxiv.org/abs/2402.13055v1 | Jie Ren, Qipeng Guo, Hang Yan, Dongrui Liu, Xipeng Qiu, Dahua Lin | 2024-02-20T14:43:39Z | cs.CL, cs.AI | Although large language models (LLMs) have demonstrated remarkable
performance, the lack of transparency in their inference logic raises concerns
about their trustworthiness. To gain a better understanding of LLMs, we conduct
a detailed analysis of the operations of attention heads and aim to better
understand the in-context learning of LLMs. Specifically, we investigate
whether attention heads encode two types of relationships between tokens
present in natural languages: the syntactic dependency parsed from sentences
and the relation within knowledge graphs. We find that certain attention heads
exhibit a pattern where, when attending to head tokens, they recall tail tokens
and increase the output logits of those tail tokens. More crucially, the
formulation of such semantic induction heads has a close correlation with the
emergence of the in-context learning ability of language models. The study of
semantic attention heads advances our understanding of the intricate operations
of attention heads in transformers, and further provides new insights into the
in-context learning of LLMs. | cs.CL | Identifying Semantic Induction Heads to Understand In-Context Learning |
2024-02-20T14:36:23Z | http://arxiv.org/pdf/2402.13048v1 | http://arxiv.org/abs/2402.13048v1 | Zihao Wei, Liang Pang, Hanxing Ding, Jingcheng Deng, Huawei Shen, Xueqi Cheng | 2024-02-20T14:36:23Z | cs.CL | Efficient knowledge editing of large language models is crucial for replacing
obsolete information or incorporating specialized knowledge on a large scale.
However, previous methods implicitly assume that knowledge is localized and
isolated within the model, an assumption that oversimplifies the interconnected
nature of model knowledge. The premise of localization results in an incomplete
knowledge editing, whereas an isolated assumption may impair both other
knowledge and general abilities. It introduces instability to the performance
of the knowledge editing method. To transcend these assumptions, we introduce
StableKE, a method adopts a novel perspective based on knowledge augmentation
rather than knowledge localization. To overcome the expense of human labeling,
StableKE integrates two automated knowledge augmentation strategies: Semantic
Paraphrase Enhancement strategy, which diversifies knowledge descriptions to
facilitate the teaching of new information to the model, and Contextual
Description Enrichment strategy, expanding the surrounding knowledge to prevent
the forgetting of related information. StableKE surpasses other knowledge
editing methods, demonstrating stability both edited knowledge and multi-hop
knowledge, while also preserving unrelated knowledge and general abilities.
Moreover, StableKE can edit knowledge on ChatGPT. | cs.CL | Stable Knowledge Editing in Large Language Models |
2024-02-20T14:31:17Z | http://arxiv.org/pdf/2402.13043v3 | http://arxiv.org/abs/2402.13043v3 | Seanie Lee, Jianpeng Cheng, Joris Driesen, Alexandru Coca, Anders Johannsen | 2024-04-02T20:06:52Z | cs.CL | Few-shot dialogue state tracking (DST) with Large Language Models (LLM)
relies on an effective and efficient conversation retriever to find similar
in-context examples for prompt learning. Previous works use raw dialogue
context as search keys and queries, and a retriever is fine-tuned with
annotated dialogues to achieve superior performance. However, the approach is
less suited for scaling to new domains or new annotation languages, where
fine-tuning data is unavailable. To address this problem, we handle the task of
conversation retrieval based on text summaries of the conversations. A
LLM-based conversation summarizer is adopted for query and key generation,
which enables effective maximum inner product search. To avoid the extra
inference cost brought by LLM-based conversation summarization, we further
distill a light-weight conversation encoder which produces query embeddings
without decoding summaries for test conversations. We validate our retrieval
approach on MultiWOZ datasets with GPT-Neo-2.7B and LLaMA-7B/30B. The
experimental results show a significant improvement over relevant baselines in
real few-shot DST settings. | cs.CL | Effective and Efficient Conversation Retrieval for Dialogue State Tracking with Implicit Text Summaries |
2024-02-20T14:29:02Z | http://arxiv.org/pdf/2402.13040v1 | http://arxiv.org/abs/2402.13040v1 | Haisong Gong, Qiang Liu, Shu Wu, Liang Wang | 2024-02-20T14:29:02Z | cs.LG, cs.AI, cs.CE, cs.CL, q-bio.BM | Text-guided molecule generation is a task where molecules are generated to
match specific textual descriptions. Recently, most existing SMILES-based
molecule generation methods rely on an autoregressive architecture. In this
work, we propose the Text-Guided Molecule Generation with Diffusion Language
Model (TGM-DLM), a novel approach that leverages diffusion models to address
the limitations of autoregressive methods. TGM-DLM updates token embeddings
within the SMILES string collectively and iteratively, using a two-phase
diffusion generation process. The first phase optimizes embeddings from random
noise, guided by the text description, while the second phase corrects invalid
SMILES strings to form valid molecular representations. We demonstrate that
TGM-DLM outperforms MolT5-Base, an autoregressive model, without the need for
additional data resources. Our findings underscore the remarkable effectiveness
of TGM-DLM in generating coherent and precise molecules with specific
properties, opening new avenues in drug discovery and related scientific
domains. Code will be released at: https://github.com/Deno-V/tgm-dlm. | cs.LG | Text-Guided Molecule Generation with Diffusion Language Model |
2024-02-20T14:23:34Z | http://arxiv.org/pdf/2402.13036v1 | http://arxiv.org/abs/2402.13036v1 | Shoutao Guo, Shaolei Zhang, Zhengrui Ma, Min Zhang, Yang Feng | 2024-02-20T14:23:34Z | cs.CL | Simultaneous Machine Translation (SiMT) generates translations while reading
the source sentence, necessitating a policy to determine the optimal timing for
reading and generating words. Despite the remarkable performance achieved by
Large Language Models (LLM) across various NLP tasks, existing SiMT methods
predominantly focus on conventional transformers, employing a single model to
concurrently determine the policy and generate the translations. However, given
the complexity of SiMT, it is challenging to effectively address both tasks
with a single model. Therefore, there is a need to decouple the SiMT task into
policy-decision and translation sub-tasks. We propose SiLLM, which delegates
the two sub-tasks to separate agents, thereby incorporating LLM into SiMT. The
policy-decision agent is managed by a conventional SiMT model, responsible for
determining the translation policy. The translation agent, leveraging the
capabilities of LLM, generates translation using the partial source sentence.
The two agents collaborate to accomplish SiMT. To facilitate the application of
token-level policies determined by conventional SiMT models to LLM, we propose
a word-level policy adapted for LLM. Experiments on two datasets demonstrate
that, with a small amount of data for fine-tuning LLM, SiLLM attains
state-of-the-art performance. | cs.CL | SiLLM: Large Language Models for Simultaneous Machine Translation |
2024-02-20T14:23:23Z | http://arxiv.org/pdf/2402.13035v3 | http://arxiv.org/abs/2402.13035v3 | Che Zhang, Zhenyang Xiao, Chengcheng Han, Yixin Lian, Yuejian Fang | 2024-06-17T15:24:29Z | cs.CL, cs.AI | Self-correction has achieved impressive results in enhancing the style and
security of the generated output from large language models (LLMs). However,
recent studies suggest that self-correction might be limited or even
counterproductive in reasoning tasks due to LLMs' difficulties in identifying
logical mistakes.
In this paper, we aim to enhance the self-checking capabilities of LLMs by
constructing training data for checking tasks. Specifically, we apply the Chain
of Thought (CoT) methodology to self-checking tasks, utilizing fine-grained
step-level analyses and explanations to assess the correctness of reasoning
paths. We propose a specialized checking format called "Step CoT Check".
Following this format, we construct a checking-correction dataset that includes
detailed step-by-step analysis and checking. Then we fine-tune LLMs to enhance
their error detection and correction abilities.
Our experiments demonstrate that fine-tuning with the "Step CoT Check" format
significantly improves the self-checking and self-correction abilities of LLMs
across multiple benchmarks. This approach outperforms other formats, especially
in locating the incorrect position, with greater benefits observed in larger
models.
For reproducibility, all the datasets and code are provided in
https://github.com/bammt/Learn-to-check. | cs.CL | Learning to Check: Unleashing Potentials for Self-Correction in Large Language Models |
2024-02-20T14:10:40Z | http://arxiv.org/pdf/2402.13028v1 | http://arxiv.org/abs/2402.13028v1 | Haisong Gong, Weizhi Xu, Shu wu, Qiang Liu, Liang Wang | 2024-02-20T14:10:40Z | cs.CL, cs.AI | Fact checking aims to predict claim veracity by reasoning over multiple
evidence pieces. It usually involves evidence retrieval and veracity reasoning.
In this paper, we focus on the latter, reasoning over unstructured text and
structured table information. Previous works have primarily relied on
fine-tuning pretrained language models or training homogeneous-graph-based
models. Despite their effectiveness, we argue that they fail to explore the
rich semantic information underlying the evidence with different structures. To
address this, we propose a novel word-level Heterogeneous-graph-based model for
Fact Checking over unstructured and structured information, namely HeterFC. Our
approach leverages a heterogeneous evidence graph, with words as nodes and
thoughtfully designed edges representing different evidence properties. We
perform information propagation via a relational graph neural network,
facilitating interactions between claims and evidence. An attention-based
method is utilized to integrate information, combined with a language model for
generating predictions. We introduce a multitask loss function to account for
potential inaccuracies in evidence retrieval. Comprehensive experiments on the
large fact checking dataset FEVEROUS demonstrate the effectiveness of HeterFC.
Code will be released at: https://github.com/Deno-V/HeterFC. | cs.CL | Heterogeneous Graph Reasoning for Fact Checking over Texts and Tables |
2024-02-20T14:08:24Z | http://arxiv.org/pdf/2402.13025v1 | http://arxiv.org/abs/2402.13025v1 | Ying-Jia Lin, Chun-Yi Lin, Chia-Jen Yeh, Yi-Ting Li, Yun-Yu Hu, Chih-Hao Hsu, Mei-Feng Lee, Hung-Yu Kao | 2024-02-20T14:08:24Z | cs.CL, cs.AI | We present CFEVER, a Chinese dataset designed for Fact Extraction and
VERification. CFEVER comprises 30,012 manually created claims based on content
in Chinese Wikipedia. Each claim in CFEVER is labeled as "Supports", "Refutes",
or "Not Enough Info" to depict its degree of factualness. Similar to the FEVER
dataset, claims in the "Supports" and "Refutes" categories are also annotated
with corresponding evidence sentences sourced from single or multiple pages in
Chinese Wikipedia. Our labeled dataset holds a Fleiss' kappa value of 0.7934
for five-way inter-annotator agreement. In addition, through the experiments
with the state-of-the-art approaches developed on the FEVER dataset and a
simple baseline for CFEVER, we demonstrate that our dataset is a new rigorous
benchmark for factual extraction and verification, which can be further used
for developing automated systems to alleviate human fact-checking efforts.
CFEVER is available at https://ikmlab.github.io/CFEVER. | cs.CL | CFEVER: A Chinese Fact Extraction and VERification Dataset |
2024-02-20T14:02:45Z | http://arxiv.org/pdf/2402.13022v1 | http://arxiv.org/abs/2402.13022v1 | Xinnong Zhang, Haoyu Kuang, Xinyi Mou, Hanjia Lyu, Kun Wu, Siming Chen, Jiebo Luo, Xuanjing Huang, Zhongyu Wei | 2024-02-20T14:02:45Z | cs.CL, cs.MM | The growth of social media, characterized by its multimodal nature, has led
to the emergence of diverse phenomena and challenges, which calls for an
effective approach to uniformly solve automated tasks. The powerful Large
Vision Language Models make it possible to handle a variety of tasks
simultaneously, but even with carefully designed prompting methods, the general
domain models often fall short in aligning with the unique speaking style and
context of social media tasks. In this paper, we introduce a Large Vision
Language Model for Social Media Processing (SoMeLVLM), which is a cognitive
framework equipped with five key capabilities including knowledge &
comprehension, application, analysis, evaluation, and creation. SoMeLVLM is
designed to understand and generate realistic social media behavior. We have
developed a 654k multimodal social media instruction-tuning dataset to support
our cognitive framework and fine-tune our model. Our experiments demonstrate
that SoMeLVLM achieves state-of-the-art performance in multiple social media
tasks. Further analysis shows its significant advantages over baselines in
terms of cognitive abilities. | cs.CL | SoMeLVLM: A Large Vision Language Model for Social Media Processing |
2024-02-20T13:59:12Z | http://arxiv.org/pdf/2402.13016v1 | http://arxiv.org/abs/2402.13016v1 | Vincent Jung, Lonneke van der Plas | 2024-02-20T13:59:12Z | cs.CL | We study the effect of one type of imbalance often present in real-life
multilingual classification datasets: an uneven distribution of labels across
languages. We show evidence that fine-tuning a transformer-based Large Language
Model (LLM) on a dataset with this imbalance leads to worse performance, a more
pronounced separation of languages in the latent space, and the promotion of
uninformative features. We modify the traditional class weighing approach to
imbalance by calculating class weights separately for each language and show
that this helps mitigate those detrimental effects. These results create
awareness of the negative effects of language-specific class imbalance in
multilingual fine-tuning and the way in which the model learns to rely on the
separation of languages to perform the task. | cs.CL | Understanding the effects of language-specific class imbalance in multilingual fine-tuning |
2024-02-20T13:56:38Z | http://arxiv.org/pdf/2402.13013v1 | http://arxiv.org/abs/2402.13013v1 | Demin Song, Honglin Guo, Yunhua Zhou, Shuhao Xing, Yudong Wang, Zifan Song, Wenwei Zhang, Qipeng Guo, Hang Yan, Xipeng Qiu, Dahua Lin | 2024-02-20T13:56:38Z | cs.CL | The programming skill is one crucial ability for Large Language Models
(LLMs), necessitating a deep understanding of programming languages (PLs) and
their correlation with natural languages (NLs). We examine the impact of
pre-training data on code-focused LLMs' performance by assessing the comment
density as a measure of PL-NL alignment. Given the scarcity of code-comment
aligned data in pre-training corpora, we introduce a novel data augmentation
method that generates comments for existing code, coupled with a data filtering
strategy that filters out code data poorly correlated with natural language. We
conducted experiments on three code-focused LLMs and observed consistent
improvements in performance on two widely-used programming skill benchmarks.
Notably, the model trained on the augmented data outperformed both the model
used for generating comments and the model further trained on the data without
augmentation. | cs.CL | Code Needs Comments: Enhancing Code LLMs with Comment Augmentation |
2024-02-20T13:47:51Z | http://arxiv.org/pdf/2402.13302v1 | http://arxiv.org/abs/2402.13302v1 | Stefano Melacci, Achille Globo, Leonardo Rigutini | 2024-02-20T13:47:51Z | cs.CL | Supervised models for Word Sense Disambiguation (WSD) currently yield to
state-of-the-art results in the most popular benchmarks. Despite the recent
introduction of Word Embeddings and Recurrent Neural Networks to design
powerful context-related features, the interest in improving WSD models using
Semantic Lexical Resources (SLRs) is mostly restricted to knowledge-based
approaches. In this paper, we enhance "modern" supervised WSD models exploiting
two popular SLRs: WordNet and WordNet Domains. We propose an effective way to
introduce semantic features into the classifiers, and we consider using the SLR
structure to augment the training data. We study the effect of different types
of semantic features, investigating their interaction with local contexts
encoded by means of mixtures of Word Embeddings or Recurrent Neural Networks,
and we extend the proposed model into a novel multi-layer architecture for WSD.
A detailed experimental comparison in the recent Unified Evaluation Framework
(Raganato et al., 2017) shows that the proposed approach leads to supervised
models that compare favourably with the state-of-the art. | cs.CL | Enhancing Modern Supervised Word Sense Disambiguation Models by Semantic Lexical Resources |
2024-02-20T13:41:21Z | http://arxiv.org/pdf/2402.13006v2 | http://arxiv.org/abs/2402.13006v2 | Sara Vera Marjanović, Isabelle Augenstein, Christina Lioma | 2024-06-04T11:18:03Z | cs.LG, cs.CL | Explainable AI methods facilitate the understanding of model behaviour, yet,
small, imperceptible perturbations to inputs can vastly distort explanations.
As these explanations are typically evaluated holistically, before model
deployment, it is difficult to assess when a particular explanation is
trustworthy. Some studies have tried to create confidence estimators for
explanations, but none have investigated an existing link between uncertainty
and explanation quality. We artificially simulate epistemic uncertainty in text
input by introducing noise at inference time. In this large-scale empirical
study, we insert different levels of noise perturbations and measure the effect
on the output of pre-trained language models and different uncertainty metrics.
Realistic perturbations have minimal effect on performance and explanations,
yet masking has a drastic effect. We find that high uncertainty doesn't
necessarily imply low explanation plausibility; the correlation between the two
metrics can be moderately positive when noise is exposed during the training
process. This suggests that noise-augmented models may be better at identifying
salient tokens when uncertain. Furthermore, when predictive and epistemic
uncertainty measures are over-confident, the robustness of a saliency map to
perturbation can indicate model stability issues. Integrated Gradients shows
the overall greatest robustness to perturbation, while still showing
model-specific patterns in performance; however, this phenomenon is limited to
smaller Transformer-based language models. | cs.LG | Investigating the Impact of Model Instability on Explanations and Uncertainty |
2024-02-20T13:25:39Z | http://arxiv.org/pdf/2402.12998v1 | http://arxiv.org/abs/2402.12998v1 | Ryan Soh-Eun Shim, Kalvin Chang, David R. Mortensen | 2024-02-20T13:25:39Z | cs.CL | Received wisdom in linguistic typology holds that if the structure of a
language becomes more complex in one dimension, it will simplify in another,
building on the assumption that all languages are equally complex (Joseph and
Newmeyer, 2012). We study this claim on a micro-level, using a
tightly-controlled sample of Dutch dialects (across 366 collection sites) and
Min dialects (across 60 sites), which enables a more fair comparison across
varieties. Even at the dialect level, we find empirical evidence for a tradeoff
between word length and a computational measure of phonotactic complexity from
a LSTM-based phone-level language model-a result previously documented only at
the language level. A generalized additive model (GAM) shows that dialects with
low phonotactic complexity concentrate around the capital regions, which we
hypothesize to correspond to prior hypotheses that language varieties of
greater or more diverse populations show reduced phonotactic complexity. We
also experiment with incorporating the auxiliary task of predicting syllable
constituency, but do not find an increase in the negative correlation observed. | cs.CL | Phonotactic Complexity across Dialects |
2024-02-20T13:25:16Z | http://arxiv.org/pdf/2402.12997v4 | http://arxiv.org/abs/2402.12997v4 | Hippolyte Gisserot-Boukhlef, Manuel Faysse, Emmanuel Malherbe, Céline Hudelot, Pierre Colombo | 2024-04-02T12:56:53Z | cs.IR, cs.CL | Neural Information Retrieval (NIR) has significantly improved upon
heuristic-based IR systems. Yet, failures remain frequent, the models used
often being unable to retrieve documents relevant to the user's query. We
address this challenge by proposing a lightweight abstention mechanism tailored
for real-world constraints, with particular emphasis placed on the reranking
phase. We introduce a protocol for evaluating abstention strategies in a
black-box scenario, demonstrating their efficacy, and propose a simple yet
effective data-driven mechanism. We provide open-source code for experiment
replication and abstention implementation, fostering wider adoption and
application in diverse contexts. | cs.IR | Towards Trustworthy Reranking: A Simple yet Effective Abstention Mechanism |
2024-02-20T13:20:39Z | http://arxiv.org/pdf/2402.12991v2 | http://arxiv.org/abs/2402.12991v2 | Martin Gubri, Dennis Ulmer, Hwaran Lee, Sangdoo Yun, Seong Joon Oh | 2024-06-06T17:46:48Z | cs.LG, cs.AI, cs.CL, cs.CR | Large Language Model (LLM) services and models often come with legal rules on
who can use them and how they must use them. Assessing the compliance of the
released LLMs is crucial, as these rules protect the interests of the LLM
contributor and prevent misuse. In this context, we describe the novel
fingerprinting problem of Black-box Identity Verification (BBIV). The goal is
to determine whether a third-party application uses a certain LLM through its
chat function. We propose a method called Targeted Random Adversarial Prompt
(TRAP) that identifies the specific LLM in use. We repurpose adversarial
suffixes, originally proposed for jailbreaking, to get a pre-defined answer
from the target LLM, while other models give random answers. TRAP detects the
target LLMs with over 95% true positive rate at under 0.2% false positive rate
even after a single interaction. TRAP remains effective even if the LLM has
minor changes that do not significantly alter the original function. | cs.LG | TRAP: Targeted Random Adversarial Prompt Honeypot for Black-Box Identification |
2024-02-20T13:13:13Z | http://arxiv.org/pdf/2402.12984v1 | http://arxiv.org/abs/2402.12984v1 | Xuanwen Huang, Kaiqiao Han, Yang Yang, Dezheng Bao, Quanjin Tao, Ziwei Chai, Qi Zhu | 2024-02-20T13:13:13Z | cs.CL, cs.AI | Recently, large language models (LLMs) have demonstrated superior
capabilities in understanding and zero-shot learning on textual data, promising
significant advances for many text-related domains. In the graph domain,
various real-world scenarios also involve textual data, where tasks and node
features can be described by text. These text-attributed graphs (TAGs) have
broad applications in social media, recommendation systems, etc. Thus, this
paper explores how to utilize LLMs to model TAGs. Previous methods for TAG
modeling are based on million-scale LMs. When scaled up to billion-scale LLMs,
they face huge challenges in computational costs. Additionally, they also
ignore the zero-shot inference capabilities of LLMs. Therefore, we propose
GraphAdapter, which uses a graph neural network (GNN) as an efficient adapter
in collaboration with LLMs to tackle TAGs. In terms of efficiency, the GNN
adapter introduces only a few trainable parameters and can be trained with low
computation costs. The entire framework is trained using auto-regression on
node text (next token prediction). Once trained, GraphAdapter can be seamlessly
fine-tuned with task-specific prompts for various downstream tasks. Through
extensive experiments across multiple real-world TAGs, GraphAdapter based on
Llama 2 gains an average improvement of approximately 5\% in terms of node
classification. Furthermore, GraphAdapter can also adapt to other language
models, including RoBERTa, GPT-2. The promising results demonstrate that GNNs
can serve as effective adapters for LLMs in TAG modeling. | cs.CL | Can GNN be Good Adapter for LLMs? |
2024-02-20T12:58:14Z | http://arxiv.org/pdf/2402.14856v2 | http://arxiv.org/abs/2402.14856v2 | Philipp Mondorf, Barbara Plank | 2024-06-03T13:53:01Z | cs.CL, cs.AI | Deductive reasoning plays a pivotal role in the formulation of sound and
cohesive arguments. It allows individuals to draw conclusions that logically
follow, given the truth value of the information provided. Recent progress in
the domain of large language models (LLMs) has showcased their capability in
executing deductive reasoning tasks. Nonetheless, a significant portion of
research primarily assesses the accuracy of LLMs in solving such tasks, often
overlooking a deeper analysis of their reasoning behavior. In this study, we
draw upon principles from cognitive psychology to examine inferential
strategies employed by LLMs, through a detailed evaluation of their responses
to propositional logic problems. Our findings indicate that LLMs display
reasoning patterns akin to those observed in humans, including strategies like
$\textit{supposition following}$ or $\textit{chain construction}$. Moreover,
our research demonstrates that the architecture and scale of the model
significantly affect its preferred method of reasoning, with more advanced
models tending to adopt strategies more frequently than less sophisticated
ones. Importantly, we assert that a model's accuracy, that is the correctness
of its final conclusion, does not necessarily reflect the validity of its
reasoning process. This distinction underscores the necessity for more nuanced
evaluation procedures in the field. | cs.CL | Comparing Inferential Strategies of Humans and Large Language Models in Deductive Reasoning |
2024-02-20T12:53:31Z | http://arxiv.org/pdf/2402.12976v2 | http://arxiv.org/abs/2402.12976v2 | Miaoran Zhang, Vagrant Gautam, Mingyang Wang, Jesujoba O. Alabi, Xiaoyu Shen, Dietrich Klakow, Marius Mosbach | 2024-06-07T13:44:07Z | cs.CL, cs.AI | In-context learning is a popular inference strategy where large language
models solve a task using only a few labeled demonstrations without needing any
parameter updates. Although there have been extensive studies on English
in-context learning, multilingual in-context learning remains under-explored,
and we lack an in-depth understanding of the role of demonstrations in this
context. To address this gap, we conduct a multidimensional analysis of
multilingual in-context learning, experimenting with 5 models from different
model families, 9 datasets covering classification and generation tasks, and 56
typologically diverse languages. Our results reveal that the effectiveness of
demonstrations varies significantly across models, tasks, and languages. We
also find that strong instruction-following models including Llama 2-Chat,
GPT-3.5, and GPT-4 are largely insensitive to the quality of demonstrations.
Instead, a carefully crafted template often eliminates the benefits of
demonstrations for some tasks and languages altogether. These findings show
that the importance of demonstrations might be overestimated. Our work
highlights the need for granular evaluation across multiple axes towards a
better understanding of in-context learning. | cs.CL | The Impact of Demonstrations on Multilingual In-Context Learning: A Multidimensional Analysis |
2024-02-20T12:36:40Z | http://arxiv.org/pdf/2402.12969v1 | http://arxiv.org/abs/2402.12969v1 | Ricardo Lopes, João Magalhães, David Semedo | 2024-02-20T12:36:40Z | cs.CL, cs.AI | Significant strides have been made in natural language tasks, largely
attributed to the emergence of powerful large language models (LLMs). These
models, pre-trained on extensive and diverse corpora, have become increasingly
capable of comprehending the intricacies of language. Despite the abundance of
LLMs for many high-resource languages, the availability of such models remains
limited for European Portuguese. We introduce Gl\'orIA, a robust European
Portuguese decoder LLM. To pre-train Gl\'orIA, we assembled a comprehensive
PT-PT text corpus comprising 35 billion tokens from various sources. We present
our pre-training methodology, followed by an assessment of the model's
effectiveness on multiple downstream tasks. Additionally, to evaluate our
models' language modeling capabilities, we introduce CALAME-PT (Context-Aware
LAnguage Modeling Evaluation for Portuguese), the first Portuguese zero-shot
language-modeling benchmark. Evaluation shows that Gl\'orIA significantly
outperforms existing open PT decoder models in language modeling and that it
can generate sound, knowledge-rich, and coherent PT-PT text. The model also
exhibits strong potential for various downstream tasks. | cs.CL | GlórIA -- A Generative and Open Large Language Model for Portuguese |
2024-02-20T12:25:26Z | http://arxiv.org/pdf/2402.12959v1 | http://arxiv.org/abs/2402.12959v1 | Zeyang Sha, Yang Zhang | 2024-02-20T12:25:26Z | cs.CR, cs.CL | The increasing reliance on large language models (LLMs) such as ChatGPT in
various fields emphasizes the importance of ``prompt engineering,'' a
technology to improve the quality of model outputs. With companies investing
significantly in expert prompt engineers and educational resources rising to
meet market demand, designing high-quality prompts has become an intriguing
challenge. In this paper, we propose a novel attack against LLMs, named prompt
stealing attacks. Our proposed prompt stealing attack aims to steal these
well-designed prompts based on the generated answers. The prompt stealing
attack contains two primary modules: the parameter extractor and the prompt
reconstruction. The goal of the parameter extractor is to figure out the
properties of the original prompts. We first observe that most prompts fall
into one of three categories: direct prompt, role-based prompt, and in-context
prompt. Our parameter extractor first tries to distinguish the type of prompts
based on the generated answers. Then, it can further predict which role or how
many contexts are used based on the types of prompts. Following the parameter
extractor, the prompt reconstructor can be used to reconstruct the original
prompts based on the generated answers and the extracted features. The final
goal of the prompt reconstructor is to generate the reversed prompts, which are
similar to the original prompts. Our experimental results show the remarkable
performance of our proposed attacks. Our proposed attacks add a new dimension
to the study of prompt engineering and call for more attention to the security
issues on LLMs. | cs.CR | Prompt Stealing Attacks Against Large Language Models |
2024-02-20T12:05:47Z | http://arxiv.org/pdf/2402.12948v3 | http://arxiv.org/abs/2402.12948v3 | Jiayi Fu, Xuandong Zhao, Ruihan Yang, Yuansen Zhang, Jiangjie Chen, Yanghua Xiao | 2024-05-28T04:58:41Z | cs.CL | Large language models (LLMs) excellently generate human-like text, but also
raise concerns about misuse in fake news and academic dishonesty.
Decoding-based watermark, particularly the GumbelMax-trick-based watermark(GM
watermark), is a standout solution for safeguarding machine-generated texts due
to its notable detectability. However, GM watermark encounters a major
challenge with generation diversity, always yielding identical outputs for the
same prompt, negatively impacting generation diversity and user experience. To
overcome this limitation, we propose a new type of GM watermark, the
Logits-Addition watermark, and its three variants, specifically designed to
enhance diversity. Among these, the GumbelSoft watermark (a softmax variant of
the Logits-Addition watermark) demonstrates superior performance in high
diversity settings, with its AUROC score outperforming those of the two
alternative variants by 0.1 to 0.3 and surpassing other decoding-based
watermarking methods by a minimum of 0.1. | cs.CL | GumbelSoft: Diversified Language Model Watermarking via the GumbelMax-trick |
2024-02-20T11:52:29Z | http://arxiv.org/pdf/2402.12940v2 | http://arxiv.org/abs/2402.12940v2 | Houcemeddine Turki, Kawthar Ellouze, Hager Ben Ammar, Mohamed Ali Hadj Taieb, Imed Adel, Mohamed Ben Aouicha, Pier Luigi Farri, Abderrezak Bennour | 2024-06-11T20:28:35Z | cs.CL | Tunisian Arabic (ISO 693-3: aeb) isa distinct variety native to Tunisia,
derived from Arabic and enriched by various historical influences. This
research introduces the "Normalized Orthography for Tunisian Arabic" (NOTA), an
adaptation of CODA* guidelines for transcribing Tunisian Arabic using Arabic
script. The aim is to enhance language resource development by ensuring
user-friendliness and consistency. The updated standard addresses challenges in
accurately representing Tunisian phonology and morphology, correcting issues
from transcriptions based on Modern Standard Arabic. | cs.CL | Normalized Orthography for Tunisian Arabic |
2024-02-20T11:03:36Z | http://arxiv.org/pdf/2402.12914v1 | http://arxiv.org/abs/2402.12914v1 | Xueyang Feng, Zhi-Yuan Chen, Yujia Qin, Yankai Lin, Xu Chen, Zhiyuan Liu, Ji-Rong Wen | 2024-02-20T11:03:36Z | cs.CL, cs.HC | In recent developments within the research community, the integration of
Large Language Models (LLMs) in creating fully autonomous agents has garnered
significant interest. Despite this, LLM-based agents frequently demonstrate
notable shortcomings in adjusting to dynamic environments and fully grasping
human needs. In this work, we introduce the problem of LLM-based human-agent
collaboration for complex task-solving, exploring their synergistic potential.
In addition, we propose a Reinforcement Learning-based Human-Agent
Collaboration method, ReHAC. This approach includes a policy model designed to
determine the most opportune stages for human intervention within the
task-solving process. We construct a human-agent collaboration dataset to train
this policy model in an offline reinforcement learning environment. Our
validation tests confirm the model's effectiveness. The results demonstrate
that the synergistic efforts of humans and LLM-based agents significantly
improve performance in complex tasks, primarily through well-planned, limited
human intervention. Datasets and code are available at:
https://github.com/XueyangFeng/ReHAC. | cs.CL | Large Language Model-based Human-Agent Collaboration for Complex Task Solving |
2024-02-20T11:01:39Z | http://arxiv.org/pdf/2402.12913v1 | http://arxiv.org/abs/2402.12913v1 | Chengcheng Wei, Ze Chen, Songtan Fang, Jiarong He, Max Gao | 2024-02-20T11:01:39Z | cs.CL | This paper mainly describes a unified system for hallucination detection of
LLMs, which wins the second prize in the model-agnostic track of the
SemEval-2024 Task 6, and also achieves considerable results in the model-aware
track. This task aims to detect hallucination with LLMs for three different
text-generation tasks without labeled training data. We utilize prompt
engineering and few-shot learning to verify the performance of different LLMs
on the validation data. Then we select the LLMs with better performance to
generate high-quality weakly supervised training data, which not only satisfies
the consistency of different LLMs, but also satisfies the consistency of the
optimal LLM with different sampling parameters. Furthermore, we finetune
different LLMs by using the constructed training data, and finding that a
relatively small LLM can achieve a competitive level of performance in
hallucination detection, when compared to the large LLMs and the prompt-based
approaches using GPT-4. | cs.CL | OPDAI at SemEval-2024 Task 6: Small LLMs can Accelerate Hallucination Detection with Weakly Supervised Data |
2024-02-20T10:34:19Z | http://arxiv.org/pdf/2402.12890v1 | http://arxiv.org/abs/2402.12890v1 | Chakib Fettal, Lazhar Labiod, Mohamed Nadif | 2024-02-20T10:34:19Z | cs.CL, cs.LG | This paper explores an empirical approach to learn more discriminantive
sentence representations in an unsupervised fashion. Leveraging semantic graph
smoothing, we enhance sentence embeddings obtained from pretrained models to
improve results for the text clustering and classification tasks. Our method,
validated on eight benchmarks, demonstrates consistent improvements, showcasing
the potential of semantic graph smoothing in improving sentence embeddings for
the supervised and unsupervised document categorization tasks. | cs.CL | More Discriminative Sentence Embeddings via Semantic Graph Smoothing |
2024-02-20T10:23:00Z | http://arxiv.org/pdf/2402.12881v1 | http://arxiv.org/abs/2402.12881v1 | Sayantan Adak, Daivik Agrawal, Animesh Mukherjee, Somak Aditya | 2024-02-20T10:23:00Z | cs.CL | We investigate the knowledge of object affordances in pre-trained language
models (LMs) and pre-trained Vision-Language models (VLMs). Transformers-based
large pre-trained language models (PTLM) learn contextual representation from
massive amounts of unlabeled text and are shown to perform impressively in
downstream NLU tasks. In parallel, a growing body of literature shows that
PTLMs fail inconsistently and non-intuitively, showing a lack of reasoning and
grounding. To take a first step toward quantifying the effect of grounding (or
lack thereof), we curate a novel and comprehensive dataset of object
affordances -- GrAFFORD, characterized by 15 affordance classes. Unlike
affordance datasets collected in vision and language domains, we annotate
in-the-wild sentences with objects and affordances. Experimental results reveal
that PTLMs exhibit limited reasoning abilities when it comes to uncommon object
affordances. We also observe that pre-trained VLMs do not necessarily capture
object affordances effectively. Through few-shot fine-tuning, we demonstrate
improvement in affordance knowledge in PTLMs and VLMs. Our research contributes
a novel dataset for language grounding tasks, and presents insights into LM
capabilities, advancing the understanding of object affordances. Codes and data
are available at https://github.com/sayantan11995/Affordance | cs.CL | GRAFFORD: A Benchmark Dataset for Testing the Knowledge of Object Affordances of Language and Vision Models |
2024-02-20T10:18:18Z | http://arxiv.org/pdf/2402.12880v1 | http://arxiv.org/abs/2402.12880v1 | Nadine Probol, Margot Mieskes | 2024-02-20T10:18:18Z | cs.CL | There has been a range of studies of how autism is displayed in voice,
speech, and language. We analyse studies from the biomedical, as well as the
psychological domain, but also from the NLP domain in order to find linguistic,
prosodic and acoustic cues that could indicate autism. Our survey looks at all
three domains. We define autism and which comorbidities might influence the
correct detection of the disorder. We especially look at observations such as
verbal and semantic fluency, prosodic features, but also disfluencies and
speaking rate. We also show word-based approaches and describe machine learning
and transformer-based approaches both on the audio data as well as the
transcripts. Lastly, we conclude, while there already is a lot of research,
female patients seem to be severely under-researched. Also, most NLP research
focuses on traditional machine learning methods instead of transformers which
could be beneficial in this context. Additionally, we were unable to find
research combining both features from audio and transcripts. | cs.CL | Autism Detection in Speech -- A Survey |
2024-02-20T10:00:58Z | http://arxiv.org/pdf/2402.12869v2 | http://arxiv.org/abs/2402.12869v2 | Dehai Min, Nan Hu, Rihui Jin, Nuo Lin, Jiaoyan Chen, Yongrui Chen, Yu Li, Guilin Qi, Yun Li, Nijun Li, Qianren Wang | 2024-04-09T09:00:57Z | cs.CL | Augmenting Large Language Models (LLMs) for Question Answering (QA) with
domain specific data has attracted wide attention. However, domain data often
exists in a hybrid format, including text and semi-structured tables, posing
challenges for the seamless integration of information. Table-to-Text
Generation is a promising solution by facilitating the transformation of hybrid
data into a uniformly text-formatted corpus. Although this technique has been
widely studied by the NLP community, there is currently no comparative analysis
on how corpora generated by different table-to-text methods affect the
performance of QA systems. In this paper, we address this research gap in two
steps. First, we innovatively integrate table-to-text generation into the
framework of enhancing LLM-based QA systems with domain hybrid data. Then, we
utilize this framework in real-world industrial data to conduct extensive
experiments on two types of QA systems (DSFT and RAG frameworks) with four
representative methods: Markdown format, Template serialization, TPLM-based
method, and LLM-based method. Based on the experimental results, we draw some
empirical findings and explore the underlying reasons behind the success of
some methods. We hope the findings of this work will provide a valuable
reference for the academic and industrial communities in developing robust QA
systems. | cs.CL | Exploring the Impact of Table-to-Text Methods on Augmenting LLM-based Question Answering with Domain Hybrid Data |
2024-02-20T09:57:08Z | http://arxiv.org/pdf/2402.12865v1 | http://arxiv.org/abs/2402.12865v1 | Shahar Katz, Yonatan Belinkov, Mor Geva, Lior Wolf | 2024-02-20T09:57:08Z | cs.CL, cs.AI, cs.LG | Understanding how Transformer-based Language Models (LMs) learn and recall
information is a key goal of the deep learning community. Recent
interpretability methods project weights and hidden states obtained from the
forward pass to the models' vocabularies, helping to uncover how information
flows within LMs. In this work, we extend this methodology to LMs' backward
pass and gradients. We first prove that a gradient matrix can be cast as a
low-rank linear combination of its forward and backward passes' inputs. We then
develop methods to project these gradients into vocabulary items and explore
the mechanics of how new information is stored in the LMs' neurons. | cs.CL | Backward Lens: Projecting Language Model Gradients into the Vocabulary Space |
2024-02-20T09:53:38Z | http://arxiv.org/pdf/2402.12862v1 | http://arxiv.org/abs/2402.12862v1 | Wen Wu, Bo Li, Chao Zhang, Chung-Cheng Chiu, Qiujia Li, Junwen Bai, Tara N. Sainath, Philip C. Woodland | 2024-02-20T09:53:38Z | cs.CL | The subjective perception of emotion leads to inconsistent labels from human
annotators. Typically, utterances lacking majority-agreed labels are excluded
when training an emotion classifier, which cause problems when encountering
ambiguous emotional expressions during testing. This paper investigates three
methods to handle ambiguous emotion. First, we show that incorporating
utterances without majority-agreed labels as an additional class in the
classifier reduces the classification performance of the other emotion classes.
Then, we propose detecting utterances with ambiguous emotions as out-of-domain
samples by quantifying the uncertainty in emotion classification using
evidential deep learning. This approach retains the classification accuracy
while effectively detects ambiguous emotion expressions. Furthermore, to obtain
fine-grained distinctions among ambiguous emotions, we propose representing
emotion as a distribution instead of a single class label. The task is thus
re-framed from classification to distribution estimation where every individual
annotation is taken into account, not just the majority opinion. The evidential
uncertainty measure is extended to quantify the uncertainty in emotion
distribution estimation. Experimental results on the IEMOCAP and CREMA-D
datasets demonstrate the superior capability of the proposed method in terms of
majority class prediction, emotion distribution estimation, and uncertainty
estimation. | cs.CL | Handling Ambiguity in Emotion: From Out-of-Domain Detection to Distribution Estimation |
2024-02-20T09:30:48Z | http://arxiv.org/pdf/2402.12851v1 | http://arxiv.org/abs/2402.12851v1 | Tongxu Luo, Jiahe Lei, Fangyu Lei, Weihao Liu, Shizhu He, Jun Zhao, Kang Liu | 2024-02-20T09:30:48Z | cs.CL | Fine-tuning is often necessary to enhance the adaptability of Large Language
Models (LLM) to downstream tasks. Nonetheless, the process of updating billions
of parameters demands significant computational resources and training time,
which poses a substantial obstacle to the widespread application of large-scale
models in various scenarios. To address this issue, Parameter-Efficient
Fine-Tuning (PEFT) has emerged as a prominent paradigm in recent research.
However, current PEFT approaches that employ a limited set of global parameters
(such as LoRA, which adds low-rank approximation matrices to all weights) face
challenges in flexibly combining different computational modules in downstream
tasks. In this work, we introduce a novel PEFT method: MoELoRA. We consider
LoRA as Mixture of Experts (MoE), and to mitigate the random routing phenomenon
observed in MoE, we propose the utilization of contrastive learning to
encourage experts to learn distinct features. We conducted experiments on 11
tasks in math reasoning and common-sense reasoning benchmarks. With the same
number of parameters, our approach outperforms LoRA significantly. In math
reasoning, MoELoRA achieved an average performance that was 4.2% higher than
LoRA, and demonstrated competitive performance compared to the 175B GPT-3.5 on
several benchmarks. | cs.CL | MoELoRA: Contrastive Learning Guided Mixture of Experts on Parameter-Efficient Fine-Tuning for Large Language Models |
2024-02-20T09:20:32Z | http://arxiv.org/pdf/2402.12847v2 | http://arxiv.org/abs/2402.12847v2 | Zhengbao Jiang, Zhiqing Sun, Weijia Shi, Pedro Rodriguez, Chunting Zhou, Graham Neubig, Xi Victoria Lin, Wen-tau Yih, Srinivasan Iyer | 2024-05-26T03:19:48Z | cs.CL, cs.AI, cs.LG | In order for large language model (LLM)-based assistants to effectively adapt
to evolving information needs, it must be possible to update their factual
knowledge through continued training on new data. The standard recipe for doing
so involves continued pre-training on new documents followed by
instruction-tuning on question-answer (QA) pairs. However, we find that LLMs
trained with this recipe struggle to answer questions, even though the
perplexity of documents is minimized. We found that QA pairs are generally
straightforward, while documents are more complex, weaving many factual
statements together in an intricate manner. Therefore, we hypothesize that it
is beneficial to expose LLMs to QA pairs before continued pre-training on
documents so that the process of encoding knowledge from complex documents
takes into account how this knowledge is accessed through questions. Based on
this, we propose pre-instruction-tuning (PIT), a method that instruction-tunes
on questions prior to training on documents. This contrasts with standard
instruction-tuning, which learns how to extract knowledge after training on
documents. Extensive experiments and ablation studies demonstrate that
pre-instruction-tuning significantly enhances the ability of LLMs to absorb
knowledge from new documents, outperforming standard instruction-tuning by
17.8%. | cs.CL | Instruction-tuned Language Models are Better Knowledge Learners |
2024-02-20T09:13:15Z | http://arxiv.org/pdf/2402.12844v1 | http://arxiv.org/abs/2402.12844v1 | Wenjun Hou, Yi Cheng, Kaishuai Xu, Yan Hu, Wenjie Li, Jiang Liu | 2024-02-20T09:13:15Z | cs.CV, cs.CL | Previous research on radiology report generation has made significant
progress in terms of increasing the clinical accuracy of generated reports. In
this paper, we emphasize another crucial quality that it should possess, i.e.,
inter-report consistency, which refers to the capability of generating
consistent reports for semantically equivalent radiographs. This quality is
even of greater significance than the overall report accuracy in terms of
ensuring the system's credibility, as a system prone to providing conflicting
results would severely erode users' trust. Regrettably, existing approaches
struggle to maintain inter-report consistency, exhibiting biases towards common
patterns and susceptibility to lesion variants. To address this issue, we
propose ICON, which improves the inter-report consistency of radiology report
generation. Aiming at enhancing the system's ability to capture the
similarities in semantically equivalent lesions, our approach involves first
extracting lesions from input images and examining their characteristics. Then,
we introduce a lesion-aware mix-up augmentation technique to ensure that the
representations of the semantically equivalent lesions align with the same
attributes, by linearly interpolating them during the training phase. Extensive
experiments on three publicly available chest X-ray datasets verify the
effectiveness of our approach, both in terms of improving the consistency and
accuracy of the generated reports. | cs.CV | ICON: Improving Inter-Report Consistency of Radiology Report Generation via Lesion-aware Mix-up Augmentation |
2024-02-20T09:10:08Z | http://arxiv.org/pdf/2402.12842v2 | http://arxiv.org/abs/2402.12842v2 | Gyeongman Kim, Doohyuk Jang, Eunho Yang | 2024-06-24T05:40:38Z | cs.CL, cs.AI, cs.LG | Recent advancements in large language models (LLMs) have raised concerns
about inference costs, increasing the need for research into model compression.
While knowledge distillation (KD) is a prominent method for this, research on
KD for generative language models like LLMs is relatively sparse, and the
approach of distilling student-friendly knowledge, which has shown promising
performance in KD for classification models, remains unexplored in generative
language models. To explore this approach, we propose PromptKD, a simple yet
effective method that utilizes prompt tuning - for the first time in KD - to
enable generative language models to transfer student-friendly knowledge.
Unlike previous works in classification that require fine-tuning the entire
teacher model for extracting student-friendly knowledge, PromptKD achieves
similar effects by adding a small number of prompt tokens and tuning only the
prompt with student guidance. Extensive experiments on instruction-following
datasets show that PromptKD achieves state-of-the-art performance while adding
only 0.0007% of the teacher's parameters as prompts. Further analysis suggests
that distilling student-friendly knowledge alleviates exposure bias effectively
throughout the entire training process, leading to performance enhancements. | cs.CL | PromptKD: Distilling Student-Friendly Knowledge for Generative Language Models via Prompt Tuning |
2024-02-20T09:07:41Z | http://arxiv.org/pdf/2402.12840v1 | http://arxiv.org/abs/2402.12840v1 | Fajri Koto, Haonan Li, Sara Shatnawi, Jad Doughman, Abdelrahman Boda Sadallah, Aisha Alraeesi, Khalid Almubarak, Zaid Alyafeai, Neha Sengupta, Shady Shehata, Nizar Habash, Preslav Nakov, Timothy Baldwin | 2024-02-20T09:07:41Z | cs.CL | The focus of language model evaluation has transitioned towards reasoning and
knowledge-intensive tasks, driven by advancements in pretraining large models.
While state-of-the-art models are partially trained on large Arabic texts,
evaluating their performance in Arabic remains challenging due to the limited
availability of relevant datasets. To bridge this gap, we present ArabicMMLU,
the first multi-task language understanding benchmark for Arabic language,
sourced from school exams across diverse educational levels in different
countries spanning North Africa, the Levant, and the Gulf regions. Our data
comprises 40 tasks and 14,575 multiple-choice questions in Modern Standard
Arabic (MSA), and is carefully constructed by collaborating with native
speakers in the region. Our comprehensive evaluations of 35 models reveal
substantial room for improvement, particularly among the best open-source
models. Notably, BLOOMZ, mT0, LLama2, and Falcon struggle to achieve a score of
50%, while even the top-performing Arabic-centric model only achieves a score
of 62.3%. | cs.CL | ArabicMMLU: Assessing Massive Multitask Language Understanding in Arabic |
2024-02-20T09:02:55Z | http://arxiv.org/pdf/2402.12835v2 | http://arxiv.org/abs/2402.12835v2 | An Liu, Zonghan Yang, Zhenhe Zhang, Qingyuan Hu, Peng Li, Ming Yan, Ji Zhang, Fei Huang, Yang Liu | 2024-06-18T03:08:37Z | cs.CL, cs.AI | While Large language models (LLMs) have demonstrated considerable
capabilities across various natural language tasks, they often fall short of
the performance achieved by domain-specific state-of-the-art models. One
potential approach to enhance domain-specific capabilities of LLMs involves
fine-tuning them using corresponding datasets. However, this method can be both
resource and time-intensive, and not applicable to closed-source commercial
LLMs. In this paper, we propose Preference Adaptation for Enhancing
Domain-specific Abilities of LLMs (PANDA), a method designed to augment the
domain-specific capabilities of LLMs by leveraging insights from the response
preference of expert models without requiring fine-tuning. Our experimental
results reveal that PANDA significantly enhances the domain-specific ability of
LLMs on text classification and interactive decision tasks. Moreover, LLM with
PANDA even outperforms the expert model that being learned on 4 tasks of
ScienceWorld. This finding highlights the potential of exploring tuning-free
approaches to achieve weak-to-strong generalization. | cs.CL | PANDA: Preference Adaptation for Enhancing Domain-Specific Abilities of LLMs |
2024-02-20T08:41:23Z | http://arxiv.org/pdf/2402.12821v2 | http://arxiv.org/abs/2402.12821v2 | Liyan Xu, Zhenlin Su, Mo Yu, Jin Xu, Jinho D. Choi, Jie Zhou, Fei Liu | 2024-06-20T03:45:51Z | cs.CL, cs.LG | Factual inconsistencies pose a significant hurdle for the faithful
summarization by generative models. While a major direction to enhance
inconsistency detection is to derive stronger Natural Language Inference (NLI)
models, we propose an orthogonal aspect that underscores the importance of
incorporating task-specific taxonomy into the inference. To this end, we
consolidate key error types of inconsistent facts in summaries, and incorporate
them to facilitate both the zero-shot and supervised paradigms of LLMs.
Extensive experiments on ten datasets of five distinct domains suggest that,
zero-shot LLM inference could benefit from the explicit solution space depicted
by the error type taxonomy, and achieves state-of-the-art performance overall,
surpassing specialized non-LLM baselines, as well as recent LLM baselines. We
further distill models that fuse the taxonomy into parameters through our
designed prompt completions and supervised training strategies, efficiently
substituting state-of-the-art zero-shot inference with much larger LLMs. | cs.CL | Identifying Factual Inconsistencies in Summaries: Grounding Model Inference via Task Taxonomy |
2024-02-20T08:38:24Z | http://arxiv.org/pdf/2402.12819v2 | http://arxiv.org/abs/2402.12819v2 | Branislav Pecher, Ivan Srba, Maria Bielikova | 2024-04-26T08:20:40Z | cs.CL, cs.AI, cs.LG | When solving NLP tasks with limited labelled data, researchers can either use
a general large language model without further update, or use a small number of
labelled examples to tune a specialised smaller model. In this work, we address
the research gap of how many labelled samples are required for the specialised
small models to outperform general large models, while taking the performance
variance into consideration. By observing the behaviour of fine-tuning,
instruction-tuning, prompting and in-context learning on 7 language models, we
identify such performance break-even points across 8 representative text
classification tasks of varying characteristics. We show that the specialised
models often need only few samples (on average $10 - 1000$) to be on par or
better than the general ones. At the same time, the number of required labels
strongly depends on the dataset or task characteristics, with this number being
significantly lower on multi-class datasets (up to $100$) than on binary
datasets (up to $5000$). When performance variance is taken into consideration,
the number of required labels increases on average by $100 - 200\%$ and even up
to $1500\%$ in specific cases. | cs.CL | Comparing Specialised Small and General Large Language Models on Text Classification: 100 Labelled Samples to Achieve Break-Even Performance |
2024-02-20T08:38:19Z | http://arxiv.org/pdf/2402.12817v1 | http://arxiv.org/abs/2402.12817v1 | Branislav Pecher, Ivan Srba, Maria Bielikova | 2024-02-20T08:38:19Z | cs.CL, cs.AI, cs.LG | While learning with limited labelled data can improve performance when the
labels are lacking, it is also sensitive to the effects of uncontrolled
randomness introduced by so-called randomness factors (e.g., varying order of
data). We propose a method to systematically investigate the effects of
randomness factors while taking the interactions between them into
consideration. To measure the true effects of an individual randomness factor,
our method mitigates the effects of other factors and observes how the
performance varies across multiple runs. Applying our method to multiple
randomness factors across in-context learning and fine-tuning approaches on 7
representative text classification tasks and meta-learning on 3 tasks, we show
that: 1) disregarding interactions between randomness factors in existing works
caused inconsistent findings due to incorrect attribution of the effects of
randomness factors, such as disproving the consistent sensitivity of in-context
learning to sample order even with random sample selection; and 2) besides
mutual interactions, the effects of randomness factors, especially sample
order, are also dependent on more systematic choices unexplored in existing
works, such as number of classes, samples per class or choice of prompt format. | cs.CL | On Sensitivity of Learning with Limited Labelled Data to the Effects of Randomness: Impact of Interactions and Systematic Choices |
2024-02-20T08:27:05Z | http://arxiv.org/pdf/2402.12806v1 | http://arxiv.org/abs/2402.12806v1 | Jinu Lee, Wonseok Hwang | 2024-02-20T08:27:05Z | cs.CL | Large Language Models (LLMs) have recently demonstrated remarkable reasoning
ability as in Chain-of-thought prompting, but faithful multi-step reasoning
remains a challenge. We specifically focus on backward chaining, where the
query is recursively decomposed using logical rules until proven. To address
the limitations of current backward chaining implementations, we propose SymBa
(Symbolic Backward Chaining). In SymBa, the symbolic top-down solver controls
the entire proof process and the LLM is called to generate a single reasoning
step only when the solver encounters a dead end. By this novel solver-LLM
integration, while being able to produce an interpretable, structured proof,
SymBa achieves significant improvement in performance, proof faithfulness, and
efficiency in diverse multi-step reasoning benchmarks (ProofWriter,
Birds-Electricity, GSM8k, CLUTRR-TF, ECtHR Article 6) compared to backward
chaining baselines. | cs.CL | SymBa: Symbolic Backward Chaining for Multi-step Natural Language Reasoning |
2024-02-20T08:20:49Z | http://arxiv.org/pdf/2402.12801v1 | http://arxiv.org/abs/2402.12801v1 | Marco Naguib, Xavier Tannier, Aurélie Névéol | 2024-02-20T08:20:49Z | cs.CL | Large Language Models are becoming the go-to solution for many natural
language processing tasks, including in specialized domains where their
few-shot capacities are expected to yield high performance in low-resource
settings. Herein, we aim to assess the performance of Large Language Models for
few shot clinical entity recognition in multiple languages. We evaluate named
entity recognition in English, French and Spanish using 8 in-domain (clinical)
and 6 out-domain gold standard corpora. We assess the performance of 10
auto-regressive language models using prompting and 16 masked language models
used for text encoding in a biLSTM-CRF supervised tagger. We create a few-shot
set-up by limiting the amount of annotated data available to 100 sentences. Our
experiments show that although larger prompt-based models tend to achieve
competitive F-measure for named entity recognition outside the clinical domain,
this level of performance does not carry over to the clinical domain where
lighter supervised taggers relying on masked language models perform better,
even with the performance drop incurred from the few-shot set-up. In all
experiments, the CO2 impact of masked language models is inferior to that of
auto-regressive models. Results are consistent over the three languages and
suggest that few-shot learning using Large language models is not production
ready for named entity recognition in the clinical domain. Instead, models
could be used for speeding-up the production of gold standard annotated data. | cs.CL | Few shot clinical entity recognition in three languages: Masked language models outperform LLM prompting |
2024-02-20T07:51:43Z | http://arxiv.org/pdf/2402.12786v2 | http://arxiv.org/abs/2402.12786v2 | Guan-Ting Lin, Cheng-Han Chiang, Hung-yi Lee | 2024-05-30T09:06:34Z | cs.CL, eess.AS | In spoken dialogue, even if two current turns are the same sentence, their
responses might still differ when they are spoken in different styles. The
spoken styles, containing paralinguistic and prosodic information, mark the
most significant difference between text and speech modality. When using
text-only LLMs to model spoken dialogue, text-only LLMs cannot give different
responses based on the speaking style of the current turn. In this paper, we
focus on enabling LLMs to listen to the speaking styles and respond properly.
Our goal is to teach the LLM that "even if the sentences are identical if they
are spoken in different styles, their corresponding responses might be
different". Since there is no suitable dataset for achieving this goal, we
collect a speech-to-speech dataset, StyleTalk, with the following desired
characteristics: when two current speeches have the same content but are spoken
in different styles, their responses will be different. To teach LLMs to
understand and respond properly to the speaking styles, we propose the
Spoken-LLM framework that can model the linguistic content and the speaking
styles. We train Spoken-LLM using the StyleTalk dataset and devise a two-stage
training pipeline to help the Spoken-LLM better learn the speaking styles.
Based on extensive experiments, we show that Spoken-LLM outperforms text-only
baselines and prior speech LLMs methods. | cs.CL | Advancing Large Language Models to Capture Varied Speaking Styles and Respond Properly in Spoken Conversations |
2024-02-20T07:49:30Z | http://arxiv.org/pdf/2402.12784v1 | http://arxiv.org/abs/2402.12784v1 | Shengyao Zhuang, Bevan Koopman, Xiaoran Chu, Guido Zuccon | 2024-02-20T07:49:30Z | cs.IR, cs.CL | The introduction of Vec2Text, a technique for inverting text embeddings, has
raised serious privacy concerns within dense retrieval systems utilizing text
embeddings, including those provided by OpenAI and Cohere. This threat comes
from the ability for a malicious attacker with access to text embeddings to
reconstruct the original text.
In this paper, we investigate various aspects of embedding models that could
influence the recoverability of text using Vec2Text. Our exploration involves
factors such as distance metrics, pooling functions, bottleneck pre-training,
training with noise addition, embedding quantization, and embedding dimensions
-- aspects not previously addressed in the original Vec2Text paper. Through a
thorough analysis of these factors, our aim is to gain a deeper understanding
of the critical elements impacting the trade-offs between text recoverability
and retrieval effectiveness in dense retrieval systems. This analysis provides
valuable insights for practitioners involved in designing privacy-aware dense
retrieval systems. Additionally, we propose a straightforward fix for embedding
transformation that ensures equal ranking effectiveness while mitigating the
risk of text recoverability.
Furthermore, we extend the application of Vec2Text to the separate task of
corpus poisoning, where, theoretically, Vec2Text presents a more potent threat
compared to previous attack methods. Notably, Vec2Text does not require access
to the dense retriever's model parameters and can efficiently generate numerous
adversarial passages.
In summary, this study highlights the potential threat posed by Vec2Text to
existing dense retrieval systems, while also presenting effective methods to
patch and strengthen such systems against such risks. | cs.IR | Understanding and Mitigating the Threat of Vec2Text to Dense Retrieval Systems |
2024-02-20T07:20:03Z | http://arxiv.org/pdf/2402.12770v1 | http://arxiv.org/abs/2402.12770v1 | Zi Haur Pang, Yahui Fu, Divesh Lala, Keiko Ochi, Koji Inoue, Tatsuya Kawahara | 2024-02-20T07:20:03Z | cs.CL | In the realm of human-AI dialogue, the facilitation of empathetic responses
is important. Validation is one of the key communication techniques in
psychology, which entails recognizing, understanding, and acknowledging others'
emotional states, thoughts, and actions. This study introduces the first
framework designed to engender empathetic dialogue with validating responses.
Our approach incorporates a tripartite module system: 1) validation timing
detection, 2) users' emotional state identification, and 3) validating response
generation. Utilizing Japanese EmpatheticDialogues dataset - a textual-based
dialogue dataset consisting of 8 emotional categories from Plutchik's wheel of
emotions - the Task Adaptive Pre-Training (TAPT) BERT-based model outperforms
both random baseline and the ChatGPT performance, in term of F1-score, in all
modules. Further validation of our model's efficacy is confirmed in its
application to the TUT Emotional Storytelling Corpus (TESC), a speech-based
dialogue dataset, by surpassing both random baseline and the ChatGPT. This
consistent performance across both textual and speech-based dialogues
underscores the effectiveness of our framework in fostering empathetic human-AI
communication. | cs.CL | Acknowledgment of Emotional States: Generating Validating Responses for Empathetic Dialogue |
2024-02-20T06:38:10Z | http://arxiv.org/pdf/2402.12750v1 | http://arxiv.org/abs/2402.12750v1 | Chi Chen, Yiyang Du, Zheng Fang, Ziyue Wang, Fuwen Luo, Peng Li, Ming Yan, Ji Zhang, Fei Huang, Maosong Sun, Yang Liu | 2024-02-20T06:38:10Z | cs.CV, cs.AI, cs.CL | Recent developments in Multimodal Large Language Models (MLLMs) have shown
rapid progress, moving towards the goal of creating versatile MLLMs that
understand inputs from various modalities. However, existing methods typically
rely on joint training with paired multimodal instruction data, which is
resource-intensive and challenging to extend to new modalities. In this paper,
we propose a new paradigm through the model composition of existing MLLMs to
create a new model that retains the modal understanding capabilities of each
original model. Our basic implementation, NaiveMC, demonstrates the
effectiveness of this paradigm by reusing modality encoders and merging LLM
parameters. Furthermore, we introduce DAMC to address parameter interference
and mismatch issues during the merging process, thereby enhancing the model
performance. To facilitate research in this area, we propose MCUB, a benchmark
for assessing ability of MLLMs to understand inputs from diverse modalities.
Experiments on this benchmark and four other multimodal understanding tasks
show significant improvements over baselines, proving that model composition
can create a versatile model capable of processing inputs from multiple
modalities. | cs.CV | Model Composition for Multimodal Large Language Models |
2024-02-20T06:37:31Z | http://arxiv.org/pdf/2402.12749v4 | http://arxiv.org/abs/2402.12749v4 | Qianqian Xie, Qingyu Chen, Aokun Chen, Cheng Peng, Yan Hu, Fongci Lin, Xueqing Peng, Jimin Huang, Jeffrey Zhang, Vipina Keloth, Xinyu Zhou, Huan He, Lucila Ohno-Machado, Yonghui Wu, Hua Xu, Jiang Bian | 2024-04-11T16:42:55Z | cs.CL, cs.AI | Recent advancements in large language models (LLMs) such as ChatGPT and LLaMA
have hinted at their potential to revolutionize medical applications, yet their
application in clinical settings often reveals limitations due to a lack of
specialized training on medical-specific data. In response to this challenge,
this study introduces Me-LLaMA, a novel medical LLM family that includes
foundation models - Me-LLaMA 13/70B, along with their chat-enhanced versions -
Me-LLaMA 13/70B-chat, developed through continual pre-training and instruction
tuning of LLaMA2 using large medical datasets. Our methodology leverages a
comprehensive domain-specific data suite, including a large-scale, continual
pre-training dataset with 129B tokens, an instruction tuning dataset with 214k
samples, and a new medical evaluation benchmark (MIBE) across six critical
medical tasks with 12 datasets. Our extensive evaluation using the MIBE shows
that Me-LLaMA models achieve overall better performance than existing
open-source medical LLMs in zero-shot, few-shot and supervised learning
abilities. With task-specific instruction tuning, Me-LLaMA models outperform
ChatGPT on 7 out of 8 datasets and GPT-4 on 5 out of 8 datasets. In addition,
we investigated the catastrophic forgetting problem, and our results show that
Me-LLaMA models outperform other open-source medical LLMs in mitigating this
issue. Me-LLaMA is one of the largest open-source medical foundation LLMs that
use both biomedical and clinical data. It exhibits superior performance across
both general and medical tasks compared to other open-source medical LLMs,
rendering it an attractive choice for medical AI applications. We release our
models, datasets, and evaluation scripts at:
https://github.com/BIDS-Xu-Lab/Me-LLaMA. | cs.CL | Me LLaMA: Foundation Large Language Models for Medical Applications |
2024-02-20T06:20:09Z | http://arxiv.org/pdf/2402.14855v1 | http://arxiv.org/abs/2402.14855v1 | Lei Yu, Abir Ray | 2024-02-20T06:20:09Z | cs.CL, cs.AI | Recognizing the imperative to address the reliability and transparency issues
of Large Language Models (LLM), this work proposes an LLM maturity model
tailored for text-to-query applications. This maturity model seeks to fill the
existing void in evaluating LLMs in such applications by incorporating
dimensions beyond mere correctness or accuracy. Moreover, this work introduces
a real-world use case from the law enforcement domain and showcases QueryIQ, an
LLM-powered, domain-specific text-to-query assistant to expedite user workflows
and reveal hidden relationship in data. | cs.CL | An LLM Maturity Model for Reliable and Transparent Text-to-Query |
2024-02-20T06:18:02Z | http://arxiv.org/pdf/2402.14854v1 | http://arxiv.org/abs/2402.14854v1 | Hyolim Jeon, Dongje Yoo, Daeun Lee, Sejung Son, Seungbae Kim, Jinyoung Han | 2024-02-20T06:18:02Z | cs.CL, cs.AI | Despite the increasing demand for AI-based mental health monitoring tools,
their practical utility for clinicians is limited by the lack of
interpretability.The CLPsych 2024 Shared Task (Chim et al., 2024) aims to
enhance the interpretability of Large Language Models (LLMs), particularly in
mental health analysis, by providing evidence of suicidality through linguistic
content. We propose a dual-prompting approach: (i) Knowledge-aware evidence
extraction by leveraging the expert identity and a suicide dictionary with a
mental health-specific LLM; and (ii) Evidence summarization by employing an
LLM-based consistency evaluator. Comprehensive experiments demonstrate the
effectiveness of combining domain-specific information, revealing performance
improvements and the approach's potential to aid clinicians in assessing mental
state progression. | cs.CL | A Dual-Prompting for Interpretable Mental Health Language Models |
2024-02-20T06:05:36Z | http://arxiv.org/pdf/2402.12738v1 | http://arxiv.org/abs/2402.12738v1 | Michimasa Inaba, Mariko Ukiyo, Keiko Takamizo | 2024-02-20T06:05:36Z | cs.CL, cs.AI, cs.HC | Mental health care poses an increasingly serious challenge to modern
societies. In this context, there has been a surge in research that utilizes
information technologies to address mental health problems, including those
aiming to develop counseling dialogue systems. However, there is a need for
more evaluations of the performance of counseling dialogue systems that use
large language models. For this study, we collected counseling dialogue data
via role-playing scenarios involving expert counselors, and the utterances were
annotated with the intentions of the counselors. To determine the feasibility
of a dialogue system in real-world counseling scenarios, third-party counselors
evaluated the appropriateness of responses from human counselors and those
generated by GPT-4 in identical contexts in role-play dialogue data. Analysis
of the evaluation results showed that the responses generated by GPT-4 were
competitive with those of human counselors. | cs.CL | Can Large Language Models be Used to Provide Psychological Counselling? An Analysis of GPT-4-Generated Responses Using Role-play Dialogues |
2024-02-20T05:58:05Z | http://arxiv.org/pdf/2402.14853v1 | http://arxiv.org/abs/2402.14853v1 | Wei Zhao, Zhitao Hou, Siyuan Wu, Yan Gao, Haoyu Dong, Yao Wan, Hongyu Zhang, Yulei Sui, Haidong Zhang | 2024-02-20T05:58:05Z | cs.CL, cs.AI | Writing formulas on spreadsheets, such as Microsoft Excel and Google Sheets,
is a widespread practice among users performing data analysis. However,
crafting formulas on spreadsheets remains a tedious and error-prone task for
many end-users, particularly when dealing with complex operations. To alleviate
the burden associated with writing spreadsheet formulas, this paper introduces
a novel benchmark task called NL2Formula, with the aim to generate executable
formulas that are grounded on a spreadsheet table, given a Natural Language
(NL) query as input. To accomplish this, we construct a comprehensive dataset
consisting of 70,799 paired NL queries and corresponding spreadsheet formulas,
covering 21,670 tables and 37 types of formula functions. We realize the
NL2Formula task by providing a sequence-to-sequence baseline implementation
called fCoder. Experimental results validate the effectiveness of fCoder,
demonstrating its superior performance compared to the baseline models.
Furthermore, we also compare fCoder with an initial GPT-3.5 model (i.e.,
text-davinci-003). Lastly, through in-depth error analysis, we identify
potential challenges in the NL2Formula task and advocate for further
investigation. | cs.CL | NL2Formula: Generating Spreadsheet Formulas from Natural Language Queries |
2024-02-20T05:46:29Z | http://arxiv.org/pdf/2402.12730v2 | http://arxiv.org/abs/2402.12730v2 | Shubhashis Roy Dipta, Sai Vallurupalli | 2024-04-12T00:53:29Z | cs.CL, cs.AI, cs.LG | The aim of SemEval-2024 Task 1, "Semantic Textual Relatedness for African and
Asian Languages" is to develop models for identifying semantic textual
relatedness (STR) between two sentences using multiple languages (14 African
and Asian languages) and settings (supervised, unsupervised, and
cross-lingual). Large language models (LLMs) have shown impressive performance
on several natural language understanding tasks such as multilingual machine
translation (MMT), semantic similarity (STS), and encoding sentence embeddings.
Using a combination of LLMs that perform well on these tasks, we developed two
STR models, $\textit{TranSem}$ and $\textit{FineSem}$, for the supervised and
cross-lingual settings. We explore the effectiveness of several training
methods and the usefulness of machine translation. We find that direct
fine-tuning on the task is comparable to using sentence embeddings and
translating to English leads to better performance for some languages. In the
supervised setting, our model performance is better than the official baseline
for 3 languages with the remaining 4 performing on par. In the cross-lingual
setting, our model performance is better than the baseline for 3 languages
(leading to $1^{st}$ place for Africaans and $2^{nd}$ place for Indonesian), is
on par for 2 languages and performs poorly on the remaining 7 languages. Our
code is publicly available at https://github.com/dipta007/SemEval24-Task8. | cs.CL | UMBCLU at SemEval-2024 Task 1A and 1C: Semantic Textual Relatedness with and without machine translation |
2024-02-20T05:32:24Z | http://arxiv.org/pdf/2402.12728v2 | http://arxiv.org/abs/2402.12728v2 | Junnan Dong, Qinggang Zhang, Huachi Zhou, Daochen Zha, Pai Zheng, Xiao Huang | 2024-03-03T04:51:28Z | cs.CV, cs.AI, cs.CL, cs.IR, cs.LG | Knowledge-based visual question answering (KVQA) has been extensively studied
to answer visual questions with external knowledge, e.g., knowledge graphs
(KGs). While several attempts have been proposed to leverage large language
models (LLMs) as an implicit knowledge source, it remains challenging since
LLMs may generate hallucinations. Moreover, multiple knowledge sources, e.g.,
images, KGs and LLMs, cannot be readily aligned for complex scenarios. To
tackle these, we present a novel modality-aware integration with LLMs for KVQA
(MAIL). It carefully leverages multimodal knowledge for both image
understanding and knowledge reasoning. Specifically, (i) we propose a two-stage
prompting strategy with LLMs to densely embody the image into a scene graph
with detailed visual features; (ii) We construct a coupled concept graph by
linking the mentioned entities with external facts. (iii) A tailored
pseudo-siamese graph medium fusion is designed for sufficient multimodal
fusion. We utilize the shared mentioned entities in two graphs as mediums to
bridge a tight inter-modal exchange, while maximally preserving insightful
intra-modal learning by constraining the fusion within mediums. Extensive
experiments on two benchmark datasets show the superiority of MAIL with 24x
less resources. | cs.CV | Modality-Aware Integration with Large Language Models for Knowledge-based Visual Question Answering |
2024-02-20T04:26:31Z | http://arxiv.org/pdf/2403.00788v1 | http://arxiv.org/abs/2403.00788v1 | Satvik Tripathi, Liam Mutter, Meghana Muppuri, Suhani Dheer, Emiliano Garza-Frias, Komal Awan, Aakash Jha, Michael Dezube, Azadeh Tabari, Christopher P. Bridge, Dania Daye | 2024-02-20T04:26:31Z | cs.CL, cs.AI, cs.HC, cs.LG | This study introduces and evaluates the PRECISE framework, utilizing OpenAI's
GPT-4 to enhance patient engagement by providing clearer and more accessible
chest X-ray reports at a sixth-grade reading level. The framework was tested on
500 reports, demonstrating significant improvements in readability,
reliability, and understandability. Statistical analyses confirmed the
effectiveness of the PRECISE approach, highlighting its potential to foster
patient-centric care delivery in healthcare decision-making. | cs.CL | PRECISE Framework: GPT-based Text For Improved Readability, Reliability, and Understandability of Radiology Reports For Patient-Centered Care |
2024-02-20T04:26:08Z | http://arxiv.org/pdf/2402.12713v2 | http://arxiv.org/abs/2402.12713v2 | Yuhang Zhou, Yuchen Ni, Yunhui Gan, Zhangyue Yin, Xiang Liu, Jian Zhang, Sen Liu, Xipeng Qiu, Guangnan Ye, Hongfeng Chai | 2024-07-01T15:42:15Z | cs.CL | Large Language Models (LLMs) are increasingly adopted in financial analysis
for interpreting complex market data and trends. However, their use is
challenged by intrinsic biases (e.g., risk-preference bias) and a superficial
understanding of market intricacies, necessitating a thorough assessment of
their financial insight. To address these issues, we introduce Financial Bias
Indicators (FBI), a framework with components like Bias Unveiler, Bias
Detective, Bias Tracker, and Bias Antidote to identify, detect, analyze, and
eliminate irrational biases in LLMs. By combining behavioral finance principles
with bias examination, we evaluate 23 leading LLMs and propose a de-biasing
method based on financial causal knowledge. Results show varying degrees of
financial irrationality among models, influenced by their design and training.
Models trained specifically on financial datasets may exhibit more
irrationality, and even larger financial language models (FinLLMs) can show
more bias than smaller, general models. We utilize four prompt-based methods
incorporating causal debiasing, effectively reducing financial biases in these
models. This work enhances the understanding of LLMs' bias in financial
applications, laying the foundation for developing more reliable and rational
financial analysis tools. | cs.CL | Are LLMs Rational Investors? A Study on Detecting and Reducing the Financial Bias in LLMs |
2024-02-20T04:17:21Z | http://arxiv.org/pdf/2402.14852v1 | http://arxiv.org/abs/2402.14852v1 | Daniel Li, Lincoln Murr | 2024-02-20T04:17:21Z | cs.CL, cs.AI, cs.LG | In 2023, we are using the latest models of GPT-4 to advance program
synthesis. The large language models have significantly improved the
state-of-the-art for this purpose. To make these advancements more accessible,
we have created a repository that connects these models to Huamn Eval. This
dataset was initally developed to be used with a language model called CODEGEN
on natural and programming language data. The utility of these trained models
is showcased by demonstrating their competitive performance in zero-shot Python
code generation on HumanEval tasks compared to previous state-of-the-art
solutions. Additionally, this gives way to developing more multi-step paradigm
synthesis. This benchmark features 160 diverse problem sets factorized into
multistep prompts that our analysis shows significantly improves program
synthesis over single-turn inputs. All code is open source at
https://github.com/daniel442li/gpt-human-eval . | cs.CL | HumanEval on Latest GPT Models -- 2024 |
2024-02-20T04:13:48Z | http://arxiv.org/pdf/2403.08819v2 | http://arxiv.org/abs/2403.08819v2 | Maohao Shen, Subhro Das, Kristjan Greenewald, Prasanna Sattigeri, Gregory Wornell, Soumya Ghosh | 2024-06-27T16:30:32Z | cs.LG, cs.CL, stat.ML | We consider the issue of calibration in large language models (LLM). Recent
studies have found that common interventions such as instruction tuning often
result in poorly calibrated LLMs. Although calibration is well-explored in
traditional applications, calibrating LLMs is uniquely challenging. These
challenges stem as much from the severe computational requirements of LLMs as
from their versatility, which allows them to be applied to diverse tasks.
Addressing these challenges, we propose THERMOMETER, a calibration approach
tailored to LLMs. THERMOMETER learns an auxiliary model, given data from
multiple tasks, for calibrating a LLM. It is computationally efficient,
preserves the accuracy of the LLM, and produces better-calibrated responses for
new tasks. Extensive empirical evaluations across various benchmarks
demonstrate the effectiveness of the proposed method. | cs.LG | Thermometer: Towards Universal Calibration for Large Language Models |
2024-02-20T03:57:55Z | http://arxiv.org/pdf/2402.14851v1 | http://arxiv.org/abs/2402.14851v1 | Hanchen Xia, Feng Jiang, Naihao Deng, Cunxiang Wang, Guojiang Zhao, Rada Mihalcea, Yue Zhang | 2024-02-20T03:57:55Z | cs.CL, cs.AI, cs.DB | Modern LLMs have become increasingly powerful, but they are still facing
challenges in specialized tasks such as Text-to-SQL. We propose SQL-CRAFT, a
framework to advance LLMs' SQL generation Capabilities through inteRActive
reFinemenT and enhanced reasoning. We leverage an Interactive Correction Loop
(IC-Loop) for LLMs to interact with databases automatically, as well as
Python-enhanced reasoning. We conduct experiments on two Text-to-SQL datasets,
Spider and Bird, with performance improvements of up to 5.7% compared to the
naive prompting method. Moreover, our method surpasses the current
state-of-the-art on the Spider Leaderboard, demonstrating the effectiveness of
our framework. | cs.CL | SQL-CRAFT: Text-to-SQL through Interactive Refinement and Enhanced Reasoning |
2024-02-20T03:39:49Z | http://arxiv.org/pdf/2402.12692v3 | http://arxiv.org/abs/2402.12692v3 | Xiao Li, Bolin Zhu, Sichen Liu, Yin Zhu, Yiwei Liu, Gong Cheng | 2024-06-12T13:19:55Z | cs.CL | The application of formulas is a fundamental ability of humans when
addressing numerical reasoning problems. However, existing numerical reasoning
datasets seldom explicitly indicate the formulas employed during the reasoning
steps. To bridge this gap, we construct a dataset for formula-based numerical
reasoning called FormulaReasoning, which consists of 5,420 reasoning-based
questions. We employ it to conduct evaluations of LLMs with size ranging from
7B to over 100B parameters utilizing zero-shot and few-shot chain-of-thought
methods, and we further explore using retrieval-augmented LLMs provided with an
external formula database associated with our dataset. We also experiment with
supervised methods where we divide the reasoning process into formula
generation, parameter extraction, and numerical calculation, and perform data
augmentation. Our empirical findings underscore the significant potential for
improvement in existing models when applied to our complex, formula-driven
FormulaReasoning. | cs.CL | FormulaReasoning: A Dataset for Formula-Based Numerical Reasoning |
2024-02-20T03:37:24Z | http://arxiv.org/pdf/2402.12691v2 | http://arxiv.org/abs/2402.12691v2 | Ryo Yoshida, Taiga Someya, Yohei Oseki | 2024-06-06T13:16:16Z | cs.CL | Syntactic Language Models (SLMs) can be trained efficiently to reach
relatively high performance; however, they have trouble with inference
efficiency due to the explicit generation of syntactic structures. In this
paper, we propose a new method dubbed tree-planting: instead of explicitly
generating syntactic structures, we "plant" trees into attention weights of
unidirectional Transformer LMs to implicitly reflect syntactic structures of
natural language. Specifically, unidirectional Transformer LMs trained with
tree-planting will be called Tree-Planted Transformers (TPT), which inherit the
training efficiency from SLMs without changing the inference efficiency of
their underlying Transformer LMs. Targeted syntactic evaluations on the
SyntaxGym benchmark demonstrated that TPTs, despite the lack of explicit
generation of syntactic structures, significantly outperformed not only vanilla
Transformer LMs but also various SLMs that generate hundreds of syntactic
structures in parallel. This result suggests that TPTs can learn human-like
syntactic knowledge as data-efficiently as SLMs while maintaining the modeling
space of Transformer LMs unchanged. | cs.CL | Tree-Planted Transformers: Unidirectional Transformer Language Models with Implicit Syntactic Supervision |
2024-02-20T03:37:16Z | http://arxiv.org/pdf/2402.12690v2 | http://arxiv.org/abs/2402.12690v2 | Zheng Wei Lim, Ekaterina Vylomova, Trevor Cohn, Charles Kemp | 2024-06-10T05:59:26Z | cs.CL | A good translation should be faithful to the source and should respect the
norms of the target language. We address a theoretical puzzle about the
relationship between these objectives. On one hand, intuition and some prior
work suggest that accuracy and fluency should trade off against each other, and
that capturing every detail of the source can only be achieved at the cost of
fluency. On the other hand, quality assessment researchers often suggest that
accuracy and fluency are highly correlated and difficult for human raters to
distinguish (Callison-Burch et al., 2007). We show that the tension between
these views is an instance of Simpson's paradox, and that accuracy and fluency
are positively correlated at the level of the corpus but trade off at the level
of individual source segments. We further suggest that the relationship between
accuracy and fluency is best evaluated at the segment (or sentence) level, and
that the trade off between these dimensions has implications both for assessing
translation quality and developing improved MT systems. | cs.CL | Simpson's Paradox and the Accuracy-Fluency Tradeoff in Translation |
2024-02-20T02:23:15Z | http://arxiv.org/pdf/2402.12663v1 | http://arxiv.org/abs/2402.12663v1 | Varad Pimpalkhute, John Heyer, Xusen Yin, Sameer Gupta | 2024-02-20T02:23:15Z | cs.CL, cs.IR, cs.LG | We investigate the integration of Large Language Models (LLMs) into query
encoders to improve dense retrieval without increasing latency and cost, by
circumventing the dependency on LLMs at inference time. SoftQE incorporates
knowledge from LLMs by mapping embeddings of input queries to those of the
LLM-expanded queries. While improvements over various strong baselines on
in-domain MS-MARCO metrics are marginal, SoftQE improves performance by 2.83
absolute percentage points on average on five out-of-domain BEIR tasks. | cs.CL | SoftQE: Learned Representations of Queries Expanded by LLMs |
2024-02-20T02:16:16Z | http://arxiv.org/pdf/2402.12659v2 | http://arxiv.org/abs/2402.12659v2 | Qianqian Xie, Weiguang Han, Zhengyu Chen, Ruoyu Xiang, Xiao Zhang, Yueru He, Mengxi Xiao, Dong Li, Yongfu Dai, Duanyu Feng, Yijing Xu, Haoqiang Kang, Ziyan Kuang, Chenhan Yuan, Kailai Yang, Zheheng Luo, Tianlin Zhang, Zhiwei Liu, Guojun Xiong, Zhiyang Deng, Yuechen Jiang, Zhiyuan Yao, Haohang Li, Yangyang Yu, Gang Hu, Jiajia Huang, Xiao-Yang Liu, Alejandro Lopez-Lira, Benyou Wang, Yanzhao Lai, Hao Wang, Min Peng, Sophia Ananiadou, Jimin Huang | 2024-06-19T03:38:56Z | cs.CL, cs.AI, cs.CE | LLMs have transformed NLP and shown promise in various fields, yet their
potential in finance is underexplored due to a lack of comprehensive evaluation
benchmarks, the rapid development of LLMs, and the complexity of financial
tasks. In this paper, we introduce FinBen, the first extensive open-source
evaluation benchmark, including 36 datasets spanning 24 financial tasks,
covering seven critical aspects: information extraction (IE), textual analysis,
question answering (QA), text generation, risk management, forecasting, and
decision-making. FinBen offers several key innovations: a broader range of
tasks and datasets, the first evaluation of stock trading, novel agent and
Retrieval-Augmented Generation (RAG) evaluation, and three novel open-source
evaluation datasets for text summarization, question answering, and stock
trading. Our evaluation of 15 representative LLMs, including GPT-4, ChatGPT,
and the latest Gemini, reveals several key findings: While LLMs excel in IE and
textual analysis, they struggle with advanced reasoning and complex tasks like
text generation and forecasting. GPT-4 excels in IE and stock trading, while
Gemini is better at text generation and forecasting. Instruction-tuned LLMs
improve textual analysis but offer limited benefits for complex tasks such as
QA. FinBen has been used to host the first financial LLMs shared task at the
FinNLP-AgentScen workshop during IJCAI-2024, attracting 12 teams. Their novel
solutions outperformed GPT-4, showcasing FinBen's potential to drive innovation
in financial LLMs. All datasets, results, and codes are released for the
research community: https://github.com/The-FinAI/PIXIU. | cs.CL | FinBen: A Holistic Financial Benchmark for Large Language Models |
2024-02-20T02:04:38Z | http://arxiv.org/pdf/2402.12654v2 | http://arxiv.org/abs/2402.12654v2 | Yifan Peng, Yui Sudo, Muhammad Shakeel, Shinji Watanabe | 2024-06-16T20:58:43Z | cs.CL, cs.SD, eess.AS | There has been an increasing interest in large speech models that can perform
multiple tasks in a single model. Such models usually adopt an encoder-decoder
or decoder-only architecture due to their popularity and good performance in
many domains. However, autoregressive models can be slower during inference
compared to non-autoregressive models and also have potential risks of
hallucination. Though prior studies observed promising results of
non-autoregressive models for certain tasks at small scales, it remains unclear
if they can be scaled to speech-to-text generation in diverse languages and
tasks. Inspired by the Open Whisper-style Speech Model (OWSM) project, we
propose OWSM-CTC, a novel encoder-only speech foundation model based on
Connectionist Temporal Classification (CTC). It is trained on 180k hours of
public audio data for multilingual automatic speech recognition (ASR), speech
translation (ST), and language identification (LID). Compared to
encoder-decoder OWSM, our OWSM-CTC achieves competitive results on ASR and up
to 24% relative improvement on ST, while it is more robust and 3 to 4 times
faster for inference. OWSM-CTC also improves the long-form ASR result with 20x
speed-up. We will publicly release our code, pre-trained model, and training
logs to promote open science in speech foundation models. | cs.CL | OWSM-CTC: An Open Encoder-Only Speech Foundation Model for Speech Recognition, Translation, and Language Identification |
2024-02-20T01:59:11Z | http://arxiv.org/pdf/2402.14850v1 | http://arxiv.org/abs/2402.14850v1 | Sinan Abdulhak, Wayne Hubbard, Karthik Gopalakrishnan, Max Z. Li | 2024-02-20T01:59:11Z | cs.CL, cs.AI | Generative artificial intelligence (AI) and large language models (LLMs) have
gained rapid popularity through publicly available tools such as ChatGPT. The
adoption of LLMs for personal and professional use is fueled by the natural
interactions between human users and computer applications such as ChatGPT,
along with powerful summarization and text generation capabilities. Given the
widespread use of such generative AI tools, in this work we investigate how
these tools can be deployed in a non-safety critical, strategic traffic flow
management setting. Specifically, we train an LLM, CHATATC, based on a large
historical data set of Ground Delay Program (GDP) issuances, spanning 2000-2023
and consisting of over 80,000 GDP implementations, revisions, and
cancellations. We test the query and response capabilities of CHATATC,
documenting successes (e.g., providing correct GDP rates, durations, and
reason) and shortcomings (e.g,. superlative questions). We also detail the
design of a graphical user interface for future users to interact and
collaborate with the CHATATC conversational agent. | cs.CL | CHATATC: Large Language Model-Driven Conversational Agents for Supporting Strategic Air Traffic Flow Management |
2024-02-20T01:49:15Z | http://arxiv.org/pdf/2402.12649v1 | http://arxiv.org/abs/2402.12649v1 | Kristian Lum, Jacy Reese Anthis, Chirag Nagpal, Alexander D'Amour | 2024-02-20T01:49:15Z | cs.CL, stat.AP | Bias benchmarks are a popular method for studying the negative impacts of
bias in LLMs, yet there has been little empirical investigation of whether
these benchmarks are actually indicative of how real world harm may manifest in
the real world. In this work, we study the correspondence between such
decontextualized "trick tests" and evaluations that are more grounded in
Realistic Use and Tangible {Effects (i.e. RUTEd evaluations). We explore this
correlation in the context of gender-occupation bias--a popular genre of bias
evaluation. We compare three de-contextualized evaluations adapted from the
current literature to three analogous RUTEd evaluations applied to long-form
content generation. We conduct each evaluation for seven instruction-tuned
LLMs. For the RUTEd evaluations, we conduct repeated trials of three text
generation tasks: children's bedtime stories, user personas, and English
language learning exercises. We found no correspondence between trick tests and
RUTEd evaluations. Specifically, selecting the least biased model based on the
de-contextualized results coincides with selecting the model with the best
performance on RUTEd evaluations only as often as random chance. We conclude
that evaluations that are not based in realistic use are likely insufficient to
mitigate and assess bias and real-world harms. | cs.CL | Bias in Language Models: Beyond Trick Tests and Toward RUTEd Evaluation |
2024-02-20T01:28:34Z | http://arxiv.org/pdf/2402.12636v3 | http://arxiv.org/abs/2402.12636v3 | Gaoxiang Cong, Yuankai Qi, Liang Li, Amin Beheshti, Zhedong Zhang, Anton van den Hengel, Ming-Hsuan Yang, Chenggang Yan, Qingming Huang | 2024-07-02T03:42:36Z | cs.CL | Given a script, the challenge in Movie Dubbing (Visual Voice Cloning, V2C) is
to generate speech that aligns well with the video in both time and emotion,
based on the tone of a reference audio track. Existing state-of-the-art V2C
models break the phonemes in the script according to the divisions between
video frames, which solves the temporal alignment problem but leads to
incomplete phoneme pronunciation and poor identity stability. To address this
problem, we propose StyleDubber, which switches dubbing learning from the frame
level to phoneme level. It contains three main components: (1) A multimodal
style adaptor operating at the phoneme level to learn pronunciation style from
the reference audio, and generate intermediate representations informed by the
facial emotion presented in the video; (2) An utterance-level style learning
module, which guides both the mel-spectrogram decoding and the refining
processes from the intermediate embeddings to improve the overall style
expression; And (3) a phoneme-guided lip aligner to maintain lip sync.
Extensive experiments on two of the primary benchmarks, V2C and Grid,
demonstrate the favorable performance of the proposed method as compared to the
current stateof-the-art. The code will be made available at
https://github.com/GalaxyCong/StyleDubber. | cs.CL | StyleDubber: Towards Multi-Scale Style Learning for Movie Dubbing |
2024-02-20T01:04:21Z | http://arxiv.org/pdf/2402.12621v2 | http://arxiv.org/abs/2402.12621v2 | Runlong Zhou, Simon S. Du, Beibin Li | 2024-06-06T17:04:41Z | cs.LG, cs.CL | As language models (LMs) demonstrate their capabilities in various fields,
their application to tasks requiring multi-round interactions has become
increasingly popular. These tasks usually have complex dynamics, so supervised
fine-tuning (SFT) on a limited offline dataset does not yield good performance.
However, only a few works attempted to directly train the LMs within
interactive decision-making environments. We aim to create an effective
approach to fine-tune LMs with online reinforcement learning (RL) in these
environments. We propose Reflect-RL, a two-player system to fine-tune an LM
using SFT and online RL, where a frozen reflection model (player) assists the
policy model (player). To generate data for the warm-up SFT stage, we use
negative example generation to enhance the error-correction ability of the
reflection model. Furthermore, we designed single-prompt action enumeration and
applied curriculum learning to allow the policy model to learn more
efficiently. Empirically, we verify that Reflect-RL outperforms SFT and online
RL without reflection. Testing results indicate GPT-2 XL 1.56B fine-tuned with
Reflect-RL outperforms larger open-source LMs, such as Mistral 7B. The
benchmarks, dataset, and code involved in this work are publicly available:
https://github.com/zhourunlong/Reflect-RL. | cs.LG | Reflect-RL: Two-Player Online RL Fine-Tuning for LMs |
2024-02-20T00:51:05Z | http://arxiv.org/pdf/2402.12617v1 | http://arxiv.org/abs/2402.12617v1 | Banghua Zhu, Norman Mu, Jiantao Jiao, David Wagner | 2024-02-20T00:51:05Z | cs.CR, cs.AI, cs.CL, cs.CY, cs.LG | Generative AI's expanding footprint across numerous industries has led to
both excitement and increased scrutiny. This paper delves into the unique
security challenges posed by Generative AI, and outlines potential research
directions for managing these risks. | cs.CR | Generative AI Security: Challenges and Countermeasures |
2024-02-19T23:58:20Z | http://arxiv.org/pdf/2402.12605v1 | http://arxiv.org/abs/2402.12605v1 | Elliot Murphy | 2024-02-19T23:58:20Z | cs.CL | In order to design strong paradigms for isolating lexical access and
semantics, we need to know what a word is. Surprisingly few linguists and
philosophers have a clear model of what a word is, even though words impact
basically every aspect of human life. Researchers that regularly publish
academic papers about language often rely on outdated, or inaccurate,
assumptions about wordhood. This short pedagogical document outlines what the
lexicon is most certainly not (though is often mistakenly taken to be), what it
might be (based on current good theories), and what some implications for
experimental design are. | cs.CL | What is a word? |
2024-02-19T23:48:40Z | http://arxiv.org/pdf/2403.08818v1 | http://arxiv.org/abs/2403.08818v1 | Hejie Cui, Xinyu Fang, Ran Xu, Xuan Kan, Joyce C. Ho, Carl Yang | 2024-02-19T23:48:40Z | cs.LG, cs.AI, cs.CL | Electronic Health Records (EHRs) have become increasingly popular to support
clinical decision-making and healthcare in recent decades. EHRs usually contain
heterogeneous information, such as structural data in tabular form and
unstructured data in textual notes. Different types of information in EHRs can
complement each other and provide a more complete picture of the health status
of a patient. While there has been a lot of research on representation learning
of structured EHR data, the fusion of different types of EHR data (multimodal
fusion) is not well studied. This is mostly because of the complex medical
coding systems used and the noise and redundancy present in the written notes.
In this work, we propose a new framework called MINGLE, which integrates both
structures and semantics in EHR effectively. Our framework uses a two-level
infusion strategy to combine medical concept semantics and clinical note
semantics into hypergraph neural networks, which learn the complex interactions
between different types of data to generate visit representations for
downstream prediction. Experiment results on two EHR datasets, the public
MIMIC-III and private CRADLE, show that MINGLE can effectively improve
predictive performance by 11.83% relatively, enhancing semantic integration as
well as multimodal fusion for structural and textual EHR data. | cs.LG | Multimodal Fusion of EHR in Structures and Semantics: Integrating Clinical Records and Notes with Hypergraph and LLM |
2024-02-19T23:18:18Z | http://arxiv.org/pdf/2402.12593v1 | http://arxiv.org/abs/2402.12593v1 | Joseph Marvin Imperial, Gail Forey, Harish Tayyar Madabushi | 2024-02-19T23:18:18Z | cs.CL | Domain experts across engineering, healthcare, and education follow strict
standards for producing quality content such as technical manuals, medication
instructions, and children's reading materials. However, current works in
controllable text generation have yet to explore using these standards as
references for control. Towards this end, we introduce Standardize, a
retrieval-style in-context learning-based framework to guide large language
models to align with expert-defined standards. Focusing on English language
standards in the education domain as a use case, we consider the Common
European Framework of Reference for Languages (CEFR) and Common Core Standards
(CCS) for the task of open-ended content generation. Our findings show that
models can gain 40% to 100% increase in precise accuracy for Llama2 and GPT-4,
respectively, demonstrating that the use of knowledge artifacts extracted from
standards and integrating them in the generation process can effectively guide
models to produce better standard-aligned content. | cs.CL | Standardize: Aligning Language Models with Expert-Defined Standards for Content Generation |
2024-02-19T22:59:43Z | http://arxiv.org/pdf/2402.12590v2 | http://arxiv.org/abs/2402.12590v2 | Shiyang Lai, Yujin Potter, Junsol Kim, Richard Zhuang, Dawn Song, James Evans | 2024-06-18T23:28:46Z | cs.CL, cs.CY | Large language model behavior is shaped by the language of those with whom
they interact. This capacity and their increasing prevalence online portend
that they will intentionally or unintentionally "program" one another and form
emergent AI subjectivities, relationships, and collectives. Here, we call upon
the research community to investigate these "societies" of interacting
artificial intelligences to increase their rewards and reduce their risks for
human society and the health of online environments. We use a small "community"
of models and their evolving outputs to illustrate how such emergent,
decentralized AI collectives can spontaneously expand the bounds of human
diversity and reduce the risk of toxic, anti-social behavior online. Finally,
we discuss opportunities for AI cross-moderation and address ethical issues and
design challenges associated with creating and maintaining free-formed AI
collectives. | cs.CL | Evolving AI Collectives to Enhance Human Diversity and Enable Self-Regulation |
2024-02-19T21:50:42Z | http://arxiv.org/pdf/2402.15525v1 | http://arxiv.org/abs/2402.15525v1 | Guan Wang, Rebecca Frederick, Jinglong Duan, William Wong, Verica Rupar, Weihua Li, Quan Bai | 2024-02-19T21:50:42Z | cs.CL, cs.CY | In this paper, we delve into the rapidly evolving challenge of misinformation
detection, with a specific focus on the nuanced manipulation of narrative
frames - an under-explored area within the AI community. The potential for
Generative AI models to generate misleading narratives underscores the urgency
of this problem. Drawing from communication and framing theories, we posit that
the presentation or 'framing' of accurate information can dramatically alter
its interpretation, potentially leading to misinformation. We highlight this
issue through real-world examples, demonstrating how shifts in narrative frames
can transmute fact-based information into misinformation. To tackle this
challenge, we propose an innovative approach leveraging the power of
pre-trained Large Language Models and deep neural networks to detect
misinformation originating from accurate facts portrayed under different
frames. These advanced AI techniques offer unprecedented capabilities in
identifying complex patterns within unstructured data critical for examining
the subtleties of narrative frames. The objective of this paper is to bridge a
significant research gap in the AI domain, providing valuable insights and
methodologies for tackling framing-induced misinformation, thus contributing to
the advancement of responsible and trustworthy AI technologies. Several
experiments are intensively conducted and experimental results explicitly
demonstrate the various impact of elements of framing theory proving the
rationale of applying framing theory to increase the performance in
misinformation detection. | cs.CL | Detecting misinformation through Framing Theory: the Frame Element-based Model |
2024-02-19T21:45:55Z | http://arxiv.org/pdf/2402.12566v2 | http://arxiv.org/abs/2402.12566v2 | Kundan Krishna, Sanjana Ramprasad, Prakhar Gupta, Byron C. Wallace, Zachary C. Lipton, Jeffrey P. Bigham | 2024-03-16T21:14:16Z | cs.CL, cs.LG | LLMs can generate factually incorrect statements even when provided access to
reference documents. Such errors can be dangerous in high-stakes applications
(e.g., document-grounded QA for healthcare or finance). We present GenAudit --
a tool intended to assist fact-checking LLM responses for document-grounded
tasks. GenAudit suggests edits to the LLM response by revising or removing
claims that are not supported by the reference document, and also presents
evidence from the reference for facts that do appear to have support. We train
models to execute these tasks, and design an interactive interface to present
suggested edits and evidence to users. Comprehensive evaluation by human raters
shows that GenAudit can detect errors in 8 different LLM outputs when
summarizing documents from diverse domains. To ensure that most errors are
flagged by the system, we propose a method that can increase the error recall
while minimizing impact on precision. We release our tool (GenAudit) and
fact-checking model for public use. | cs.CL | GenAudit: Fixing Factual Errors in Language Model Outputs with Evidence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.