publication_date
stringlengths 20
20
| doc_url
stringlengths 33
34
| id
stringlengths 33
34
| authors
stringlengths 5
20.1k
| update_date
stringlengths 20
20
| category_all
stringlengths 5
138
| abstract
stringlengths 123
3.09k
| category_primary
stringclasses 78
values | title
stringlengths 10
211
|
---|---|---|---|---|---|---|---|---|
2023-09-21T13:45:32Z | http://arxiv.org/pdf/2309.12075v3 | http://arxiv.org/abs/2309.12075v3 | Valentin Leonhard Buchner, Lele Cao, Jan-Christoph Kalo, Vilhelm von Ehrenheim | 2024-04-12T12:25:50Z | cs.CL, cs.AI, 68T50, I.2.7; I.2.0 | Prompt Tuning is emerging as a scalable and cost-effective method to
fine-tune Pretrained Language Models (PLMs), which are often referred to as
Large Language Models (LLMs). This study benchmarks the performance and
computational efficiency of Prompt Tuning and baselines for multi-label text
classification. This is applied to the challenging task of classifying
companies into an investment firm's proprietary industry taxonomy, supporting
their thematic investment strategy. Text-to-text classification is frequently
reported to outperform task-specific classification heads, but has several
limitations when applied to a multi-label classification problem where each
label consists of multiple tokens: (a) Generated labels may not match any label
in the label taxonomy; (b) The fine-tuning process lacks permutation invariance
and is sensitive to the order of the provided labels; (c) The model provides
binary decisions rather than appropriate confidence scores. Limitation (a) is
addressed by applying constrained decoding using Trie Search, which slightly
improves classification performance. All limitations (a), (b), and (c) are
addressed by replacing the PLM's language head with a classification head,
which is referred to as Prompt Tuned Embedding Classification (PTEC). This
improves performance significantly, while also reducing computational costs
during inference. In our industrial application, the training data is skewed
towards well-known companies. We confirm that the model's performance is
consistent across both well-known and less-known companies. Our overall results
indicate the continuing need to adapt state-of-the-art methods to
domain-specific tasks, even in the era of PLMs with strong generalization
abilities. We release our codebase and a benchmarking dataset at
https://github.com/EQTPartners/PTEC. | cs.CL | Prompt Tuned Embedding Classification for Multi-Label Industry Sector Allocation |
2023-09-21T13:39:54Z | http://arxiv.org/pdf/2309.12071v1 | http://arxiv.org/abs/2309.12071v1 | Matheus L. O. Santos, Cláudio E. C. Campelo | 2023-09-21T13:39:54Z | cs.AI, cs.CL, 53-04, I.2.7; I.2.0 | Although Large Language Models (LLMs) represent a revolution in the way we
interact with computers, allowing the construction of complex questions and the
ability to reason over a sequence of statements, their use is restricted due to
the need for dedicated hardware for execution. In this study, we evaluate the
performance of LLMs based on the 7 and 13 billion LLaMA models, subjected to a
quantization process and run on home hardware. The models considered were
Alpaca, Koala, and Vicuna. To evaluate the effectiveness of these models, we
developed a database containing 1,006 questions from the ENEM (Brazilian
National Secondary School Exam). Our analysis revealed that the best performing
models achieved an accuracy of approximately 46% for the original texts of the
Portuguese questions and 49% on their English translations. In addition, we
evaluated the computational efficiency of the models by measuring the time
required for execution. On average, the 7 and 13 billion LLMs took
approximately 20 and 50 seconds, respectively, to process the queries on a
machine equipped with an AMD Ryzen 5 3600x processor | cs.AI | Benchmarking quantized LLaMa-based models on the Brazilian Secondary School Exam |
2023-09-21T13:24:01Z | http://arxiv.org/pdf/2309.12056v2 | http://arxiv.org/abs/2309.12056v2 | Jinzhao Zhou, Yiqun Duan, Yu-Cheng Chang, Yu-Kai Wang, Chin-Teng Lin | 2023-12-10T02:15:31Z | cs.AI, cs.CL, eess.SP | This paper presents BELT, a novel model and learning framework for the
pivotal topic of brain-to-language translation research. The translation from
noninvasive brain signals into readable natural language has the potential to
promote the application scenario as well as the development of brain-computer
interfaces (BCI) as a whole. The critical problem in brain signal decoding or
brain-to-language translation is the acquisition of semantically appropriate
and discriminative EEG representation from a dataset of limited scale and
quality. The proposed BELT method is a generic and efficient framework that
bootstraps EEG representation learning using off-the-shelf large-scale
pretrained language models (LMs). With a large LM's capacity for understanding
semantic information and zero-shot generalization, BELT utilizes large LMs
trained on Internet-scale datasets to bring significant improvements to the
understanding of EEG signals.
In particular, the BELT model is composed of a deep conformer encoder and a
vector quantization encoder. Semantical EEG representation is achieved by a
contrastive learning step that provides natural language supervision. We
achieve state-of-the-art results on two featuring brain decoding tasks
including the brain-to-language translation and zero-shot sentiment
classification. Specifically, our model surpasses the baseline model on both
tasks by 5.45% and over 10% and archives a 42.31% BLEU-1 score and 67.32%
precision on the main evaluation metrics for translation and zero-shot
sentiment classification respectively. | cs.AI | BELT:Bootstrapping Electroencephalography-to-Language Decoding and Zero-Shot Sentiment Classification by Natural Language Supervision |
2023-09-21T13:20:13Z | http://arxiv.org/pdf/2309.12053v5 | http://arxiv.org/abs/2309.12053v5 | Huang Huang, Fei Yu, Jianqing Zhu, Xuening Sun, Hao Cheng, Dingjie Song, Zhihong Chen, Abdulmohsen Alharthi, Bang An, Juncai He, Ziche Liu, Zhiyi Zhang, Junying Chen, Jianquan Li, Benyou Wang, Lian Zhang, Ruoyu Sun, Xiang Wan, Haizhou Li, Jinchao Xu | 2024-04-02T06:04:16Z | cs.CL | This paper is devoted to the development of a localized Large Language Model
(LLM) specifically for Arabic, a language imbued with unique cultural
characteristics inadequately addressed by current mainstream models.
Significant concerns emerge when addressing cultural sensitivity and local
values. To address this, the paper proposes a comprehensive solution that
includes further pre-training with Arabic texts, Supervised Fine-Tuning (SFT)
utilizing native Arabic instructions, and GPT-4 responses in Arabic, alongside
Reinforcement Learning with AI Feedback (RLAIF) employing a reward model
attuned to local culture and values. The goal is to cultivate culturally
cognizant and value-aligned Arabic LLMs capable of accommodating the diverse,
application-specific needs of Arabic-speaking communities.
Comprehensive evaluations reveal that the resulting model, dubbed `AceGPT',
sets the state-of-the-art standard for open Arabic LLMs across various
benchmarks. Codes, data, and models are in
https://github.com/FreedomIntelligence/AceGPT. | cs.CL | AceGPT, Localizing Large Language Models in Arabic |
2023-09-21T12:51:24Z | http://arxiv.org/pdf/2309.12030v2 | http://arxiv.org/abs/2309.12030v2 | Masato Mita, Soichiro Murakami, Akihiko Kato, Peinan Zhang | 2024-06-17T06:37:32Z | cs.CL | In response to the limitations of manual ad creation, significant research
has been conducted in the field of automatic ad text generation (ATG). However,
the lack of comprehensive benchmarks and well-defined problem sets has made
comparing different methods challenging. To tackle these challenges, we
standardize the task of ATG and propose a first benchmark dataset, CAMERA,
carefully designed and enabling the utilization of multi-modal information and
facilitating industry-wise evaluations. Our extensive experiments with a
variety of nine baselines, from classical methods to state-of-the-art models
including large language models (LLMs), show the current state and the
remaining challenges. We also explore how existing metrics in ATG and an
LLM-based evaluator align with human evaluations. | cs.CL | Striking Gold in Advertising: Standardization and Exploration of Ad Text Generation |
2023-09-21T12:13:55Z | http://arxiv.org/pdf/2309.11998v4 | http://arxiv.org/abs/2309.11998v4 | Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Tianle Li, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zhuohan Li, Zi Lin, Eric P. Xing, Joseph E. Gonzalez, Ion Stoica, Hao Zhang | 2024-03-10T19:34:57Z | cs.CL, cs.AI | Studying how people interact with large language models (LLMs) in real-world
scenarios is increasingly important due to their widespread use in various
applications. In this paper, we introduce LMSYS-Chat-1M, a large-scale dataset
containing one million real-world conversations with 25 state-of-the-art LLMs.
This dataset is collected from 210K unique IP addresses in the wild on our
Vicuna demo and Chatbot Arena website. We offer an overview of the dataset's
content, including its curation process, basic statistics, and topic
distribution, highlighting its diversity, originality, and scale. We
demonstrate its versatility through four use cases: developing content
moderation models that perform similarly to GPT-4, building a safety benchmark,
training instruction-following models that perform similarly to Vicuna, and
creating challenging benchmark questions. We believe that this dataset will
serve as a valuable resource for understanding and advancing LLM capabilities.
The dataset is publicly available at
https://huggingface.co/datasets/lmsys/lmsys-chat-1m. | cs.CL | LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset |
2023-09-21T11:34:52Z | http://arxiv.org/pdf/2309.11981v3 | http://arxiv.org/abs/2309.11981v3 | Patricio Vera, Pedro Moya, Lisa Barraza | 2023-10-05T02:58:52Z | cs.CL, cs.AI | In the burgeoning field of artificial intelligence (AI), the unprecedented
progress of large language models (LLMs) in natural language processing (NLP)
offers an opportunity to revisit the entire approach of traditional metrics of
machine intelligence, both in form and content. As the realm of machine
cognitive evaluation has already reached Imitation, the next step is an
efficient Language Acquisition and Understanding. Our paper proposes a paradigm
shift from the established Turing Test towards an all-embracing framework that
hinges on language acquisition, taking inspiration from the recent advancements
in LLMs. The present contribution is deeply tributary of the excellent work
from various disciplines, point out the need to keep interdisciplinary bridges
open, and delineates a more robust and sustainable approach. | cs.CL | Rethinking the Evaluating Framework for Natural Language Understanding in AI Systems: Language Acquisition as a Core for Future Metrics |
2023-09-21T11:26:36Z | http://arxiv.org/pdf/2309.11979v1 | http://arxiv.org/abs/2309.11979v1 | Jiashu Lou | 2023-09-21T11:26:36Z | q-fin.CP, cs.CL, cs.LG | With the rapid development of big data and computing devices, low-latency
automatic trading platforms based on real-time information acquisition have
become the main components of the stock trading market, so the topic of
quantitative trading has received widespread attention. And for non-strongly
efficient trading markets, human emotions and expectations always dominate
market trends and trading decisions. Therefore, this paper starts from the
theory of emotion, taking East Money as an example, crawling user comment
titles data from its corresponding stock bar and performing data cleaning.
Subsequently, a natural language processing model BERT was constructed, and the
BERT model was fine-tuned using existing annotated data sets. The experimental
results show that the fine-tuned model has different degrees of performance
improvement compared to the original model and the baseline model.
Subsequently, based on the above model, the user comment data crawled is
labeled with emotional polarity, and the obtained label information is combined
with the Alpha191 model to participate in regression, and significant
regression results are obtained. Subsequently, the regression model is used to
predict the average price change for the next five days, and use it as a signal
to guide automatic trading. The experimental results show that the
incorporation of emotional factors increased the return rate by 73.8\% compared
to the baseline during the trading period, and by 32.41\% compared to the
original alpha191 model. Finally, we discuss the advantages and disadvantages
of incorporating emotional factors into quantitative trading, and give possible
directions for further research in the future. | q-fin.CP | Stock Market Sentiment Classification and Backtesting via Fine-tuned BERT |
2023-09-21T10:55:26Z | http://arxiv.org/pdf/2309.13080v1 | http://arxiv.org/abs/2309.13080v1 | Elena Shushkevich, Long Mai, Manuel V. Loureiro, Steven Derby, Tri Kurniawan Wijaya | 2023-09-21T10:55:26Z | cs.CL, cs.LG | Nowadays, the use of intelligent systems to detect redundant information in
news articles has become especially prevalent with the proliferation of news
media outlets in order to enhance user experience. However, the heterogeneous
nature of news can lead to spurious findings in these systems: Simple
heuristics such as whether a pair of news are both about politics can provide
strong but deceptive downstream performance. Segmenting news similarity
datasets into topics improves the training of these models by forcing them to
learn how to distinguish salient characteristics under more narrow domains.
However, this requires the existence of topic-specific datasets, which are
currently lacking. In this article, we propose a new dataset of similar news,
SPICED, which includes seven topics: Crime & Law, Culture & Entertainment,
Disasters & Accidents, Economy & Business, Politics & Conflicts, Science &
Technology, and Sports. Futhermore, we present four distinct approaches for
generating news pairs, which are used in the creation of datasets specifically
designed for news similarity detection task. We benchmarked the created
datasets using MinHash, BERT, SBERT, and SimCSE models. | cs.CL | SPICED: News Similarity Detection Dataset with Multiple Topics and Complexity Levels |
2023-09-21T09:38:56Z | http://arxiv.org/pdf/2309.11925v1 | http://arxiv.org/abs/2309.11925v1 | Ricardo Rei, Nuno M. Guerreiro, José Pombal, Daan van Stigt, Marcos Treviso, Luisa Coheur, José G. C. de Souza, André F. T. Martins | 2023-09-21T09:38:56Z | cs.CL | We present the joint contribution of Unbabel and Instituto Superior T\'ecnico
to the WMT 2023 Shared Task on Quality Estimation (QE). Our team participated
on all tasks: sentence- and word-level quality prediction (task 1) and
fine-grained error span detection (task 2). For all tasks, we build on the
COMETKIWI-22 model (Rei et al., 2022b). Our multilingual approaches are ranked
first for all tasks, reaching state-of-the-art performance for quality
estimation at word-, span- and sentence-level granularity. Compared to the
previous state-of-the-art COMETKIWI-22, we show large improvements in
correlation with human judgements (up to 10 Spearman points). Moreover, we
surpass the second-best multilingual submission to the shared-task with up to
3.8 absolute points. | cs.CL | Scaling up COMETKIWI: Unbabel-IST 2023 Submission for the Quality Estimation Shared Task |
2023-09-21T09:22:07Z | http://arxiv.org/pdf/2309.11911v4 | http://arxiv.org/abs/2309.11911v4 | Shanglin Lei, Guanting Dong, Xiaoping Wang, Keheng Wang, Sirui Wang | 2024-03-12T12:54:36Z | cs.CL | The field of emotion recognition of conversation (ERC) has been focusing on
separating sentence feature encoding and context modeling, lacking exploration
in generative paradigms based on unified designs. In this study, we propose a
novel approach,
\textbf{InstructERC}, to reformulate the ERC task from a discriminative
framework to a generative framework based on Large Language Models (LLMs).
InstructERC makes three significant contributions: (1) it introduces a simple
yet effective retrieval template module, which helps the model explicitly
integrate multi-granularity dialogue supervision information. (2) We introduce
two additional emotion alignment tasks, namely speaker identification and
emotion prediction tasks, to implicitly model the dialogue role relationships
and future emotional tendencies in conversations. (3) Pioneeringly, we unify
emotion labels across benchmarks through the feeling wheel to fit real
application scenarios. InstructERC still perform impressively on this unified
dataset. Our LLM-based plugin framework significantly outperforms all previous
models and achieves comprehensive SOTA on three commonly used ERC datasets.
Extensive analysis of parameter-efficient and data-scaling experiments provides
empirical guidance for applying it in practical scenarios. Our code and aligned
unified dataset (UIME) can be found in the Github link.\footnote{You can find
the offical realization in the Github link:
https://github.com/LIN-SHANG/InstructERC} | cs.CL | InstructERC: Reforming Emotion Recognition in Conversation with a Retrieval Multi-task LLMs Framework |
2023-09-21T09:02:28Z | http://arxiv.org/pdf/2309.13079v2 | http://arxiv.org/abs/2309.13079v2 | Yidong Liu, FuKai Shang, Fang Wang, Rui Xu, Jun Wang, Wei Li, Yao Li, Conghui He | 2023-09-26T10:38:19Z | cs.CL, cs.AI | With the advancement of deep learning technologies, general-purpose large
models such as GPT-4 have demonstrated exceptional capabilities across various
domains. Nevertheless, there remains a demand for high-quality, domain-specific
outputs in areas like healthcare, law, and finance. This paper first evaluates
the existing large models for specialized domains and discusses their
limitations. To cater to the specific needs of certain domains, we introduce
the ``MiChao-HuaFen 1.0'' pre-trained corpus dataset, tailored for the news and
governmental sectors. The dataset, sourced from publicly available internet
data from 2022, underwent multiple rounds of cleansing and processing to ensure
high quality and reliable origins, with provisions for consistent and stable
updates. This dataset not only supports the pre-training of large models for
Chinese vertical domains but also aids in propelling deep learning research and
applications in related fields. | cs.CL | MiChao-HuaFen 1.0: A Specialized Pre-trained Corpus Dataset for Domain-specific Large Models |
2023-09-21T08:59:24Z | http://arxiv.org/pdf/2309.11896v1 | http://arxiv.org/abs/2309.11896v1 | Sarah Masud, Ashutosh Bajpai, Tanmoy Chakraborty | 2023-09-21T08:59:24Z | cs.CL, cs.CY | Although pre-trained large language models (PLMs) have achieved
state-of-the-art on many NLP tasks, they lack understanding of subtle
expressions of implicit hate speech. Such nuanced and implicit hate is often
misclassified as non-hate. Various attempts have been made to enhance the
detection of (implicit) hate content by augmenting external context or
enforcing label separation via distance-based metrics. We combine these two
approaches and introduce FiADD, a novel Focused Inferential Adaptive Density
Discrimination framework. FiADD enhances the PLM finetuning pipeline by
bringing the surface form of an implicit hate speech closer to its implied form
while increasing the inter-cluster distance among various class labels. We test
FiADD on three implicit hate datasets and observe significant improvement in
the two-way and three-way hate classification tasks. We further experiment on
the generalizability of FiADD on three other tasks, namely detecting sarcasm,
irony, and stance, in which surface and implied forms differ, and observe
similar performance improvement. We analyze the generated latent space to
understand its evolution under FiADD, which corroborates the advantage of
employing FiADD for implicit hate speech detection. | cs.CL | Focal Inferential Infusion Coupled with Tractable Density Discrimination for Implicit Hate Speech Detection |
2023-09-21T08:59:13Z | http://arxiv.org/pdf/2309.11895v3 | http://arxiv.org/abs/2309.11895v3 | Yang Wang, Qibin Liang, Chenghao Xiao, Yizhi Li, Noura Al Moubayed, Chenghua Lin | 2023-10-19T21:32:01Z | cs.SD, cs.AI, cs.CL, eess.AS | Audio classification plays a crucial role in speech and sound processing
tasks with a wide range of applications. There still remains a challenge of
striking the right balance between fitting the model to the training data
(avoiding overfitting) and enabling it to generalise well to a new domain.
Leveraging the transferability of contrastive learning, we introduce Audio
Contrastive-based Fine-tuning (AudioConFit), an efficient approach
characterised by robust generalisability. Empirical experiments on a variety of
audio classification tasks demonstrate the effectiveness and robustness of our
approach, which achieves state-of-the-art results in various settings. | cs.SD | Audio Contrastive based Fine-tuning |
2023-09-21T08:45:41Z | http://arxiv.org/pdf/2309.11888v2 | http://arxiv.org/abs/2309.11888v2 | Yanggan Gu, Yang Hou, Zhefeng Wang, Xinyu Duan, Zhenghua Li | 2024-03-26T08:04:36Z | cs.CL | This work revisits the topic of jointly parsing constituency and dependency
trees, i.e., to produce compatible constituency and dependency trees
simultaneously for input sentences, which is attractive considering that the
two types of trees are complementary in representing syntax. The original work
of Zhou and Zhao (2019) performs joint parsing only at the inference phase.
They train two separate parsers under the multi-task learning framework (i.e.,
one shared encoder and two independent decoders). They design an ad-hoc dynamic
programming-based decoding algorithm of $O(n^5)$ time complexity for finding
optimal compatible tree pairs. Compared to their work, we make progress in
three aspects: (1) adopting a much more efficient decoding algorithm of
$O(n^4)$ time complexity, (2) exploring joint modeling at the training phase,
instead of only at the inference phase, (3) proposing high-order scoring
components to promote constituent-dependency interaction. We conduct
experiments and analysis on seven languages, covering both rich-resource and
low-resource scenarios. Results and analysis show that joint modeling leads to
a modest overall performance boost over separate modeling, but substantially
improves the complete matching ratio of whole trees, thanks to the explicit
modeling of tree compatibility. | cs.CL | High-order Joint Constituency and Dependency Parsing |
2023-09-21T08:14:34Z | http://arxiv.org/pdf/2309.11869v1 | http://arxiv.org/abs/2309.11869v1 | Jonathan Dunn | 2023-09-21T08:14:34Z | cs.CL | While language is a complex adaptive system, most work on syntactic variation
observes a few individual constructions in isolation from the rest of the
grammar. This means that the grammar, a network which connects thousands of
structures at different levels of abstraction, is reduced to a few disconnected
variables. This paper quantifies the impact of such reductions by
systematically modelling dialectal variation across 49 local populations of
English speakers in 16 countries. We perform dialect classification with both
an entire grammar as well as with isolated nodes within the grammar in order to
characterize the syntactic differences between these dialects. The results
show, first, that many individual nodes within the grammar are subject to
variation but, in isolation, none perform as well as the grammar as a whole.
This indicates that an important part of syntactic variation consists of
interactions between different parts of the grammar. Second, the results show
that the similarity between dialects depends heavily on the sub-set of the
grammar being observed: for example, New Zealand English could be more similar
to Australian English in phrasal verbs but at the same time more similar to UK
English in dative phrases. | cs.CL | Syntactic Variation Across the Grammar: Modelling a Complex Adaptive System |
2023-09-21T07:55:54Z | http://arxiv.org/pdf/2309.11853v1 | http://arxiv.org/abs/2309.11853v1 | Luyao He, Zhongbao Zhang, Sen Su, Yuxin Chen | 2023-09-21T07:55:54Z | cs.CL, cs.AI | Relation triple extraction (RTE) is an essential task in information
extraction and knowledge graph construction. Despite recent advancements,
existing methods still exhibit certain limitations. They just employ
generalized pre-trained models and do not consider the specificity of RTE
tasks. Moreover, existing tagging-based approaches typically decompose the RTE
task into two subtasks, initially identifying subjects and subsequently
identifying objects and relations. They solely focus on extracting relational
triples from subject to object, neglecting that once the extraction of a
subject fails, it fails in extracting all triples associated with that subject.
To address these issues, we propose BitCoin, an innovative Bidirectional
tagging and supervised Contrastive learning based joint relational triple
extraction framework. Specifically, we design a supervised contrastive learning
method that considers multiple positives per anchor rather than restricting it
to just one positive. Furthermore, a penalty term is introduced to prevent
excessive similarity between the subject and object. Our framework implements
taggers in two directions, enabling triples extraction from subject to object
and object to subject. Experimental results show that BitCoin achieves
state-of-the-art results on the benchmark datasets and significantly improves
the F1 score on Normal, SEO, EPO, and multiple relation extraction tasks. | cs.CL | BitCoin: Bidirectional Tagging and Supervised Contrastive Learning based Joint Relational Triple Extraction Framework |
2023-09-21T07:54:25Z | http://arxiv.org/pdf/2310.03031v3 | http://arxiv.org/abs/2310.03031v3 | Stefanie Urchs, Veronika Thurner, Matthias Aßenmacher, Christian Heumann, Stephanie Thiemichen | 2024-05-13T13:04:57Z | cs.CL, cs.AI, cs.CY, cs.LG | With the introduction of ChatGPT, OpenAI made large language models (LLM)
accessible to users with limited IT expertise. However, users with no
background in natural language processing (NLP) might lack a proper
understanding of LLMs. Thus the awareness of their inherent limitations, and
therefore will take the systems' output at face value. In this paper, we
systematically analyse prompts and the generated responses to identify possible
problematic issues with a special focus on gender biases, which users need to
be aware of when processing the system's output. We explore how ChatGPT reacts
in English and German if prompted to answer from a female, male, or neutral
perspective. In an in-depth investigation, we examine selected prompts and
analyse to what extent responses differ if the system is prompted several times
in an identical way. On this basis, we show that ChatGPT is indeed useful for
helping non-IT users draft texts for their daily work. However, it is
absolutely crucial to thoroughly check the system's responses for biases as
well as for syntactic and grammatical mistakes. | cs.CL | How Prevalent is Gender Bias in ChatGPT? -- Exploring German and English ChatGPT Responses |
2023-09-21T07:49:55Z | http://arxiv.org/pdf/2309.11852v2 | http://arxiv.org/abs/2309.11852v2 | Yoichi Ishibashi, Hidetoshi Shimodaira | 2024-03-02T08:50:40Z | cs.CL | We explore a knowledge sanitization approach to mitigate the privacy concerns
associated with large language models (LLMs). LLMs trained on a large corpus of
Web data can memorize and potentially reveal sensitive or confidential
information, raising critical security concerns. Our technique efficiently
fine-tunes these models using the Low-Rank Adaptation (LoRA) method, prompting
them to generate harmless responses such as ``I don't know'' when queried about
specific information. Experimental results in a closed-book question-answering
task show that our straightforward method not only minimizes particular
knowledge leakage but also preserves the overall performance of LLMs. These two
advantages strengthen the defense against extraction attacks and reduces the
emission of harmful content such as hallucinations. | cs.CL | Knowledge Sanitization of Large Language Models |
2023-09-21T07:45:44Z | http://arxiv.org/pdf/2309.11849v1 | http://arxiv.org/abs/2309.11849v1 | Xianhao Wei, Jia Jia, Xiang Li, Zhiyong Wu, Ziyi Wang | 2023-09-21T07:45:44Z | cs.SD, cs.CL, eess.AS | This paper explores predicting suitable prosodic features for fine-grained
emotion analysis from the discourse-level text. To obtain fine-grained
emotional prosodic features as predictive values for our model, we extract a
phoneme-level Local Prosody Embedding sequence (LPEs) and a Global Style
Embedding as prosodic speech features from the speech with the help of a style
transfer model. We propose a Discourse-level Multi-scale text Prosodic Model
(D-MPM) that exploits multi-scale text to predict these two prosodic features.
The proposed model can be used to analyze better emotional prosodic features
and thus guide the speech synthesis model to synthesize more expressive speech.
To quantitatively evaluate the proposed model, we contribute a new and
large-scale Discourse-level Chinese Audiobook (DCA) dataset with more than
13,000 utterances annotated sequences to evaluate the proposed model.
Experimental results on the DCA dataset show that the multi-scale text
information effectively helps to predict prosodic features, and the
discourse-level text improves both the overall coherence and the user
experience. More interestingly, although we aim at the synthesis effect of the
style transfer model, the synthesized speech by the proposed text prosodic
analysis model is even better than the style transfer from the original speech
in some user evaluation indicators. | cs.SD | A Discourse-level Multi-scale Prosodic Model for Fine-grained Emotion Analysis |
2023-09-21T07:28:03Z | http://arxiv.org/pdf/2309.11838v1 | http://arxiv.org/abs/2309.11838v1 | Norbert Braunschweiler, Rama Doddipatla, Simon Keizer, Svetlana Stoyanchev | 2023-09-21T07:28:03Z | cs.CL, cs.AI, I.2.7 | In this paper, we investigate the use of large language models (LLMs) like
ChatGPT for document-grounded response generation in the context of
information-seeking dialogues. For evaluation, we use the MultiDoc2Dial corpus
of task-oriented dialogues in four social service domains previously used in
the DialDoc 2022 Shared Task. Information-seeking dialogue turns are grounded
in multiple documents providing relevant information. We generate dialogue
completion responses by prompting a ChatGPT model, using two methods:
Chat-Completion and LlamaIndex. ChatCompletion uses knowledge from ChatGPT
model pretraining while LlamaIndex also extracts relevant information from
documents. Observing that document-grounded response generation via LLMs cannot
be adequately assessed by automatic evaluation metrics as they are
significantly more verbose, we perform a human evaluation where annotators rate
the output of the shared task winning system, the two Chat-GPT variants
outputs, and human responses. While both ChatGPT variants are more likely to
include information not present in the relevant segments, possibly including a
presence of hallucinations, they are rated higher than both the shared task
winning system and human responses. | cs.CL | Evaluating Large Language Models for Document-grounded Response Generation in Information-Seeking Dialogues |
2023-09-21T07:07:49Z | http://arxiv.org/pdf/2309.11830v2 | http://arxiv.org/abs/2309.11830v2 | Chengyuan Liu, Fubang Zhao, Lizhi Qing, Yangyang Kang, Changlong Sun, Kun Kuang, Fei Wu | 2023-12-08T02:57:26Z | cs.CL | Large Language Models (LLMs) presents significant priority in text
understanding and generation. However, LLMs suffer from the risk of generating
harmful contents especially while being employed to applications. There are
several black-box attack methods, such as Prompt Attack, which can change the
behaviour of LLMs and induce LLMs to generate unexpected answers with harmful
contents. Researchers are interested in Prompt Attack and Defense with LLMs,
while there is no publicly available dataset with high successful attacking
rate to evaluate the abilities of defending prompt attack. In this paper, we
introduce a pipeline to construct high-quality prompt attack samples, along
with a Chinese prompt attack dataset called CPAD. Our prompts aim to induce
LLMs to generate unexpected outputs with several carefully designed prompt
attack templates and widely concerned attacking contents. Different from
previous datasets involving safety estimation, we construct the prompts
considering three dimensions: contents, attacking methods and goals.
Especially, the attacking goals indicate the behaviour expected after
successfully attacking the LLMs, thus the responses can be easily evaluated and
analysed. We run several popular Chinese LLMs on our dataset, and the results
show that our prompts are significantly harmful to LLMs, with around 70% attack
success rate to GPT-3.5. CPAD is publicly available at
https://github.com/liuchengyuan123/CPAD. | cs.CL | Goal-Oriented Prompt Attack and Safety Evaluation for LLMs |
2023-09-21T06:54:32Z | http://arxiv.org/pdf/2309.11824v1 | http://arxiv.org/abs/2309.11824v1 | Shaogang Ren, Dingcheng Li, Ping Li | 2023-09-21T06:54:32Z | cs.CL | To improve word representation learning, we propose a probabilistic prior
which can be seamlessly integrated with word embedding models. Different from
previous methods, word embedding is taken as a probabilistic generative model,
and it enables us to impose a prior regularizing word representation learning.
The proposed prior not only enhances the representation of embedding vectors
but also improves the model's robustness and stability. The structure of the
proposed prior is simple and effective, and it can be easily implemented and
flexibly plugged in most existing word embedding models. Extensive experiments
show the proposed method improves word representation on various tasks. | cs.CL | Word Embedding with Neural Probabilistic Prior |
2023-09-21T05:38:14Z | http://arxiv.org/pdf/2309.11791v2 | http://arxiv.org/abs/2309.11791v2 | Zhaoyi Wang, Zhenyang Zhang, Jiaxin Qin, Mizuho Iwaihara | 2023-09-27T11:09:25Z | cs.DL, cs.CL | Wikipedia articles are hierarchically organized through categories and lists,
providing one of the most comprehensive and universal taxonomy, but its open
creation is causing redundancies and inconsistencies. Assigning DBPedia classes
to Wikipedia categories and lists can alleviate the problem, realizing a large
knowledge graph which is essential for categorizing digital contents through
entity linking and typing. However, the existing approach of CaLiGraph is
producing incomplete and non-fine grained mappings. In this paper, we tackle
the problem as ontology alignment, where structural information of knowledge
graphs and lexical and semantic features of ontology class names are utilized
to discover confident mappings, which are in turn utilized for finetuing
pretrained language models in a distant supervision fashion. Our method SLHCat
consists of two main parts: 1) Automatically generating training data by
leveraging knowledge graph structure, semantic similarities, and named entity
typing. 2) Finetuning and prompt-tuning of the pre-trained language model BERT
are carried out over the training data, to capture semantic and syntactic
properties of class names. Our model SLHCat is evaluated over a benchmark
dataset constructed by annotating 3000 fine-grained CaLiGraph-DBpedia mapping
pairs. SLHCat is outperforming the baseline model by a large margin of 25% in
accuracy, offering a practical solution for large-scale ontology mapping. | cs.DL | SLHCat: Mapping Wikipedia Categories and Lists to DBpedia by Leveraging Semantic, Lexical, and Hierarchical Features |
2023-09-21T01:17:33Z | http://arxiv.org/pdf/2309.11710v1 | http://arxiv.org/abs/2309.11710v1 | Elisa Kreiss, Eric Zelikman, Christopher Potts, Nick Haber | 2023-09-21T01:17:33Z | cs.CL, cs.CV | Referenceless metrics (e.g., CLIPScore) use pretrained vision--language
models to assess image descriptions directly without costly ground-truth
reference texts. Such methods can facilitate rapid progress, but only if they
truly align with human preference judgments. In this paper, we introduce
ContextRef, a benchmark for assessing referenceless metrics for such alignment.
ContextRef has two components: human ratings along a variety of established
quality dimensions, and ten diverse robustness checks designed to uncover
fundamental weaknesses. A crucial aspect of ContextRef is that images and
descriptions are presented in context, reflecting prior work showing that
context is important for description quality. Using ContextRef, we assess a
variety of pretrained models, scoring functions, and techniques for
incorporating context. None of the methods is successful with ContextRef, but
we show that careful fine-tuning yields substantial improvements. ContextRef
remains a challenging benchmark though, in large part due to the challenge of
context dependence. | cs.CL | ContextRef: Evaluating Referenceless Metrics For Image Description Generation |
2023-09-21T00:34:33Z | http://arxiv.org/pdf/2309.11696v3 | http://arxiv.org/abs/2309.11696v3 | Kai Zhang, Yangyang Kang, Fubang Zhao, Xiaozhong Liu | 2024-04-04T16:23:56Z | cs.CL | Large Language Models (LLMs), such as GPT3.5, have exhibited remarkable
proficiency in comprehending and generating natural language. On the other
hand, medical assistants hold the potential to offer substantial benefits for
individuals. However, the exploration of LLM-based personalized medical
assistant remains relatively scarce. Typically, patients converse differently
based on their background and preferences which necessitates the task of
enhancing user-oriented medical assistant. While one can fully train an LLM for
this objective, the resource consumption is unaffordable. Prior research has
explored memory-based methods to enhance the response with aware of previous
mistakes for new queries during a dialogue session. We contend that a mere
memory module is inadequate and fully training an LLM can be excessively
costly. In this study, we propose a novel computational bionic memory
mechanism, equipped with a parameter-efficient fine-tuning (PEFT) schema, to
personalize medical assistants. | cs.CL | LLM-based Medical Assistant Personalization with Short- and Long-Term Memory Coordination |
2023-09-20T23:51:34Z | http://arxiv.org/pdf/2309.11692v1 | http://arxiv.org/abs/2309.11692v1 | Ming Li, Ruihong Huang | 2023-09-20T23:51:34Z | cs.CL | News Discourse Profiling seeks to scrutinize the event-related role of each
sentence in a news article and has been proven useful across various downstream
applications. Specifically, within the context of a given news discourse, each
sentence is assigned to a pre-defined category contingent upon its depiction of
the news event structure. However, existing approaches suffer from an
inadequacy of available human-annotated data, due to the laborious and
time-intensive nature of generating discourse-level annotations. In this paper,
we present a novel approach, denoted as Intra-document Contrastive Learning
with Distillation (ICLD), for addressing the news discourse profiling task,
capitalizing on its unique structural characteristics. Notably, we are the
first to apply a semi-supervised methodology within this task paradigm, and
evaluation demonstrates the effectiveness of the presented approach. | cs.CL | Semi-supervised News Discourse Profiling with Contrastive Learning |
2023-09-20T23:44:16Z | http://arxiv.org/pdf/2309.11688v1 | http://arxiv.org/abs/2309.11688v1 | Abhigya Sodani, Lauren Moos, Matthew Mirman | 2023-09-20T23:44:16Z | cs.CL, cs.AI | While large language models (LLMs) have demonstrated impressive performance
in question-answering tasks, their performance is limited when the questions
require knowledge that is not included in the model's training data and can
only be acquired through direct observation or interaction with the real world.
Existing methods decompose reasoning tasks through the use of modules invoked
sequentially, limiting their ability to answer deep reasoning tasks. We
introduce a method, Recursion based extensible LLM (REBEL), which handles
open-world, deep reasoning tasks by employing automated reasoning techniques
like dynamic planning and forward-chaining strategies. REBEL allows LLMs to
reason via recursive problem decomposition and utilization of external tools.
The tools that REBEL uses are specified only by natural language description.
We further demonstrate REBEL capabilities on a set of problems that require a
deeply nested use of external tools in a compositional and conversational
setting. | cs.CL | LLM Guided Inductive Inference for Solving Compositional Problems |
2023-09-20T22:53:15Z | http://arxiv.org/pdf/2309.11674v2 | http://arxiv.org/abs/2309.11674v2 | Haoran Xu, Young Jin Kim, Amr Sharaf, Hany Hassan Awadalla | 2024-02-06T08:03:27Z | cs.CL | Generative Large Language Models (LLMs) have achieved remarkable advancements
in various NLP tasks. However, these advances have not been reflected in the
translation task, especially those with moderate model sizes (i.e., 7B or 13B
parameters), which still lag behind conventional supervised encoder-decoder
translation models. Previous studies have attempted to improve the translation
capabilities of these moderate LLMs, but their gains have been limited. In this
study, we propose a novel fine-tuning approach for LLMs that is specifically
designed for the translation task, eliminating the need for the abundant
parallel data that traditional translation models usually depend on. Our
approach consists of two fine-tuning stages: initial fine-tuning on monolingual
data followed by subsequent fine-tuning on a small set of high-quality parallel
data. We introduce the LLM developed through this strategy as Advanced Language
Model-based trAnslator (ALMA). Based on LLaMA-2 as our underlying model, our
results show that the model can achieve an average improvement of more than 12
BLEU and 12 COMET over its zero-shot performance across 10 translation
directions from the WMT'21 (2 directions) and WMT'22 (8 directions) test
datasets. The performance is significantly better than all prior work and even
superior to the NLLB-54B model and GPT-3.5-text-davinci-003, with only 7B or
13B parameters. This method establishes the foundation for a novel training
paradigm in machine translation. | cs.CL | A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models |
2023-09-20T22:30:20Z | http://arxiv.org/pdf/2309.11669v1 | http://arxiv.org/abs/2309.11669v1 | Ali Mousavi, Xin Zhan, He Bai, Peng Shi, Theo Rekatsinas, Benjamin Han, Yunyao Li, Jeff Pound, Josh Susskind, Natalie Schluter, Ihab Ilyas, Navdeep Jaitly | 2023-09-20T22:30:20Z | cs.CL | Datasets that pair Knowledge Graphs (KG) and text together (KG-T) can be used
to train forward and reverse neural models that generate text from KG and vice
versa. However models trained on datasets where KG and text pairs are not
equivalent can suffer from more hallucination and poorer recall. In this paper,
we verify this empirically by generating datasets with different levels of
noise and find that noisier datasets do indeed lead to more hallucination. We
argue that the ability of forward and reverse models trained on a dataset to
cyclically regenerate source KG or text is a proxy for the equivalence between
the KG and the text in the dataset. Using cyclic evaluation we find that
manually created WebNLG is much better than automatically created TeKGen and
T-REx. Guided by these observations, we construct a new, improved dataset
called LAGRANGE using heuristics meant to improve equivalence between KG and
text and show the impact of each of the heuristics on cyclic evaluation. We
also construct two synthetic datasets using large language models (LLMs), and
observe that these are conducive to models that perform significantly well on
cyclic generation of text, but less so on cyclic generation of KGs, probably
because of a lack of a consistent underlying ontology. | cs.CL | Construction of Paired Knowledge Graph-Text Datasets Informed by Cyclic Evaluation |
2023-09-20T22:22:52Z | http://arxiv.org/pdf/2309.11668v2 | http://arxiv.org/abs/2309.11668v2 | Vivek Iyer, Pinzhen Chen, Alexandra Birch | 2023-10-21T16:02:07Z | cs.CL | Resolving semantic ambiguity has long been recognised as a central challenge
in the field of Machine Translation. Recent work on benchmarking translation
performance on ambiguous sentences has exposed the limitations of conventional
Neural Machine Translation (NMT) systems, which fail to handle many such cases.
Large language models (LLMs) have emerged as a promising alternative,
demonstrating comparable performance to traditional NMT models while
introducing new paradigms for controlling the target outputs. In this paper, we
study the capabilities of LLMs to translate "ambiguous sentences" - i.e. those
containing highly polysemous words and/or rare word senses. We also propose two
ways to improve their disambiguation capabilities, through a) in-context
learning and b) fine-tuning on carefully curated ambiguous datasets.
Experiments show that our methods can match or outperform state-of-the-art
systems such as DeepL and NLLB in four out of five language directions. Our
research provides valuable insights into effectively adapting LLMs to become
better disambiguators during Machine Translation. We release our curated
disambiguation corpora and resources at
https://data.statmt.org/ambiguous-europarl. | cs.CL | Towards Effective Disambiguation for Machine Translation with Large Language Models |
2023-09-20T19:54:48Z | http://arxiv.org/pdf/2309.11611v1 | http://arxiv.org/abs/2309.11611v1 | Dihia Lanasri, Juan Olano, Sifal Klioui, Sin Liang Lee, Lamia Sekkai | 2023-09-20T19:54:48Z | cs.CL | With the proliferation of hate speech on social networks under different
formats, such as abusive language, cyberbullying, and violence, etc., people
have experienced a significant increase in violence, putting them in
uncomfortable situations and threats. Plenty of efforts have been dedicated in
the last few years to overcome this phenomenon to detect hate speech in
different structured languages like English, French, Arabic, and others.
However, a reduced number of works deal with Arabic dialects like Tunisian,
Egyptian, and Gulf, mainly the Algerian ones. To fill in the gap, we propose in
this work a complete approach for detecting hate speech on online Algerian
messages. Many deep learning architectures have been evaluated on the corpus we
created from some Algerian social networks (Facebook, YouTube, and Twitter).
This corpus contains more than 13.5K documents in Algerian dialect written in
Arabic, labeled as hateful or non-hateful. Promising results are obtained,
which show the efficiency of our approach. | cs.CL | Hate speech detection in algerian dialect using deep learning |
2023-09-20T18:46:37Z | http://arxiv.org/pdf/2309.11585v2 | http://arxiv.org/abs/2309.11585v2 | Belen Alastruey, Aleix Sant, Gerard I. Gállego, David Dale, Marta R. Costa-jussà | 2024-04-25T09:21:30Z | cs.CL | Speech-to-Speech and Speech-to-Text translation are currently dynamic areas
of research. In our commitment to advance these fields, we present SpeechAlign,
a framework designed to evaluate the underexplored field of source-target
alignment in speech models. The SpeechAlign framework has two core components.
First, to tackle the absence of suitable evaluation datasets, we introduce the
Speech Gold Alignment dataset, built upon a English-German text translation
gold alignment dataset. Secondly, we introduce two novel metrics, Speech
Alignment Error Rate (SAER) and Time-weighted Speech Alignment Error Rate
(TW-SAER), which enable the evaluation of alignment quality within speech
models. While the former gives equal importance to each word, the latter
assigns weights based on the length of the words in the speech signal. By
publishing SpeechAlign we provide an accessible evaluation framework for model
assessment, and we employ it to benchmark open-source Speech Translation
models. In doing so, we contribute to the ongoing research progress within the
fields of Speech-to-Speech and Speech-to-Text translation. | cs.CL | SpeechAlign: a Framework for Speech Translation Alignment Evaluation |
2023-09-20T18:44:24Z | http://arxiv.org/pdf/2309.11582v1 | http://arxiv.org/abs/2309.11582v1 | Yilun Zhu, Siyao Peng, Sameer Pradhan, Amir Zeldes | 2023-09-20T18:44:24Z | cs.CL | Previous attempts to incorporate a mention detection step into end-to-end
neural coreference resolution for English have been hampered by the lack of
singleton mention span data as well as other entity information. This paper
presents a coreference model that learns singletons as well as features such as
entity type and information status via a multi-task learning-based approach.
This approach achieves new state-of-the-art scores on the OntoGUM benchmark
(+2.7 points) and increases robustness on multiple out-of-domain datasets (+2.3
points on average), likely due to greater generalizability for mention
detection and utilization of more data from singletons when compared to only
coreferent mention pair matching. | cs.CL | Incorporating Singletons and Mention-based Features in Coreference Resolution via Multi-task Learning for Better Generalization |
2023-09-20T18:27:19Z | http://arxiv.org/pdf/2309.11576v2 | http://arxiv.org/abs/2309.11576v2 | Yida Mu, Xingyi Song, Kalina Bontcheva, Nikolaos Aletras | 2024-03-24T00:06:49Z | cs.CL | A crucial aspect of a rumor detection model is its ability to generalize,
particularly its ability to detect emerging, previously unknown rumors. Past
research has indicated that content-based (i.e., using solely source posts as
input) rumor detection models tend to perform less effectively on unseen
rumors. At the same time, the potential of context-based models remains largely
untapped. The main contribution of this paper is in the in-depth evaluation of
the performance gap between content and context-based models specifically on
detecting new, unseen rumors. Our empirical findings demonstrate that
context-based models are still overly dependent on the information derived from
the rumors' source post and tend to overlook the significant role that
contextual information can play. We also study the effect of data split
strategies on classifier performance. Based on our experimental results, the
paper also offers practical suggestions on how to minimize the effects of
temporal concept drift in static datasets during the training of rumor
detection methods. | cs.CL | Examining the Limitations of Computational Rumor Detection Models Trained on Static Datasets |
2023-09-20T18:12:56Z | http://arxiv.org/pdf/2309.11568v1 | http://arxiv.org/abs/2309.11568v1 | Nolan Dey, Daria Soboleva, Faisal Al-Khateeb, Bowen Yang, Ribhu Pathria, Hemant Khachane, Shaheer Muhammad, Zhiming, Chen, Robert Myers, Jacob Robert Steeves, Natalia Vassilieva, Marvin Tom, Joel Hestness | 2023-09-20T18:12:56Z | cs.AI, cs.CL, cs.LG | We introduce the Bittensor Language Model, called "BTLM-3B-8K", a new
state-of-the-art 3 billion parameter open-source language model. BTLM-3B-8K was
trained on 627B tokens from the SlimPajama dataset with a mixture of 2,048 and
8,192 context lengths. BTLM-3B-8K outperforms all existing 3B parameter models
by 2-5.5% across downstream tasks. BTLM-3B-8K is even competitive with some 7B
parameter models. Additionally, BTLM-3B-8K provides excellent long context
performance, outperforming MPT-7B-8K and XGen-7B-8K on tasks up to 8,192
context length. We trained the model on a cleaned and deduplicated SlimPajama
dataset; aggressively tuned the \textmu P hyperparameters and schedule; used
ALiBi position embeddings; and adopted the SwiGLU nonlinearity.
On Hugging Face, the most popular models have 7B parameters, indicating that
users prefer the quality-size ratio of 7B models. Compacting the 7B parameter
model to one with 3B parameters, with little performance impact, is an
important milestone. BTLM-3B-8K needs only 3GB of memory with 4-bit precision
and takes 2.5x less inference compute than 7B models, helping to open up access
to a powerful language model on mobile and edge devices. BTLM-3B-8K is
available under an Apache 2.0 license on Hugging Face:
https://huggingface.co/cerebras/btlm-3b-8k-base. | cs.AI | BTLM-3B-8K: 7B Parameter Performance in a 3B Parameter Model |
2023-09-20T18:08:28Z | http://arxiv.org/pdf/2309.11566v2 | http://arxiv.org/abs/2309.11566v2 | Amit Moryossef, Zifan Jiang | 2024-03-21T15:31:45Z | cs.CL | We introduce SignBank+, a clean version of the SignBank dataset, optimized
for machine translation between spoken language text and SignWriting, a
phonetic sign language writing system. In addition to previous work that
employs complex factorization techniques to enable translation between text and
SignWriting, we show that a traditional text-to-text translation approach
performs equally effectively on the cleaned SignBank+ dataset. Our evaluation
results indicate that models trained on SignBank+ surpass those on the original
dataset, establishing a new benchmark for SignWriting-based sign language
translation and providing an open resource for future research. | cs.CL | SignBank+: Preparing a Multilingual Sign Language Dataset for Machine Translation Using Large Language Models |
2023-09-20T18:03:04Z | http://arxiv.org/pdf/2309.11564v1 | http://arxiv.org/abs/2309.11564v1 | Arun Ahuja, Kavya Kopparapu, Rob Fergus, Ishita Dasgupta | 2023-09-20T18:03:04Z | cs.LG, cs.CL | Hierarchical reinforcement learning has been a compelling approach for
achieving goal directed behavior over long sequences of actions. However, it
has been challenging to implement in realistic or open-ended environments. A
main challenge has been to find the right space of sub-goals over which to
instantiate a hierarchy. We present a novel approach where we use data from
humans solving these tasks to softly supervise the goal space for a set of long
range tasks in a 3D embodied environment. In particular, we use unconstrained
natural language to parameterize this space. This has two advantages: first, it
is easy to generate this data from naive human participants; second, it is
flexible enough to represent a vast range of sub-goals in human-relevant tasks.
Our approach outperforms agents that clone expert behavior on these tasks, as
well as HRL from scratch without this supervised sub-goal space. Our work
presents a novel approach to combining human expert supervision with the
benefits and flexibility of reinforcement learning. | cs.LG | Hierarchical reinforcement learning with natural language subgoals |
2023-09-20T17:58:05Z | http://arxiv.org/pdf/2309.11499v2 | http://arxiv.org/abs/2309.11499v2 | Runpei Dong, Chunrui Han, Yuang Peng, Zekun Qi, Zheng Ge, Jinrong Yang, Liang Zhao, Jianjian Sun, Hongyu Zhou, Haoran Wei, Xiangwen Kong, Xiangyu Zhang, Kaisheng Ma, Li Yi | 2024-03-15T19:19:28Z | cs.CV, cs.CL, cs.LG | This paper presents DreamLLM, a learning framework that first achieves
versatile Multimodal Large Language Models (MLLMs) empowered with frequently
overlooked synergy between multimodal comprehension and creation. DreamLLM
operates on two fundamental principles. The first focuses on the generative
modeling of both language and image posteriors by direct sampling in the raw
multimodal space. This approach circumvents the limitations and information
loss inherent to external feature extractors like CLIP, and a more thorough
multimodal understanding is obtained. Second, DreamLLM fosters the generation
of raw, interleaved documents, modeling both text and image contents, along
with unstructured layouts. This allows DreamLLM to learn all conditional,
marginal, and joint multimodal distributions effectively. As a result, DreamLLM
is the first MLLM capable of generating free-form interleaved content.
Comprehensive experiments highlight DreamLLM's superior performance as a
zero-shot multimodal generalist, reaping from the enhanced learning synergy.
Project page: https://dreamllm.github.io. | cs.CV | DreamLLM: Synergistic Multimodal Comprehension and Creation |
2023-09-20T17:50:55Z | http://arxiv.org/pdf/2309.11495v2 | http://arxiv.org/abs/2309.11495v2 | Shehzaad Dhuliawala, Mojtaba Komeili, Jing Xu, Roberta Raileanu, Xian Li, Asli Celikyilmaz, Jason Weston | 2023-09-25T15:25:49Z | cs.CL, cs.AI | Generation of plausible yet incorrect factual information, termed
hallucination, is an unsolved issue in large language models. We study the
ability of language models to deliberate on the responses they give in order to
correct their mistakes. We develop the Chain-of-Verification (CoVe) method
whereby the model first (i) drafts an initial response; then (ii) plans
verification questions to fact-check its draft; (iii) answers those questions
independently so the answers are not biased by other responses; and (iv)
generates its final verified response. In experiments, we show CoVe decreases
hallucinations across a variety of tasks, from list-based questions from
Wikidata, closed book MultiSpanQA and longform text generation. | cs.CL | Chain-of-Verification Reduces Hallucination in Large Language Models |
2023-09-20T17:39:13Z | http://arxiv.org/pdf/2309.11489v3 | http://arxiv.org/abs/2309.11489v3 | Tianbao Xie, Siheng Zhao, Chen Henry Wu, Yitao Liu, Qian Luo, Victor Zhong, Yanchao Yang, Tao Yu | 2024-05-25T06:42:10Z | cs.LG, cs.AI, cs.CL, cs.RO | Designing reward functions is a longstanding challenge in reinforcement
learning (RL); it requires specialized knowledge or domain data, leading to
high costs for development. To address this, we introduce Text2Reward, a
data-free framework that automates the generation and shaping of dense reward
functions based on large language models (LLMs). Given a goal described in
natural language, Text2Reward generates shaped dense reward functions as an
executable program grounded in a compact representation of the environment.
Unlike inverse RL and recent work that uses LLMs to write sparse reward codes
or unshaped dense rewards with a constant function across timesteps,
Text2Reward produces interpretable, free-form dense reward codes that cover a
wide range of tasks, utilize existing packages, and allow iterative refinement
with human feedback. We evaluate Text2Reward on two robotic manipulation
benchmarks (ManiSkill2, MetaWorld) and two locomotion environments of MuJoCo.
On 13 of the 17 manipulation tasks, policies trained with generated reward
codes achieve similar or better task success rates and convergence speed than
expert-written reward codes. For locomotion tasks, our method learns six novel
locomotion behaviors with a success rate exceeding 94%. Furthermore, we show
that the policies trained in the simulator with our method can be deployed in
the real world. Finally, Text2Reward further improves the policies by refining
their reward functions with human feedback. Video results are available at
https://text-to-reward.github.io/ . | cs.LG | Text2Reward: Reward Shaping with Language Models for Reinforcement Learning |
2023-09-20T16:14:10Z | http://arxiv.org/pdf/2309.11439v1 | http://arxiv.org/abs/2309.11439v1 | Masahiro Kaneko, Naoaki Okazaki | 2023-09-20T16:14:10Z | cs.CL | In Grammatical Error Correction (GEC), it is crucial to ensure the user's
comprehension of a reason for correction. Existing studies present tokens,
examples, and hints as to the basis for correction but do not directly explain
the reasons for corrections. Although methods that use Large Language Models
(LLMs) to provide direct explanations in natural language have been proposed
for various tasks, no such method exists for GEC. Generating explanations for
GEC corrections involves aligning input and output tokens, identifying
correction points, and presenting corresponding explanations consistently.
However, it is not straightforward to specify a complex format to generate
explanations, because explicit control of generation is difficult with prompts.
This study introduces a method called controlled generation with Prompt
Insertion (PI) so that LLMs can explain the reasons for corrections in natural
language. In PI, LLMs first correct the input text, and then we automatically
extract the correction points based on the rules. The extracted correction
points are sequentially inserted into the LLM's explanation output as prompts,
guiding the LLMs to generate explanations for the correction points. We also
create an Explainable GEC (XGEC) dataset of correction reasons by annotating
NUCLE, CoNLL2013, and CoNLL2014. Although generations from GPT-3 and ChatGPT
using original prompts miss some correction points, the generation control
using PI can explicitly guide to describe explanations for all correction
points, contributing to improved performance in generating correction reasons. | cs.CL | Controlled Generation with Prompt Insertion for Natural Language Explanations in Grammatical Error Correction |
2023-09-20T16:12:32Z | http://arxiv.org/pdf/2309.11436v4 | http://arxiv.org/abs/2309.11436v4 | Zhuosheng Zhang, Aston Zhang | 2024-06-07T04:52:29Z | cs.CL, cs.AI, cs.HC | Autonomous graphical user interface (GUI) agents aim to facilitate task
automation by interacting with the user interface without manual intervention.
Recent studies have investigated eliciting the capabilities of large language
models (LLMs) for effective engagement in diverse environments. To align with
the input-output requirement of LLMs, most existing approaches are developed
under a sandbox setting where they rely on external tools and
application-specific APIs to parse the environment into textual elements and
interpret the predicted actions. Consequently, those approaches often grapple
with inference inefficiency and error propagation risks. To mitigate the
challenges, we introduce Auto-GUI, a multimodal solution that directly
interacts with the interface, bypassing the need for environment parsing or
reliance on application-dependent APIs. Moreover, we propose a chain-of-action
technique -- leveraging a series of intermediate previous action histories and
future action plans -- to help the agent decide what action to execute. We
evaluate our approach on a new device-control benchmark AITW with 30$K$ unique
instructions, spanning multi-step tasks such as application operation, web
searching, and web shopping. Experimental results show that Auto-GUI achieves
state-of-the-art performance with an action type prediction accuracy of 90\%
and an overall action success rate of 74\%. Code is publicly available at
https://github.com/cooelf/Auto-GUI. | cs.CL | You Only Look at Screens: Multimodal Chain-of-Action Agents |
2023-09-20T15:59:54Z | http://arxiv.org/pdf/2309.13075v1 | http://arxiv.org/abs/2309.13075v1 | Kumar Shridhar, Harsh Jhamtani, Hao Fang, Benjamin Van Durme, Jason Eisner, Patrick Xia | 2023-09-20T15:59:54Z | cs.AI, cs.CL, cs.LG | Large language models (LLMs) can improve their accuracy on various tasks
through iteratively refining and revising their output based on feedback. We
observe that these revisions can introduce errors, in which case it is better
to roll back to a previous result. Further, revisions are typically
homogeneous: they use the same reasoning method that produced the initial
answer, which may not correct errors. To enable exploration in this space, we
present SCREWS, a modular framework for reasoning with revisions. It is
comprised of three main modules: Sampling, Conditional Resampling, and
Selection, each consisting of sub-modules that can be hand-selected per task.
We show that SCREWS not only unifies several previous approaches under a common
framework, but also reveals several novel strategies for identifying improved
reasoning chains. We evaluate our framework with state-of-the-art LLMs (ChatGPT
and GPT-4) on a diverse set of reasoning tasks and uncover useful new reasoning
strategies for each: arithmetic word problems, multi-hop question answering,
and code debugging. Heterogeneous revision strategies prove to be important, as
does selection between original and revised candidates. | cs.AI | SCREWS: A Modular Framework for Reasoning with Revisions |
2023-09-20T15:50:08Z | http://arxiv.org/pdf/2309.11419v1 | http://arxiv.org/abs/2309.11419v1 | Tengchao Lv, Yupan Huang, Jingye Chen, Lei Cui, Shuming Ma, Yaoyao Chang, Shaohan Huang, Wenhui Wang, Li Dong, Weiyao Luo, Shaoxiang Wu, Guoxin Wang, Cha Zhang, Furu Wei | 2023-09-20T15:50:08Z | cs.CL, cs.CV | We present Kosmos-2.5, a multimodal literate model for machine reading of
text-intensive images. Pre-trained on large-scale text-intensive images,
Kosmos-2.5 excels in two distinct yet cooperative transcription tasks: (1)
generating spatially-aware text blocks, where each block of text is assigned
its spatial coordinates within the image, and (2) producing structured text
output that captures styles and structures into the markdown format. This
unified multimodal literate capability is achieved through a shared Transformer
architecture, task-specific prompts, and flexible text representations. We
evaluate Kosmos-2.5 on end-to-end document-level text recognition and
image-to-markdown text generation. Furthermore, the model can be readily
adapted for any text-intensive image understanding task with different prompts
through supervised fine-tuning, making it a general-purpose tool for real-world
applications involving text-rich images. This work also paves the way for the
future scaling of multimodal large language models. | cs.CL | Kosmos-2.5: A Multimodal Literate Model |
2023-09-20T15:11:32Z | http://arxiv.org/pdf/2309.11385v1 | http://arxiv.org/abs/2309.11385v1 | Davide Cifarelli, Leonardo Boiardi, Alessandro Puppo | 2023-09-20T15:11:32Z | cs.CL | This paper presents Safurai-001, a new Large Language Model (LLM) with
significant potential in the domain of coding assistance. Driven by recent
advancements in coding LLMs, Safurai-001 competes in performance with the
latest models like WizardCoder [Xu et al., 2023], PanguCoder [Shen et al.,
2023] and Phi-1 [Gunasekar et al., 2023] but aims to deliver a more
conversational interaction. By capitalizing on the progress in data engineering
(including latest techniques of data transformation and prompt engineering) and
instruction tuning, this new model promises to stand toe-to-toe with recent
closed and open source developments. Recognizing the need for an efficacious
evaluation metric for coding LLMs, this paper also introduces GPT4-based
MultiParameters, an evaluation benchmark that harnesses varied parameters to
present a comprehensive insight into the models functioning and performance.
Our assessment shows that Safurai-001 can outperform GPT-3.5 by 1.58% and
WizardCoder by 18.78% in the Code Readability parameter and more. | cs.CL | Safurai 001: New Qualitative Approach for Code LLM Evaluation |
2023-09-20T15:10:12Z | http://arxiv.org/pdf/2309.11384v1 | http://arxiv.org/abs/2309.11384v1 | Peter Polák, Ondřej Bojar | 2023-09-20T15:10:12Z | cs.CL, cs.AI, cs.SD, eess.AS | Current simultaneous speech translation models can process audio only up to a
few seconds long. Contemporary datasets provide an oracle segmentation into
sentences based on human-annotated transcripts and translations. However, the
segmentation into sentences is not available in the real world. Current speech
segmentation approaches either offer poor segmentation quality or have to trade
latency for quality. In this paper, we propose a novel segmentation approach
for a low-latency end-to-end speech translation. We leverage the existing
speech translation encoder-decoder architecture with ST CTC and show that it
can perform the segmentation task without supervision or additional parameters.
To the best of our knowledge, our method is the first that allows an actual
end-to-end simultaneous speech translation, as the same model is used for
translation and segmentation at the same time. On a diverse set of language
pairs and in- and out-of-domain data, we show that the proposed approach
achieves state-of-the-art quality at no additional computational cost. | cs.CL | Long-Form End-to-End Speech Translation via Latent Alignment Segmentation |
2023-09-20T15:04:49Z | http://arxiv.org/pdf/2309.11382v1 | http://arxiv.org/abs/2309.11382v1 | Yuxing Long, Xiaoqi Li, Wenzhe Cai, Hao Dong | 2023-09-20T15:04:49Z | cs.RO, cs.AI, cs.CL, cs.CV | Visual language navigation (VLN) is an embodied task demanding a wide range
of skills encompassing understanding, perception, and planning. For such a
multifaceted challenge, previous VLN methods totally rely on one model's own
thinking to make predictions within one round. However, existing models, even
the most advanced large language model GPT4, still struggle with dealing with
multiple tasks by single-round self-thinking. In this work, drawing inspiration
from the expert consultation meeting, we introduce a novel zero-shot VLN
framework. Within this framework, large models possessing distinct abilities
are served as domain experts. Our proposed navigation agent, namely DiscussNav,
can actively discuss with these experts to collect essential information before
moving at every step. These discussions cover critical navigation subtasks like
instruction understanding, environment perception, and completion estimation.
Through comprehensive experiments, we demonstrate that discussions with domain
experts can effectively facilitate navigation by perceiving
instruction-relevant information, correcting inadvertent errors, and sifting
through in-consistent movement decisions. The performances on the
representative VLN task R2R show that our method surpasses the leading
zero-shot VLN model by a large margin on all metrics. Additionally, real-robot
experiments display the obvious advantages of our method over single-round
self-thinking. | cs.RO | Discuss Before Moving: Visual Language Navigation via Multi-expert Discussions |
2023-09-20T15:03:30Z | http://arxiv.org/pdf/2309.11381v1 | http://arxiv.org/abs/2309.11381v1 | Aswin Suresh, Lazar Radojevic, Francesco Salvi, Antoine Magron, Victor Kristof, Matthias Grossglauser | 2023-09-20T15:03:30Z | cs.CL, cs.CE, cs.CY, cs.SI | We present a method based on natural language processing (NLP), for studying
the influence of interest groups (lobbies) in the law-making process in the
European Parliament (EP). We collect and analyze novel datasets of lobbies'
position papers and speeches made by members of the EP (MEPs). By comparing
these texts on the basis of semantic similarity and entailment, we are able to
discover interpretable links between MEPs and lobbies. In the absence of a
ground-truth dataset of such links, we perform an indirect validation by
comparing the discovered links with a dataset, which we curate, of retweet
links between MEPs and lobbies, and with the publicly disclosed meetings of
MEPs. Our best method achieves an AUC score of 0.77 and performs significantly
better than several baselines. Moreover, an aggregate analysis of the
discovered links, between groups of related lobbies and political groups of
MEPs, correspond to the expectations from the ideology of the groups (e.g.,
center-left groups are associated with social causes). We believe that this
work, which encompasses the methodology, datasets, and results, is a step
towards enhancing the transparency of the intricate decision-making processes
within democratic institutions. | cs.CL | Studying Lobby Influence in the European Parliament |
2023-09-20T14:59:06Z | http://arxiv.org/pdf/2309.11379v1 | http://arxiv.org/abs/2309.11379v1 | Peter Polák, Brian Yan, Shinji Watanabe, Alex Waibel, Ondřej Bojar | 2023-09-20T14:59:06Z | cs.CL, cs.AI, cs.SD, eess.AS | Blockwise self-attentional encoder models have recently emerged as one
promising end-to-end approach to simultaneous speech translation. These models
employ a blockwise beam search with hypothesis reliability scoring to determine
when to wait for more input speech before translating further. However, this
method maintains multiple hypotheses until the entire speech input is consumed
-- this scheme cannot directly show a single \textit{incremental} translation
to users. Further, this method lacks mechanisms for \textit{controlling} the
quality vs. latency tradeoff. We propose a modified incremental blockwise beam
search incorporating local agreement or hold-$n$ policies for quality-latency
control. We apply our framework to models trained for online or offline
translation and demonstrate that both types can be effectively used in online
mode.
Experimental results on MuST-C show 0.6-3.6 BLEU improvement without changing
latency or 0.8-1.4 s latency improvement without changing quality. | cs.CL | Incremental Blockwise Beam Search for Simultaneous Speech Translation with Controllable Quality-Latency Tradeoff |
2023-09-20T14:25:44Z | http://arxiv.org/pdf/2309.11346v1 | http://arxiv.org/abs/2309.11346v1 | Atakan Kara, Farrin Marouf Sofian, Andrew Bond, Gözde Gül Şahin | 2023-09-20T14:25:44Z | cs.CL, cs.LG | Grammatical Error Detection and Correction (GEC) tools have proven useful for
native speakers and second language learners. Developing such tools requires a
large amount of parallel, annotated data, which is unavailable for most
languages. Synthetic data generation is a common practice to overcome the
scarcity of such data. However, it is not straightforward for morphologically
rich languages like Turkish due to complex writing rules that require
phonological, morphological, and syntactic information. In this work, we
present a flexible and extensible synthetic data generation pipeline for
Turkish covering more than 20 expert-curated grammar and spelling rules
(a.k.a., writing rules) implemented through complex transformation functions.
Using this pipeline, we derive 130,000 high-quality parallel sentences from
professionally edited articles. Additionally, we create a more realistic test
set by manually annotating a set of movie reviews. We implement three baselines
formulating the task as i) neural machine translation, ii) sequence tagging,
and iii) prefix tuning with a pretrained decoder-only model, achieving strong
results. Furthermore, we perform exhaustive experiments on out-of-domain
datasets to gain insights on the transferability and robustness of the proposed
approaches. Our results suggest that our corpus, GECTurk, is high-quality and
allows knowledge transfer for the out-of-domain setting. To encourage further
research on Turkish GEC, we release our datasets, baseline models, and the
synthetic data generation pipeline at https://github.com/GGLAB-KU/gecturk. | cs.CL | GECTurk: Grammatical Error Correction and Detection Dataset for Turkish |
2023-09-20T14:18:04Z | http://arxiv.org/pdf/2309.11341v2 | http://arxiv.org/abs/2309.11341v2 | Khang Ly, Yury Kashnitsky, Savvas Chamezopoulos, Valeria Krzhizhanovskaya | 2024-05-28T09:22:39Z | cs.LG, cs.CL | Classifying research output into context-specific label taxonomies is a
challenging and relevant downstream task, given the volume of existing and
newly published articles. We propose a method to enhance the performance of
article classification by enriching simple Graph Neural Network (GNN) pipelines
with multi-graph representations that simultaneously encode multiple signals of
article relatedness, e.g. references, co-authorship, shared publication source,
shared subject headings, as distinct edge types. Fully supervised transductive
node classification experiments are conducted on the Open Graph Benchmark
OGBN-arXiv dataset and the PubMed diabetes dataset, augmented with additional
metadata from Microsoft Academic Graph and PubMed Central, respectively. The
results demonstrate that multi-graphs consistently improve the performance of a
variety of GNN models compared to the default graphs. When deployed with SOTA
textual node embedding methods, the transformed multi-graphs enable simple and
shallow 2-layer GNN pipelines to achieve results on par with more complex
architectures. | cs.LG | Article Classification with Graph Neural Networks and Multigraphs |
2023-09-20T14:13:05Z | http://arxiv.org/pdf/2309.11338v1 | http://arxiv.org/abs/2309.11338v1 | Prottay Kumar Adhikary, Bandaru Sugandhi, Subhojit Ghimire, Santanu Pal, Partha Pakray | 2023-09-20T14:13:05Z | cs.CL, cs.AI | In today's globalized world, effective communication with people from diverse
linguistic backgrounds has become increasingly crucial. While traditional
methods of language translation, such as written text or voice-only
translations, can accomplish the task, they often fail to capture the complete
context and nuanced information conveyed through nonverbal cues like facial
expressions and lip movements. In this paper, we present an end-to-end video
translation system that not only translates spoken language but also
synchronizes the translated speech with the lip movements of the speaker. Our
system focuses on translating educational lectures in various Indian languages,
and it is designed to be effective even in low-resource system settings. By
incorporating lip movements that align with the target language and matching
them with the speaker's voice using voice cloning techniques, our application
offers an enhanced experience for students and users. This additional feature
creates a more immersive and realistic learning environment, ultimately making
the learning process more effective and engaging. | cs.CL | TRAVID: An End-to-End Video Translation Framework |
2023-09-20T13:56:27Z | http://arxiv.org/pdf/2309.11327v2 | http://arxiv.org/abs/2309.11327v2 | Ahmed Amine Ben Abdallah, Ata Kabboudi, Amir Kanoun, Salah Zaiem | 2023-09-25T11:20:36Z | eess.AS, cs.CL, cs.LG, cs.SD | Crafting an effective Automatic Speech Recognition (ASR) solution for
dialects demands innovative approaches that not only address the data scarcity
issue but also navigate the intricacies of linguistic diversity. In this paper,
we address the aforementioned ASR challenge, focusing on the Tunisian dialect.
First, textual and audio data is collected and in some cases annotated. Second,
we explore self-supervision, semi-supervision and few-shot code-switching
approaches to push the state-of-the-art on different Tunisian test sets;
covering different acoustic, linguistic and prosodic conditions. Finally, and
given the absence of conventional spelling, we produce a human evaluation of
our transcripts to avoid the noise coming from spelling inadequacies in our
testing references. Our models, allowing to transcribe audio samples in a
linguistic mix involving Tunisian Arabic, English and French, and all the data
used during training and testing are released for public use and further
improvements. | eess.AS | Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition |
2023-09-20T13:50:26Z | http://arxiv.org/pdf/2309.11325v2 | http://arxiv.org/abs/2309.11325v2 | Shengbin Yue, Wei Chen, Siyuan Wang, Bingxuan Li, Chenchen Shen, Shujun Liu, Yuxuan Zhou, Yao Xiao, Song Yun, Xuanjing Huang, Zhongyu Wei | 2023-09-23T18:36:21Z | cs.CL | We propose DISC-LawLLM, an intelligent legal system utilizing large language
models (LLMs) to provide a wide range of legal services. We adopt legal
syllogism prompting strategies to construct supervised fine-tuning datasets in
the Chinese Judicial domain and fine-tune LLMs with legal reasoning capability.
We augment LLMs with a retrieval module to enhance models' ability to access
and utilize external legal knowledge. A comprehensive legal benchmark,
DISC-Law-Eval, is presented to evaluate intelligent legal systems from both
objective and subjective dimensions. Quantitative and qualitative results on
DISC-Law-Eval demonstrate the effectiveness of our system in serving various
users across diverse legal scenarios. The detailed resources are available at
https://github.com/FudanDISC/DISC-LawLLM. | cs.CL | DISC-LawLLM: Fine-tuning Large Language Models for Intelligent Legal Services |
2023-09-20T13:34:03Z | http://arxiv.org/pdf/2309.11307v1 | http://arxiv.org/abs/2309.11307v1 | Rafael Ferreira, David Semedo, João Magalhães | 2023-09-20T13:34:03Z | cs.CL, cs.AI, I.2.7 | Predicting the success of Conversational Task Assistants (CTA) can be
critical to understand user behavior and act accordingly. In this paper, we
propose TB-Rater, a Transformer model which combines conversational-flow
features with user behavior features for predicting user ratings in a CTA
scenario. In particular, we use real human-agent conversations and ratings
collected in the Alexa TaskBot challenge, a novel multimodal and multi-turn
conversational context. Our results show the advantages of modeling both the
conversational-flow and behavioral aspects of the conversation in a single
model for offline rating prediction. Additionally, an analysis of the
CTA-specific behavioral features brings insights into this setting and can be
used to bootstrap future systems. | cs.CL | Rating Prediction in Conversational Task Assistants with Behavioral and Conversational-Flow Features |
2023-09-20T13:24:12Z | http://arxiv.org/pdf/2309.11295v2 | http://arxiv.org/abs/2309.11295v2 | Ofir Ben Shoham, Nadav Rappoport | 2024-05-02T16:42:21Z | cs.CL, cs.AI, cs.LG | We present Clinical Prediction with Large Language Models (CPLLM), a method
that involves fine-tuning a pre-trained Large Language Model (LLM) for clinical
disease and readmission prediction. We utilized quantization and fine-tuned the
LLM using prompts. For diagnosis prediction, we predict whether patients will
be diagnosed with a target disease during their next visit or in the subsequent
diagnosis, leveraging their historical diagnosis records. We compared our
results to various baselines, including RETAIN, and Med-BERT, the current
state-of-the-art model for disease prediction using temporal structured EHR
data. In addition, We also evaluated CPLLM for patient hospital readmission
prediction and compared our method's performance with benchmark baselines. Our
experiments have shown that our proposed method, CPLLM, surpasses all the
tested models in terms of PR-AUC and ROC-AUC metrics, showing state-of-the-art
results for diagnosis prediction and patient hospital readmission prediction.
Such a method can be easily implemented and integrated into the clinical
process to help care providers estimate the next steps of patients | cs.CL | CPLLM: Clinical Prediction with Large Language Models |
2023-09-20T13:10:06Z | http://arxiv.org/pdf/2309.11285v1 | http://arxiv.org/abs/2309.11285v1 | Areg Mikael Sarvazyan, José Ángel González, Marc Franco-Salvador, Francisco Rangel, Berta Chulvi, Paolo Rosso | 2023-09-20T13:10:06Z | cs.CL, cs.AI, cs.LG | This paper presents the overview of the AuTexTification shared task as part
of the IberLEF 2023 Workshop in Iberian Languages Evaluation Forum, within the
framework of the SEPLN 2023 conference. AuTexTification consists of two
subtasks: for Subtask 1, participants had to determine whether a text is
human-authored or has been generated by a large language model. For Subtask 2,
participants had to attribute a machine-generated text to one of six different
text generation models. Our AuTexTification 2023 dataset contains more than
160.000 texts across two languages (English and Spanish) and five domains
(tweets, reviews, news, legal, and how-to articles). A total of 114 teams
signed up to participate, of which 36 sent 175 runs, and 20 of them sent their
working notes. In this overview, we present the AuTexTification dataset and
task, the submitted participating systems, and the results. | cs.CL | Overview of AuTexTification at IberLEF 2023: Detection and Attribution of Machine-Generated Text in Multiple Domains |
2023-09-20T13:07:32Z | http://arxiv.org/pdf/2309.11283v1 | http://arxiv.org/abs/2309.11283v1 | Frederico Vicente, Rafael Ferreira, David Semedo, João Magalhães | 2023-09-20T13:07:32Z | cs.CL, I.2.7 | Introducing curiosities in a conversation is a way to teach something new to
the person in a pleasant and enjoyable way. Enriching dialogues with
contextualized curiosities can improve the users' perception of a dialog system
and their overall user experience. In this paper, we introduce a set of curated
curiosities, targeting dialogues in the cooking and DIY domains. In particular,
we use real human-agent conversations collected in the context of the Amazon
Alexa TaskBot challenge, a multimodal and multi-turn conversational setting.
According to an A/B test with over 1000 conversations, curiosities not only
increase user engagement, but provide an average relative rating improvement of
9.7%. | cs.CL | The Wizard of Curiosities: Enriching Dialogues with Fun Facts |
2023-09-20T12:55:46Z | http://arxiv.org/pdf/2309.11271v1 | http://arxiv.org/abs/2309.11271v1 | Rafael Ferreira, David Semedo, João Magalhães | 2023-09-20T12:55:46Z | cs.CL, cs.AI, I.2.7 | Following complex instructions in conversational assistants can be quite
daunting due to the shorter attention and memory spans when compared to reading
the same instructions. Hence, when conversational assistants walk users through
the steps of complex tasks, there is a need to structure the task into
manageable pieces of information of the right length and complexity. In this
paper, we tackle the recipes domain and convert reading structured instructions
into conversational structured ones. We annotated the structure of instructions
according to a conversational scenario, which provided insights into what is
expected in this setting. To computationally model the conversational step's
characteristics, we tested various Transformer-based architectures, showing
that a token-based approach delivers the best results. A further user study
showed that users tend to favor steps of manageable complexity and length, and
that the proposed methodology can improve the original web-based instructional
text. Specifically, 86% of the evaluated tasks were improved from a
conversational suitability point of view. | cs.CL | Grounded Complex Task Segmentation for Conversational Assistants |
2023-09-20T12:35:19Z | http://arxiv.org/pdf/2309.11259v2 | http://arxiv.org/abs/2309.11259v2 | Vladimir Araujo, Maria Mihaela Trusca, Rodrigo Tufiño, Marie-Francine Moens | 2024-03-21T13:41:35Z | cs.CL, cs.AI, cs.LG | In recent years, significant advancements in pre-trained language models have
driven the creation of numerous non-English language variants, with a
particular emphasis on encoder-only and decoder-only architectures. While
Spanish language models based on BERT and GPT have demonstrated proficiency in
natural language understanding and generation, there remains a noticeable
scarcity of encoder-decoder models explicitly designed for sequence-to-sequence
tasks, which aim to map input sequences to generate output sequences
conditionally. This paper breaks new ground by introducing the implementation
and evaluation of renowned encoder-decoder architectures exclusively
pre-trained on Spanish corpora. Specifically, we present Spanish versions of
BART, T5, and BERT2BERT-style models and subject them to a comprehensive
assessment across various sequence-to-sequence tasks, including summarization,
question answering, split-and-rephrase, dialogue, and translation. Our findings
underscore the competitive performance of all models, with the BART- and
T5-based models emerging as top performers across all tasks. We have made all
models publicly available to the research community to foster future
explorations and advancements in Spanish NLP:
https://github.com/vgaraujov/Seq2Seq-Spanish-PLMs. | cs.CL | Sequence-to-Sequence Spanish Pre-trained Language Models |
2023-09-20T12:23:06Z | http://arxiv.org/pdf/2309.11252v1 | http://arxiv.org/abs/2309.11252v1 | Claudia Tagliaferri, Sofia Axioti, Albert Gatt, Denis Paperno | 2023-09-20T12:23:06Z | cs.CL, cs.CV | Derivationally related words, such as "runner" and "running", exhibit
semantic differences which also elicit different visual scenarios. In this
paper, we ask whether Vision and Language (V\&L) models capture such
distinctions at the morphological level, using a a new methodology and dataset.
We compare the results from V\&L models to human judgements and find that
models' predictions differ from those of human participants, in particular
displaying a grammatical bias. We further investigate whether the human-model
misalignment is related to model architecture. Our methodology, developed on
one specific morphological contrast, can be further extended for testing models
on capturing other nuanced language features. | cs.CL | The Scenario Refiner: Grounding subjects in images at the morphological level |
2023-09-20T11:54:40Z | http://arxiv.org/pdf/2309.11235v2 | http://arxiv.org/abs/2309.11235v2 | Guan Wang, Sijie Cheng, Xianyuan Zhan, Xiangang Li, Sen Song, Yang Liu | 2024-03-16T04:32:25Z | cs.CL | Nowadays, open-source large language models like LLaMA have emerged. Recent
developments have incorporated supervised fine-tuning (SFT) and reinforcement
learning fine-tuning (RLFT) to align these models with human goals. However,
SFT methods treat all training data with mixed quality equally, while RLFT
methods require high-quality pairwise or ranking-based preference data. In this
study, we present a novel framework, named OpenChat, to advance open-source
language models with mixed-quality data. Specifically, we consider the general
SFT training data, consisting of a small amount of expert data mixed with a
large proportion of sub-optimal data, without any preference labels. We propose
the C(onditioned)-RLFT, which regards different data sources as coarse-grained
reward labels and learns a class-conditioned policy to leverage complementary
data quality information. Interestingly, the optimal policy in C-RLFT can be
easily solved through single-stage, RL-free supervised learning, which is
lightweight and avoids costly human preference labeling. Through extensive
experiments on three standard benchmarks, our openchat-13b fine-tuned with
C-RLFT achieves the highest average performance among all 13b open-source
language models. Moreover, we use AGIEval to validate the model generalization
performance, in which only openchat-13b surpasses the base model. Finally, we
conduct a series of analyses to shed light on the effectiveness and robustness
of OpenChat. Our code, data, and models are publicly available at
https://github.com/imoneoi/openchat and https://huggingface.co/openchat. | cs.CL | OpenChat: Advancing Open-source Language Models with Mixed-Quality Data |
2023-09-20T11:00:15Z | http://arxiv.org/pdf/2309.11210v1 | http://arxiv.org/abs/2309.11210v1 | Avihu Dekel, Slava Shechtman, Raul Fernandez, David Haws, Zvi Kons, Ron Hoory | 2023-09-20T11:00:15Z | eess.AS, cs.CL, cs.SD | Large Language Models (LLMs) demonstrate impressive capabilities, yet
interaction with these models is mostly facilitated through text. Using
Text-To-Speech to synthesize LLM outputs typically results in notable latency,
which is impractical for fluent voice conversations. We propose LLM2Speech, an
architecture to synthesize speech while text is being generated by an LLM which
yields significant latency reduction. LLM2Speech mimics the predictions of a
non-streaming teacher model while limiting the exposure to future context in
order to enable streaming. It exploits the hidden embeddings of the LLM, a
by-product of the text generation that contains informative semantic context.
Experimental results show that LLM2Speech maintains the teacher's quality while
reducing the latency to enable natural conversations. | eess.AS | Speak While You Think: Streaming Speech Synthesis During Text Generation |
2023-09-20T10:42:08Z | http://arxiv.org/pdf/2309.11206v2 | http://arxiv.org/abs/2309.11206v2 | Yike Wu, Nan Hu, Sheng Bi, Guilin Qi, Jie Ren, Anhuan Xie, Wei Song | 2023-09-21T04:43:46Z | cs.CL, cs.AI | Despite their competitive performance on knowledge-intensive tasks, large
language models (LLMs) still have limitations in memorizing all world knowledge
especially long tail knowledge. In this paper, we study the KG-augmented
language model approach for solving the knowledge graph question answering
(KGQA) task that requires rich world knowledge. Existing work has shown that
retrieving KG knowledge to enhance LLMs prompting can significantly improve
LLMs performance in KGQA. However, their approaches lack a well-formed
verbalization of KG knowledge, i.e., they ignore the gap between KG
representations and textual representations. To this end, we propose an
answer-sensitive KG-to-Text approach that can transform KG knowledge into
well-textualized statements most informative for KGQA. Based on this approach,
we propose a KG-to-Text enhanced LLMs framework for solving the KGQA task.
Experiments on several KGQA benchmarks show that the proposed KG-to-Text
augmented LLMs approach outperforms previous KG-augmented LLMs approaches
regarding answer accuracy and usefulness of knowledge statements. | cs.CL | Retrieve-Rewrite-Answer: A KG-to-Text Enhanced LLMs Framework for Knowledge Graph Question Answering |
2023-09-20T10:31:17Z | http://arxiv.org/pdf/2309.11197v1 | http://arxiv.org/abs/2309.11197v1 | Aleksandar Stanić, Dylan Ashley, Oleg Serikov, Louis Kirsch, Francesco Faccio, Jürgen Schmidhuber, Thomas Hofmann, Imanol Schlag | 2023-09-20T10:31:17Z | cs.LG, cs.CL | The Languini Kitchen serves as both a research collective and codebase
designed to empower researchers with limited computational resources to
contribute meaningfully to the field of language modelling. We introduce an
experimental protocol that enables model comparisons based on equivalent
compute, measured in accelerator hours. The number of tokens on which a model
is trained is defined by the model's throughput and the chosen compute class.
Notably, this approach avoids constraints on critical hyperparameters which
affect total parameters or floating-point operations. For evaluation, we
pre-process an existing large, diverse, and high-quality dataset of books that
surpasses existing academic benchmarks in quality, diversity, and document
length. On it, we compare methods based on their empirical scaling trends which
are estimated through experiments at various levels of compute. This work also
provides two baseline models: a feed-forward model derived from the GPT-2
architecture and a recurrent model in the form of a novel LSTM with ten-fold
throughput. While the GPT baseline achieves better perplexity throughout all
our levels of compute, our LSTM baseline exhibits a predictable and more
favourable scaling law. This is due to the improved throughput and the need for
fewer training tokens to achieve the same decrease in test perplexity.
Extrapolating the scaling laws leads of both models results in an intersection
at roughly 50,000 accelerator hours. We hope this work can serve as the
foundation for meaningful and reproducible language modelling research. | cs.LG | The Languini Kitchen: Enabling Language Modelling Research at Different Scales of Compute |
2023-09-20T09:23:46Z | http://arxiv.org/pdf/2309.11166v2 | http://arxiv.org/abs/2309.11166v2 | Haoyu Wang, Guozheng Ma, Cong Yu, Ning Gui, Linrui Zhang, Zhiqi Huang, Suwei Ma, Yongzhe Chang, Sen Zhang, Li Shen, Xueqian Wang, Peilin Zhao, Dacheng Tao | 2023-09-27T09:53:16Z | cs.CL, cs.AI | The swift advancement in the scales and capabilities of Large Language Models
(LLMs) positions them as promising tools for a variety of downstream tasks. In
addition to the pursuit of better performance and the avoidance of violent
feedback on a certain prompt, to ensure the responsibility of the LLM, much
attention is drawn to the robustness of LLMs. However, existing evaluation
methods mostly rely on traditional question answering datasets with predefined
supervised labels, which do not align with the superior generation capabilities
of contemporary LLMs. To address this issue, we propose a novel rational
evaluation approach that leverages pre-trained reward models as diagnostic
tools to evaluate the longer conversation generated from more challenging open
questions by LLMs, which we refer to as the Reward Model for Reasonable
Robustness Evaluation (TREvaL). Longer conversations manifest the comprehensive
grasp of language models in terms of their proficiency in understanding
questions, a capability not entirely encompassed by individual words or
letters, which may exhibit oversimplification and inherent biases. Our
extensive empirical experiments demonstrate that TREvaL provides an innovative
method for evaluating the robustness of an LLM. Furthermore, our results
demonstrate that LLMs frequently exhibit vulnerability to word-level
perturbations that are commonplace in daily language usage. Notably, we are
surprised to discover that robustness tends to decrease as fine-tuning (SFT and
RLHF) is conducted. The code of TREval is available in
https://github.com/Harry-mic/TREvaL. | cs.CL | Are Large Language Models Really Robust to Word-Level Perturbations? |
2023-09-20T09:23:36Z | http://arxiv.org/pdf/2309.11165v1 | http://arxiv.org/abs/2309.11165v1 | Alberto Muñoz-Ortiz, David Vilares, Carlos Gómez-Rodríguez | 2023-09-20T09:23:36Z | cs.CL | We present an approach for assessing how multilingual large language models
(LLMs) learn syntax in terms of multi-formalism syntactic structures. We aim to
recover constituent and dependency structures by casting parsing as sequence
labeling. To do so, we select a few LLMs and study them on 13 diverse UD
treebanks for dependency parsing and 10 treebanks for constituent parsing. Our
results show that: (i) the framework is consistent across encodings, (ii)
pre-trained word vectors do not favor constituency representations of syntax
over dependencies, (iii) sub-word tokenization is needed to represent syntax,
in contrast to character-based models, and (iv) occurrence of a language in the
pretraining data is more important than the amount of task data when recovering
syntax from the word vectors. | cs.CL | Assessment of Pre-Trained Models Across Languages and Grammars |
2023-09-20T08:42:06Z | http://arxiv.org/pdf/2309.11143v4 | http://arxiv.org/abs/2309.11143v4 | Bowen Zhang, Kehua Chang, Chunping Li | 2024-06-20T12:34:48Z | cs.CL, cs.AI | Unsupervised sentence representation learning aims to transform input
sentences into fixed-length vectors enriched with intricate semantic
information while obviating the reliance on labeled data. Recent strides within
this domain have been significantly propelled by breakthroughs in contrastive
learning and prompt engineering. Despite these advancements, the field has
reached a plateau, leading some researchers to incorporate external components
to enhance the quality of sentence embeddings. Such integration, though
beneficial, complicates solutions and inflates demands for computational
resources. In response to these challenges, this paper presents CoT-BERT, an
innovative method that harnesses the progressive thinking of Chain-of-Thought
reasoning to tap into the latent potential of pre-trained models like BERT.
Additionally, we develop an advanced contrastive learning loss function and
propose a novel template denoising strategy. Rigorous experimentation
demonstrates that CoT-BERT surpasses a range of well-established baselines by
relying exclusively on the intrinsic strengths of pre-trained models. | cs.CL | CoT-BERT: Enhancing Unsupervised Sentence Representation through Chain-of-Thought |
2023-09-20T08:39:51Z | http://arxiv.org/pdf/2309.11142v1 | http://arxiv.org/abs/2309.11142v1 | Carlos Morales-Torres, Mario Campos-Soberanis, Diego Campos-Sobrino | 2023-09-20T08:39:51Z | cs.CL | In the last ongoing years, there has been a significant ascending on the
field of Natural Language Processing (NLP) for performing multiple tasks
including English Language Teaching (ELT). An effective strategy to favor the
learning process uses interactive devices to engage learners in their
self-learning process. In this work, we present a working prototype of a
humanoid robotic system to assist English language self-learners through text
generation using Long Short Term Memory (LSTM) Neural Networks. The learners
interact with the system using a Graphic User Interface that generates text
according to the English level of the user. The experimentation was conducted
using English learners and the results were measured accordingly to
International English Language Testing System (IELTS) rubric. Preliminary
results show an increment in the Grammatical Range of learners who interacted
with the system. | cs.CL | Prototype of a robotic system to assist the learning process of English language with text-generation through DNN |
2023-09-20T08:19:05Z | http://arxiv.org/pdf/2309.11127v1 | http://arxiv.org/abs/2309.11127v1 | Hyelin Nam, Jihong Park, Jinho Choi, Mehdi Bennis, Seong-Lyun Kim | 2023-09-20T08:19:05Z | eess.SP, cs.AI, cs.CL | By integrating recent advances in large language models (LLMs) and generative
models into the emerging semantic communication (SC) paradigm, in this article
we put forward to a novel framework of language-oriented semantic communication
(LSC). In LSC, machines communicate using human language messages that can be
interpreted and manipulated via natural language processing (NLP) techniques
for SC efficiency. To demonstrate LSC's potential, we introduce three
innovative algorithms: 1) semantic source coding (SSC) which compresses a text
prompt into its key head words capturing the prompt's syntactic essence while
maintaining their appearance order to keep the prompt's context; 2) semantic
channel coding (SCC) that improves robustness against errors by substituting
head words with their lenghthier synonyms; and 3) semantic knowledge
distillation (SKD) that produces listener-customized prompts via in-context
learning the listener's language style. In a communication task for progressive
text-to-image generation, the proposed methods achieve higher perceptual
similarities with fewer transmissions while enhancing robustness in noisy
communication channels. | eess.SP | Language-Oriented Communication with Semantic Coding and Knowledge Distillation for Text-to-Image Generation |
2023-09-20T07:18:53Z | http://arxiv.org/pdf/2309.11104v1 | http://arxiv.org/abs/2309.11104v1 | Dominik Lewy, Jacek Mańdziuk | 2023-09-20T07:18:53Z | cs.CL, cs.AI | The Mixup method has proven to be a powerful data augmentation technique in
Computer Vision, with many successors that perform image mixing in a guided
manner. One of the interesting research directions is transferring the
underlying Mixup idea to other domains, e.g. Natural Language Processing (NLP).
Even though there already exist several methods that apply Mixup to textual
data, there is still room for new, improved approaches. In this work, we
introduce AttentionMix, a novel mixing method that relies on attention-based
information. While the paper focuses on the BERT attention mechanism, the
proposed approach can be applied to generally any attention-based model.
AttentionMix is evaluated on 3 standard sentiment classification datasets and
in all three cases outperforms two benchmark approaches that utilize Mixup
mechanism, as well as the vanilla BERT method. The results confirm that the
attention-based information can be effectively used for data augmentation in
the NLP domain. | cs.CL | AttentionMix: Data augmentation method that relies on BERT attention mechanism |
2023-09-20T06:54:55Z | http://arxiv.org/pdf/2309.11093v4 | http://arxiv.org/abs/2309.11093v4 | Haven Kim, Jongmin Jung, Dasaem Jeong, Juhan Nam | 2024-05-18T00:03:43Z | cs.CL, cs.LG, cs.MM | Lyric translation, a field studied for over a century, is now attracting
computational linguistics researchers. We identified two limitations in
previous studies. Firstly, lyric translation studies have predominantly focused
on Western genres and languages, with no previous study centering on K-pop
despite its popularity. Second, the field of lyric translation suffers from a
lack of publicly available datasets; to the best of our knowledge, no such
dataset exists. To broaden the scope of genres and languages in lyric
translation studies, we introduce a novel singable lyric translation dataset,
approximately 89\% of which consists of K-pop song lyrics. This dataset aligns
Korean and English lyrics line-by-line and section-by-section. We leveraged
this dataset to unveil unique characteristics of K-pop lyric translation,
distinguishing it from other extensively studied genres, and to construct a
neural lyric translation model, thereby underscoring the importance of a
dedicated dataset for singable lyric translations. | cs.CL | K-pop Lyric Translation: Dataset, Analysis, and Neural-Modelling |
2023-09-20T06:08:11Z | http://arxiv.org/pdf/2309.11082v3 | http://arxiv.org/abs/2309.11082v3 | Chen Jiang, Hong Liu, Xuzheng Yu, Qing Wang, Yuan Cheng, Jia Xu, Zhongyi Liu, Qingpei Guo, Wei Chu, Ming Yang, Yuan Qi | 2024-01-26T06:18:59Z | cs.CV, cs.CL, cs.MM | In recent years, the explosion of web videos makes text-video retrieval
increasingly essential and popular for video filtering, recommendation, and
search. Text-video retrieval aims to rank relevant text/video higher than
irrelevant ones. The core of this task is to precisely measure the cross-modal
similarity between texts and videos. Recently, contrastive learning methods
have shown promising results for text-video retrieval, most of which focus on
the construction of positive and negative pairs to learn text and video
representations. Nevertheless, they do not pay enough attention to hard
negative pairs and lack the ability to model different levels of semantic
similarity. To address these two issues, this paper improves contrastive
learning using two novel techniques. First, to exploit hard examples for robust
discriminative power, we propose a novel Dual-Modal Attention-Enhanced Module
(DMAE) to mine hard negative pairs from textual and visual clues. By further
introducing a Negative-aware InfoNCE (NegNCE) loss, we are able to adaptively
identify all these hard negatives and explicitly highlight their impacts in the
training loss. Second, our work argues that triplet samples can better model
fine-grained semantic similarity compared to pairwise samples. We thereby
present a new Triplet Partial Margin Contrastive Learning (TPM-CL) module to
construct partial order triplet samples by automatically generating
fine-grained hard negatives for matched text-video pairs. The proposed TPM-CL
designs an adaptive token masking strategy with cross-modal interaction to
model subtle semantic differences. Extensive experiments demonstrate that the
proposed approach outperforms existing methods on four widely-used text-video
retrieval datasets, including MSR-VTT, MSVD, DiDeMo and ActivityNet. | cs.CV | Dual-Modal Attention-Enhanced Text-Video Retrieval with Triplet Partial Margin Contrastive Learning |
2023-09-20T05:05:40Z | http://arxiv.org/pdf/2309.11065v1 | http://arxiv.org/abs/2309.11065v1 | Yucheng Cai, Wentao Ma, Yuchuan Wu, Shuzheng Si, Yuan Shao, Zhijian Ou, Yongbin Li | 2023-09-20T05:05:40Z | cs.CL | Recent research has shown that multi-task pre-training greatly improves the
model's robustness and transfer ability, which is crucial for building a
high-quality dialog system. However, most previous works on multi-task
pre-training rely heavily on human-defined input format or prompt, which is not
optimal in quality and quantity. In this work, we propose to use Task-based
Automatic Prompt generation (TAP) to automatically generate high-quality
prompts. Using the high-quality prompts generated, we scale the corpus of the
pre-trained conversation model to 122 datasets from 15 dialog-related tasks,
resulting in Universal Pre-trained Conversation Model (UniPCM), a powerful
foundation model for various conversational tasks and different dialog systems.
Extensive experiments have shown that UniPCM is robust to input prompts and
capable of various dialog-related tasks. Moreover, UniPCM has strong transfer
ability and excels at low resource scenarios, achieving SOTA results on 9
different datasets ranging from task-oriented dialog to open-domain
conversation. Furthermore, we are amazed to find that TAP can generate prompts
on par with those collected with crowdsourcing. The code is released with the
paper. | cs.CL | UniPCM: Universal Pre-trained Conversation Model with Task-aware Automatic Prompt |
2023-09-20T04:58:59Z | http://arxiv.org/pdf/2309.11063v2 | http://arxiv.org/abs/2309.11063v2 | Haopeng Zhang, Hayate Iso, Sairam Gurajada, Nikita Bhutani | 2024-03-14T22:23:14Z | cs.CL | Text editing is a crucial task of modifying text to better align with user
intents. However, existing text editing benchmark datasets contain only
coarse-grained instructions and lack explainability, thus resulting in outputs
that deviate from the intended changes outlined in the gold reference. To
comprehensively investigate the text editing capabilities of large language
models (LLMs), this paper introduces XATU, the first benchmark specifically
designed for fine-grained instruction-based explainable text editing. XATU
considers finer-grained text editing tasks of varying difficulty
(simplification, grammar check, fact-check, etc.), incorporating lexical,
syntactic, semantic, and knowledge-intensive edit aspects. To enhance
interpretability, we combine LLM-based annotation and human annotation,
resulting in a benchmark that includes fine-grained instructions and
gold-standard edit explanations. By evaluating existing LLMs against our
benchmark, we demonstrate the effectiveness of instruction tuning and the
impact of underlying architecture across various editing tasks. Furthermore,
extensive experimentation reveals the significant role of explanations in
fine-tuning language models for text editing tasks. The benchmark will be
open-sourced to support reproduction and facilitate future research
at~\url{https://github.com/megagonlabs/xatu}. | cs.CL | XATU: A Fine-grained Instruction-based Benchmark for Explainable Text Updates |
2023-09-20T04:17:28Z | http://arxiv.org/pdf/2309.11054v2 | http://arxiv.org/abs/2309.11054v2 | Zhanming Jie, Trung Quoc Luong, Xinbo Zhang, Xiaoran Jin, Hang Li | 2023-09-30T15:51:38Z | cs.CL, cs.AI, cs.LG, cs.PL | Chain-of-Thought (CoT) plays a crucial role in reasoning for math problem
solving. We conduct a comprehensive examination of methods for designing CoT,
comparing conventional natural language CoT with various program CoTs,
including the self-describing program, the comment-describing program, and the
non-describing program. Furthermore, we investigate the impact of programming
language on program CoTs, comparing Python and Wolfram Language. Through
extensive experiments on GSM8K, MATHQA, and SVAMP, we find that program CoTs
often have superior effectiveness in math problem solving. Notably, the best
performing combination with 30B parameters beats GPT-3.5-turbo by a significant
margin. The results show that self-describing program offers greater diversity
and thus can generally achieve higher performance. We also find that Python is
a better choice of language than Wolfram for program CoTs. The experimental
results provide a valuable guideline for future CoT designs that take into
account both programming language and coding style for further advancements.
Our datasets and code are publicly available. | cs.CL | Design of Chain-of-Thought in Math Problem Solving |
2023-09-20T04:10:03Z | http://arxiv.org/pdf/2309.11052v2 | http://arxiv.org/abs/2309.11052v2 | Luiz Giordani, Gilsiley Darú, Rhenan Queiroz, Vitor Buzinaro, Davi Keglevich Neiva, Daniel Camilo Fuentes Guzmán, Marcos Jardel Henriques, Oilson Alberto Gonzatto Junior, Francisco Louzada | 2023-09-21T00:35:12Z | cs.CL, cs.LG, stat.ML | The proliferation of fake news has become a significant concern in recent
times due to its potential to spread misinformation and manipulate public
opinion. This paper presents a comprehensive study on detecting fake news in
Brazilian Portuguese, focusing on journalistic-type news. We propose a machine
learning-based approach that leverages natural language processing techniques,
including TF-IDF and Word2Vec, to extract features from textual data. We
evaluate the performance of various classification algorithms, such as logistic
regression, support vector machine, random forest, AdaBoost, and LightGBM, on a
dataset containing both true and fake news articles. The proposed approach
achieves high accuracy and F1-Score, demonstrating its effectiveness in
identifying fake news. Additionally, we developed a user-friendly web platform,
fakenewsbr.com, to facilitate the verification of news articles' veracity. Our
platform provides real-time analysis, allowing users to assess the likelihood
of fake news articles. Through empirical analysis and comparative studies, we
demonstrate the potential of our approach to contribute to the fight against
the spread of fake news and promote more informed media consumption. | cs.CL | fakenewsbr: A Fake News Detection Platform for Brazilian Portuguese |
2023-09-20T03:52:34Z | http://arxiv.org/pdf/2309.11049v2 | http://arxiv.org/abs/2309.11049v2 | Wenting Zhao, Ye Liu, Yao Wan, Yibo Wang, Zhongfen Deng, Philip S. Yu | 2023-09-21T10:57:08Z | cs.CL | Question answering on tabular data (a.k.a TableQA), which aims at generating
answers to questions grounded on a provided table, has gained significant
attention recently. Prior work primarily produces concise factual responses
through information extraction from individual or limited table cells, lacking
the ability to reason across diverse table cells. Yet, the realm of free-form
TableQA, which demands intricate strategies for selecting relevant table cells
and the sophisticated integration and inference of discrete data fragments,
remains mostly unexplored. To this end, this paper proposes a generalized
three-stage approach: Table-to- Graph conversion and cell localizing, external
knowledge retrieval, and the fusion of table and text (called TAG-QA), to
address the challenge of inferring long free-form answers in generative
TableQA. In particular, TAG-QA (1) locates relevant table cells using a graph
neural network to gather intersecting cells between relevant rows and columns,
(2) leverages external knowledge from Wikipedia, and (3) generates answers by
integrating both tabular data and natural linguistic information. Experiments
showcase the superior capabilities of TAG-QA in generating sentences that are
both faithful and coherent, particularly when compared to several
state-of-the-art baselines. Notably, TAG-QA surpasses the robust pipeline-based
baseline TAPAS by 17% and 14% in terms of BLEU-4 and PARENT F-score,
respectively. Furthermore, TAG-QA outperforms the end-to-end model T5 by 16%
and 12% on BLEU-4 and PARENT F-score, respectively. | cs.CL | Localize, Retrieve and Fuse: A Generalized Framework for Free-Form Question Answering over Tables |
2023-09-20T03:49:57Z | http://arxiv.org/pdf/2309.11046v1 | http://arxiv.org/abs/2309.11046v1 | Shitao Wang, Jiamin Lu | 2023-09-20T03:49:57Z | cs.CL | Across various domains, data from different sources such as Baidu Baike and
Wikipedia often manifest in distinct forms. Current entity matching
methodologies predominantly focus on homogeneous data, characterized by
attributes that share the same structure and concise attribute values. However,
this orientation poses challenges in handling data with diverse formats.
Moreover, prevailing approaches aggregate the similarity of attribute values
between corresponding attributes to ascertain entity similarity. Yet, they
often overlook the intricate interrelationships between attributes, where one
attribute may have multiple associations. The simplistic approach of pairwise
attribute comparison fails to harness the wealth of information encapsulated
within entities.To address these challenges, we introduce a novel entity
matching model, dubbed Entity Matching Model for Capturing Complex Attribute
Relationships(EMM-CCAR),built upon pre-trained models. Specifically, this model
transforms the matching task into a sequence matching problem to mitigate the
impact of varying data formats. Moreover, by introducing attention mechanisms,
it identifies complex relationships between attributes, emphasizing the degree
of matching among multiple attributes rather than one-to-one correspondences.
Through the integration of the EMM-CCAR model, we adeptly surmount the
challenges posed by data heterogeneity and intricate attribute
interdependencies. In comparison with the prevalent DER-SSM and Ditto
approaches, our model achieves improvements of approximately 4% and 1% in F1
scores, respectively. This furnishes a robust solution for addressing the
intricacies of attribute complexity in entity matching. | cs.CL | Heterogeneous Entity Matching with Complex Attribute Associations using BERT and Neural Networks |
2023-09-20T03:39:56Z | http://arxiv.org/pdf/2309.11042v1 | http://arxiv.org/abs/2309.11042v1 | Yukang Xie, Chengyu Wang, Junbing Yan, Jiyong Zhou, Feiqi Deng, Jun Huang | 2023-09-20T03:39:56Z | cs.CL, cs.AI | Recently, Large Language Models (LLMs) have achieved amazing zero-shot
learning performance over a variety of Natural Language Processing (NLP) tasks,
especially for text generative tasks. Yet, the large size of LLMs often leads
to the high computational cost of model training and online deployment. In our
work, we present ALTER, a system that effectively builds the multi-tAsk
Learners with mixTure-of-task-adaptERs upon small language models (with <1B
parameters) to address multiple NLP tasks simultaneously, capturing the
commonalities and differences between tasks, in order to support
domain-specific applications. Specifically, in ALTER, we propose the
Mixture-of-Task-Adapters (MTA) module as an extension to the transformer
architecture for the underlying model to capture the intra-task and inter-task
knowledge. A two-stage training method is further proposed to optimize the
collaboration between adapters at a small computational cost. Experimental
results over a mixture of NLP tasks show that our proposed MTA architecture and
the two-stage training method achieve good performance. Based on ALTER, we have
also produced MTA-equipped language models for various domains. | cs.CL | Making Small Language Models Better Multi-task Learners with Mixture-of-Task-Adapters |
2023-09-20T03:15:05Z | http://arxiv.org/pdf/2309.11027v1 | http://arxiv.org/abs/2309.11027v1 | Yibo Wang, Wenting Zhao, Yao Wan, Zhongfen Deng, Philip S. Yu | 2023-09-20T03:15:05Z | cs.CL | Named Entity Recognition (NER) aims to extract and classify entity mentions
in the text into pre-defined types (e.g., organization or person name).
Recently, many works have been proposed to shape the NER as a machine reading
comprehension problem (also termed MRC-based NER), in which entity recognition
is achieved by answering the formulated questions related to pre-defined entity
types through MRC, based on the contexts. However, these works ignore the label
dependencies among entity types, which are critical for precisely recognizing
named entities. In this paper, we propose to incorporate the label dependencies
among entity types into a multi-task learning framework for better MRC-based
NER. We decompose MRC-based NER into multiple tasks and use a self-attention
module to capture label dependencies. Comprehensive experiments on both nested
NER and flat NER datasets are conducted to validate the effectiveness of the
proposed Multi-NER. Experimental results show that Multi-NER can achieve better
performance on all datasets. | cs.CL | Named Entity Recognition via Machine Reading Comprehension: A Multi-Task Learning Approach |
2023-09-20T01:48:27Z | http://arxiv.org/pdf/2309.11000v1 | http://arxiv.org/abs/2309.11000v1 | Xinyu Zhou, Delong Chen, Yudong Chen | 2023-09-20T01:48:27Z | cs.CL, cs.SD, eess.AS | This paper explores the potential of constructing an AI spoken dialogue
system that "thinks how to respond" and "thinks how to speak" simultaneously,
which more closely aligns with the human speech production process compared to
the current cascade pipeline of independent chatbot and Text-to-Speech (TTS)
modules. We hypothesize that Large Language Models (LLMs) with billions of
parameters possess significant speech understanding capabilities and can
jointly model dialogue responses and linguistic features. We conduct two sets
of experiments: 1) Prosodic structure prediction, a typical front-end task in
TTS, demonstrating the speech understanding ability of LLMs, and 2) Further
integrating dialogue response and a wide array of linguistic features using a
unified encoding format. Our results indicate that the LLM-based approach is a
promising direction for building unified spoken dialogue systems. | cs.CL | Towards Joint Modeling of Dialogue Response and Speech Synthesis based on Large Language Model |
2023-09-19T23:39:07Z | http://arxiv.org/pdf/2309.10966v6 | http://arxiv.org/abs/2309.10966v6 | Mara Finkelstein, Subhajit Naskar, Mehdi Mirzazadeh, Apurva Shah, Markus Freitag | 2024-03-25T21:30:19Z | cs.CL | Recent research in decoding methods for Natural Language Generation (NLG)
tasks has shown that MAP decoding is not optimal, because model probabilities
do not always align with human preferences. Stronger decoding methods,
including Quality Estimation (QE) reranking and Minimum Bayes' Risk (MBR)
decoding, have since been proposed to mitigate the model-perplexity-vs-quality
mismatch. While these decoding methods achieve state-of-the-art performance,
they are prohibitively expensive to compute. In this work, we propose MBR
finetuning and QE finetuning which distill the quality gains from these
decoding methods at training time, while using an efficient decoding algorithm
at inference time. Using the canonical NLG task of Neural Machine Translation
(NMT), we show that even with self-training, these finetuning methods
significantly outperform the base model. Moreover, when using an external LLM
as a teacher model, these finetuning methods outperform finetuning on
human-generated references. These findings suggest new ways to leverage
monolingual data to achieve improvements in model quality that are on par with,
or even exceed, improvements from human-curated data, while maintaining maximum
efficiency during decoding. | cs.CL | MBR and QE Finetuning: Training-time Distillation of the Best and Most Expensive Decoding Methods |
2023-09-19T22:41:44Z | http://arxiv.org/pdf/2309.10954v2 | http://arxiv.org/abs/2309.10954v2 | Aristides Milios, Siva Reddy, Dzmitry Bahdanau | 2023-12-06T03:34:00Z | cs.CL, cs.LG | In-context learning (ICL) using large language models for tasks with many
labels is challenging due to the limited context window, which makes it
difficult to fit a sufficient number of examples in the prompt. In this paper,
we use a pre-trained dense retrieval model to bypass this limitation, giving
the model only a partial view of the full label space for each inference call.
Testing with recent open-source LLMs (OPT, LLaMA), we set new state of the art
performance in few-shot settings for three common intent classification
datasets, with no finetuning. We also surpass fine-tuned performance on
fine-grained sentiment classification in certain cases. We analyze the
performance across number of in-context examples and different model scales,
showing that larger models are necessary to effectively and consistently make
use of larger context lengths for ICL. By running several ablations, we analyze
the model's use of: a) the similarity of the in-context examples to the current
input, b) the semantic content of the class names, and c) the correct
correspondence between examples and labels. We demonstrate that all three are
needed to varying degrees depending on the domain, contrary to certain recent
works. | cs.CL | In-Context Learning for Text Classification with Many Labels |
2023-09-19T22:32:56Z | http://arxiv.org/pdf/2309.10952v2 | http://arxiv.org/abs/2309.10952v2 | Vincent Perot, Kai Kang, Florian Luisier, Guolong Su, Xiaoyu Sun, Ramya Sree Boppana, Zilong Wang, Zifeng Wang, Jiaqi Mu, Hao Zhang, Chen-Yu Lee, Nan Hua | 2024-06-21T21:55:07Z | cs.CL, cs.AI, cs.LG | Large Language Models (LLM) have revolutionized Natural Language Processing
(NLP), improving state-of-the-art and exhibiting emergent capabilities across
various tasks. However, their application in extracting information from
visually rich documents, which is at the core of many document processing
workflows and involving the extraction of key entities from semi-structured
documents, has not yet been successful. The main obstacles to adopting LLMs for
this task include the absence of layout encoding within LLMs, which is critical
for high quality extraction, and the lack of a grounding mechanism to localize
the predicted entities within the document. In this paper, we introduce
Language Model-based Document Information Extraction and Localization (LMDX), a
methodology to reframe the document information extraction task for a LLM. LMDX
enables extraction of singular, repeated, and hierarchical entities, both with
and without training data, while providing grounding guarantees and localizing
the entities within the document. Finally, we apply LMDX to the PaLM 2-S and
Gemini Pro LLMs and evaluate it on VRDU and CORD benchmarks, setting a new
state-of-the-art and showing how LMDX enables the creation of high quality,
data-efficient parsers. | cs.CL | LMDX: Language Model-based Document Information Extraction and Localization |
2023-09-19T21:56:45Z | http://arxiv.org/pdf/2309.10945v1 | http://arxiv.org/abs/2309.10945v1 | Paulo Pirozelli, Marcos M. José, Igor Silveira, Flávio Nakasato, Sarajane M. Peres, Anarosa A. F. Brandão, Anna H. R. Costa, Fabio G. Cozman | 2023-09-19T21:56:45Z | cs.CL, cs.AI | Pir\'a is a reading comprehension dataset focused on the ocean, the Brazilian
coast, and climate change, built from a collection of scientific abstracts and
reports on these topics. This dataset represents a versatile language resource,
particularly useful for testing the ability of current machine learning models
to acquire expert scientific knowledge. Despite its potential, a detailed set
of baselines has not yet been developed for Pir\'a. By creating these
baselines, researchers can more easily utilize Pir\'a as a resource for testing
machine learning models across a wide range of question answering tasks. In
this paper, we define six benchmarks over the Pir\'a dataset, covering closed
generative question answering, machine reading comprehension, information
retrieval, open question answering, answer triggering, and multiple choice
question answering. As part of this effort, we have also produced a curated
version of the original dataset, where we fixed a number of grammar issues,
repetitions, and other shortcomings. Furthermore, the dataset has been extended
in several new directions, so as to face the aforementioned benchmarks:
translation of supporting texts from English into Portuguese, classification
labels for answerability, automatic paraphrases of questions and answers, and
multiple choice candidates. The results described in this paper provide several
points of reference for researchers interested in exploring the challenges
provided by the Pir\'a dataset. | cs.CL | Benchmarks for Pirá 2.0, a Reading Comprehension Dataset about the Ocean, the Brazilian Coast, and Climate Change |
2023-09-19T21:07:52Z | http://arxiv.org/pdf/2309.10931v3 | http://arxiv.org/abs/2309.10931v3 | Dmitry Zmitrovich, Alexander Abramov, Andrey Kalmykov, Maria Tikhonova, Ekaterina Taktasheva, Danil Astafurov, Mark Baushenko, Artem Snegirev, Vitalii Kadulin, Sergey Markov, Tatiana Shavrina, Vladislav Mikhailov, Alena Fenogenova | 2024-04-18T07:54:25Z | cs.CL | Transformer language models (LMs) are fundamental to NLP research
methodologies and applications in various languages. However, developing such
models specifically for the Russian language has received little attention.
This paper introduces a collection of 13 Russian Transformer LMs, which spans
encoder (ruBERT, ruRoBERTa, ruELECTRA), decoder (ruGPT-3), and encoder-decoder
(ruT5, FRED-T5) architectures. We provide a report on the model architecture
design and pretraining, and the results of evaluating their generalization
abilities on Russian language understanding and generation datasets and
benchmarks. By pretraining and releasing these specialized Transformer LMs, we
aim to broaden the scope of the NLP research directions and enable the
development of industrial solutions for the Russian language. | cs.CL | A Family of Pretrained Transformer Language Models for Russian |
2023-09-19T21:01:40Z | http://arxiv.org/pdf/2309.10929v1 | http://arxiv.org/abs/2309.10929v1 | Ruiqi Xu, Yongfeng Huang, Xin Chen, Lin Zhang | 2023-09-19T21:01:40Z | cs.CL | In this work, we introduce the concept of complex text style transfer tasks,
and constructed complex text datasets based on two widely applicable scenarios.
Our dataset is the first large-scale data set of its kind, with 700 rephrased
sentences and 1,000 sentences from the game Genshin Impact. While large
language models (LLM) have shown promise in complex text style transfer, they
have drawbacks such as data privacy concerns, network instability, and high
deployment costs. To address these issues, we explore the effectiveness of
small models (less than T5-3B) with implicit style pre-training through
contrastive learning. We also propose a method for automated evaluation of text
generation quality based on alignment with human evaluations using ChatGPT.
Finally, we compare our approach with existing methods and show that our model
achieves state-of-art performances of few-shot text style transfer models. | cs.CL | Specializing Small Language Models towards Complex Style Transfer via Latent Attribute Pre-Training |
2023-09-19T20:55:58Z | http://arxiv.org/pdf/2309.10926v2 | http://arxiv.org/abs/2309.10926v2 | Siddhant Arora, George Saon, Shinji Watanabe, Brian Kingsbury | 2024-02-20T13:06:16Z | cs.CL, cs.SD, eess.AS | Non-autoregressive (NAR) modeling has gained significant interest in speech
processing since these models achieve dramatically lower inference time than
autoregressive (AR) models while also achieving good transcription accuracy.
Since NAR automatic speech recognition (ASR) models must wait for the
completion of the entire utterance before processing, some works explore
streaming NAR models based on blockwise attention for low-latency applications.
However, streaming NAR models significantly lag in accuracy compared to
streaming AR and non-streaming NAR models. To address this, we propose a
streaming "semi-autoregressive" ASR model that incorporates the labels emitted
in previous blocks as additional context using a Language Model (LM)
subnetwork. We also introduce a novel greedy decoding algorithm that addresses
insertion and deletion errors near block boundaries while not significantly
increasing the inference time. Experiments show that our method outperforms the
existing streaming NAR model by 19% relative on Tedlium2, 16%/8% on
Librispeech-100 clean/other test sets, and 19%/8% on the
Switchboard(SWB)/Callhome(CH) test sets. It also reduced the accuracy gap with
streaming AR and non-streaming NAR models while achieving 2.5x lower latency.
We also demonstrate that our approach can effectively utilize external text
data to pre-train the LM subnetwork to further improve streaming ASR accuracy. | cs.CL | Semi-Autoregressive Streaming ASR With Label Context |
2023-09-19T20:53:13Z | http://arxiv.org/pdf/2309.10923v2 | http://arxiv.org/abs/2309.10923v2 | Luca Foppiano, Tomoya Mato, Kensei Terashima, Pedro Ortiz Suarez, Taku Tou, Chikako Sakai, Wei-Sheng Wang, Toshiyuki Amagasa, Yoshihiko Takano, Masashi Ishii | 2023-11-16T07:23:03Z | cs.CL, cond-mat.supr-con, cs.DB, cs.LG | We propose a semi-automatic staging area for efficiently building an accurate
database of experimental physical properties of superconductors from
literature, called SuperCon2, to enrich the existing manually-built
superconductor database SuperCon. Here we report our curation interface
(SuperCon2 Interface) and a workflow managing the state transitions of each
examined record, to validate the dataset of superconductors from PDF documents
collected using Grobid-superconductors in a previous work. This curation
workflow allows both automatic and manual operations, the former contains
``anomaly detection'' that scans new data identifying outliers, and a
``training data collector'' mechanism that collects training data examples
based on manual corrections. Such training data collection policy is effective
in improving the machine-learning models with a reduced number of examples. For
manual operations, the interface (SuperCon2 interface) is developed to increase
efficiency during manual correction by providing a smart interface and an
enhanced PDF document viewer. We show that our interface significantly improves
the curation quality by boosting precision and recall as compared with the
traditional ``manual correction''. Our semi-automatic approach would provide a
solution for achieving a reliable database with text-data mining of scientific
documents. | cs.CL | Semi-automatic staging area for high-quality structured data extraction from scientific literature |
2023-09-19T20:28:57Z | http://arxiv.org/pdf/2309.10917v1 | http://arxiv.org/abs/2309.10917v1 | Egor Lakomkin, Chunyang Wu, Yassir Fathullah, Ozlem Kalinli, Michael L. Seltzer, Christian Fuegen | 2023-09-19T20:28:57Z | eess.AS, cs.AI, cs.CL, cs.LG, cs.SD | In recent years, Large Language Models (LLMs) have garnered significant
attention from the research community due to their exceptional performance and
generalization capabilities. In this paper, we introduce a novel method for
contextualizing speech recognition models incorporating LLMs. Our approach
casts speech recognition as a mixed-modal language modeling task based on a
pretrained LLM. We provide audio features, along with optional text tokens for
context, to train the system to complete transcriptions in a decoder-only
fashion. As a result, the system is implicitly incentivized to learn how to
leverage unstructured contextual information during training. Our empirical
results demonstrate a significant improvement in performance, with a 6% WER
reduction when additional textual context is provided. Moreover, we find that
our method performs competitively and improve by 7.5% WER overall and 17% WER
on rare words against a baseline contextualized RNN-T system that has been
trained on more than twenty five times larger speech dataset. Overall, we
demonstrate that by only adding a handful number of trainable parameters via
adapters, we can unlock contextualized speech recognition capability for the
pretrained LLM while keeping the same text-only input functionality. | eess.AS | End-to-End Speech Recognition Contextualization with Large Language Models |
2023-09-19T20:28:24Z | http://arxiv.org/pdf/2309.10916v3 | http://arxiv.org/abs/2309.10916v3 | Shakila Mahjabin Tonni, Mark Dras | 2023-10-10T08:45:00Z | cs.LG, cs.CL | Adversarial examples, deliberately crafted using small perturbations to fool
deep neural networks, were first studied in image processing and more recently
in NLP. While approaches to detecting adversarial examples in NLP have largely
relied on search over input perturbations, image processing has seen a range of
techniques that aim to characterise adversarial subspaces over the learned
representations.
In this paper, we adapt two such approaches to NLP, one based on nearest
neighbors and influence functions and one on Mahalanobis distances. The former
in particular produces a state-of-the-art detector when compared against
several strong baselines; moreover, the novel use of influence functions
provides insight into how the nature of adversarial example subspaces in NLP
relate to those in image processing, and also how they differ depending on the
kind of NLP task. | cs.LG | What Learned Representations and Influence Functions Can Tell Us About Adversarial Examples |
2023-09-19T20:09:35Z | http://arxiv.org/pdf/2310.12989v1 | http://arxiv.org/abs/2310.12989v1 | Yikuan Li, Hanyin Wang, Halid Yerebakan, Yoshihisa Shinagawa, Yuan Luo | 2023-09-19T20:09:35Z | cs.CL, cs.AI | In this study, we investigated the ability of the large language model (LLM)
to enhance healthcare data interoperability. We leveraged the LLM to convert
clinical texts into their corresponding FHIR resources. Our experiments,
conducted on 3,671 snippets of clinical text, demonstrated that the LLM not
only streamlines the multi-step natural language processing and human
calibration processes but also achieves an exceptional accuracy rate of over
90% in exact matches when compared to human annotations. | cs.CL | Enhancing Health Data Interoperability with Large Language Models: A FHIR Study |
2023-09-19T19:48:30Z | http://arxiv.org/pdf/2309.10898v1 | http://arxiv.org/abs/2309.10898v1 | Bohdan Didenko, Andrii Sameliuk | 2023-09-19T19:48:30Z | cs.CL | The text editing tasks, including sentence fusion, sentence splitting and
rephrasing, text simplification, and Grammatical Error Correction (GEC), share
a common trait of dealing with highly similar input and output sequences. This
area of research lies at the intersection of two well-established fields: (i)
fully autoregressive sequence-to-sequence approaches commonly used in tasks
like Neural Machine Translation (NMT) and (ii) sequence tagging techniques
commonly used to address tasks such as Part-of-speech tagging, Named-entity
recognition (NER), and similar. In the pursuit of a balanced architecture,
researchers have come up with numerous imaginative and unconventional
solutions, which we're discussing in the Related Works section. Our approach to
addressing text editing tasks is called RedPenNet and is aimed at reducing
architectural and parametric redundancies presented in specific
Sequence-To-Edits models, preserving their semi-autoregressive advantages. Our
models achieve $F_{0.5}$ scores of 77.60 on the BEA-2019 (test), which can be
considered as state-of-the-art the only exception for system combination and
67.71 on the UAGEC+Fluency (test) benchmarks.
This research is being conducted in the context of the UNLP 2023 workshop,
where it was presented as a paper as a paper for the Shared Task in Grammatical
Error Correction (GEC) for Ukrainian. This study aims to apply the RedPenNet
approach to address the GEC problem in the Ukrainian language. | cs.CL | RedPenNet for Grammatical Error Correction: Outputs to Tokens, Attentions to Spans |
2023-09-19T19:30:56Z | http://arxiv.org/pdf/2309.10891v1 | http://arxiv.org/abs/2309.10891v1 | Fei Wang, Kuan-Hao Huang, Kai-Wei Chang, Muhao Chen | 2023-09-19T19:30:56Z | cs.CL, cs.AI, cs.LG | Zero-shot cross-lingual transfer is a central task in multilingual NLP,
allowing models trained in languages with more sufficient training resources to
generalize to other low-resource languages. Earlier efforts on this task use
parallel corpora, bilingual dictionaries, or other annotated alignment data to
improve cross-lingual transferability, which are typically expensive to obtain.
In this paper, we propose a simple yet effective method, SALT, to improve the
zero-shot cross-lingual transfer of the multilingual pretrained language models
without the help of such external data. By incorporating code-switching and
embedding mixup with self-augmentation, SALT effectively distills cross-lingual
knowledge from the multilingual PLM and enhances its transferability on
downstream tasks. Experimental results on XNLI and PAWS-X show that our method
is able to improve zero-shot cross-lingual transferability without external
data. Our code is available at https://github.com/luka-group/SALT. | cs.CL | Self-Augmentation Improves Zero-Shot Cross-Lingual Transfer |
2023-09-19T19:07:48Z | http://arxiv.org/pdf/2309.10880v1 | http://arxiv.org/abs/2309.10880v1 | Tianyu Jiang, Sonia Vinogradova, Nathan Stringham, E. Louise Earl, Allan D. Hollander, Patrick R. Huber, Ellen Riloff, R. Sandra Schillo, Giorgio A. Ubbiali, Matthew Lange | 2023-09-19T19:07:48Z | cs.CL, cs.AI, cs.CY, cs.IR, H.3.1; I.2.7; J.3; J.4; K.4.3 | Our research explores the use of natural language processing (NLP) methods to
automatically classify entities for the purpose of knowledge graph population
and integration with food system ontologies. We have created NLP models that
can automatically classify organizations with respect to categories associated
with environmental issues as well as Standard Industrial Classification (SIC)
codes, which are used by the U.S. government to characterize business
activities. As input, the NLP models are provided with text snippets retrieved
by the Google search engine for each organization, which serves as a textual
description of the organization that is used for learning. Our experimental
results show that NLP models can achieve reasonably good performance for these
two classification tasks, and they rely on a general framework that could be
applied to many other classification problems as well. We believe that NLP
models represent a promising approach for automatically harvesting information
to populate knowledge graphs and aligning the information with existing
ontologies through shared categories and concepts. | cs.CL | Classifying Organizations for Food System Ontologies using Natural Language Processing |
2023-09-19T17:59:54Z | http://arxiv.org/pdf/2309.10818v3 | http://arxiv.org/abs/2309.10818v3 | Zhiqiang Shen, Tianhua Tao, Liqun Ma, Willie Neiswanger, Zhengzhong Liu, Hongyi Wang, Bowen Tan, Joel Hestness, Natalia Vassilieva, Daria Soboleva, Eric Xing | 2024-05-09T13:56:06Z | cs.CL, cs.AI | This paper aims to understand the impacts of various data combinations (e.g.,
web text, Wikipedia, GitHub, books) on the pretraining of large language models
using SlimPajama. SlimPajama is a rigorously deduplicated, multi-source
dataset, which has been refined and further deduplicated to 627B tokens from
the extensive 1.2T token RedPajama dataset contributed by Together. We have
termed our research as SlimPajama-DC, an empirical analysis designed to uncover
fundamental characteristics and best practices associated with employing
SlimPajama in the training of large language models. During our research with
SlimPajama, two pivotal observations emerged: (1) Global deduplication vs.
local deduplication. We analyze and discuss how global (across different
sources of datasets) and local (within the single source of dataset)
deduplications affect the performance of trained models. (2) Proportions of
highly-deduplicated multi-source datasets in the combination. To study this, we
construct six configurations on SlimPajama dataset and train individual ones
using 1.3B Cerebras-GPT model with Alibi and SwiGLU. Our best configuration
outperforms the 1.3B model trained on RedPajama using the same number of
training tokens by a significant margin. All our 1.3B models are trained on
Cerebras 16$\times$ CS-2 cluster with a total of 80 PFLOP/s in bf16 mixed
precision. We further extend our discoveries (such as increasing data diversity
is crucial after global deduplication) on a 7B model with large batch-size
training. Our SlimPajama-DC models are available at:
https://huggingface.co/MBZUAI-LLM/SlimPajama-DC and the separate SlimPajama-DC
datasets are available at:
https://huggingface.co/datasets/MBZUAI-LLM/SlimPajama-627B-DC. | cs.CL | SlimPajama-DC: Understanding Data Combinations for LLM Training |
2023-09-19T17:54:21Z | http://arxiv.org/pdf/2309.10814v2 | http://arxiv.org/abs/2309.10814v2 | Tianhua Zhang, Jiaxin Ge, Hongyin Luo, Yung-Sung Chuang, Mingye Gao, Yuan Gong, Xixin Wu, Yoon Kim, Helen Meng, James Glass | 2024-03-29T01:18:18Z | cs.CL | How can we perform computations over natural language representations to
solve tasks that require symbolic and numeric reasoning? We propose natural
language embedded programs (NLEP) as a unifying framework for addressing
math/symbolic reasoning, natural language understanding, and instruction
following tasks. Our approach prompts a language model to generate full Python
programs that define functions over data structures which contain natural
language representations of structured knowledge. A Python interpreter then
executes the generated code and prints the output. Despite using a task-general
prompt, we find that this approach can improve upon strong baselines across a
range of different tasks including math and symbolic reasoning, text
classification, question answering, and instruction following. We found that
the generated programs are interpretable since they outline the exact reasoning
process followed by the program interpreter. | cs.CL | Natural Language Embedded Programs for Hybrid Language Symbolic Reasoning |
2023-09-19T17:52:50Z | http://arxiv.org/pdf/2309.10811v1 | http://arxiv.org/abs/2309.10811v1 | Rima Hazra, Mayank Singh, Pawan Goyal, Bibhas Adhikari, Animesh Mukherjee | 2023-09-19T17:52:50Z | cs.DL, cs.CL | Interdisciplinarity has over the recent years have gained tremendous
importance and has become one of the key ways of doing cutting edge research.
In this paper we attempt to model the citation flow across three different
fields -- Physics (PHY), Mathematics (MA) and Computer Science (CS). For
instance, is there a specific pattern in which these fields cite one another?
We carry out experiments on a dataset comprising more than 1.2 million articles
taken from these three fields. We quantify the citation interactions among
these three fields through temporal bucket signatures. We present numerical
models based on variants of the recently proposed relay-linking framework to
explain the citation dynamics across the three disciplines. These models make a
modest attempt to unfold the underlying principles of how citation links could
have been formed across the three fields over time. | cs.DL | Modeling interdisciplinary interactions among Physics, Mathematics & Computer Science |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.