publication_date
stringlengths 20
20
| category_all
stringlengths 5
138
| update_date
stringlengths 20
20
| authors
stringlengths 5
20.1k
| abstract
stringlengths 123
3.09k
| id
stringlengths 33
34
| doc_url
stringlengths 33
34
| category_primary
stringclasses 78
values | title
stringlengths 10
211
|
---|---|---|---|---|---|---|---|---|
2024-07-03T17:59:53Z | cs.CL, cs.AI, cs.LG | 2024-07-03T17:59:53Z | Max Zuo, Francisco Piedrahita Velez, Xiaochen Li, Michael L. Littman, Stephen H. Bach | Many recent works have explored using language models for planning problems.
One line of research focuses on translating natural language descriptions of
planning tasks into structured planning languages, such as the planning domain
definition language (PDDL). While this approach is promising, accurately
measuring the quality of generated PDDL code continues to pose significant
challenges. First, generated PDDL code is typically evaluated using planning
validators that check whether the problem can be solved with a planner. This
method is insufficient because a language model might generate valid PDDL code
that does not align with the natural language description of the task. Second,
existing evaluation sets often have natural language descriptions of the
planning task that closely resemble the ground truth PDDL, reducing the
challenge of the task. To bridge this gap, we introduce \benchmarkName, a
benchmark designed to evaluate language models' ability to generate PDDL code
from natural language descriptions of planning tasks. We begin by creating a
PDDL equivalence algorithm that rigorously evaluates the correctness of PDDL
code generated by language models by flexibly comparing it against a ground
truth PDDL. Then, we present a dataset of $132,037$ text-to-PDDL pairs across
13 different tasks, with varying levels of difficulty. Finally, we evaluate
several API-access and open-weight language models that reveal this task's
complexity. For example, $87.6\%$ of the PDDL problem descriptions generated by
GPT-4o are syntactically parseable, $82.2\%$ are valid, solve-able problems,
but only $35.1\%$ are semantically correct, highlighting the need for a more
rigorous benchmark for this problem. | http://arxiv.org/abs/2407.03321v1 | http://arxiv.org/pdf/2407.03321v1 | cs.CL | Planetarium: A Rigorous Benchmark for Translating Text to Structured Planning Languages |
2024-07-03T17:59:21Z | cs.CV, cs.CL | 2024-07-03T17:59:21Z | Pan Zhang, Xiaoyi Dong, Yuhang Zang, Yuhang Cao, Rui Qian, Lin Chen, Qipeng Guo, Haodong Duan, Bin Wang, Linke Ouyang, Songyang Zhang, Wenwei Zhang, Yining Li, Yang Gao, Peng Sun, Xinyue Zhang, Wei Li, Jingwen Li, Wenhai Wang, Hang Yan, Conghui He, Xingcheng Zhang, Kai Chen, Jifeng Dai, Yu Qiao, Dahua Lin, Jiaqi Wang | We present InternLM-XComposer-2.5 (IXC-2.5), a versatile large-vision
language model that supports long-contextual input and output. IXC-2.5 excels
in various text-image comprehension and composition applications, achieving
GPT-4V level capabilities with merely 7B LLM backend. Trained with 24K
interleaved image-text contexts, it can seamlessly extend to 96K long contexts
via RoPE extrapolation. This long-context capability allows IXC-2.5 to excel in
tasks requiring extensive input and output contexts. Compared to its previous
2.0 version, InternLM-XComposer-2.5 features three major upgrades in
vision-language comprehension: (1) Ultra-High Resolution Understanding, (2)
Fine-Grained Video Understanding, and (3) Multi-Turn Multi-Image Dialogue. In
addition to comprehension, IXC-2.5 extends to two compelling applications using
extra LoRA parameters for text-image composition: (1) Crafting Webpages and (2)
Composing High-Quality Text-Image Articles. IXC-2.5 has been evaluated on 28
benchmarks, outperforming existing open-source state-of-the-art models on 16
benchmarks. It also surpasses or competes closely with GPT-4V and Gemini Pro on
16 key tasks. The InternLM-XComposer-2.5 is publicly available at
https://github.com/InternLM/InternLM-XComposer. | http://arxiv.org/abs/2407.03320v1 | http://arxiv.org/pdf/2407.03320v1 | cs.CV | InternLM-XComposer-2.5: A Versatile Large Vision Language Model Supporting Long-Contextual Input and Output |
2024-07-03T17:55:27Z | cs.CV, cs.CL, cs.DB | 2024-07-03T17:55:27Z | Zhantao Yang, Ruili Feng, Keyu Yan, Huangji Wang, Zhicai Wang, Shangwen Zhu, Han Zhang, Jie Xiao, Pingyu Wu, Kai Zhu, Jixuan Chen, Chen-Wei Xie, Chaojie Mao, Yue Yang, Hongyang Zhang, Yu Liu, Fan Cheng | This paper presents Bag-of-Concept Graph (BACON) to gift models with limited
linguistic abilities to taste the privilege of Vision Language Models (VLMs)
and boost downstream tasks such as detection, visual question answering (VQA),
and image generation. Since the visual scenes in physical worlds are structured
with complex relations between objects, BACON breaks down annotations into
basic minimum elements and presents them in a graph structure. Element-wise
style enables easy understanding, and structural composition liberates
difficult locating. Careful prompt design births the BACON captions with the
help of public-available VLMs and segmentation methods. In this way, we gather
a dataset with 100K annotated images, which endow VLMs with remarkable
capabilities, such as accurately generating BACON, transforming prompts into
BACON format, envisioning scenarios in the style of BACONr, and dynamically
modifying elements within BACON through interactive dialogue and more. Wide
representative experiments, including detection, VQA, and image generation
tasks, tell BACON as a lifeline to achieve previous out-of-reach tasks or excel
in their current cutting-edge solutions. | http://arxiv.org/abs/2407.03314v1 | http://arxiv.org/pdf/2407.03314v1 | cs.CV | BACON: Supercharge Your VLM with Bag-of-Concept Graph to Mitigate Hallucinations |
2024-07-03T17:43:54Z | cs.CL, I.2.7; I.6.m | 2024-07-03T17:43:54Z | Brendon Boldt, David Mortensen | Emergent communication, or emergent language, is the field of research which
studies how human language-like communication systems emerge de novo in deep
multi-agent reinforcement learning environments. The possibilities of
replicating the emergence of a complex behavior like language have strong
intuitive appeal, yet it is necessary to complement this with clear notions of
how such research can be applicable to other fields of science, technology, and
engineering. This paper comprehensively reviews the applications of emergent
communication research across machine learning, natural language processing,
linguistics, and cognitive science. Each application is illustrated with a
description of its scope, an explication of emergent communication's unique
role in addressing it, a summary of the extant literature working towards the
application, and brief recommendations for near-term research directions. | http://arxiv.org/abs/2407.03302v1 | http://arxiv.org/pdf/2407.03302v1 | cs.CL | A Review of the Applications of Deep Learning-Based Emergent Communication |
2024-07-03T17:08:52Z | cs.CL | 2024-07-03T17:08:52Z | Ziwei Ji, Delong Chen, Etsuko Ishii, Samuel Cahyawijaya, Yejin Bang, Bryan Wilie, Pascale Fung | The hallucination problem of Large Language Models (LLMs) significantly
limits their reliability and trustworthiness. Humans have a self-awareness
process that allows us to recognize what we don't know when faced with queries.
Inspired by this, our paper investigates whether LLMs can estimate their own
hallucination risk before response generation. We analyze the internal
mechanisms of LLMs broadly both in terms of training data sources and across 15
diverse Natural Language Generation (NLG) tasks, spanning over 700 datasets.
Our empirical analysis reveals two key insights: (1) LLM internal states
indicate whether they have seen the query in training data or not; and (2) LLM
internal states show they are likely to hallucinate or not regarding the query.
Our study explores particular neurons, activation layers, and tokens that play
a crucial role in the LLM perception of uncertainty and hallucination risk. By
a probing estimator, we leverage LLM self-assessment, achieving an average
hallucination estimation accuracy of 84.32\% at run time. | http://arxiv.org/abs/2407.03282v1 | http://arxiv.org/pdf/2407.03282v1 | cs.CL | LLM Internal States Reveal Hallucination Risk Faced With a Query |
2024-07-03T17:04:17Z | cs.CL | 2024-07-03T17:04:17Z | Guojun Wu, Shay B. Cohen, Rico Sennrich | We introduce a dataset comprising commercial machine translations, gathered
weekly over six years across 12 translation directions. Since human A/B testing
is commonly used, we assume commercial systems improve over time, which enables
us to evaluate machine translation (MT) metrics based on their preference for
more recent translations. Our study confirms several previous findings in MT
metrics research and demonstrates the dataset's value as a testbed for metric
evaluation. We release our code at https://github.com/gjwubyron/Evo | http://arxiv.org/abs/2407.03277v1 | http://arxiv.org/pdf/2407.03277v1 | cs.CL | Evaluating Automatic Metrics with Incremental Machine Translation Systems |
2024-07-03T16:36:26Z | cs.SI, cs.CL | 2024-07-03T16:36:26Z | Waleed Iqbal, Gareth Tyson, Ignacio Castro | How similar are politicians to those who vote for them? This is a critical
question at the heart of democratic representation and particularly relevant at
times when political dissatisfaction and populism are on the rise. To answer
this question we compare the online discourse of elected politicians and their
constituents. We collect a two and a half years (September 2020 - February
2023) constituency-level dataset for USA and UK that includes: (i) the Twitter
timelines (5.6 Million tweets) of elected political representatives (595 UK
Members of Parliament and 433 USA Representatives), (ii) the Nextdoor posts
(21.8 Million posts) of the constituency (98.4% USA and 91.5% UK
constituencies). We find that elected politicians tend to be equally similar to
their constituents in terms of content and style regardless of whether a
constituency elects a right or left-wing politician. The size of the electoral
victory and the level of income of a constituency shows a nuanced picture. The
narrower the electoral victory, the more similar the style and the more
dissimilar the content is. The lower the income of a constituency, the more
similar the content is. In terms of style, poorer constituencies tend to have a
more similar sentiment and more dissimilar psychological text traits (i.e.
measured with LIWC categories). | http://arxiv.org/abs/2407.03255v1 | http://arxiv.org/pdf/2407.03255v1 | cs.SI | How Similar Are Elected Politicians and Their Constituents? Quantitative Evidence From Online Social Network |
2024-07-03T16:34:56Z | cs.CL | 2024-07-03T16:34:56Z | Kheir Eddine Daouadi, Yaakoub Boualleg, Oussama Guehairia | Nowadays, topic classification from tweets attracts considerable research
attention. Different classification systems have been suggested thanks to these
research efforts. Nevertheless, they face major challenges owing to low
performance metrics due to the limited amount of labeled data. We propose
Sentence Transformers Fine-tuning (STF), a topic detection system that
leverages pretrained Sentence Transformers models and fine-tuning to classify
topics from tweets accurately. Moreover, extensive parameter sensitivity
analyses were conducted to finetune STF parameters for our topic classification
task to achieve the best performance results. Experiments on two benchmark
datasets demonstrated that (1) the proposed STF can be effectively used for
classifying tweet topics and outperforms the latest state-of-the-art
approaches, and (2) the proposed STF does not require a huge amount of labeled
tweets to achieve good accuracy, which is a limitation of many state-of-the-art
approaches. Our main contribution is the achievement of promising results in
tweet topic classification by applying pretrained sentence transformers
language models. | http://arxiv.org/abs/2407.03253v1 | http://arxiv.org/pdf/2407.03253v1 | cs.CL | STF: Sentence Transformer Fine-Tuning For Topic Categorization With Limited Data |
2024-07-03T16:05:20Z | cs.CL | 2024-07-03T16:05:20Z | Faris Alasmary, Orjuwan Zaafarani, Ahmad Ghannam | Tashkeel, or Arabic Text Diacritization (ATD), greatly enhances the
comprehension of Arabic text by removing ambiguity and minimizing the risk of
misinterpretations caused by its absence. It plays a crucial role in improving
Arabic text processing, particularly in applications such as text-to-speech and
machine translation. This paper introduces a new approach to training ATD
models. First, we finetuned two transformers, encoder-only and encoder-decoder,
that were initialized from a pretrained character-based BERT. Then, we applied
the Noisy-Student approach to boost the performance of the best model. We
evaluated our models alongside 11 commercial and open-source models using two
manually labeled benchmark datasets: WikiNews and our CATT dataset. Our
findings show that our top model surpasses all evaluated models by relative
Diacritic Error Rates (DERs) of 30.83\% and 35.21\% on WikiNews and CATT,
respectively, achieving state-of-the-art in ATD. In addition, we show that our
model outperforms GPT-4-turbo on CATT dataset by a relative DER of 9.36\%. We
open-source our CATT models and benchmark dataset for the research
community\footnote{https://github.com/abjadai/catt}. | http://arxiv.org/abs/2407.03236v1 | http://arxiv.org/pdf/2407.03236v1 | cs.CL | CATT: Character-based Arabic Tashkeel Transformer |
2024-07-03T16:03:42Z | cs.LG, cs.CL, cs.CR | 2024-07-03T16:03:42Z | Hannah Brown, Leon Lin, Kenji Kawaguchi, Michael Shieh | When LLMs are deployed in sensitive, human-facing settings, it is crucial
that they do not output unsafe, biased, or privacy-violating outputs. For this
reason, models are both trained and instructed to refuse to answer unsafe
prompts such as "Tell me how to build a bomb." We find that, despite these
safeguards, it is possible to break model defenses simply by appending a space
to the end of a model's input. In a study of eight open-source models, we
demonstrate that this acts as a strong enough attack to cause the majority of
models to generate harmful outputs with very high success rates. We examine the
causes of this behavior, finding that the contexts in which single spaces occur
in tokenized training data encourage models to generate lists when prompted,
overriding training signals to refuse to answer unsafe requests. Our findings
underscore the fragile state of current model alignment and promote the
importance of developing more robust alignment methods. Code and data will be
made available at https://github.com/Linlt-leon/Adversarial-Alignments. | http://arxiv.org/abs/2407.03234v1 | http://arxiv.org/pdf/2407.03234v1 | cs.LG | Self-Evaluation as a Defense Against Adversarial Attacks on LLMs |
2024-07-03T16:03:10Z | cs.LG, cs.CL | 2024-07-03T16:03:10Z | Leon Lin, Hannah Brown, Kenji Kawaguchi, Michael Shieh | When LLMs are deployed in sensitive, human-facing settings, it is crucial
that they do not output unsafe, biased, or privacy-violating outputs. For this
reason, models are both trained and instructed to refuse to answer unsafe
prompts such as "Tell me how to build a bomb." We find that, despite these
safeguards, it is possible to break model defenses simply by appending a space
to the end of a model's input. In a study of eight open-source models, we
demonstrate that this acts as a strong enough attack to cause the majority of
models to generate harmful outputs with very high success rates. We examine the
causes of this behavior, finding that the contexts in which single spaces occur
in tokenized training data encourage models to generate lists when prompted,
overriding training signals to refuse to answer unsafe requests. Our findings
underscore the fragile state of current model alignment and promote the
importance of developing more robust alignment methods. Code and data will be
available at https://github.com/hannah-aught/space_attack. | http://arxiv.org/abs/2407.03232v1 | http://arxiv.org/pdf/2407.03232v1 | cs.LG | Single Character Perturbations Break LLM Alignment |
2024-07-03T15:55:14Z | cs.CL, cs.AI, cs.DB | 2024-07-03T15:55:14Z | Zhili Shen, Pavlos Vougiouklis, Chenxin Diao, Kaustubh Vyas, Yuanyi Ji, Jeff Z. Pan | We focus on Text-to-SQL semantic parsing from the perspective of Large
Language Models. Motivated by challenges related to the size of commercial
database schemata and the deployability of business intelligence solutions, we
propose an approach that dynamically retrieves input database information and
uses abstract syntax trees to select few-shot examples for in-context learning.
Furthermore, we investigate the extent to which an in-parallel semantic
parser can be leveraged for generating $\textit{approximated}$ versions of the
expected SQL queries, to support our retrieval. We take this approach to the
extreme--we adapt a model consisting of less than $500$M parameters, to act as
an extremely efficient approximator, enhancing it with the ability to process
schemata in a parallelised manner. We apply our approach to monolingual and
cross-lingual benchmarks for semantic parsing, showing improvements over
state-of-the-art baselines. Comprehensive experiments highlight the
contribution of modules involved in this retrieval-augmented generation
setting, revealing interesting directions for future work. | http://arxiv.org/abs/2407.03227v1 | http://arxiv.org/pdf/2407.03227v1 | cs.CL | Improving Retrieval-augmented Text-to-SQL with AST-based Ranking and Schema Pruning |
2024-07-03T15:39:40Z | cs.CL, cs.LG | 2024-07-03T15:39:40Z | Kelly Marchisio, Saurabh Dash, Hongyu Chen, Dennis Aumiller, Ahmet Üstün, Sara Hooker, Sebastian Ruder | Quantization techniques are widely used to improve inference speed and
deployment of large language models. While a wide body of work examines the
impact of quantized LLMs on English tasks, none have examined the effect of
quantization across languages. We conduct a thorough analysis of quantized
multilingual LLMs, focusing on their performance across languages and at
varying scales. We use automatic benchmarks, LLM-as-a-Judge methods, and human
evaluation, finding that (1) harmful effects of quantization are apparent in
human evaluation, and automatic metrics severely underestimate the detriment: a
1.7% average drop in Japanese across automatic tasks corresponds to a 16.0%
drop reported by human evaluators on realistic prompts; (2) languages are
disparately affected by quantization, with non-Latin script languages impacted
worst; and (3) challenging tasks such as mathematical reasoning degrade
fastest. As the ability to serve low-compute models is critical for wide global
adoption of NLP technologies, our results urge consideration of multilingual
performance as a key evaluation criterion for efficient models. | http://arxiv.org/abs/2407.03211v1 | http://arxiv.org/pdf/2407.03211v1 | cs.CL | How Does Quantization Affect Multilingual LLMs? |
2024-07-03T15:18:29Z | cs.DL, cs.CL | 2024-07-03T15:18:29Z | Lars Benedikt Kaesberg, Terry Ruas, Jan Philip Wahle, Bela Gipp | We present CiteAssist, a system to automate the generation of BibTeX entries
for preprints, streamlining the process of bibliographic annotation. Our system
extracts metadata, such as author names, titles, publication dates, and
keywords, to create standardized annotations within the document. CiteAssist
automatically attaches the BibTeX citation to the end of a PDF and links it on
the first page of the document so other researchers gain immediate access to
the correct citation of the article. This method promotes platform flexibility
by ensuring that annotations remain accessible regardless of the repository
used to publish or access the preprint. The annotations remain available even
if the preprint is viewed externally to CiteAssist. Additionally, the system
adds relevant related papers based on extracted keywords to the preprint,
providing researchers with additional publications besides those in related
work for further reading. Researchers can enhance their preprints organization
and reference management workflows through a free and publicly available web
interface. | http://arxiv.org/abs/2407.03192v1 | http://arxiv.org/pdf/2407.03192v1 | cs.DL | CiteAssist: A System for Automated Preprint Citation and BibTeX Generation |
2024-07-03T15:01:18Z | cs.CL | 2024-07-03T15:01:18Z | Haritz Puerto, Tilek Chubakov, Xiaodan Zhu, Harish Tayyar Madabushi, Iryna Gurevych | Requiring a Large Language Model to generate intermediary reasoning steps has
been shown to be an effective way of boosting performance. In fact, it has been
found that instruction tuning on these intermediary reasoning steps improves
model performance. In this work, we present a novel method of further improving
performance by requiring models to compare multiple reasoning chains before
generating a solution in a single inference step. We call this method Divergent
CoT (DCoT). We find that instruction tuning on DCoT datasets boosts the
performance of even smaller, and therefore more accessible, LLMs. Through a
rigorous set of experiments spanning a wide range of tasks that require various
reasoning types, we show that fine-tuning on DCoT consistently improves
performance over the CoT baseline across model families and scales (1.3B to
70B). Through a combination of empirical and manual evaluation, we additionally
show that these performance gains stem from models generating multiple
divergent reasoning chains in a single inference step, indicative of the
enabling of self-correction in language models. Our code and data are publicly
available at https://github.com/UKPLab/arxiv2024-divergent-cot. | http://arxiv.org/abs/2407.03181v1 | http://arxiv.org/pdf/2407.03181v1 | cs.CL | Fine-Tuning with Divergent Chains of Thought Boosts Reasoning Through Self-Correction in Language Models |
2024-07-03T14:42:49Z | cs.CL, cs.SD, eess.AS | 2024-07-03T14:42:49Z | Chao-Wei Huang, Hui Lu, Hongyu Gong, Hirofumi Inaguma, Ilia Kulikov, Ruslan Mavlyutov, Sravya Popuri | Large language models (LLMs), known for their exceptional reasoning
capabilities, generalizability, and fluency across diverse domains, present a
promising avenue for enhancing speech-related tasks. In this paper, we focus on
integrating decoder-only LLMs to the task of speech-to-text translation (S2TT).
We propose a decoder-only architecture that enables the LLM to directly consume
the encoded speech representation and generate the text translation.
Additionally, we investigate the effects of different parameter-efficient
fine-tuning techniques and task formulation. Our model achieves
state-of-the-art performance on CoVoST 2 and FLEURS among models trained
without proprietary data. We also conduct analyses to validate the design
choices of our proposed model and bring insights to the integration of LLMs to
S2TT. | http://arxiv.org/abs/2407.03169v1 | http://arxiv.org/pdf/2407.03169v1 | cs.CL | Investigating Decoder-only Large Language Models for Speech-to-text Translation |
2024-07-03T14:35:16Z | cs.CR, cs.CL, cs.LG | 2024-07-03T14:35:16Z | Ziqing Yang, Michael Backes, Yang Zhang, Ahmed Salem | Open-source large language models (LLMs) have become increasingly popular
among both the general public and industry, as they can be customized,
fine-tuned, and freely used. However, some open-source LLMs require approval
before usage, which has led to third parties publishing their own easily
accessible versions. Similarly, third parties have been publishing fine-tuned
or quantized variants of these LLMs. These versions are particularly appealing
to users because of their ease of access and reduced computational resource
demands. This trend has increased the risk of training time attacks,
compromising the integrity and security of LLMs. In this work, we present a new
training time attack, SOS, which is designed to be low in computational demand
and does not require clean data or modification of the model weights, thereby
maintaining the model's utility intact. The attack addresses security issues in
various scenarios, including the backdoor attack, jailbreak attack, and prompt
stealing attack. Our experimental findings demonstrate that the proposed attack
is effective across all evaluated targets. Furthermore, we present the other
side of our SOS technique, namely the copyright token -- a novel technique that
enables users to mark their copyrighted content and prevent models from using
it. | http://arxiv.org/abs/2407.03160v1 | http://arxiv.org/pdf/2407.03160v1 | cs.CR | SOS! Soft Prompt Attack Against Open-Source Large Language Models |
2024-07-03T14:34:03Z | cs.CL, cs.AI, cs.LG, cs.SE | 2024-07-03T14:34:03Z | Zhenyu He, Jun Zhang, Shengjie Luo, Jingjing Xu, Zhi Zhang, Di He | In this work, we investigate a typical scenario in code generation where a
developer edits existing code in real time and requests a code assistant, e.g.,
a large language model, to re-predict the next token or next line on the fly.
Naively, the LLM needs to re-encode the entire KV cache to provide an accurate
prediction. However, this process is computationally expensive, especially when
the sequence length is long. Simply encoding the edited subsequence and
integrating it to the original KV cache meets the temporal confusion problem,
leading to significantly worse performance. We address this efficiency and
accuracy trade-off by introducing \underline{\textbf{Positional
\textbf{I}ntegrity \textbf{E}ncoding} (PIE). Building upon the rotary
positional encoding, PIE first removes the rotary matrices in the Key cache
that introduce temporal confusion and then reapplies the correct rotary
matrices. This process ensures that positional relationships between tokens are
correct and requires only a single round of matrix multiplication. We validate
the effectiveness of PIE through extensive experiments on the RepoBench-C-8k
dataset, utilizing DeepSeek-Coder models with 1.3B, 6.7B, and 33B parameters.
Our evaluation includes three real-world coding tasks: code insertion, code
deletion, and multi-place code editing. Results demonstrate that PIE reduces
computational overhead by over 85% compared to the standard full recomputation
approach across all model sizes and tasks while well approximating the model
performance. | http://arxiv.org/abs/2407.03157v1 | http://arxiv.org/pdf/2407.03157v1 | cs.CL | Let the Code LLM Edit Itself When You Edit the Code |
2024-07-03T14:23:36Z | cs.CL | 2024-07-03T14:23:36Z | Minato Kondo, Takehito Utsuro, Masaaki Nagata | In this paper, we propose a two-phase training approach where pre-trained
large language models are continually pre-trained on parallel data and then
supervised fine-tuned with a small amount of high-quality parallel data. To
investigate the effectiveness of our proposed approach, we conducted continual
pre-training with a 3.8B-parameter model and parallel data across eight
different formats. We evaluate these methods on thirteen test sets for
Japanese-to-English and English-to-Japanese translation. The results
demonstrate that when utilizing parallel data in continual pre-training, it is
essential to alternate between source and target sentences. Additionally, we
demonstrated that the translation accuracy improves only for translation
directions where the order of source and target sentences aligns between
continual pre-training data and inference. In addition, we demonstrate that the
LLM-based translation model is more robust in translating spoken language and
achieves higher accuracy with less training data compared to supervised
encoder-decoder models. We also show that the highest accuracy is achieved when
the data for continual pre-training consists of interleaved source and target
sentences and when tags are added to the source sentences. | http://arxiv.org/abs/2407.03145v1 | http://arxiv.org/pdf/2407.03145v1 | cs.CL | Enhancing Translation Accuracy of Large Language Models through Continual Pre-Training on Parallel Data |
2024-07-03T14:13:04Z | cs.SD, cs.AI, cs.CL, cs.LG, eess.AS | 2024-07-03T14:13:04Z | Tobias Weise, Philipp Klumpp, Kubilay Can Demir, Paula Andrea Pérez-Toro, Maria Schuster, Elmar Noeth, Bjoern Heismann, Andreas Maier, Seung Hee Yang | This paper introduces a novel combination of two tasks, previously treated
separately: acoustic-to-articulatory speech inversion (AAI) and
phoneme-to-articulatory (PTA) motion estimation. We refer to this joint task as
acoustic phoneme-to-articulatory speech inversion (APTAI) and explore two
different approaches, both working speaker- and text-independently during
inference. We use a multi-task learning setup, with the end-to-end goal of
taking raw speech as input and estimating the corresponding articulatory
movements, phoneme sequence, and phoneme alignment. While both proposed
approaches share these same requirements, they differ in their way of achieving
phoneme-related predictions: one is based on frame classification, the other on
a two-staged training procedure and forced alignment. We reach competitive
performance of 0.73 mean correlation for the AAI task and achieve up to
approximately 87% frame overlap compared to a state-of-the-art text-dependent
phoneme force aligner. | http://arxiv.org/abs/2407.03132v1 | http://arxiv.org/pdf/2407.03132v1 | cs.SD | Speaker- and Text-Independent Estimation of Articulatory Movements and Phoneme Alignments from Speech |
2024-07-03T14:12:04Z | cs.CL | 2024-07-03T14:12:04Z | Rem Hida, Masahiro Kaneko, Naoaki Okazaki | Warning: This paper contains examples of stereotypes and biases. Large
Language Models (LLMs) exhibit considerable social biases, and various studies
have tried to evaluate and mitigate these biases accurately. Previous studies
use downstream tasks as prompts to examine the degree of social biases for
evaluation and mitigation. While LLMs' output highly depends on prompts,
previous studies evaluating and mitigating bias have often relied on a limited
variety of prompts. In this paper, we investigate the sensitivity of LLMs when
changing prompt variations (task instruction and prompt, few-shot examples,
debias-prompt) by analyzing task performance and social bias of LLMs. Our
experimental results reveal that LLMs are highly sensitive to prompts to the
extent that the ranking of LLMs fluctuates when comparing models for task
performance and social bias. Additionally, we show that LLMs have tradeoffs
between performance and social bias caused by the prompts. Less bias from
prompt setting may result in reduced performance. Moreover, the ambiguity of
instances is one of the reasons for this sensitivity to prompts in advanced
LLMs, leading to various outputs. We recommend using diverse prompts, as in
this study, to compare the effects of prompts on social bias in LLMs. | http://arxiv.org/abs/2407.03129v1 | http://arxiv.org/pdf/2407.03129v1 | cs.CL | Social Bias Evaluation for Large Language Models Requires Prompt Variations |
2024-07-03T13:41:44Z | cs.CV, cs.CL, cs.MM | 2024-07-03T13:41:44Z | Hao Liang, Jiapeng Li, Tianyi Bai, Chong Chen, Conghui He, Bin Cui, Wentao Zhang | Recently, with the rise of web videos, managing and understanding large-scale
video datasets has become increasingly important. Video Large Language Models
(VideoLLMs) have emerged in recent years due to their strong video
understanding capabilities. However, training and inference processes for
VideoLLMs demand vast amounts of data, presenting significant challenges to
data management, particularly regarding efficiency, robustness, and
effectiveness. In this work, we present KeyVideoLLM, a text-video frame
similarity-based keyframe selection method designed to manage VideoLLM data
efficiently, robustly, and effectively. Specifically, KeyVideoLLM achieves a
remarkable data compression rate of up to 60.9 times, substantially lowering
disk space requirements, which proves its high efficiency. Additionally, it
maintains a 100% selection success rate across all video formats and scales,
enhances processing speed by up to 200 times compared to existing keyframe
selection methods, and does not require hyperparameter tuning. Beyond its
outstanding efficiency and robustness, KeyVideoLLM further improves model
performance in video question-answering tasks during both training and
inference stages. Notably, it consistently achieved the state-of-the-art (SoTA)
experimental results on diverse datasets. | http://arxiv.org/abs/2407.03104v1 | http://arxiv.org/pdf/2407.03104v1 | cs.CV | KeyVideoLLM: Towards Large-scale Video Keyframe Selection |
2024-07-03T13:41:31Z | cs.CL | 2024-07-03T13:41:31Z | Suyeon Lee, Sunghwan Kim, Minju Kim, Dongjin Kang, Dongil Yang, Harim Kim, Minseok Kang, Dayi Jung, Min Hee Kim, Seungbeen Lee, Kyoung-Mee Chung, Youngjae Yu, Dongha Lee, Jinyoung Yeo | Recently, the demand for psychological counseling has significantly increased
as more individuals express concerns about their mental health. This surge has
accelerated efforts to improve the accessibility of counseling by using large
language models (LLMs) as counselors. To ensure client privacy, training
open-source LLMs faces a key challenge: the absence of realistic counseling
datasets. To address this, we introduce Cactus, a multi-turn dialogue dataset
that emulates real-life interactions using the goal-oriented and structured
approach of Cognitive Behavioral Therapy (CBT). We create a diverse and
realistic dataset by designing clients with varied, specific personas, and
having counselors systematically apply CBT techniques in their interactions. To
assess the quality of our data, we benchmark against established psychological
criteria used to evaluate real counseling sessions, ensuring alignment with
expert evaluations. Experimental results demonstrate that Camel, a model
trained with Cactus, outperforms other models in counseling skills,
highlighting its effectiveness and potential as a counseling agent. We make our
data, model, and code publicly available. | http://arxiv.org/abs/2407.03103v1 | http://arxiv.org/pdf/2407.03103v1 | cs.CL | Cactus: Towards Psychological Counseling Conversations using Cognitive Behavioral Theory |
2024-07-03T12:50:49Z | cs.CL | 2024-07-03T12:50:49Z | Ramakrishna Appicharla, Baban Gain, Santanu Pal, Asif Ekbal, Pushpak Bhattacharyya | In document-level neural machine translation (DocNMT), multi-encoder
approaches are common in encoding context and source sentences. Recent studies
\cite{li-etal-2020-multi-encoder} have shown that the context encoder generates
noise and makes the model robust to the choice of context. This paper further
investigates this observation by explicitly modelling context encoding through
multi-task learning (MTL) to make the model sensitive to the choice of context.
We conduct experiments on cascade MTL architecture, which consists of one
encoder and two decoders. Generation of the source from the context is
considered an auxiliary task, and generation of the target from the source is
the main task. We experimented with German--English language pairs on News,
TED, and Europarl corpora. Evaluation results show that the proposed MTL
approach performs better than concatenation-based and multi-encoder DocNMT
models in low-resource settings and is sensitive to the choice of context.
However, we observe that the MTL models are failing to generate the source from
the context. These observations align with the previous studies, and this might
suggest that the available document-level parallel corpora are not
context-aware, and a robust sentence-level model can outperform the
context-aware models. | http://arxiv.org/abs/2407.03076v1 | http://arxiv.org/pdf/2407.03076v1 | cs.CL | A Case Study on Context-Aware Neural Machine Translation with Multi-Task Learning |
2024-07-03T12:34:45Z | cs.CL | 2024-07-03T12:34:45Z | Han Zhang, Yuheng Ma, Hanfang Yang | While extensive research has explored the use of large language models (LLMs)
for table-based reasoning, most approaches struggle with scalability when
applied to large tables. To maintain the superior comprehension abilities of
LLMs in these scenarios, we introduce ALTER(Augmentation for Large-Table-Based
Reasoning)-a framework designed to harness the latent augmentation potential in
both free-form natural language (NL) questions, via the query augmentor, and
semi-structured tabular data, through the table augmentor. By utilizing only a
small subset of relevant data from the table and supplementing it with
pre-augmented schema, semantic, and literal information, ALTER achieves
outstanding performance on table-based reasoning benchmarks. We also provide a
detailed analysis of large-table scenarios, comparing different methods and
various partitioning principles. In these scenarios, our method outperforms all
other approaches and exhibits robustness and efficiency against perturbations. | http://arxiv.org/abs/2407.03061v1 | http://arxiv.org/pdf/2407.03061v1 | cs.CL | ALTER: Augmentation for Large-Table-Based Reasoning |
2024-07-03T12:19:06Z | cs.CL | 2024-07-03T12:19:06Z | Janghwan Lee, Seongmin Park, Sukjin Hong, Minsoo Kim, Du-Seong Chang, Jungwook Choi | The rapid advancement of large language models (LLMs) has facilitated their
transformation into conversational chatbots that can grasp contextual nuances
and generate pertinent sentences, closely mirroring human values through
advanced techniques such as instruction tuning and reinforcement learning from
human feedback (RLHF). However, the computational efficiency required for LLMs,
achieved through techniques like post-training quantization (PTQ), presents
challenges such as token-flipping that can impair chatbot performance. In
response, we propose a novel preference alignment approach, quantization-aware
direct preference optimization (QDPO), that aligns quantized LLMs with their
full-precision counterparts, improving conversational abilities. Evaluated on
two instruction-tuned LLMs in various languages, QDPO demonstrated superior
performance in improving conversational abilities compared to established PTQ
and knowledge-distillation fine-tuning techniques, marking a significant step
forward in the development of efficient and effective conversational LLMs. | http://arxiv.org/abs/2407.03051v1 | http://arxiv.org/pdf/2407.03051v1 | cs.CL | Improving Conversational Abilities of Quantized Large Language Models via Direct Preference Alignment |
2024-07-03T12:10:41Z | cs.HC, cs.CL, cs.LG | 2024-07-03T12:10:41Z | Zhihua Jin, Shiyi Liu, Haotian Li, Xun Zhao, Huamin Qu | Large Language Models (LLMs) have gained significant attention but also
raised concerns due to the risk of misuse. Jailbreak prompts, a popular type of
adversarial attack towards LLMs, have appeared and constantly evolved to breach
the safety protocols of LLMs. To address this issue, LLMs are regularly updated
with safety patches based on reported jailbreak prompts. However, malicious
users often keep their successful jailbreak prompts private to exploit LLMs. To
uncover these private jailbreak prompts, extensive analysis of large-scale
conversational datasets is necessary to identify prompts that still manage to
bypass the system's defenses. This task is highly challenging due to the
immense volume of conversation data, diverse characteristics of jailbreak
prompts, and their presence in complex multi-turn conversations. To tackle
these challenges, we introduce JailbreakHunter, a visual analytics approach for
identifying jailbreak prompts in large-scale human-LLM conversational datasets.
We have designed a workflow with three analysis levels: group-level,
conversation-level, and turn-level. Group-level analysis enables users to grasp
the distribution of conversations and identify suspicious conversations using
multiple criteria, such as similarity with reported jailbreak prompts in
previous research and attack success rates. Conversation-level analysis
facilitates the understanding of the progress of conversations and helps
discover jailbreak prompts within their conversation contexts. Turn-level
analysis allows users to explore the semantic similarity and token overlap
between a singleturn prompt and the reported jailbreak prompts, aiding in the
identification of new jailbreak strategies. The effectiveness and usability of
the system were verified through multiple case studies and expert interviews. | http://arxiv.org/abs/2407.03045v1 | http://arxiv.org/pdf/2407.03045v1 | cs.HC | JailbreakHunter: A Visual Analytics Approach for Jailbreak Prompts Discovery from Large-Scale Human-LLM Conversational Datasets |
2024-07-03T12:04:10Z | cs.CL, cs.AI, 68T50, I.2.7 | 2024-07-03T12:04:10Z | Xia Hou, Qifeng Li, Jian Yang, Tongliang Li, Linzheng Chai, Xianjie Wu, Hangyuan Ji, Zhoujun Li, Jixuan Nie, Jingbo Dun, Wenfeng Song | Instruction tuning as an effective technique aligns the outputs of large
language models (LLMs) with human preference. But how to generate the seasonal
multi-turn dialogues from raw documents for instruction tuning still requires
further exploration. In this paper, we present a novel framework named R2S that
leverages the CoD-Chain of Dialogue logic to guide large language models (LLMs)
in generating knowledge-intensive multi-turn dialogues for instruction tuning.
By integrating raw documents from both open-source datasets and domain-specific
web-crawled documents into a benchmark K-BENCH, we cover diverse areas such as
Wikipedia (English), Science (Chinese), and Artifacts (Chinese). Our approach
first decides the logic flow of the current dialogue and then prompts LLMs to
produce key phrases for sourcing relevant response content. This methodology
enables the creation of the G I NSTRUCT instruction dataset, retaining raw
document knowledge within dialoguestyle interactions. Utilizing this dataset,
we fine-tune GLLM, a model designed to transform raw documents into structured
multi-turn dialogues, thereby injecting comprehensive domain knowledge into the
SFT model for enhanced instruction tuning. This work signifies a stride towards
refining the adaptability and effectiveness of LLMs in processing and
generating more accurate, contextually nuanced responses across various fields. | http://arxiv.org/abs/2407.03040v1 | http://arxiv.org/pdf/2407.03040v1 | cs.CL | Raw Text is All you Need: Knowledge-intensive Multi-turn Instruction Tuning for Large Language Model |
2024-07-03T12:02:24Z | cs.CL, cs.DC, cs.LG | 2024-07-03T12:02:24Z | Feijie Wu, Xiaoze Liu, Haoyu Wang, Xingchen Wang, Jing Gao | Reinforcement learning with human feedback (RLHF) fine-tunes a pretrained
large language model (LLM) using preference datasets, enabling the LLM to
generate outputs that align with human preferences. Given the sensitive nature
of these preference datasets held by various clients, there is a need to
implement RLHF within a federated learning (FL) framework, where clients are
reluctant to share their data due to privacy concerns. To address this, we
introduce a feasible framework in which clients collaboratively train a binary
selector with their preference datasets using our proposed FedBis. With a
well-trained selector, we can further enhance the LLM that generates
human-preferred completions. Meanwhile, we propose a novel algorithm,
FedBiscuit, that trains multiple selectors by organizing clients into balanced
and disjoint clusters based on their preferences. Compared to the FedBis,
FedBiscuit demonstrates superior performance in simulating human preferences
for pairwise completions. Our extensive experiments on federated human
preference datasets -- marking the first benchmark to address heterogeneous
data partitioning among clients -- demonstrate that FedBiscuit outperforms
FedBis and even surpasses traditional centralized training. | http://arxiv.org/abs/2407.03038v1 | http://arxiv.org/pdf/2407.03038v1 | cs.CL | On the Client Preference of LLM Fine-tuning in Federated Learning |
2024-07-03T11:54:11Z | cs.CL | 2024-07-03T11:54:11Z | Juan Piñeros Liberato, Bashar Alhafni, Muhamed Al Khalil, Nizar Habash | Automatic readability assessment is relevant to building NLP applications for
education, content analysis, and accessibility. However, Arabic readability
assessment is a challenging task due to Arabic's morphological richness and
limited readability resources. In this paper, we present a set of experimental
results on Arabic readability assessment using a diverse range of approaches,
from rule-based methods to Arabic pretrained language models. We report our
results on a newly created corpus at different textual granularity levels
(words and sentence fragments). Our results show that combining different
techniques yields the best results, achieving an overall macro F1 score of 86.7
at the word level and 87.9 at the fragment level on a blind test set. We make
our code, data, and pretrained models publicly available. | http://arxiv.org/abs/2407.03032v1 | http://arxiv.org/pdf/2407.03032v1 | cs.CL | Strategies for Arabic Readability Modeling |
2024-07-03T11:30:03Z | cs.CL | 2024-07-03T11:30:03Z | Bashar Alhafni, Sarah Al-Towaity, Ziyad Fawzy, Fatema Nassar, Fadhl Eryani, Houda Bouamor, Nizar Habash | Dialectal Arabic is the primary spoken language used by native Arabic
speakers in daily communication. The rise of social media platforms has notably
expanded its use as a written language. However, Arabic dialects do not have
standard orthographies. This, combined with the inherent noise in
user-generated content on social media, presents a major challenge to NLP
applications dealing with Dialectal Arabic. In this paper, we explore and
report on the task of CODAfication, which aims to normalize Dialectal Arabic
into the Conventional Orthography for Dialectal Arabic (CODA). We work with a
unique parallel corpus of multiple Arabic dialects focusing on five major city
dialects. We benchmark newly developed pretrained sequence-to-sequence models
on the task of CODAfication. We further show that using dialect identification
information improves the performance across all dialects. We make our code,
data, and pretrained models publicly available. | http://arxiv.org/abs/2407.03020v1 | http://arxiv.org/pdf/2407.03020v1 | cs.CL | Exploiting Dialect Identification in Automatic Dialectal Text Normalization |
2024-07-03T11:06:05Z | cs.CL, cs.AI | 2024-07-03T11:06:05Z | Chengrui Huang, Zhengliang Shi, Yuntao Wen, Xiuying Chen, Peng Han, Shen Gao, Shuo Shang | Tool learning methods have enhanced the ability of large language models
(LLMs) to interact with real-world applications. Many existing works fine-tune
LLMs or design prompts to enable LLMs to select appropriate tools and correctly
invoke them to meet user requirements. However, it is observed in previous
works that the performance of tool learning varies from tasks, datasets,
training settings, and algorithms. Without understanding the impact of these
factors, it can lead to inconsistent results, inefficient model deployment, and
suboptimal tool utilization, ultimately hindering the practical integration and
scalability of LLMs in real-world scenarios. Therefore, in this paper, we
explore the impact of both internal and external factors on the performance of
tool learning frameworks. Through extensive experiments on two benchmark
datasets, we find several insightful conclusions for future work, including the
observation that LLMs can benefit significantly from increased trial and
exploration. We believe our empirical study provides a new perspective for
future tool learning research. | http://arxiv.org/abs/2407.03007v1 | http://arxiv.org/pdf/2407.03007v1 | cs.CL | What Affects the Stability of Tool Learning? An Empirical Study on the Robustness of Tool Learning Frameworks |
2024-07-03T11:04:31Z | cs.CL, cs.AI, cs.SD, eess.AS | 2024-07-03T11:04:31Z | Marianne de Heer Kloots, Willem Zuidema | What do deep neural speech models know about phonology? Existing work has
examined the encoding of individual linguistic units such as phonemes in these
models. Here we investigate interactions between units. Inspired by classic
experiments on human speech perception, we study how Wav2Vec2 resolves
phonotactic constraints. We synthesize sounds on an acoustic continuum between
/l/ and /r/ and embed them in controlled contexts where only /l/, only /r/, or
neither occur in English. Like humans, Wav2Vec2 models show a bias towards the
phonotactically admissable category in processing such ambiguous sounds. Using
simple measures to analyze model internals on the level of individual stimuli,
we find that this bias emerges in early layers of the model's Transformer
module. This effect is amplified by ASR finetuning but also present in fully
self-supervised models. Our approach demonstrates how controlled stimulus
designs can help localize specific linguistic knowledge in neural speech
models. | http://arxiv.org/abs/2407.03005v1 | http://arxiv.org/pdf/2407.03005v1 | cs.CL | Human-like Linguistic Biases in Neural Speech Models: Phonetic Categorization and Phonotactic Constraints in Wav2Vec2.0 |
2024-07-03T11:02:12Z | cs.CL, cs.AI | 2024-07-03T11:02:12Z | Meghal Dani, Muthu Jeyanthi Prakash, Zeynep Akata, Stefanie Liebe | Large Language Models have shown promising results in their ability to encode
general medical knowledge in standard medical question-answering datasets.
However, their potential application in clinical practice requires evaluation
in domain-specific tasks, where benchmarks are largely missing. In this study
semioLLM, we test the ability of state-of-the-art LLMs (GPT-3.5, GPT-4, Mixtral
8x7B, and Qwen-72chat) to leverage their internal knowledge and reasoning for
epilepsy diagnosis. Specifically, we obtain likelihood estimates linking
unstructured text descriptions of seizures to seizure-generating brain regions,
using an annotated clinical database containing 1269 entries. We evaluate the
LLM's performance, confidence, reasoning, and citation abilities in comparison
to clinical evaluation. Models achieve above-chance classification performance
with prompt engineering significantly improving their outcome, with some models
achieving close-to-clinical performance and reasoning. However, our analyses
also reveal significant pitfalls with several models being overly confident
while showing poor performance, as well as exhibiting citation errors and
hallucinations. In summary, our work provides the first extensive benchmark
comparing current SOTA LLMs in the medical domain of epilepsy and highlights
their ability to leverage unstructured texts from patients' medical history to
aid diagnostic processes in health care. | http://arxiv.org/abs/2407.03004v1 | http://arxiv.org/pdf/2407.03004v1 | cs.CL | SemioLLM: Assessing Large Language Models for Semiological Analysis in Epilepsy Research |
2024-07-03T10:59:06Z | cs.CL, cs.CV | 2024-07-03T10:59:06Z | Zhe Hu, Yixiao Ren, Jing Li, Yu Yin | This paper introduces VIVA, a benchmark for VIsion-grounded decision-making
driven by human VAlues. While most large vision-language models (VLMs) focus on
physical-level skills, our work is the first to examine their multimodal
capabilities in leveraging human values to make decisions under a
vision-depicted situation. VIVA contains 1,062 images depicting diverse
real-world situations and the manually annotated decisions grounded in them.
Given an image there, the model should select the most appropriate action to
address the situation and provide the relevant human values and reason
underlying the decision. Extensive experiments based on VIVA show the
limitation of VLMs in using human values to make multimodal decisions. Further
analyses indicate the potential benefits of exploiting action consequences and
predicted human values. | http://arxiv.org/abs/2407.03000v1 | http://arxiv.org/pdf/2407.03000v1 | cs.CL | VIVA: A Benchmark for Vision-Grounded Decision-Making with Human Values |
2024-07-03T10:53:54Z | cs.CL, cs.AI | 2024-07-03T10:53:54Z | Jared Moore, Tanvi Deshpande, Diyi Yang | Large language models (LLMs) appear to bias their survey answers toward
certain values. Nonetheless, some argue that LLMs are too inconsistent to
simulate particular values. Are they? To answer, we first define value
consistency as the similarity of answers across (1) paraphrases of one
question, (2) related questions under one topic, (3) multiple-choice and
open-ended use-cases of one question, and (4) multilingual translations of a
question to English, Chinese, German, and Japanese. We apply these measures to
a few large ($>=34b$), open LLMs including llama-3, as well as gpt-4o, using
eight thousand questions spanning more than 300 topics. Unlike prior work, we
find that models are relatively consistent across paraphrases, use-cases,
translations, and within a topic. Still, some inconsistencies remain. Models
are more consistent on uncontroversial topics (e.g., in the U.S.,
"Thanksgiving") than on controversial ones ("euthanasia"). Base models are both
more consistent compared to fine-tuned models and are uniform in their
consistency across topics, while fine-tuned models are more inconsistent about
some topics ("euthanasia") than others ("women's rights") like our human
subjects (n=165). | http://arxiv.org/abs/2407.02996v1 | http://arxiv.org/pdf/2407.02996v1 | cs.CL | Are Large Language Models Consistent over Value-laden Questions? |
2024-07-03T10:38:40Z | cs.LG, cs.AI, cs.CL | 2024-07-03T10:38:40Z | Hayder Elesedy, Pedro M. Esperança, Silviu Vlad Oprea, Mete Ozay | Guardrails have emerged as an alternative to safety alignment for content
moderation of large language models (LLMs). Existing model-based guardrails
have not been designed for resource-constrained computational portable devices,
such as mobile phones, more and more of which are running LLM-based
applications locally. We introduce LoRA-Guard, a parameter-efficient guardrail
adaptation method that relies on knowledge sharing between LLMs and guardrail
models. LoRA-Guard extracts language features from the LLMs and adapts them for
the content moderation task using low-rank adapters, while a dual-path design
prevents any performance degradation on the generative task. We show that
LoRA-Guard outperforms existing approaches with 100-1000x lower parameter
overhead while maintaining accuracy, enabling on-device content moderation. | http://arxiv.org/abs/2407.02987v1 | http://arxiv.org/pdf/2407.02987v1 | cs.LG | LoRA-Guard: Parameter-Efficient Guardrail Adaptation for Content Moderation of Large Language Models |
2024-07-03T10:22:23Z | cs.CL, cs.AI | 2024-07-03T10:22:23Z | Jainit Sushil Bafna, Hardik Mittal, Suyash Sethia, Manish Shrivastava, Radhika Mamidi | Large Language Models (LLMs) have showcased impressive abilities in
generating fluent responses to diverse user queries. However, concerns
regarding the potential misuse of such texts in journalism, educational, and
academic contexts have surfaced. SemEval 2024 introduces the task of
Multigenerator, Multidomain, and Multilingual Black-Box Machine-Generated Text
Detection, aiming to develop automated systems for identifying
machine-generated text and detecting potential misuse. In this paper, we i)
propose a RoBERTa-BiLSTM based classifier designed to classify text into two
categories: AI-generated or human ii) conduct a comparative study of our model
with baseline approaches to evaluate its effectiveness. This paper contributes
to the advancement of automatic text detection systems in addressing the
challenges posed by machine-generated text misuse. Our architecture ranked 46th
on the official leaderboard with an accuracy of 80.83 among 125. | http://arxiv.org/abs/2407.02978v1 | http://arxiv.org/pdf/2407.02978v1 | cs.CL | Mast Kalandar at SemEval-2024 Task 8: On the Trail of Textual Origins: RoBERTa-BiLSTM Approach to Detect AI-Generated Text |
2024-07-03T10:21:27Z | cs.CL, cs.AI, cs.IT, math.IT | 2024-07-03T10:21:27Z | Julia Evans, Jennifer D'Souza, Sören Auer | Our study explores how well the state-of-the-art Large Language Models
(LLMs), like GPT-4 and Mistral, can assess the quality of scientific summaries
or, more fittingly, scientific syntheses, comparing their evaluations to those
of human annotators. We used a dataset of 100 research questions and their
syntheses made by GPT-4 from abstracts of five related papers, checked against
human quality ratings. The study evaluates both the closed-source GPT-4 and the
open-source Mistral model's ability to rate these summaries and provide reasons
for their judgments. Preliminary results show that LLMs can offer logical
explanations that somewhat match the quality ratings, yet a deeper statistical
analysis shows a weak correlation between LLM and human ratings, suggesting the
potential and current limitations of LLMs in scientific synthesis evaluation. | http://arxiv.org/abs/2407.02977v1 | http://arxiv.org/pdf/2407.02977v1 | cs.CL | Large Language Models as Evaluators for Scientific Synthesis |
2024-07-03T10:01:01Z | cs.CL | 2024-07-03T10:01:01Z | Xiaochen Wang, Junqing He, Zhe yang, Yiru Wang, Xiangdi Meng, Kunhao Pan, Zhifang Sui | Large Language Models (LLMs) with chain-of-thought (COT) prompting have
demonstrated impressive abilities on simple nature language inference tasks.
However, they tend to perform poorly on Multi-hop Question Answering (MHQA)
tasks due to several challenges, including hallucination, error propagation and
limited context length. We propose a prompting method, Finite State Machine
(FSM) to enhance the reasoning capabilities of LLM for complex tasks in
addition to improved effectiveness and trustworthiness. Different from COT
methods, FSM addresses MHQA by iteratively decomposing a question into
multi-turn sub-questions, and self-correcting in time, improving the accuracy
of answers in each step. Specifically, FSM addresses one sub-question at a time
and decides on the next step based on its current result and state, in an
automaton-like format. Experiments on benchmarks show the effectiveness of our
method. Although our method performs on par with the baseline on relatively
simpler datasets, it excels on challenging datasets like Musique. Moreover,
this approach mitigates the hallucination phenomenon, wherein the correct final
answer can be recovered despite errors in intermediate reasoning. Furthermore,
our method improves LLMs' ability to follow specified output format
requirements, significantly reducing the difficulty of answer interpretation
and the need for reformatting. | http://arxiv.org/abs/2407.02964v1 | http://arxiv.org/pdf/2407.02964v1 | cs.CL | FSM: A Finite State Machine Based Zero-Shot Prompting Paradigm for Multi-Hop Question Answering |
2024-07-03T09:54:08Z | cs.CR, cs.AI, cs.CL, cs.LG | 2024-07-03T09:54:08Z | Ahmed Frikha, Nassim Walha, Ricardo Mendes, Krishna Kanth Nakka, Xue Jiang, Xuebing Zhou | This work addresses the timely yet underexplored problem of performing
inference and finetuning of a proprietary LLM owned by a model provider entity
on the confidential/private data of another data owner entity, in a way that
ensures the confidentiality of both the model and the data. Hereby, the
finetuning is conducted offsite, i.e., on the computation infrastructure of a
third-party cloud provider. We tackle this problem by proposing ObfuscaTune, a
novel, efficient and fully utility-preserving approach that combines a simple
yet effective obfuscation technique with an efficient usage of confidential
computing (only 5% of the model parameters are placed on TEE). We empirically
demonstrate the effectiveness of ObfuscaTune by validating it on GPT-2 models
with different sizes on four NLP benchmark datasets. Finally, we compare to a
na\"ive version of our approach to highlight the necessity of using random
matrices with low condition numbers in our approach to reduce errors induced by
the obfuscation. | http://arxiv.org/abs/2407.02960v1 | http://arxiv.org/pdf/2407.02960v1 | cs.CR | ObfuscaTune: Obfuscated Offsite Fine-tuning and Inference of Proprietary LLMs on Private Datasets |
2024-07-03T09:49:03Z | cs.CR, cs.AI, cs.CL, cs.LG | 2024-07-03T09:49:03Z | Ahmed Frikha, Nassim Walha, Krishna Kanth Nakka, Ricardo Mendes, Xue Jiang, Xuebing Zhou | In this work, we address the problem of text anonymization where the goal is
to prevent adversaries from correctly inferring private attributes of the
author, while keeping the text utility, i.e., meaning and semantics. We propose
IncogniText, a technique that anonymizes the text to mislead a potential
adversary into predicting a wrong private attribute value. Our empirical
evaluation shows a reduction of private attribute leakage by more than 90%.
Finally, we demonstrate the maturity of IncogniText for real-world applications
by distilling its anonymization capability into a set of LoRA parameters
associated with an on-device model. | http://arxiv.org/abs/2407.02956v1 | http://arxiv.org/pdf/2407.02956v1 | cs.CR | IncogniText: Privacy-enhancing Conditional Text Anonymization via LLM-based Private Attribute Randomization |
2024-07-03T09:20:04Z | cs.CR, cs.AI, cs.CL, cs.LG | 2024-07-03T09:20:04Z | Krishna Kanth Nakka, Ahmed Frikha, Ricardo Mendes, Xue Jiang, Xuebing Zhou | The latest and most impactful advances in large models stem from their
increased size. Unfortunately, this translates into an improved memorization
capacity, raising data privacy concerns. Specifically, it has been shown that
models can output personal identifiable information (PII) contained in their
training data. However, reported PIII extraction performance varies widely, and
there is no consensus on the optimal methodology to evaluate this risk,
resulting in underestimating realistic adversaries. In this work, we
empirically demonstrate that it is possible to improve the extractability of
PII by over ten-fold by grounding the prefix of the manually constructed
extraction prompt with in-domain data. Our approach, PII-Compass, achieves
phone number extraction rates of 0.92%, 3.9%, and 6.86% with 1, 128, and 2308
queries, respectively, i.e., the phone number of 1 person in 15 is extractable. | http://arxiv.org/abs/2407.02943v1 | http://arxiv.org/pdf/2407.02943v1 | cs.CR | PII-Compass: Guiding LLM training data extraction prompts towards the target PII via grounding |
2024-07-03T09:12:53Z | cs.CL, cs.SD, eess.AS | 2024-07-03T09:12:53Z | Sarina Meyer, Florian Lux, Ngoc Thang Vu | In speaker anonymization, speech recordings are modified in a way that the
identity of the speaker remains hidden. While this technology could help to
protect the privacy of individuals around the globe, current research restricts
this by focusing almost exclusively on English data. In this study, we extend a
state-of-the-art anonymization system to nine languages by transforming
language-dependent components to their multilingual counterparts. Experiments
testing the robustness of the anonymized speech against privacy attacks and
speech deterioration show an overall success of this system for all languages.
The results suggest that speaker embeddings trained on English data can be
applied across languages, and that the anonymization performance for a language
is mainly affected by the quality of the speech synthesis component used for
it. | http://arxiv.org/abs/2407.02937v1 | http://arxiv.org/pdf/2407.02937v1 | cs.CL | Probing the Feasibility of Multilingual Speaker Anonymization |
2024-07-03T09:12:38Z | cs.AI, cs.CL | 2024-07-03T09:12:38Z | Zike Yuan, Ming Liu, Hui Wang, Bing Qin | Evaluating the graph comprehension and reasoning abilities of Large Language
Models (LLMs) is challenging and often incomplete. Existing benchmarks focus
primarily on pure graph understanding, lacking a comprehensive evaluation
across all graph types and detailed capability definitions. This paper presents
GraCoRe, a benchmark for systematically assessing LLMs' graph comprehension and
reasoning. GraCoRe uses a three-tier hierarchical taxonomy to categorize and
test models on pure graph and heterogeneous graphs, subdividing capabilities
into 10 distinct areas tested through 19 tasks. Our benchmark includes 11
datasets with 5,140 graphs of varying complexity. We evaluated three
closed-source and seven open-source LLMs, conducting thorough analyses from
both ability and task perspectives. Key findings reveal that semantic
enrichment enhances reasoning performance, node ordering impacts task success,
and the ability to process longer texts does not necessarily improve graph
comprehension or reasoning. GraCoRe is open-sourced at
https://github.com/ZIKEYUAN/GraCoRe | http://arxiv.org/abs/2407.02936v1 | http://arxiv.org/pdf/2407.02936v1 | cs.AI | GraCoRe: Benchmarking Graph Comprehension and Complex Reasoning in Large Language Models |
2024-07-03T08:49:18Z | cs.CL, cs.AI | 2024-07-03T08:49:18Z | Staffan Larsson, Alexander Berman, David Hjelm | The paper describes a number of dialogue phenomena associated with
negotiative dialogue, as implemented in a development version of the Talkamatic
Dialogue Manager (TDM). This implementation is an initial step towards full
coverage of general features of negotiative dialogue in TDM. | http://arxiv.org/abs/2407.02917v1 | http://arxiv.org/pdf/2407.02917v1 | cs.CL | Towards Negotiative Dialogue for the Talkamatic Dialogue Manager |
2024-07-03T08:15:39Z | cs.CL, cs.AI | 2024-07-03T08:15:39Z | Zhibin Lan, Liqiang Niu, Fandong Meng, Jie Zhou, Min Zhang, Jinsong Su | In-image machine translation (IIMT) aims to translate an image containing
texts in source language into an image containing translations in target
language. In this regard, conventional cascaded methods suffer from issues such
as error propagation, massive parameters, and difficulties in deployment and
retaining visual characteristics of the input image. Thus, constructing
end-to-end models has become an option, which, however, faces two main
challenges: 1) the huge modeling burden, as it is required to simultaneously
learn alignment across languages and preserve the visual characteristics of the
input image; 2) the difficulties of directly predicting excessively lengthy
pixel sequences. In this paper, we propose \textit{Translatotron-V(ision)}, an
end-to-end IIMT model consisting of four modules. In addition to an image
encoder, and an image decoder, our model contains a target text decoder and an
image tokenizer. Among them, the target text decoder is used to alleviate the
language alignment burden, and the image tokenizer converts long sequences of
pixels into shorter sequences of visual tokens, preventing the model from
focusing on low-level visual features. Besides, we present a two-stage training
framework for our model to assist the model in learning alignment across
modalities and languages. Finally, we propose a location-aware evaluation
metric called Structure-BLEU to assess the translation quality of the generated
images. Experimental results demonstrate that our model achieves competitive
performance compared to cascaded models with only 70.9\% of parameters, and
significantly outperforms the pixel-level end-to-end IIMT model. | http://arxiv.org/abs/2407.02894v1 | http://arxiv.org/pdf/2407.02894v1 | cs.CL | Translatotron-V(ison): An End-to-End Model for In-Image Machine Translation |
2024-07-03T08:08:01Z | cs.LG, cs.AI, cs.CL | 2024-07-03T08:08:01Z | Yipin Guo, Yilin Lang, Qinyuan Ren | Due to their large size, generative Large Language Models (LLMs) require
significant computing and storage resources. This paper introduces a new
post-training quantization method, GPTQT, to reduce memory usage and enhance
processing speed by expressing the weight of LLM in 3bit/2bit. Practice has
shown that minimizing the quantization error of weights is ineffective, leading
to overfitting. Therefore, GPTQT employs a progressive two-step approach:
initially quantizing weights using Linear quantization to a relatively high
bit, followed by converting obtained int weight to lower bit binary coding. A
re-explore strategy is proposed to optimize initial scaling factor. During
inference, these steps are merged into pure binary coding, enabling efficient
computation. Testing across various models and datasets confirms GPTQT's
effectiveness. Compared to the strong 3-bit quantization baseline, GPTQT
further reduces perplexity by 4.01 on opt-66B and increases speed by 1.24 times
on opt-30b. The results on Llama2 show that GPTQT is currently the best binary
coding quantization method for such kind of LLMs. | http://arxiv.org/abs/2407.02891v1 | http://arxiv.org/pdf/2407.02891v1 | cs.LG | GPTQT: Quantize Large Language Models Twice to Push the Efficiency |
2024-07-03T07:59:52Z | cs.HC, cs.CL, cs.CY, cs.SI | 2024-07-03T07:59:52Z | Azmine Toushik Wasi | Integrating cognitive ergonomics with LLMs is essential for enhancing safety,
reliability, and user satisfaction in human-AI interactions. Current LLM design
often lacks this integration, leading to systems that may not fully align with
human cognitive capabilities and limitations. Insufficient focus on
incorporating cognitive science methods exacerbates biases in LLM outputs,
while inconsistent application of user-centered design principles results in
sub-optimal user experiences. To address these challenges, our position paper
explores the critical integration of cognitive ergonomics principles into LLM
design, aiming to provide a comprehensive framework and practical guidelines
for ethical LLM development. Through our contributions, we seek to advance
understanding and practice in integrating cognitive ergonomics into LLM
systems, fostering safer, more reliable, and ethically sound human-AI
interactions. | http://arxiv.org/abs/2407.02885v1 | http://arxiv.org/pdf/2407.02885v1 | cs.HC | CogErgLLM: Exploring Large Language Model Systems Design Perspective Using Cognitive Ergonomics |
2024-07-03T07:58:20Z | cs.IR, cs.CL | 2024-07-03T07:58:20Z | Xiangyang Li, Kuicai Dong, Yi Quan Lee, Wei Xia, Yichun Yin, Hao Zhang, Yong Liu, Yasheng Wang, Ruiming Tang | Despite the substantial success of Information Retrieval (IR) in various NLP
tasks, most IR systems predominantly handle queries and corpora in natural
language, neglecting the domain of code retrieval. Code retrieval is critically
important yet remains under-explored, with existing methods and benchmarks
inadequately representing the diversity of code in various domains and tasks.
Addressing this gap, we present \textbf{\name} (\textbf{Co}de
\textbf{I}nformation \textbf{R}etrieval Benchmark), a robust and comprehensive
benchmark specifically designed to assess code retrieval capabilities. \name
comprises \textbf{ten} meticulously curated code datasets, spanning
\textbf{eight} distinctive retrieval tasks across \textbf{seven} diverse
domains. We first discuss the construction of \name and its diverse dataset
composition. Further, we evaluate nine widely used retrieval models using
\name, uncovering significant difficulties in performing code retrieval tasks
even with state-of-the-art systems. To facilitate easy adoption and integration
within existing research workflows, \name has been developed as a user-friendly
Python framework, readily installable via pip. It shares same data schema as
other popular benchmarks like MTEB and BEIR, enabling seamless cross-benchmark
evaluations. Through \name, we aim to invigorate research in the code retrieval
domain, providing a versatile benchmarking tool that encourages further
development and exploration of code retrieval systems\footnote{\url{
https://github.com/CoIR-team/coir}}. | http://arxiv.org/abs/2407.02883v1 | http://arxiv.org/pdf/2407.02883v1 | cs.IR | CoIR: A Comprehensive Benchmark for Code Information Retrieval Models |
2024-07-03T07:31:33Z | cs.MM, cs.CL | 2024-07-03T07:31:33Z | Yu Zhao, Ying Zhang, Baohang Zhou, Xinying Qian, Kehui Song, Xiangrui Cai | A large number of studies have emerged for Multimodal Knowledge Graph
Completion (MKGC) to predict the missing links in MKGs. However, fewer studies
have been proposed to study the inductive MKGC (IMKGC) involving emerging
entities unseen during training. Existing inductive approaches focus on
learning textual entity representations, which neglect rich semantic
information in visual modality. Moreover, they focus on aggregating structural
neighbors from existing KGs, which of emerging entities are usually limited.
However, the semantic neighbors are decoupled from the topology linkage and
usually imply the true target entity. In this paper, we propose the IMKGC task
and a semantic neighbor retrieval-enhanced IMKGC framework CMR, where the
contrast brings the helpful semantic neighbors close, and then the memorize
supports semantic neighbor retrieval to enhance inference. Specifically, we
first propose a unified cross-modal contrastive learning to simultaneously
capture the textual-visual and textual-textual correlations of query-entity
pairs in a unified representation space. The contrastive learning increases the
similarity of positive query-entity pairs, therefore making the representations
of helpful semantic neighbors close. Then, we explicitly memorize the knowledge
representations to support the semantic neighbor retrieval. At test time, we
retrieve the nearest semantic neighbors and interpolate them to the
query-entity similarity distribution to augment the final prediction. Extensive
experiments validate the effectiveness of CMR on three inductive MKGC datasets.
Codes are available at https://github.com/OreOZhao/CMR. | http://arxiv.org/abs/2407.02867v1 | http://arxiv.org/pdf/2407.02867v1 | cs.MM | Contrast then Memorize: Semantic Neighbor Retrieval-Enhanced Inductive Multimodal Knowledge Graph Completion |
2024-07-03T07:14:05Z | cs.CR, cs.CL, cs.LG | 2024-07-03T07:14:05Z | Zhexin Zhang, Junxiao Yang, Pei Ke, Shiyao Cui, Chujie Zheng, Hongning Wang, Minlie Huang | LLMs are known to be vulnerable to jailbreak attacks, even after safety
alignment. An important observation is that, while different types of jailbreak
attacks can generate significantly different queries, they mostly result in
similar responses that are rooted in the same harmful knowledge (e.g., detailed
steps to make a bomb). Therefore, we conjecture that directly unlearn the
harmful knowledge in the LLM can be a more effective way to defend against
jailbreak attacks than the mainstream supervised fine-tuning (SFT) based
approaches. Our extensive experiments confirmed our insight and suggested
surprising generalizability of our unlearning-based approach: using only 20 raw
harmful questions \emph{without} any jailbreak prompt during training, our
solution reduced the Attack Success Rate (ASR) in Vicuna-7B on
\emph{out-of-distribution} (OOD) harmful questions wrapped with various complex
jailbreak prompts from 82.6\% to 7.7\%. This significantly outperforms
Llama2-7B-Chat, which is fine-tuned on about 0.1M safety alignment samples but
still has an ASR of 21.9\% even under the help of an additional safety system
prompt. Further analysis reveals that the generalization ability of our
solution stems from the intrinsic relatedness among harmful responses across
harmful questions (e.g., response patterns, shared steps and actions, and
similarity among their learned representations in the LLM). Our code is
available at \url{https://github.com/thu-coai/SafeUnlearning}. | http://arxiv.org/abs/2407.02855v1 | http://arxiv.org/pdf/2407.02855v1 | cs.CR | Safe Unlearning: A Surprisingly Effective and Generalizable Solution to Defend Against Jailbreak Attacks |
2024-07-03T07:12:36Z | cs.CL, cs.CV | 2024-07-03T07:12:36Z | Eui Jun Hwang, Sukmin Cho, Huije Lee, Youngwoo Yoon, Jong C. Park | Sign language, essential for the deaf and hard-of-hearing, presents unique
challenges in translation and production due to its multimodal nature and the
inherent ambiguity in mapping sign language motion to spoken language words.
Previous methods often rely on gloss annotations, requiring time-intensive
labor and specialized expertise in sign language. Gloss-free methods have
emerged to address these limitations, but they often depend on external sign
language data or dictionaries, failing to completely eliminate the need for
gloss annotations. There is a clear demand for a comprehensive approach that
can supplant gloss annotations and be utilized for both Sign Language
Translation (SLT) and Sign Language Production (SLP). We introduce Universal
Gloss-level Representation (UniGloR), a unified and self-supervised solution
for both SLT and SLP, trained on multiple datasets including PHOENIX14T,
How2Sign, and NIASL2021. Our results demonstrate UniGloR's effectiveness in the
translation and production tasks. We further report an encouraging result for
the Sign Language Recognition (SLR) on previously unseen data. Our study
suggests that self-supervised learning can be made in a unified manner, paving
the way for innovative and practical applications in future research. | http://arxiv.org/abs/2407.02854v1 | http://arxiv.org/pdf/2407.02854v1 | cs.CL | Universal Gloss-level Representation for Gloss-free Sign Language Translation and Production |
2024-07-03T06:39:18Z | cs.CV, cs.AI, cs.CL | 2024-07-03T06:39:18Z | Lei Chen, Feng Yan, Yujie Zhong, Shaoxiang Chen, Zequn Jie, Lin Ma | Multimodal Large Language Models (MLLM) have made significant progress in the
field of document analysis. Despite this, existing benchmarks typically focus
only on extracting text and simple layout information, neglecting the complex
interactions between elements in structured documents such as mind maps and
flowcharts. To address this issue, we introduce the new benchmark named
MindBench, which not only includes meticulously constructed bilingual authentic
or synthetic images, detailed annotations, evaluation metrics and baseline
models, but also specifically designs five types of structured understanding
and parsing tasks. These tasks include full parsing, partial parsing,
position-related parsing, structured Visual Question Answering (VQA), and
position-related VQA, covering key areas such as text recognition, spatial
awareness, relationship discernment, and structured parsing. Extensive
experimental results demonstrate the substantial potential and significant room
for improvement in current models' ability to handle structured document
information. We anticipate that the launch of MindBench will significantly
advance research and application development in structured document analysis
technology. MindBench is available at:
https://miasanlei.github.io/MindBench.github.io/. | http://arxiv.org/abs/2407.02842v1 | http://arxiv.org/pdf/2407.02842v1 | cs.CV | MindBench: A Comprehensive Benchmark for Mind Map Structure Recognition and Analysis |
2024-07-03T06:32:03Z | cs.CL | 2024-07-03T06:32:03Z | Kailin Zhang, Xinying Qiu | Protecting Personal Identifiable Information (PII) in text data is crucial
for privacy, but current PII generalization methods face challenges such as
uneven data distributions and limited context awareness. To address these
issues, we propose two approaches: a feature-based method using machine
learning to improve performance on structured inputs, and a novel context-aware
framework that considers the broader context and semantic relationships between
the original text and generalized candidates. The context-aware approach
employs Multilingual-BERT for text representation, functional transformations,
and mean squared error scoring to evaluate candidates. Experiments on the
WikiReplace dataset demonstrate the effectiveness of both methods, with the
context-aware approach outperforming the feature-based one across different
scales. This work contributes to advancing PII generalization techniques by
highlighting the importance of feature selection, ensemble learning, and
incorporating contextual information for better privacy protection in text
anonymization. | http://arxiv.org/abs/2407.02837v1 | http://arxiv.org/pdf/2407.02837v1 | cs.CL | Comparing Feature-based and Context-aware Approaches to PII Generalization Level Prediction |
2024-07-03T06:21:07Z | cs.CL | 2024-07-03T06:21:07Z | Dineth Jayakody, Koshila Isuranda, A V A Malkith, Nisansa de Silva, Sachintha Rajith Ponnamperuma, G G N Sandamali, K L K Sudheera | Since the dawn of the digitalisation era, customer feedback and online
reviews are unequivocally major sources of insights for businesses.
Consequently, conducting comparative analyses of such sources has become the de
facto modus operandi of any business that wishes to give itself a competitive
edge over its peers and improve customer loyalty. Sentiment analysis is one
such method instrumental in gauging public interest, exposing market trends,
and analysing competitors. While traditional sentiment analysis focuses on
overall sentiment, as the needs advance with time, it has become important to
explore public opinions and sentiments on various specific subjects, products
and services mentioned in the reviews on a finer-granular level. To this end,
Aspect-based Sentiment Analysis (ABSA), supported by advances in Artificial
Intelligence (AI) techniques which have contributed to a paradigm shift from
simple word-level analysis to tone and context-aware analyses, focuses on
identifying specific aspects within the text and determining the sentiment
associated with each aspect. In this study, we compare several deep-NN methods
for ABSA on two benchmark datasets (Restaurant14 and Laptop-14) and found that
FAST LSA obtains the best overall results of 87.6% and 82.6% accuracy but does
not pass LSA+DeBERTa which reports 90.33% and 86.21% accuracy respectively. | http://arxiv.org/abs/2407.02834v1 | http://arxiv.org/pdf/2407.02834v1 | cs.CL | Aspect-Based Sentiment Analysis Techniques: A Comparative Study |
2024-07-03T06:20:31Z | cs.IR, cs.CL, cs.LG | 2024-07-03T06:20:31Z | Hongke Zhao, Songming Zheng, Likang Wu, Bowen Yu, Jing Wang | The explainability of recommendation systems is crucial for enhancing user
trust and satisfaction. Leveraging large language models (LLMs) offers new
opportunities for comprehensive recommendation logic generation. However, in
existing related studies, fine-tuning LLM models for recommendation tasks
incurs high computational costs and alignment issues with existing systems,
limiting the application potential of proven proprietary/closed-source LLM
models, such as GPT-4. In this work, our proposed effective strategy LANE
aligns LLMs with online recommendation systems without additional LLMs tuning,
reducing costs and improving explainability. This innovative approach addresses
key challenges in integrating language models with recommendation systems while
fully utilizing the capabilities of powerful proprietary models. Specifically,
our strategy operates through several key components: semantic embedding, user
multi-preference extraction using zero-shot prompting, semantic alignment, and
explainable recommendation generation using Chain of Thought (CoT) prompting.
By embedding item titles instead of IDs and utilizing multi-head attention
mechanisms, our approach aligns the semantic features of user preferences with
those of candidate items, ensuring coherent and user-aligned recommendations.
Sufficient experimental results including performance comparison, questionnaire
voting, and visualization cases prove that our method can not only ensure
recommendation performance, but also provide easy-to-understand and reasonable
recommendation logic. | http://arxiv.org/abs/2407.02833v1 | http://arxiv.org/pdf/2407.02833v1 | cs.IR | LANE: Logic Alignment of Non-tuning Large Language Models and Online Recommendation Systems for Explainable Reason Generation |
2024-07-03T05:42:20Z | cs.CL | 2024-07-03T05:42:20Z | Taichi Aida, Danushka Bollegala | Words change their meaning over time as well as in different contexts. The
sense-aware contextualised word embeddings (SCWEs) such as the ones produced by
XL-LEXEME by fine-tuning masked langauge models (MLMs) on Word-in-Context (WiC)
data attempt to encode such semantic changes of words within the contextualised
word embedding (CWE) spaces. Despite the superior performance of SCWEs in
contextual/temporal semantic change detection (SCD) benchmarks, it remains
unclear as to how the meaning changes are encoded in the embedding space. To
study this, we compare pre-trained CWEs and their fine-tuned versions on
contextual and temporal semantic change benchmarks under Principal Component
Analysis (PCA) and Independent Component Analysis (ICA) transformations. Our
experimental results reveal several novel insights such as (a) although there
exist a smaller number of axes that are responsible for semantic changes of
words in the pre-trained CWE space, this information gets distributed across
all dimensions when fine-tuned, and (b) in contrast to prior work studying the
geometry of CWEs, we find that PCA to better represent semantic changes than
ICA. Source code is available at https://github.com/LivNLP/svp-dims . | http://arxiv.org/abs/2407.02820v1 | http://arxiv.org/pdf/2407.02820v1 | cs.CL | Investigating the Contextualised Word Embedding Dimensions Responsible for Contextual and Temporal Semantic Changes |
2024-07-03T05:40:41Z | cs.CL, cs.LG | 2024-07-03T05:40:41Z | Ashutosh Sathe, Sunita Sarawagi | Maximizing the likelihood of the next token is an established, statistically
sound objective for pre-training language models. In this paper we show that we
can train better models faster by pre-aggregating the corpus with a collapsed
$n$-gram distribution. Previous studies have proposed corpus-level $n$-gram
statistics as a regularizer; however, the construction and querying of such
$n$-grams, if done naively, prove to be costly and significantly impede
training speed, thereby limiting their application in modern large language
model pre-training.
We introduce an alternative compact representation of the next token
distribution that, in expectation, aligns with the complete $n$-gram
distribution while markedly reducing variance across mini-batches compared to
the standard next-token loss. Empirically, we demonstrate that both the
$n$-gram regularized model and our approximation yield substantial improvements
in model quality and convergence rate compared to existing methods.
Furthermore, our approximation facilitates scalability of gains to larger
datasets and models compared to the straightforward $n$-gram regularization
method. | http://arxiv.org/abs/2407.02819v1 | http://arxiv.org/pdf/2407.02819v1 | cs.CL | Efficient Training of Language Models with Compact and Consistent Next Token Distributions |
2024-07-03T05:19:45Z | cs.AI, cs.CL, cs.CV, I.2.7 | 2024-07-03T05:19:45Z | Zhaotian Weng, Zijun Gao, Jerone Andrews, Jieyu Zhao | Vision-language models (VLMs) pre-trained on extensive datasets can
inadvertently learn biases by correlating gender information with specific
objects or scenarios. Current methods, which focus on modifying inputs and
monitoring changes in the model's output probability scores, often struggle to
comprehensively understand bias from the perspective of model components. We
propose a framework that incorporates causal mediation analysis to measure and
map the pathways of bias generation and propagation within VLMs. This approach
allows us to identify the direct effects of interventions on model bias and the
indirect effects of interventions on bias mediated through different model
components. Our results show that image features are the primary contributors
to bias, with significantly higher impacts than text features, specifically
accounting for 32.57% and 12.63% of the bias in the MSCOCO and PASCAL-SENTENCE
datasets, respectively. Notably, the image encoder's contribution surpasses
that of the text encoder and the deep fusion encoder. Further experimentation
confirms that contributions from both language and vision modalities are
aligned and non-conflicting. Consequently, focusing on blurring gender
representations within the image encoder, which contributes most to the model
bias, reduces bias efficiently by 22.03% and 9.04% in the MSCOCO and
PASCAL-SENTENCE datasets, respectively, with minimal performance loss or
increased computational demands. | http://arxiv.org/abs/2407.02814v1 | http://arxiv.org/pdf/2407.02814v1 | cs.AI | Images Speak Louder than Words: Understanding and Mitigating Bias in Vision-Language Model from a Causal Mediation Perspective |
2024-07-03T03:21:02Z | cs.CL, cs.AI | 2024-07-03T03:21:02Z | Xiang Li, Yiqun Yao, Xin Jiang, Xuezhi Fang, Chao Wang, Xinzhang Liu, Zihan Wang, Yu Zhao, Xin Wang, Yuyao Huang, Shuangyong Song, Yongxiang Li, Zheng Zhang, Bo Zhao, Aixin Sun, Yequan Wang, Zhongjiang He, Zhongyuan Wang, Xuelong Li, Tiejun Huang | Large Language Models (LLMs) represent a significant stride toward Artificial
General Intelligence. As scaling laws underscore the potential of increasing
model sizes, the academic community has intensified its investigations into
LLMs with capacities exceeding 50 billion parameters. This technical report
builds on our prior work with Tele-FLM (also known as FLM-2), a publicly
available 52-billion-parameter model. We delve into two primary areas: we first
discuss our observation of Supervised Fine-tuning (SFT) on Tele-FLM-52B, which
supports the "less is more" approach for SFT data construction; second, we
demonstrate our experiments and analyses on the best practices for
progressively growing a model from 52 billion to 102 billion, and subsequently
to 1 trillion parameters. We will open-source a 1T model checkpoint, namely
Tele-FLM-1T, to advance further training and research. | http://arxiv.org/abs/2407.02783v1 | http://arxiv.org/pdf/2407.02783v1 | cs.CL | 52B to 1T: Lessons Learned via Tele-FLM Series |
2024-07-03T03:06:37Z | cs.CL, quant-ph | 2024-07-03T03:06:37Z | SeungYeop Baik, Sicheol Sung, Yo-Sub Han | A quantum finite-state automaton (QFA) is a theoretical model designed to
simulate the evolution of a quantum system with finite memory in response to
sequential input strings. We define the language of a QFA as the set of strings
that lead the QFA to an accepting state when processed from its initial state.
QFAs exemplify how quantum computing can achieve greater efficiency compared to
classical computing. While being one of the simplest quantum models, QFAs are
still notably challenging to construct from scratch due to the preliminary
knowledge of quantum mechanics required for superimposing unitary constraints
on the automata. Furthermore, even when QFAs are correctly assembled, the
limitations of a current quantum computer may cause fluctuations in the
simulation results depending on how an assembled QFA is translated into a
quantum circuit.
We present a framework that provides a simple and intuitive way to build QFAs
and maximize the simulation accuracy. Our framework relies on two methods:
First, it offers a predefined construction for foundational types of QFAs that
recognize special languages MOD and EQU. They play a role of basic building
blocks for more complex QFAs. In other words, one can obtain more complex QFAs
from these foundational automata using standard language operations. Second, we
improve the simulation accuracy by converting these QFAs into quantum circuits
such that the resulting circuits perform well on noisy quantum computers.
Our framework is available at https://github.com/sybaik1/qfa-toolkit. | http://arxiv.org/abs/2407.02776v1 | http://arxiv.org/pdf/2407.02776v1 | cs.CL | A Framework for Quantum Finite-State Languages with Density Mapping |
2024-07-03T03:03:30Z | cs.CL, cs.LG | 2024-07-03T03:03:30Z | Ying Zhang, Ziheng Yang, Shufan Ji | Knowledge distillation is an effective technique for pre-trained language
model compression. Although existing knowledge distillation methods perform
well for the most typical model BERT, they could be further improved in two
aspects: the relation-level knowledge could be further explored to improve
model performance; and the setting of student attention head number could be
more flexible to decrease inference time. Therefore, we are motivated to
propose a novel knowledge distillation method MLKD-BERT to distill multi-level
knowledge in teacher-student framework. Extensive experiments on GLUE benchmark
and extractive question answering tasks demonstrate that our method outperforms
state-of-the-art knowledge distillation methods on BERT. In addition, MLKD-BERT
can flexibly set student attention head number, allowing for substantial
inference time decrease with little performance drop. | http://arxiv.org/abs/2407.02775v1 | http://arxiv.org/pdf/2407.02775v1 | cs.CL | MLKD-BERT: Multi-level Knowledge Distillation for Pre-trained Language Models |
2024-07-03T03:01:43Z | cs.LG, cs.CL, cs.CV | 2024-07-03T03:01:43Z | Zhiqi Bu, Shiyun Xu | We propose the generalized Newton's method (GeN) -- a Hessian-informed
approach that applies to any optimizer such as SGD and Adam, and covers the
Newton-Raphson method as a sub-case. Our method automatically and dynamically
selects the learning rate that accelerates the convergence, without the
intensive tuning of the learning rate scheduler. In practice, out method is
easily implementable, since it only requires additional forward passes with
almost zero computational overhead (in terms of training time and memory cost),
if the overhead is amortized over many iterations. We present extensive
experiments on language and vision tasks (e.g. GPT and ResNet) to showcase that
GeN optimizers match the state-of-the-art performance, which was achieved with
carefully tuned learning rate schedulers. Code to be released at
\url{https://github.com/ShiyunXu/AutoGeN}. | http://arxiv.org/abs/2407.02772v1 | http://arxiv.org/pdf/2407.02772v1 | cs.LG | Automatic gradient descent with generalized Newton's method |
2024-07-03T01:56:00Z | cs.CL, cs.AI | 2024-07-03T01:56:00Z | Rui Liu, Haolin Zuo, Zheng Lian, Xiaofen Xing, Björn W. Schuller, Haizhou Li | Emotion and Intent Joint Understanding in Multimodal Conversation (MC-EIU)
aims to decode the semantic information manifested in a multimodal
conversational history, while inferring the emotions and intents simultaneously
for the current utterance. MC-EIU is enabling technology for many
human-computer interfaces. However, there is a lack of available datasets in
terms of annotation, modality, language diversity, and accessibility. In this
work, we propose an MC-EIU dataset, which features 7 emotion categories, 9
intent categories, 3 modalities, i.e., textual, acoustic, and visual content,
and two languages, i.e., English and Mandarin. Furthermore, it is completely
open-source for free access. To our knowledge, MC-EIU is the first
comprehensive and rich emotion and intent joint understanding dataset for
multimodal conversation. Together with the release of the dataset, we also
develop an Emotion and Intent Interaction (EI$^2$) network as a reference
system by modeling the deep correlation between emotion and intent in the
multimodal conversation. With comparative experiments and ablation studies, we
demonstrate the effectiveness of the proposed EI$^2$ method on the MC-EIU
dataset. The dataset and codes will be made available at:
https://github.com/MC-EIU/MC-EIU. | http://arxiv.org/abs/2407.02751v1 | http://arxiv.org/pdf/2407.02751v1 | cs.CL | Emotion and Intent Joint Understanding in Multimodal Conversation: A Benchmarking Dataset |
2024-07-03T01:51:50Z | cs.CL | 2024-07-03T01:51:50Z | Younghun Lee, Sungchul Kim, Ryan A. Rossi, Tong Yu, Xiang Chen | Large Language Models (LLMs) have been achieving competent performance on a
wide range of downstream tasks, yet existing work shows that inference on
structured data is challenging for LLMs. This is because LLMs need to either
understand long structured data or select the most relevant evidence before
inference, and both approaches are not trivial. This paper proposes a
framework, Learning to Reduce, that fine-tunes a language model with On-Policy
Learning to generate a reduced version of an input structured data. When
compared to state-of-the-art LLMs like GPT-4, Learning to Reduce not only
achieves outstanding performance in reducing the input, but shows
generalizability on different datasets. We further show that the model
fine-tuned with our framework helps LLMs better perform on table QA tasks
especially when the context is longer. | http://arxiv.org/abs/2407.02750v1 | http://arxiv.org/pdf/2407.02750v1 | cs.CL | Learning to Reduce: Towards Improving Performance of Large Language Models on Structured Data |
2024-07-03T01:28:51Z | cs.SE, cs.AI, cs.CL, I.2.2; I.2.7 | 2024-07-03T01:28:51Z | Nastaran Bassamzadeh, Chhaya Methani | Natural Language to Code Generation has made significant progress in recent
years with the advent of Large Language Models(LLMs). While generation for
general-purpose languages like C, C++, and Python has improved significantly,
LLMs struggle with custom function names in Domain Specific Languages or DSLs.
This leads to higher hallucination rates and syntax errors, specially for DSLs
having a high number of custom function names. Additionally, constant updates
to function names add to the challenge as LLMs need to stay up-to-date. In this
paper, we present optimizations for using Retrieval Augmented Generation (or
RAG) with LLMs for DSL generation along with an ablation study comparing these
strategies. We generated a train as well as test dataset with a DSL to
represent automation tasks across roughly 700 APIs in public domain. We used
the training dataset to fine-tune a Codex model for this DSL. Our results
showed that the fine-tuned model scored the best on code similarity metric.
With our RAG optimizations, we achieved parity for similarity metric. The
compilation rate, however, showed that both the models still got the syntax
wrong many times, with RAG-based method being 2 pts better. Conversely,
hallucination rate for RAG model lagged by 1 pt for API names and by 2 pts for
API parameter keys. We conclude that an optimized RAG model can match the
quality of fine-tuned models and offer advantages for new, unseen APIs. | http://arxiv.org/abs/2407.02742v1 | http://arxiv.org/pdf/2407.02742v1 | cs.SE | A Comparative Study of DSL Code Generation: Fine-Tuning vs. Optimized Retrieval Augmentation |
2024-07-03T01:19:38Z | cs.CL | 2024-07-03T01:19:38Z | Yeonji Lee, Sangjun Park, Kyunghyun Cho, JinYeong Bak | As mental health issues globally escalate, there is a tremendous need for
advanced digital support systems. We introduce MentalAgora, a novel framework
employing large language models enhanced by interaction between multiple agents
for tailored mental health support. This framework operates through three
stages: strategic debating, tailored counselor creation, and response
generation, enabling the dynamic customization of responses based on individual
user preferences and therapeutic needs. We conduct experiments utilizing a
high-quality evaluation dataset TherapyTalk crafted with mental health
professionals, shwoing that MentalAgora generates expert-aligned and user
preference-enhanced responses. Our evaluations, including experiments and user
studies, demonstrate that MentalAgora aligns with professional standards and
effectively meets user preferences, setting a new benchmark for digital mental
health interventions. | http://arxiv.org/abs/2407.02736v1 | http://arxiv.org/pdf/2407.02736v1 | cs.CL | MentalAgora: A Gateway to Advanced Personalized Care in Mental Health through Multi-Agent Debating and Attribute Control |
2024-07-03T00:32:28Z | cs.CL | 2024-07-03T00:32:28Z | Jinghui Liu, Aaron Nicolson, Jason Dowling, Bevan Koopman, Anthony Nguyen | Clinical documentation is an important aspect of clinicians' daily work and
often demands a significant amount of time. The BioNLP 2024 Shared Task on
Streamlining Discharge Documentation (Discharge Me!) aims to alleviate this
documentation burden by automatically generating discharge summary sections,
including brief hospital course and discharge instruction, which are often
time-consuming to synthesize and write manually. We approach the generation
task by fine-tuning multiple open-sourced language models (LMs), including both
decoder-only and encoder-decoder LMs, with various configurations on input
context. We also examine different setups for decoding algorithms, model
ensembling or merging, and model specialization. Our results show that
conditioning on the content of discharge summary prior to the target sections
is effective for the generation task. Furthermore, we find that smaller
encoder-decoder LMs can work as well or even slightly better than larger
decoder based LMs fine-tuned through LoRA. The model checkpoints from our team
(aehrc) are openly available. | http://arxiv.org/abs/2407.02723v1 | http://arxiv.org/pdf/2407.02723v1 | cs.CL | e-Health CSIRO at "Discharge Me!" 2024: Generating Discharge Summary Sections with Fine-tuned Language Models |
2024-07-03T00:00:21Z | cs.CL | 2024-07-03T00:00:21Z | Qiwei Shao, Fengran Mo, Jian-Yun Nie | Document-level biomedical concept extraction is the task of identifying
biomedical concepts mentioned in a given document. Recent advancements have
adapted pre-trained language models for this task. However, the scarcity of
domain-specific data and the deviation of concepts from their canonical names
often hinder these models' effectiveness. To tackle this issue, we employ
MetaMapLite, an existing rule-based concept mapping system, to generate
additional pseudo-annotated data from PubMed and PMC. The annotated data are
used to augment the limited training data. Through extensive experiments, this
study demonstrates the utility of a manually crafted concept mapping tool for
training a better concept extraction model. | http://arxiv.org/abs/2407.02719v1 | http://arxiv.org/pdf/2407.02719v1 | cs.CL | Boosting Biomedical Concept Extraction by Rule-Based Data Augmentation |
2024-07-02T22:23:40Z | cs.LG, cs.AI, cs.CL, stat.ML | 2024-07-02T22:23:40Z | Daniel P. Jeong, Zachary C. Lipton, Pradeep Ravikumar | In this paper, we demonstrate a surprising capability of large language
models (LLMs): given only input feature names and a description of a prediction
task, they are capable of selecting the most predictive features, with
performance rivaling the standard tools of data science. Remarkably, these
models exhibit this capacity across various query mechanisms. For example, we
zero-shot prompt an LLM to output a numerical importance score for a feature
(e.g., "blood pressure") in predicting an outcome of interest (e.g., "heart
failure"), with no additional context. In particular, we find that the latest
models, such as GPT-4, can consistently identify the most predictive features
regardless of the query mechanism and across various prompting strategies. We
illustrate these findings through extensive experiments on real-world data,
where we show that LLM-based feature selection consistently achieves strong
performance competitive with data-driven methods such as the LASSO, despite
never having looked at the downstream training data. Our findings suggest that
LLMs may be useful not only for selecting the best features for training but
also for deciding which features to collect in the first place. This could
potentially benefit practitioners in domains like healthcare, where collecting
high-quality data comes at a high cost. | http://arxiv.org/abs/2407.02694v1 | http://arxiv.org/pdf/2407.02694v1 | cs.LG | LLM-Select: Feature Selection with Large Language Models |
2024-07-02T21:39:53Z | cs.AI, cs.CL | 2024-07-02T21:39:53Z | Romain Cosentino, Sarath Shekkizhar | The advancement of large language models (LLMs) for real-world applications
hinges critically on enhancing their reasoning capabilities. In this work, we
explore the reasoning abilities of large language models (LLMs) through their
geometrical understanding. We establish a connection between the expressive
power of LLMs and the density of their self-attention graphs. Our analysis
demonstrates that the density of these graphs defines the intrinsic dimension
of the inputs to the MLP blocks. We demonstrate through theoretical analysis
and toy examples that a higher intrinsic dimension implies a greater expressive
capacity of the LLM. We further provide empirical evidence linking this
geometric framework to recent advancements in methods aimed at enhancing the
reasoning capabilities of LLMs. | http://arxiv.org/abs/2407.02678v1 | http://arxiv.org/pdf/2407.02678v1 | cs.AI | Reasoning in Large Language Models: A Geometric Perspective |
2024-07-02T20:51:06Z | cs.SI, cs.CL, cs.CY | 2024-07-02T20:51:06Z | Viet Cuong Nguyen, Mini Jain, Abhijat Chauhan, Heather Jaime Soled, Santiago Alvarez Lesmes, Zihang Li, Michael L. Birnbaum, Sunny X. Tang, Srijan Kumar, Munmun De Choudhury | Over one in five adults in the US lives with a mental illness. In the face of
a shortage of mental health professionals and offline resources, online
short-form video content has grown to serve as a crucial conduit for
disseminating mental health help and resources. However, the ease of content
creation and access also contributes to the spread of misinformation, posing
risks to accurate diagnosis and treatment. Detecting and understanding
engagement with such content is crucial to mitigating their harmful effects on
public health. We perform the first quantitative study of the phenomenon using
YouTube Shorts and Bitchute as the sites of study. We contribute MentalMisinfo,
a novel labeled mental health misinformation (MHMisinfo) dataset of 739 videos
(639 from Youtube and 100 from Bitchute) and 135372 comments in total, using an
expert-driven annotation schema. We first found that few-shot in-context
learning with large language models (LLMs) are effective in detecting MHMisinfo
videos. Next, we discover distinct and potentially alarming linguistic patterns
in how audiences engage with MHMisinfo videos through commentary on both
video-sharing platforms. Across the two platforms, comments could exacerbate
prevailing stigma with some groups showing heightened susceptibility to and
alignment with MHMisinfo. We discuss technical and public health-driven
adaptive solutions to tackling the "epidemic" of mental health misinformation
online. | http://arxiv.org/abs/2407.02662v1 | http://arxiv.org/pdf/2407.02662v1 | cs.SI | Supporters and Skeptics: LLM-based Analysis of Engagement with Mental Health (Mis)Information Content on Video-sharing Platforms |
2024-07-02T20:49:21Z | cs.CL, cs.LG | 2024-07-02T20:49:21Z | Devam Mondal, Carlo Lipizzi | In light of recent plagiarism allegations Brough by publishers, newspapers,
and other creators of copyrighted corpora against large language model (LLM)
developers, we propose a novel system, a variant of a plagiarism detection
system, that assesses whether a knowledge source has been used in the training
or fine-tuning of a large language model. Unlike current methods, we utilize an
approach that uses Resource Description Framework (RDF) triples to create
knowledge graphs from both a source document and a LLM continuation of that
document. These graphs are then analyzed with respect to content using cosine
similarity and with respect to structure using a normalized version of graph
edit distance that shows the degree of isomorphism. Unlike traditional systems
that focus on content matching and keyword identification between a source and
target corpus, our approach enables a broader evaluation of similarity and thus
a more accurate comparison of the similarity between a source document and LLM
continuation by focusing on relationships between ideas and their organization
with regards to others. Additionally, our approach does not require access to
LLM metrics like perplexity that may be unavailable in closed large language
modeling "black-box" systems, as well as the training corpus. A prototype of
our system will be found on a hyperlinked GitHub repository. | http://arxiv.org/abs/2407.02659v1 | http://arxiv.org/pdf/2407.02659v1 | cs.CL | Ensuring Responsible Sourcing of Large Language Model Training Data Through Knowledge Graph Comparison |
2024-07-02T20:28:16Z | cs.AI, cs.CL, I.2.7 | 2024-07-02T20:28:16Z | Daking Rai, Yilun Zhou, Shi Feng, Abulhair Saparov, Ziyu Yao | Mechanistic interpretability (MI) is an emerging sub-field of
interpretability that seeks to understand a neural network model by
reverse-engineering its internal computations. Recently, MI has garnered
significant attention for interpreting transformer-based language models (LMs),
resulting in many novel insights yet introducing new challenges. However, there
has not been work that comprehensively reviews these insights and challenges,
particularly as a guide for newcomers to this field. To fill this gap, we
present a comprehensive survey outlining fundamental objects of study in MI,
techniques that have been used for its investigation, approaches for evaluating
MI results, and significant findings and applications stemming from the use of
MI to understand LMs. In particular, we present a roadmap for beginners to
navigate the field and leverage MI for their benefit. Finally, we also identify
current gaps in the field and discuss potential future directions. | http://arxiv.org/abs/2407.02646v1 | http://arxiv.org/pdf/2407.02646v1 | cs.AI | A Practical Review of Mechanistic Interpretability for Transformer-Based Language Models |
2024-07-02T20:09:11Z | cs.CL, cs.AI, cs.CY, 68T50, I.2.7 | 2024-07-02T20:09:11Z | Arturo Martínez Peguero, Taro Watanabe | Recent work in reframing, within the scope of text style transfer, has so far
made use of out-of-context, task-prompted utterances in order to produce
neutralizing or optimistic reframes. Our work aims to generalize reframing
based on the subreddit r/ChangeMyView (CMV). We build a dataset that leverages
CMV's community's interactions and conventions to identify high-value,
community-recognized utterances that produce changes of perspective. With this
data, we widen the scope of the direction of reframing since the changes in
perspective do not only occur in neutral or positive directions. We fine tune
transformer-based models, make use of a modern LLM to refine our dataset, and
explore challenges in the dataset creation and evaluation around this type of
reframing. | http://arxiv.org/abs/2407.02637v1 | http://arxiv.org/pdf/2407.02637v1 | cs.CL | Change My Frame: Reframing in the Wild in r/ChangeMyView |
2024-07-02T19:50:55Z | cs.CL, cs.AI, cs.SD, eess.AS | 2024-07-02T19:50:55Z | John E. Ortega, Ibrahim Said Ahmad, William Chen | Nollywood, based on the idea of Bollywood from India, is a series of
outstanding movies that originate from Nigeria. Unfortunately, while the movies
are in English, they are hard to understand for many native speakers due to the
dialect of English that is spoken. In this article, we accomplish two goals:
(1) create a phonetic sub-title model that is able to translate Nigerian
English speech to American English and (2) use the most advanced toxicity
detectors to discover how toxic the speech is. Our aim is to highlight the text
in these videos which is often times ignored for lack of dialectal
understanding due the fact that many people in Nigeria speak a native language
like Hausa at home. | http://arxiv.org/abs/2407.02631v1 | http://arxiv.org/pdf/2407.02631v1 | cs.CL | Nollywood: Let's Go to the Movies! |
2024-07-02T19:27:00Z | cs.CY, cs.AI, cs.CL, cs.CV, K.4; I.2.7; I.2.8 | 2024-07-02T19:27:00Z | Joan Nwatu, Oana Ignat, Rada Mihalcea | To address this issue, we formulate translated non-English, geographic, and
socioeconomic integrated prompts and evaluate their impact on VL model
performance for data from different countries and income groups. Our findings
show that geographic and socioeconomic integrated prompts improve VL
performance on lower-income data and favor the retrieval of topic appearances
commonly found in data from low-income households. From our analyses, we
identify and highlight contexts where these strategies yield the most
improvements. Our model analysis code is publicly available at
https://github.com/Anniejoan/Uplifting-Lower-income-data . | http://arxiv.org/abs/2407.02623v1 | http://arxiv.org/pdf/2407.02623v1 | cs.CY | Uplifting Lower-Income Data: Strategies for Socioeconomic Perspective Shifts in Vision-Language Models |
2024-07-02T18:43:10Z | cs.AI, cs.CL, cs.LG, eess.IV | 2024-07-02T18:43:10Z | Hareem Nisar, Syed Muhammad Anwar, Zhifan Jiang, Abhijeet Parida, Vishwesh Nath, Holger R. Roth, Marius George Linguraru | Large vision language models (VLMs) have progressed incredibly from research
to applicability for general-purpose use cases. LLaVA-Med, a pioneering large
language and vision assistant for biomedicine, can perform multi-modal
biomedical image and data analysis to provide a natural language interface for
radiologists. While it is highly generalizable and works with multi-modal data,
it is currently limited by well-known challenges that exist in the large
language model space. Hallucinations and imprecision in responses can lead to
misdiagnosis which currently hinder the clinical adaptability of VLMs. To
create precise, user-friendly models in healthcare, we propose D-Rax -- a
domain-specific, conversational, radiologic assistance tool that can be used to
gain insights about a particular radiologic image. In this study, we enhance
the conversational analysis of chest X-ray (CXR) images to support radiological
reporting, offering comprehensive insights from medical imaging and aiding in
the formulation of accurate diagnosis. D-Rax is achieved by fine-tuning the
LLaVA-Med architecture on our curated enhanced instruction-following data,
comprising of images, instructions, as well as disease diagnosis and
demographic predictions derived from MIMIC-CXR imaging data, CXR-related visual
question answer (VQA) pairs, and predictive outcomes from multiple expert AI
models. We observe statistically significant improvement in responses when
evaluated for both open and close-ended conversations. Leveraging the power of
state-of-the-art diagnostic models combined with VLMs, D-Rax empowers
clinicians to interact with medical images using natural language, which could
potentially streamline their decision-making process, enhance diagnostic
accuracy, and conserve their time. | http://arxiv.org/abs/2407.02604v1 | http://arxiv.org/pdf/2407.02604v1 | cs.AI | D-Rax: Domain-specific Radiologic assistant leveraging multi-modal data and eXpert model predictions |
2024-07-02T18:33:49Z | cs.CR, cs.CL, cs.LG | 2024-07-02T18:33:49Z | Yash More, Prakhar Ganesh, Golnoosh Farnadi | Language models are prone to memorizing large parts of their training data,
making them vulnerable to extraction attacks. Existing research on these
attacks remains limited in scope, often studying isolated trends rather than
the real-world interactions with these models. In this paper, we revisit
extraction attacks from an adversarial perspective, exploiting the brittleness
of language models. We find significant churn in extraction attack trends,
i.e., even minor, unintuitive changes to the prompt, or targeting smaller
models and older checkpoints, can exacerbate the risks of extraction by up to
$2-4 \times$. Moreover, relying solely on the widely accepted verbatim match
underestimates the extent of extracted information, and we provide various
alternatives to more accurately capture the true risks of extraction. We
conclude our discussion with data deduplication, a commonly suggested
mitigation strategy, and find that while it addresses some memorization
concerns, it remains vulnerable to the same escalation of extraction risks
against a real-world adversary. Our findings highlight the necessity of
acknowledging an adversary's true capabilities to avoid underestimating
extraction risks. | http://arxiv.org/abs/2407.02596v1 | http://arxiv.org/pdf/2407.02596v1 | cs.CR | Towards More Realistic Extraction Attacks: An Adversarial Perspective |
2024-07-02T17:59:56Z | cs.CL, cs.LG | 2024-07-02T17:59:56Z | Huiqiang Jiang, Yucheng Li, Chengruidong Zhang, Qianhui Wu, Xufang Luo, Surin Ahn, Zhenhua Han, Amir H. Abdi, Dongsheng Li, Chin-Yew Lin, Yuqing Yang, Lili Qiu | The computational challenges of Large Language Model (LLM) inference remain a
significant barrier to their widespread deployment, especially as prompt
lengths continue to increase. Due to the quadratic complexity of the attention
computation, it takes 30 minutes for an 8B LLM to process a prompt of 1M tokens
(i.e., the pre-filling stage) on a single A100 GPU. Existing methods for
speeding up prefilling often fail to maintain acceptable accuracy or efficiency
when applied to long-context LLMs. To address this gap, we introduce MInference
(Milliontokens Inference), a sparse calculation method designed to accelerate
pre-filling of long-sequence processing. Specifically, we identify three unique
patterns in long-context attention matrices-the A-shape, Vertical-Slash, and
Block-Sparsethat can be leveraged for efficient sparse computation on GPUs. We
determine the optimal pattern for each attention head offline and dynamically
build sparse indices based on the assigned pattern during inference. With the
pattern and sparse indices, we perform efficient sparse attention calculations
via our optimized GPU kernels to significantly reduce the latency in the
pre-filling stage of long-context LLMs. Our proposed technique can be directly
applied to existing LLMs without any modifications to the pre-training setup or
additional fine-tuning. By evaluating on a wide range of downstream tasks,
including InfiniteBench, RULER, PG-19, and Needle In A Haystack, and models
including LLaMA-3-1M, GLM4-1M, Yi-200K, Phi-3-128K, and Qwen2-128K, we
demonstrate that MInference effectively reduces inference latency by up to 10x
for pre-filling on an A100, while maintaining accuracy. Our code is available
at https://aka.ms/MInference. | http://arxiv.org/abs/2407.02490v1 | http://arxiv.org/pdf/2407.02490v1 | cs.CL | MInference 1.0: Accelerating Pre-filling for Long-Context LLMs via Dynamic Sparse Attention |
2024-07-02T17:59:29Z | cs.CL, cs.AI, cs.LG | 2024-07-02T17:59:29Z | Ali Safaya, Deniz Yuret | This paper introduces Neurocache, an approach to extend the effective context
size of large language models (LLMs) using an external vector cache to store
its past states. Like recent vector retrieval approaches, Neurocache uses an
efficient k-nearest-neighbor (kNN) algorithm to retrieve relevant past states
and incorporate them into the attention process. Neurocache improves upon
previous methods by (1) storing compressed states, which reduces cache size;
(2) performing a single retrieval operation per token which increases inference
speed; and (3) extending the retrieval window to neighboring states, which
improves both language modeling and downstream task accuracy. Our experiments
show the effectiveness of Neurocache both for models trained from scratch and
for pre-trained models such as Llama2-7B and Mistral-7B when enhanced with the
cache mechanism. We also compare Neurocache with text retrieval methods and
show improvements in single-document question-answering and few-shot learning
tasks. We made the source code available under:
https://github.com/alisafaya/neurocache | http://arxiv.org/abs/2407.02486v1 | http://arxiv.org/pdf/2407.02486v1 | cs.CL | Neurocache: Efficient Vector Retrieval for Long-range Language Modeling |
2024-07-02T17:59:17Z | cs.CL, cs.AI, cs.IR, cs.LG | 2024-07-02T17:59:17Z | Yue Yu, Wei Ping, Zihan Liu, Boxin Wang, Jiaxuan You, Chao Zhang, Mohammad Shoeybi, Bryan Catanzaro | Large language models (LLMs) typically utilize the top-k contexts from a
retriever in retrieval-augmented generation (RAG). In this work, we propose a
novel instruction fine-tuning framework RankRAG, which instruction-tunes a
single LLM for the dual purpose of context ranking and answer generation in
RAG. In particular, the instruction-tuned LLMs work surprisingly well by adding
a small fraction of ranking data into the training blend, and outperform
existing expert ranking models, including the same LLM exclusively fine-tuned
on a large amount of ranking data. For generation, we compare our model with
many strong baselines, including GPT-4-0613, GPT-4-turbo-2024-0409, and
ChatQA-1.5, an open-sourced model with the state-of-the-art performance on RAG
benchmarks. Specifically, our Llama3-RankRAG significantly outperforms
Llama3-ChatQA-1.5 and GPT-4 models on nine knowledge-intensive benchmarks. In
addition, it also performs comparably to GPT-4 on five RAG benchmarks in the
biomedical domain without instruction fine-tuning on biomedical data,
demonstrating its superb capability for generalization to new domains. | http://arxiv.org/abs/2407.02485v1 | http://arxiv.org/pdf/2407.02485v1 | cs.CL | RankRAG: Unifying Context Ranking with Retrieval-Augmented Generation in LLMs |
2024-07-02T17:58:23Z | cs.CL, cs.AI | 2024-07-02T17:58:23Z | Binxu Li, Tiankai Yan, Yuanting Pan, Zhe Xu, Jie Luo, Ruiyang Ji, Shilong Liu, Haoyu Dong, Zihao Lin, Yixin Wang | Multi-Modal Large Language Models (MLLMs), despite being successful, exhibit
limited generality and often fall short when compared to specialized models.
Recently, LLM-based agents have been developed to address these challenges by
selecting appropriate specialized models as tools based on user inputs.
However, such advancements have not been extensively explored within the
medical domain. To bridge this gap, this paper introduces the first agent
explicitly designed for the medical field, named \textbf{M}ulti-modal
\textbf{Med}ical \textbf{Agent} (MMedAgent). We curate an instruction-tuning
dataset comprising six medical tools solving seven tasks, enabling the agent to
choose the most suitable tools for a given task. Comprehensive experiments
demonstrate that MMedAgent achieves superior performance across a variety of
medical tasks compared to state-of-the-art open-source methods and even the
closed-source model, GPT-4o. Furthermore, MMedAgent exhibits efficiency in
updating and integrating new medical tools. | http://arxiv.org/abs/2407.02483v1 | http://arxiv.org/pdf/2407.02483v1 | cs.CL | MMedAgent: Learning to Use Medical Tools with Multi-modal Agent |
2024-07-02T17:55:03Z | cs.CV, cs.CL | 2024-07-02T17:55:03Z | Elmira Amirloo, Jean-Philippe Fauconnier, Christoph Roesmann, Christian Kerl, Rinu Boney, Yusu Qian, Zirui Wang, Afshin Dehghan, Yinfei Yang, Zhe Gan, Peter Grasch | Preference alignment has become a crucial component in enhancing the
performance of Large Language Models (LLMs), yet its impact in Multimodal Large
Language Models (MLLMs) remains comparatively underexplored. Similar to
language models, MLLMs for image understanding tasks encounter challenges like
hallucination. In MLLMs, hallucination can occur not only by stating incorrect
facts but also by producing responses that are inconsistent with the image
content. A primary objective of alignment for MLLMs is to encourage these
models to align responses more closely with image information. Recently,
multiple works have introduced preference datasets for MLLMs and examined
different alignment methods, including Direct Preference Optimization (DPO) and
Proximal Policy Optimization (PPO). However, due to variations in datasets,
base model types, and alignment methods, it remains unclear which specific
elements contribute most significantly to the reported improvements in these
works. In this paper, we independently analyze each aspect of preference
alignment in MLLMs. We start by categorizing the alignment algorithms into two
groups, offline (such as DPO), and online (such as online-DPO), and show that
combining offline and online methods can improve the performance of the model
in certain scenarios. We review a variety of published multimodal preference
datasets and discuss how the details of their construction impact model
performance. Based on these insights, we introduce a novel way of creating
multimodal preference data called Bias-Driven Hallucination Sampling (BDHS)
that needs neither additional annotation nor external models, and show that it
can achieve competitive performance to previously published alignment work for
multimodal models across a range of benchmarks. | http://arxiv.org/abs/2407.02477v1 | http://arxiv.org/pdf/2407.02477v1 | cs.CV | Understanding Alignment in Multimodal LLMs: A Comprehensive Study |
2024-07-02T17:51:27Z | cs.CL | 2024-07-02T17:51:27Z | Chan Young Park, Shuyue Stella Li, Hayoung Jung, Svitlana Volkova, Tanushree Mitra, David Jurgens, Yulia Tsvetkov | This study introduces ValueScope, a framework leveraging language models to
quantify social norms and values within online communities, grounded in social
science perspectives on normative structures. We employ ValueScope to dissect
and analyze linguistic and stylistic expressions across 13 Reddit communities
categorized under gender, politics, science, and finance. Our analysis provides
a quantitative foundation showing that even closely related communities exhibit
remarkably diverse norms. This diversity supports existing theories and adds a
new dimension--community preference--to understanding community interactions.
ValueScope not only delineates differing social norms among communities but
also effectively traces their evolution and the influence of significant
external events like the U.S. presidential elections and the emergence of new
sub-communities. The framework thus highlights the pivotal role of social norms
in shaping online interactions, presenting a substantial advance in both the
theory and application of social norm studies in digital spaces. | http://arxiv.org/abs/2407.02472v1 | http://arxiv.org/pdf/2407.02472v1 | cs.CL | ValueScope: Unveiling Implicit Norms and Values via Return Potential Model of Social Interactions |
2024-07-02T17:42:30Z | cs.CL, cs.AI, cs.LG | 2024-07-02T17:42:30Z | John Dang, Arash Ahmadian, Kelly Marchisio, Julia Kreutzer, Ahmet Üstün, Sara Hooker | Preference optimization techniques have become a standard final stage for
training state-of-art large language models (LLMs). However, despite widespread
adoption, the vast majority of work to-date has focused on first-class citizen
languages like English and Chinese. This captures a small fraction of the
languages in the world, but also makes it unclear which aspects of current
state-of-the-art research transfer to a multilingual setting. In this work, we
perform an exhaustive study to achieve a new state-of-the-art in aligning
multilingual LLMs. We introduce a novel, scalable method for generating
high-quality multilingual feedback data to balance data coverage. We establish
the benefits of cross-lingual transfer and increased dataset size in preference
training. Our preference-trained model achieves a 54.4% win-rate against Aya 23
8B, the current state-of-the-art multilingual LLM in its parameter class, and a
69.5% win-rate or higher against widely used models like Gemma-1.1-7B-it,
Llama-3-8B-Instruct, Mistral-7B-Instruct-v0.3. As a result of our study, we
expand the frontier of alignment techniques to 23 languages covering half of
the world's population. | http://arxiv.org/abs/2407.02552v1 | http://arxiv.org/pdf/2407.02552v1 | cs.CL | RLHF Can Speak Many Languages: Unlocking Multilingual Preference Optimization for LLMs |
2024-07-02T17:26:26Z | cs.CL, cs.AI | 2024-07-02T17:26:26Z | Kheir Eddine Daouadi, Yaakoub Boualleg, Kheir Eddine Haouaouchi | Today, hate speech classification from Arabic tweets has drawn the attention
of several researchers. Many systems and techniques have been developed to
resolve this classification task. Nevertheless, two of the major challenges
faced in this context are the limited performance and the problem of imbalanced
data. In this study, we propose a novel approach that leverages ensemble
learning and semi-supervised learning based on previously manually labeled. We
conducted experiments on a benchmark dataset by classifying Arabic tweets into
5 distinct classes: non-hate, general hate, racial, religious, or sexism.
Experimental results show that: (1) ensemble learning based on pre-trained
language models outperforms existing related works; (2) Our proposed data
augmentation improves the accuracy results of hate speech detection from Arabic
tweets and outperforms existing related works. Our main contribution is the
achievement of encouraging results in Arabic hate speech detection. | http://arxiv.org/abs/2407.02448v1 | http://arxiv.org/pdf/2407.02448v1 | cs.CL | Ensemble of pre-trained language models and data augmentation for hate speech detection from Arabic tweets |
2024-07-02T17:22:54Z | cs.CL, cs.AI | 2024-07-02T17:22:54Z | Margaret Li, Weijia Shi, Artidoro Pagnoni, Peter West, Ari Holtzman | RLHF-aligned LMs have shown unprecedented ability on both benchmarks and
long-form text generation, yet they struggle with one foundational task:
next-token prediction. As RLHF models become agent models aimed at interacting
with humans, they seem to lose their world modeling -- the ability to predict
what comes next in arbitrary documents, which is the foundational training
objective of the Base LMs that RLHF adapts.
Besides empirically demonstrating this trade-off, we propose a potential
explanation: to perform coherent long-form generation, RLHF models restrict
randomness via implicit blueprints. In particular, RLHF models concentrate
probability on sets of anchor spans that co-occur across multiple generations
for the same prompt, serving as textual scaffolding but also limiting a model's
ability to generate documents that do not include these spans. We study this
trade-off on the most effective current agent models, those aligned with RLHF,
while exploring why this may remain a fundamental trade-off between models that
act and those that predict, even as alignment techniques improve. | http://arxiv.org/abs/2407.02446v1 | http://arxiv.org/pdf/2407.02446v1 | cs.CL | Predicting vs. Acting: A Trade-off Between World Modeling & Agent Modeling |
2024-07-02T17:09:24Z | cs.CL, cs.LG | 2024-07-02T17:09:24Z | Dorothea MacPhail, David Harbecke, Lisa Raithel, Sebastian Möller | An adverse drug effect (ADE) is any harmful event resulting from medical drug
treatment. Despite their importance, ADEs are often under-reported in official
channels. Some research has therefore turned to detecting discussions of ADEs
in social media. Impressive results have been achieved in various attempts to
detect ADEs. In a high-stakes domain such as medicine, however, an in-depth
evaluation of a model's abilities is crucial. We address the issue of thorough
performance evaluation in English-language ADE detection with hand-crafted
templates for four capabilities: Temporal order, negation, sentiment, and
beneficial effect. We find that models with similar performance on held-out
test sets have varying results on these capabilities. | http://arxiv.org/abs/2407.02432v1 | http://arxiv.org/pdf/2407.02432v1 | cs.CL | Evaluating the Robustness of Adverse Drug Event Classification Models Using Templates |
2024-07-02T16:31:37Z | cs.CL, cs.LG | 2024-07-02T16:31:37Z | Song Wang, Peng Wang, Tong Zhou, Yushun Dong, Zhen Tan, Jundong Li | As Large Language Models (LLMs) are increasingly deployed to handle various
natural language processing (NLP) tasks, concerns regarding the potential
negative societal impacts of LLM-generated content have also arisen. To
evaluate the biases exhibited by LLMs, researchers have recently proposed a
variety of datasets. However, existing bias evaluation efforts often focus on
only a particular type of bias and employ inconsistent evaluation metrics,
leading to difficulties in comparison across different datasets and LLMs. To
address these limitations, we collect a variety of datasets designed for the
bias evaluation of LLMs, and further propose CEB, a Compositional Evaluation
Benchmark that covers different types of bias across different social groups
and tasks. The curation of CEB is based on our newly proposed compositional
taxonomy, which characterizes each dataset from three dimensions: bias types,
social groups, and tasks. By combining the three dimensions, we develop a
comprehensive evaluation strategy for the bias in LLMs. Our experiments
demonstrate that the levels of bias vary across these dimensions, thereby
providing guidance for the development of specific bias mitigation methods. | http://arxiv.org/abs/2407.02408v1 | http://arxiv.org/pdf/2407.02408v1 | cs.CL | CEB: Compositional Evaluation Benchmark for Fairness in Large Language Models |
2024-07-02T16:15:01Z | cs.CL | 2024-07-02T16:15:01Z | Manya Wadhwa, Xinyu Zhao, Junyi Jessy Li, Greg Durrett | Recent work has explored the capability of large language models (LLMs) to
identify and correct errors in LLM-generated responses. These refinement
approaches frequently evaluate what sizes of models are able to do refinement
for what problems, but less attention is paid to what effective feedback for
refinement looks like. In this work, we propose looking at refinement with
feedback as a composition of three distinct LLM competencies: (1)
identification of bad generations; (2) fine-grained natural language feedback
generation; (3) refining with fine-grained feedback. The first step can be
implemented with a high-performing discriminative model and steps 2 and 3 can
be implemented either via prompted or fine-tuned LLMs. A key property of this
approach is that the step 2 critique model can give fine-grained feedback about
errors, made possible by offloading the discrimination to a separate model in
step 1. We show that models of different capabilities benefit from refining
with this approach on the task of improving factual consistency of document
grounded summaries. Overall, our proposed method consistently outperforms
existing end-to-end refinement approaches and current trained models not
fine-tuned for factuality critiquing. | http://arxiv.org/abs/2407.02397v1 | http://arxiv.org/pdf/2407.02397v1 | cs.CL | Learning to Refine with Fine-Grained Natural Language Feedback |
2024-07-02T16:13:21Z | cs.SE, cs.CL | 2024-07-02T16:13:21Z | Jiexin Wang, Xitong Luo, Liuwen Cao, Hongkui He, Hailin Huang, Jiayuan Xie, Adam Jatowt, Yi Cai | Large language models (LLMs) have brought significant advancements to code
generation and code repair, benefiting both novice and experienced developers.
However, their training using unsanitized data from open-source repositories,
like GitHub, raises the risk of inadvertently propagating security
vulnerabilities. Despite numerous studies investigating the safety of code
LLMs, there remains a gap in comprehensively addressing their security
features. In this work, we aim to present a comprehensive study aimed at
precisely evaluating and enhancing the security aspects of code LLMs. To
support our research, we introduce CodeSecEval, a meticulously curated dataset
designed to address 44 critical vulnerability types with 180 distinct samples.
CodeSecEval serves as the foundation for the automatic evaluation of code
models in two crucial tasks: code generation and code repair, with a strong
emphasis on security. Our experimental results reveal that current models
frequently overlook security issues during both code generation and repair
processes, resulting in the creation of vulnerable code. In response, we
propose different strategies that leverage vulnerability-aware information and
insecure code explanations to mitigate these security vulnerabilities.
Furthermore, our findings highlight that certain vulnerability types
particularly challenge model performance, influencing their effectiveness in
real-world applications. Based on these findings, we believe our study will
have a positive impact on the software engineering community, inspiring the
development of improved methods for training and utilizing LLMs, thereby
leading to safer and more trustworthy model deployment. | http://arxiv.org/abs/2407.02395v1 | http://arxiv.org/pdf/2407.02395v1 | cs.SE | Is Your AI-Generated Code Really Secure? Evaluating Large Language Models on Secure Code Generation with CodeSecEval |
2024-07-02T16:02:25Z | cs.CV, cs.AI, cs.CL, cs.LG, cs.MM | 2024-07-02T16:02:25Z | Sayan Nag, Koustava Goswami, Srikrishna Karanam | Referring Expression Segmentation (RES) aims to provide a segmentation mask
of the target object in an image referred to by the text (i.e., referring
expression). Existing methods require large-scale mask annotations. Moreover,
such approaches do not generalize well to unseen/zero-shot scenarios. To
address the aforementioned issues, we propose a weakly-supervised bootstrapping
architecture for RES with several new algorithmic innovations. To the best of
our knowledge, ours is the first approach that considers only a fraction of
both mask and box annotations (shown in Figure 1 and Table 1) for training. To
enable principled training of models in such low-annotation settings, improve
image-text region-level alignment, and further enhance spatial localization of
the target object in the image, we propose Cross-modal Fusion with Attention
Consistency module. For automatic pseudo-labeling of unlabeled samples, we
introduce a novel Mask Validity Filtering routine based on a spatially aware
zero-shot proposal scoring approach. Extensive experiments show that with just
30% annotations, our model SafaRi achieves 59.31 and 48.26 mIoUs as compared to
58.93 and 48.19 mIoUs obtained by the fully-supervised SOTA method SeqTR
respectively on RefCOCO+@testA and RefCOCO+testB datasets. SafaRi also
outperforms SeqTR by 11.7% (on RefCOCO+testA) and 19.6% (on RefCOCO+testB) in a
fully-supervised setting and demonstrates strong generalization capabilities in
unseen/zero-shot tasks. | http://arxiv.org/abs/2407.02389v1 | http://arxiv.org/pdf/2407.02389v1 | cs.CV | SafaRi:Adaptive Sequence Transformer for Weakly Supervised Referring Expression Segmentation |
2024-07-02T15:19:46Z | cs.CL, cs.AI, cs.HC | 2024-07-02T15:19:46Z | Lina M. Rojas-Barahona | In this dissertation I would like to guide the reader to the research on
dialogue but more precisely the research I have conducted during my career
since my PhD thesis. Starting from modular architectures with machine
learning/deep learning and reinforcement learning to end-to-end deep neural
networks. Besides my work as research associate, I also present the work I have
supervised in the last years.
I review briefly the state of the art and highlight the open research
problems on conversational agents. Afterwards, I present my contribution to
Task-Oriented Dialogues (TOD), both as research associate and as the industrial
supervisor of CIFRE theses. I discuss conversational QA. Particularly, I
present the work of two PhD candidates Thibault Cordier and Sebastien Montella;
as well as the work of the young researcher Quentin Brabant. Finally, I present
the scientific project, where I discuss about Large Language Models (LLMs) for
Task-Oriented Dialogue and Multimodal Task-Oriented Dialogue. | http://arxiv.org/abs/2407.02354v1 | http://arxiv.org/pdf/2407.02354v1 | cs.CL | Talking to Machines: do you read me? |
2024-07-02T15:17:44Z | cs.CL | 2024-07-02T15:17:44Z | Pritish Sahu, Karan Sikka, Ajay Divakaran | Large Visual Language Models (LVLMs) struggle with hallucinations in visual
instruction following task(s), limiting their trustworthiness and real-world
applicability. We propose Pelican -- a novel framework designed to detect and
mitigate hallucinations through claim verification. Pelican first decomposes
the visual claim into a chain of sub-claims based on first-order predicates.
These sub-claims consist of (predicate, question) pairs and can be
conceptualized as nodes of a computational graph. We then use
Program-of-Thought prompting to generate Python code for answering these
questions through flexible composition of external tools. Pelican improves over
prior work by introducing (1) intermediate variables for precise grounding of
object instances, and (2) shared computation for answering the sub-question to
enable adaptive corrections and inconsistency identification. We finally use
reasoning abilities of LLM to verify the correctness of the the claim by
considering the consistency and confidence of the (question, answer) pairs from
each sub-claim. Our experiments reveal a drop in hallucination rate by
$\sim$8%-32% across various baseline LVLMs and a 27% drop compared to
approaches proposed for hallucination mitigation on MMHal-Bench. Results on two
other benchmarks further corroborate our results. | http://arxiv.org/abs/2407.02352v1 | http://arxiv.org/pdf/2407.02352v1 | cs.CL | Pelican: Correcting Hallucination in Vision-LLMs via Claim Decomposition and Program of Thought Verification |
2024-07-02T15:16:46Z | cs.CL | 2024-07-02T15:16:46Z | Ivan Vykopal, Matúš Pikuliak, Simon Ostermann, Marián Šimko | The dissemination of false information across online platforms poses a
serious societal challenge, necessitating robust measures for information
verification. While manual fact-checking efforts are still instrumental, the
growing volume of false information requires automated methods. Large language
models (LLMs) offer promising opportunities to assist fact-checkers, leveraging
LLM's extensive knowledge and robust reasoning capabilities. In this survey
paper, we investigate the utilization of generative LLMs in the realm of
fact-checking, illustrating various approaches that have been employed and
techniques for prompting or fine-tuning LLMs. By providing an overview of
existing approaches, this survey aims to improve the understanding of utilizing
LLMs in fact-checking and to facilitate further progress in LLMs' involvement
in this process. | http://arxiv.org/abs/2407.02351v1 | http://arxiv.org/pdf/2407.02351v1 | cs.CL | Generative Large Language Models in Automated Fact-Checking: A Survey |
2024-07-02T15:12:34Z | cs.CL | 2024-07-02T15:12:34Z | Yihong Tang, Bo Wang, Dongming Zhao, Xiaojia Jin, Jijun Zhang, Ruifang He, Yuexian Hou | Personalized Dialogue Generation (PDG) aims to create coherent responses
according to roles or personas. Traditional PDG relies on external role data,
which can be scarce and raise privacy concerns. Approaches address these issues
by extracting role information from dialogue history, which often fail to
generically model roles in continuous space. To overcome these limitations, we
introduce a novel framework \textbf{MO}dels \textbf{R}oles from
\textbf{P}ersonalized Dialogue \textbf{H}istory by \textbf{E}xploring and
\textbf{U}tilizing Latent \textbf{S}pace (MORPHEUS) through a three-stage
training process. Specifically, we create a persona codebook to represent roles
in latent space compactly, and this codebook is used to construct a posterior
distribution of role information. This method enables the model to generalize
across roles, allowing the generation of personalized dialogues even for unseen
roles. Experiments on both Chinese and English datasets demonstrate that
MORPHEUS enhances the extraction of role information, and improves response
generation without external role data. Additionally, MORPHEUS can be considered
an efficient fine-tuning for large language models. | http://arxiv.org/abs/2407.02345v1 | http://arxiv.org/pdf/2407.02345v1 | cs.CL | MORPHEUS: Modeling Role from Personalized Dialogue History by Exploring and Utilizing Latent Space |
2024-07-02T15:07:54Z | cs.CL, cs.AI | 2024-07-02T15:07:54Z | Wenna Lai, Haoran Xie, Guandong Xu, Qing Li | With an increasing social demand for fine-grained sentiment analysis (SA),
implicit sentiment analysis (ISA) poses a significant challenge with the
absence of salient cue words in expressions. It necessitates reliable reasoning
to understand how the sentiment is aroused and thus determine implicit
sentiments. In the era of Large Language Models (LLMs), Encoder-Decoder (ED)
LLMs have gained popularity to serve as backbone models for SA applications,
considering impressive text comprehension and reasoning ability among diverse
tasks. On the other hand, Decoder-only (DO) LLMs exhibit superior natural
language generation and in-context learning capabilities. However, their
responses may contain misleading or inaccurate information. To identify
implicit sentiment with reliable reasoning, this study proposes RVISA, a
two-stage reasoning framework that harnesses the generation ability of DO LLMs
and the reasoning ability of ED LLMs to train an enhanced reasoner.
Specifically, we adopt three-hop reasoning prompting to explicitly furnish
sentiment elements as cues. The generated rationales are utilized to fine-tune
an ED LLM into a skilled reasoner. Additionally, we develop a straightforward
yet effective verification mechanism to ensure the reliability of the reasoning
learning. We evaluated the proposed method on two benchmark datasets and
achieved state-of-the-art results in ISA performance. | http://arxiv.org/abs/2407.02340v1 | http://arxiv.org/pdf/2407.02340v1 | cs.CL | RVISA: Reasoning and Verification for Implicit Sentiment Analysis |
2024-07-02T15:05:47Z | cs.CL | 2024-07-02T15:05:47Z | Jafar Isbarov, Kavsar Huseynova, Elvin Mammadov, Mammad Hajili | The emergence of multilingual large language models has enabled the
development of language understanding and generation systems in Azerbaijani.
However, most of the production-grade systems rely on cloud solutions, such as
GPT-4. While there have been several attempts to develop open foundation models
for Azerbaijani, these works have not found their way into common use due to a
lack of systemic benchmarking. This paper encompasses several lines of work
that promote open-source foundation models for Azerbaijani. We introduce (1) a
large text corpus for Azerbaijani, (2) a family of encoder-only language models
trained on this dataset, (3) labeled datasets for evaluating these models, and
(4) extensive evaluation that covers all major open-source models with
Azerbaijani support. | http://arxiv.org/abs/2407.02337v1 | http://arxiv.org/pdf/2407.02337v1 | cs.CL | Open foundation models for Azerbaijani language |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 41