publication_date
stringlengths 20
20
| doc_url
stringlengths 33
34
| id
stringlengths 33
34
| authors
stringlengths 5
20.1k
| update_date
stringlengths 20
20
| category_all
stringlengths 5
138
| abstract
stringlengths 123
3.09k
| category_primary
stringclasses 78
values | title
stringlengths 10
211
|
---|---|---|---|---|---|---|---|---|
2023-08-01T17:21:38Z | http://arxiv.org/pdf/2308.00675v1 | http://arxiv.org/abs/2308.00675v1 | Cheng-Yu Hsieh, Si-An Chen, Chun-Liang Li, Yasuhisa Fujii, Alexander Ratner, Chen-Yu Lee, Ranjay Krishna, Tomas Pfister | 2023-08-01T17:21:38Z | cs.CL, cs.AI, cs.CV, cs.LG | Today, large language models (LLMs) are taught to use new tools by providing
a few demonstrations of the tool's usage. Unfortunately, demonstrations are
hard to acquire, and can result in undesirable biased usage if the wrong
demonstration is chosen. Even in the rare scenario that demonstrations are
readily available, there is no principled selection protocol to determine how
many and which ones to provide. As tasks grow more complex, the selection
search grows combinatorially and invariably becomes intractable. Our work
provides an alternative to demonstrations: tool documentation. We advocate the
use of tool documentation, descriptions for the individual tool usage, over
demonstrations. We substantiate our claim through three main empirical findings
on 6 tasks across both vision and language modalities. First, on existing
benchmarks, zero-shot prompts with only tool documentation are sufficient for
eliciting proper tool usage, achieving performance on par with few-shot
prompts. Second, on a newly collected realistic tool-use dataset with hundreds
of available tool APIs, we show that tool documentation is significantly more
valuable than demonstrations, with zero-shot documentation significantly
outperforming few-shot without documentation. Third, we highlight the benefits
of tool documentations by tackling image generation and video tracking using
just-released unseen state-of-the-art models as tools. Finally, we highlight
the possibility of using tool documentation to automatically enable new
applications: by using nothing more than the documentation of GroundingDino,
Stable Diffusion, XMem, and SAM, LLMs can re-invent the functionalities of the
just-released Grounded-SAM and Track Anything models. | cs.CL | Tool Documentation Enables Zero-Shot Tool-Usage with Large Language Models |
2023-08-01T15:51:41Z | http://arxiv.org/pdf/2308.00624v1 | http://arxiv.org/abs/2308.00624v1 | Qinhua Duan, Wenchao Gu, Yujia Chen, Wenxin Mao, Zewen Tian, Hui Cao | 2023-08-01T15:51:41Z | cs.CL, cs.AI | With the advancements in large language model technology, it has showcased
capabilities that come close to those of human beings across various tasks.
This achievement has garnered significant interest from companies and
scientific research institutions, leading to substantial investments in the
research and development of these models. While numerous large models have
emerged during this period, the majority of them have been trained primarily on
English data. Although they exhibit decent performance in other languages, such
as Chinese, their potential remains limited due to factors like vocabulary
design and training corpus. Consequently, their ability to fully express their
capabilities in Chinese falls short. To address this issue, we introduce the
model named JIANG (Chinese pinyin of ginger) specifically designed for the
Chinese language. We have gathered a substantial amount of Chinese corpus to
train the model and have also optimized its structure. The extensive
experimental results demonstrate the excellent performance of our model. | cs.CL | JIANG: Chinese Open Foundation Language Model |
2023-08-01T14:43:10Z | http://arxiv.org/pdf/2308.02541v1 | http://arxiv.org/abs/2308.02541v1 | Nicolo' Brandizzi | 2023-08-01T14:43:10Z | cs.CL, cs.AI, cs.HC, cs.MA, I.2.6; I.2.7; I.2.11 | In the recent shift towards human-centric AI, the need for machines to
accurately use natural language has become increasingly important. While a
common approach to achieve this is to train large language models, this method
presents a form of learning misalignment where the model may not capture the
underlying structure and reasoning humans employ in using natural language,
potentially leading to unexpected or unreliable behavior. Emergent
communication (Emecom) is a field of research that has seen a growing number of
publications in recent years, aiming to develop artificial agents capable of
using natural language in a way that goes beyond simple discriminative tasks
and can effectively communicate and learn new concepts. In this review, we
present Emecom under two aspects. Firstly, we delineate all the common
proprieties we find across the literature and how they relate to human
interactions. Secondly, we identify two subcategories and highlight their
characteristics and open challenges. We encourage researchers to work together
by demonstrating that different methods can be viewed as diverse solutions to a
common problem and emphasize the importance of including diverse perspectives
and expertise in the field. We believe a deeper understanding of human
communication is crucial to developing machines that can accurately use natural
language in human-machine interactions. | cs.CL | Towards More Human-like AI Communication: A Review of Emergent Communication Research |
2023-08-01T13:57:23Z | http://arxiv.org/pdf/2308.02539v1 | http://arxiv.org/abs/2308.02539v1 | Kutz Arrieta, Pablo R. Fillottrani, C. Maria Keet | 2023-08-01T13:57:23Z | cs.CL, I.2.4; H.2.3 | Representing snippets of information abstractly is a task that needs to be
performed for various purposes, such as database view specification and the
first stage in the natural language generation pipeline for generative AI from
structured input, i.e., the content selection stage to determine what needs to
be verbalised. For the Abstract Wikipedia project, requirements analysis
revealed that such an abstract representation requires multilingual modelling,
content selection covering declarative content and functions, and both classes
and instances. There is no modelling language that meets either of the three
features, let alone a combination. Following a rigorous language design process
inclusive of broad stakeholder consultation, we created CoSMo, a novel {\sc
Co}ntent {\sc S}election {\sc Mo}deling language that meets these and other
requirements so that it may be useful both in Abstract Wikipedia as well as
other contexts. We describe the design process, rationale and choices, the
specification, and preliminary evaluation of the language. | cs.CL | CoSMo: A constructor specification language for Abstract Wikipedia's content selection process |
2023-08-01T13:14:10Z | http://arxiv.org/pdf/2308.00528v1 | http://arxiv.org/abs/2308.00528v1 | Muzhaffar Hazman, Susan McKeever, Josephine Griffith | 2023-08-01T13:14:10Z | cs.CL | Internet Memes remain a challenging form of user-generated content for
automated sentiment classification. The availability of labelled memes is a
barrier to developing sentiment classifiers of multimodal memes. To address the
shortage of labelled memes, we propose to supplement the training of a
multimodal meme classifier with unimodal (image-only and text-only) data. In
this work, we present a novel variant of supervised intermediate training that
uses relatively abundant sentiment-labelled unimodal data. Our results show a
statistically significant performance improvement from the incorporation of
unimodal text data. Furthermore, we show that the training set of labelled
memes can be reduced by 40% without reducing the performance of the downstream
model. | cs.CL | Unimodal Intermediate Training for Multimodal Meme Sentiment Classification |
2023-08-01T12:04:50Z | http://arxiv.org/pdf/2308.00479v1 | http://arxiv.org/abs/2308.00479v1 | S. S. Manathunga, Y. A. Illangasekara | 2023-08-01T12:04:50Z | cs.CL, cs.AI, H.3.1; J.3 | Large Language Models are increasingly being used for various tasks including
content generation and as chatbots. Despite their impressive performances in
general tasks, LLMs need to be aligned when applying for domain specific tasks
to mitigate the problems of hallucination and producing harmful answers.
Retrieval Augmented Generation (RAG) allows to easily attach and manipulate a
non-parametric knowledgebases to LLMs. Applications of RAG in the field of
medical education are discussed in this paper. A combined extractive and
abstractive summarization method for large unstructured textual data using
representative vectors is proposed. | cs.CL | Retrieval Augmented Generation and Representative Vector Summarization for large unstructured textual data in Medical Education |
2023-08-01T10:46:09Z | http://arxiv.org/pdf/2308.00447v1 | http://arxiv.org/abs/2308.00447v1 | Eren Unlu | 2023-08-01T10:46:09Z | cs.AI, cs.CL | It is evident that the current state of Large Language Models (LLMs)
necessitates the incorporation of external tools. The lack of straightforward
algebraic and logical reasoning is well documented and prompted researchers to
develop frameworks which allow LLMs to operate via external tools. The
ontological nature of tool utilization for a specific task can be well
formulated with a Directed Acyclic Graph (DAG). The central aim of the paper is
to highlight the importance of graph based approaches to LLM-tool interaction
in near future. We propose an exemplary framework to guide the orchestration of
exponentially increasing numbers of external tools with LLMs,where objectives
and functionalities of tools are graph encoded hierarchically. Assuming that
textual segments of a Chain-of-Thought (CoT) can be imagined as a tool as
defined here, the graph based framework can pave new avenues in that particular
direction as well. | cs.AI | Structural Embeddings of Tools for Large Language Models |
2023-08-01T10:42:11Z | http://arxiv.org/pdf/2308.02537v1 | http://arxiv.org/abs/2308.02537v1 | Philipp Kohl, Nils Freyer, Yoka Krämer, Henri Werth, Steffen Wolf, Bodo Kraft, Matthias Meinecke, Albert Zündorf | 2023-08-01T10:42:11Z | cs.CL, cs.AI | Supervised machine learning and deep learning require a large amount of
labeled data, which data scientists obtain in a manual, and time-consuming
annotation process. To mitigate this challenge, Active Learning (AL) proposes
promising data points to annotators they annotate next instead of a subsequent
or random sample. This method is supposed to save annotation effort while
maintaining model performance. However, practitioners face many AL strategies
for different tasks and need an empirical basis to choose between them. Surveys
categorize AL strategies into taxonomies without performance indications.
Presentations of novel AL strategies compare the performance to a small subset
of strategies. Our contribution addresses the empirical basis by introducing a
reproducible active learning evaluation (ALE) framework for the comparative
evaluation of AL strategies in NLP. The framework allows the implementation of
AL strategies with low effort and a fair data-driven comparison through
defining and tracking experiment parameters (e.g., initial dataset size, number
of data points per query step, and the budget). ALE helps practitioners to make
more informed decisions, and researchers can focus on developing new, effective
AL strategies and deriving best practices for specific use cases. With best
practices, practitioners can lower their annotation costs. We present a case
study to illustrate how to use the framework. | cs.CL | ALE: A Simulation-Based Active Learning Evaluation Framework for the Parameter-Driven Comparison of Query Strategies for NLP |
2023-08-01T10:31:36Z | http://arxiv.org/pdf/2308.00436v3 | http://arxiv.org/abs/2308.00436v3 | Ning Miao, Yee Whye Teh, Tom Rainforth | 2023-10-05T12:59:59Z | cs.AI, cs.CL, cs.LG | The recent progress in large language models (LLMs), especially the invention
of chain-of-thought prompting, has made it possible to automatically answer
questions by stepwise reasoning. However, when faced with more complicated
problems that require non-linear thinking, even the strongest LLMs make
mistakes. To address this, we explore whether LLMs are able to recognize errors
in their own step-by-step reasoning, without resorting to external resources.
To this end, we propose SelfCheck, a general-purpose zero-shot verification
schema for recognizing such errors. We then use the results of these checks to
improve question-answering performance by conducting weighted voting on
multiple solutions to the question. We test SelfCheck on three datasets (GSM8K,
MathQA, and MATH) and find that it successfully recognizes errors and, in turn,
increases final answer accuracies. | cs.AI | SelfCheck: Using LLMs to Zero-Shot Check Their Own Step-by-Step Reasoning |
2023-08-01T10:10:59Z | http://arxiv.org/pdf/2308.00425v1 | http://arxiv.org/abs/2308.00425v1 | Christina Niklaus, Matthias Cetto, André Freitas, Siegfried Handschuh | 2023-08-01T10:10:59Z | cs.CL, cs.AI | Sentences that present a complex syntax act as a major stumbling block for
downstream Natural Language Processing applications whose predictive quality
deteriorates with sentence length and complexity. The task of Text
Simplification (TS) may remedy this situation. It aims to modify sentences in
order to make them easier to process, using a set of rewriting operations, such
as reordering, deletion, or splitting. State-of-the-art syntactic TS approaches
suffer from two major drawbacks: first, they follow a very conservative
approach in that they tend to retain the input rather than transforming it, and
second, they ignore the cohesive nature of texts, where context spread across
clauses or sentences is needed to infer the true meaning of a statement. To
address these problems, we present a discourse-aware TS approach that splits
and rephrases complex English sentences within the semantic context in which
they occur. Based on a linguistically grounded transformation stage that uses
clausal and phrasal disembedding mechanisms, complex sentences are transformed
into shorter utterances with a simple canonical structure that can be easily
analyzed by downstream applications. With sentence splitting, we thus address a
TS task that has hardly been explored so far. Moreover, we introduce the notion
of minimality in this context, as we aim to decompose source sentences into a
set of self-contained minimal semantic units. To avoid breaking down the input
into a disjointed sequence of statements that is difficult to interpret because
important contextual information is missing, we incorporate the semantic
context between the split propositions in the form of hierarchical structures
and semantic relationships. In that way, we generate a semantic hierarchy of
minimal propositions that leads to a novel representation of complex assertions
that puts a semantic layer on top of the simplified sentences. | cs.CL | Discourse-Aware Text Simplification: From Complex Sentences to Linked Propositions |
2023-08-01T09:29:55Z | http://arxiv.org/pdf/2308.06241v1 | http://arxiv.org/abs/2308.06241v1 | Mohammad Maksood Akhter, Devpriya Kanojia | 2023-08-01T09:29:55Z | cs.CL, cs.SI | When any extraordinary event takes place in the world wide area, it is the
social media that acts as the fastest carrier of the news along with the
consequences dealt with that event. One can gather much information through
social networks regarding the sentiments, behavior, and opinions of the people.
In this paper, we focus mainly on sentiment analysis of twitter data of India
which comprises of COVID-19 tweets. We show how Twitter data has been extracted
and then run sentimental analysis queries on it. This is helpful to analyze the
information in the tweets where opinions are highly unstructured,
heterogeneous, and are either positive or negative or neutral in some cases. | cs.CL | Covid-19 Public Sentiment Analysis for Indian Tweets Classification |
2023-08-01T09:28:36Z | http://arxiv.org/pdf/2308.00400v2 | http://arxiv.org/abs/2308.00400v2 | Bo Zhang, Jian Wang, Hui Ma, Bo Xu, Hongfei Lin | 2023-08-02T13:53:30Z | cs.CL, cs.MM | Image-grounded dialogue systems benefit greatly from integrating visual
information, resulting in high-quality response generation. However, current
models struggle to effectively utilize such information in zero-resource
scenarios, mainly due to the disparity between image and text modalities. To
overcome this challenge, we propose an innovative multimodal framework, called
ZRIGF, which assimilates image-grounded information for dialogue generation in
zero-resource situations. ZRIGF implements a two-stage learning strategy,
comprising contrastive pre-training and generative pre-training. Contrastive
pre-training includes a text-image matching module that maps images and texts
into a unified encoded vector space, along with a text-assisted masked image
modeling module that preserves pre-training visual features and fosters further
multimodal feature alignment. Generative pre-training employs a multimodal
fusion module and an information transfer module to produce insightful
responses based on harmonized multimodal representations. Comprehensive
experiments conducted on both text-based and image-grounded dialogue datasets
demonstrate ZRIGF's efficacy in generating contextually pertinent and
informative responses. Furthermore, we adopt a fully zero-resource scenario in
the image-grounded dialogue dataset to demonstrate our framework's robust
generalization capabilities in novel domains. The code is available at
https://github.com/zhangbo-nlp/ZRIGF. | cs.CL | ZRIGF: An Innovative Multimodal Framework for Zero-Resource Image-Grounded Dialogue Generation |
2023-08-01T09:26:40Z | http://arxiv.org/pdf/2308.00399v1 | http://arxiv.org/abs/2308.00399v1 | Saad Obaid ul Islam, Iza Škrjanec, Ondřej Dušek, Vera Demberg | 2023-08-01T09:26:40Z | cs.CL, cs.LG | Hallucinations in text generation occur when the system produces text that is
not grounded in the input. In this work, we tackle the problem of
hallucinations in neural chart summarization. Our analysis shows that the
target side of chart summarization training datasets often contains additional
information, leading to hallucinations. We propose a natural language inference
(NLI) based method to preprocess the training data and show through human
evaluation that our method significantly reduces hallucinations. We also found
that shortening long-distance dependencies in the input sequence and adding
chart-related information like title and legends improves the overall
performance. | cs.CL | Tackling Hallucinations in Neural Chart Summarization |
2023-08-01T08:12:43Z | http://arxiv.org/pdf/2308.00364v1 | http://arxiv.org/abs/2308.00364v1 | Saurabh Kumar, Daniel Fuchs, Klaus Spindler | 2023-08-01T08:12:43Z | cs.CL, cs.AI | Deviations from the approved design or processes during mass production can
lead to unforeseen risks. However, these changes are sometimes necessary due to
changes in the product design characteristics or an adaptation in the
manufacturing process. A major challenge is to identify these risks early in
the workflow so that failures leading to warranty claims can be avoided. We
developed Fountain as a contextual assistant integrated in the deviation
management workflow that helps in identifying the risks based on the
description of the existing design and process criteria and the proposed
deviation. In the manufacturing context, it is important that the assistant
provides recommendations that are explainable and consistent. We achieve this
through a combination of the following two components 1) language models
finetuned for domain specific semantic similarity and, 2) knowledge
representation in the form of a property graph derived from the bill of
materials, Failure Modes and Effect Analysis (FMEA) and prior failures reported
by customers. Here, we present the nuances of selecting and adapting pretrained
language models for an engineering domain, continuous model updates based on
user interaction with the contextual assistant and creating the causal chain
for explainable recommendations based on the knowledge representation.
Additionally, we demonstrate that the model adaptation is feasible using
moderate computational infrastructure already available to most engineering
teams in manufacturing organizations and inference can be performed on standard
CPU only instances for integration with existing applications making these
methods easily deployable. | cs.CL | Fountain -- an intelligent contextual assistant combining knowledge representation and language models for manufacturing risk identification |
2023-08-01T06:30:37Z | http://arxiv.org/pdf/2308.00319v2 | http://arxiv.org/abs/2308.00319v2 | Hai Zhu, Zhaoqing Yang, Weiwei Shang, Yuren Wu | 2024-01-10T13:26:18Z | cs.CL | Natural language processing models are vulnerable to adversarial examples.
Previous textual adversarial attacks adopt gradients or confidence scores to
calculate word importance ranking and generate adversarial examples. However,
this information is unavailable in the real world. Therefore, we focus on a
more realistic and challenging setting, named hard-label attack, in which the
attacker can only query the model and obtain a discrete prediction label.
Existing hard-label attack algorithms tend to initialize adversarial examples
by random substitution and then utilize complex heuristic algorithms to
optimize the adversarial perturbation. These methods require a lot of model
queries and the attack success rate is restricted by adversary initialization.
In this paper, we propose a novel hard-label attack algorithm named LimeAttack,
which leverages a local explainable method to approximate word importance
ranking, and then adopts beam search to find the optimal solution. Extensive
experiments show that LimeAttack achieves the better attacking performance
compared with existing hard-label attack under the same query budget. In
addition, we evaluate the effectiveness of LimeAttack on large language models,
and results indicate that adversarial examples remain a significant threat to
large language models. The adversarial examples crafted by LimeAttack are
highly transferable and effectively improve model robustness in adversarial
training. | cs.CL | LimeAttack: Local Explainable Method for Textual Hard-Label Adversarial Attack |
2023-08-01T05:54:12Z | http://arxiv.org/pdf/2308.00304v2 | http://arxiv.org/abs/2308.00304v2 | Jiaao Chen, Xiaoman Pan, Dian Yu, Kaiqiang Song, Xiaoyang Wang, Dong Yu, Jianshu Chen | 2023-08-14T08:11:15Z | cs.CL | We consider the problem of eliciting compositional generalization
capabilities in large language models (LLMs) with a novel type of prompting
strategy. Compositional generalization empowers the LLMs to solve problems that
are harder than the ones they have seen (i.e., easy-to-hard generalization),
which is a critical reasoning capability of human-like intelligence. However,
even the current state-of-the-art LLMs still struggle with this form of
reasoning. To bridge this gap, we propose skills-in-context (SKiC) prompting,
which instructs LLMs how to compose basic skills to resolve more complex
problems. We find that it is crucial to demonstrate both the skills and the
compositional examples within the same prompting context. With as few as two
examplars, our SKiC prompting initiates strong synergies between skills and
their composition capabilities. Notably, it empowers LLMs to solve unseen
problems that require innovative skill compositions, achieving near-perfect
generalization on a broad range of challenging compositionality tasks.
Intriguingly, SKiC prompting unlocks the latent potential of LLMs, enabling
them to leverage pre-existing internal skills acquired during earlier
pre-training stages, even when these skills are not explicitly presented in the
prompting context. This results in the capability of LLMs to solve unseen
complex problems by activating and composing internal competencies. With such
prominent features, SKiC prompting is able to achieve state-of-the-art
performance on challenging mathematical reasoning benchmarks (e.g., MATH). | cs.CL | Skills-in-Context Prompting: Unlocking Compositionality in Large Language Models |
2023-08-01T05:31:36Z | http://arxiv.org/pdf/2308.02582v3 | http://arxiv.org/abs/2308.02582v3 | Aseem Arora, Shabbirhussain Bhaisaheb, Harshit Nigam, Manasi Patwardhan, Lovekesh Vig, Gautam Shroff | 2023-08-09T09:03:12Z | cs.CL, cs.AI, cs.LG | Cross-domain and cross-compositional generalization of Text-to-SQL semantic
parsing is a challenging task. Existing Large Language Model (LLM) based
solutions rely on inference-time retrieval of few-shot exemplars from the
training set to synthesize a run-time prompt for each Natural Language (NL)
test query. In contrast, we devise an algorithm which performs offline sampling
of a minimal set-of few-shots from the training data, with complete coverage of
SQL clauses, operators and functions, and maximal domain coverage within the
allowed token length. This allows for synthesis of a fixed Generic Prompt (GP),
with a diverse set-of exemplars common across NL test queries, avoiding
expensive test time exemplar retrieval. We further auto-adapt the GP to the
target database domain (DA-GP), to better handle cross-domain generalization;
followed by a decomposed Least-To-Most-Prompting (LTMP-DA-GP) to handle
cross-compositional generalization. The synthesis of LTMP-DA-GP is an offline
task, to be performed one-time per new database with minimal human
intervention. Our approach demonstrates superior performance on the KaggleDBQA
dataset, designed to evaluate generalizability for the Text-to-SQL task. We
further showcase consistent performance improvement of LTMP-DA-GP over GP,
across LLMs and databases of KaggleDBQA, highlighting the efficacy and model
agnostic benefits of our prompt based adapt and decompose approach. | cs.CL | Adapt and Decompose: Efficient Generalization of Text-to-SQL via Domain Adapted Least-To-Most Prompting |
2023-08-01T05:28:13Z | http://arxiv.org/pdf/2308.00295v1 | http://arxiv.org/abs/2308.00295v1 | Shamanthak Hegde, Soumya Jahagirdar, Shankar Gangisetty | 2023-08-01T05:28:13Z | cs.CV, cs.AI, cs.CL | Text-based VQA aims at answering questions by reading the text present in the
images. It requires a large amount of scene-text relationship understanding
compared to the VQA task. Recent studies have shown that the question-answer
pairs in the dataset are more focused on the text present in the image but less
importance is given to visual features and some questions do not require
understanding the image. The models trained on this dataset predict biased
answers due to the lack of understanding of visual context. For example, in
questions like "What is written on the signboard?", the answer predicted by the
model is always "STOP" which makes the model to ignore the image. To address
these issues, we propose a method to learn visual features (making V matter in
TextVQA) along with the OCR features and question features using VQA dataset as
external knowledge for Text-based VQA. Specifically, we combine the TextVQA
dataset and VQA dataset and train the model on this combined dataset. Such a
simple, yet effective approach increases the understanding and correlation
between the image features and text present in the image, which helps in the
better answering of questions. We further test the model on different datasets
and compare their qualitative and quantitative results. | cs.CV | Making the V in Text-VQA Matter |
2023-08-01T03:54:27Z | http://arxiv.org/pdf/2308.00264v4 | http://arxiv.org/abs/2308.00264v4 | Zehui Wu, Ziwei Gong, Jaywon Koo, Julia Hirschberg | 2024-06-02T19:12:57Z | cs.CL, cs.AI, cs.LG, cs.MM | This paper investigates the optimal selection and fusion of feature encoders
across multiple modalities and combines these in one neural network to improve
sentiment detection. We compare different fusion methods and examine the impact
of multi-loss training within the multi-modality fusion network, identifying
surprisingly important findings relating to subnet performance. We have also
found that integrating context significantly enhances model performance. Our
best model achieves state-of-the-art performance for three datasets (CMU-MOSI,
CMU-MOSEI and CH-SIMS). These results suggest a roadmap toward an optimized
feature selection and fusion approach for enhancing sentiment detection in
neural networks. | cs.CL | Multimodal Multi-loss Fusion Network for Sentiment Analysis |
2023-08-01T02:43:27Z | http://arxiv.org/pdf/2308.00240v1 | http://arxiv.org/abs/2308.00240v1 | Geyang Guo, Jiarong Yang, Fengyuan Lu, Jiaxin Qin, Tianyi Tang, Wayne Xin Zhao | 2023-08-01T02:43:27Z | cs.CL | Interpreting ancient Chinese has been the key to comprehending vast Chinese
literature, tradition, and civilization. In this paper, we propose Erya for
ancient Chinese translation. From a dataset perspective, we collect, clean, and
classify ancient Chinese materials from various sources, forming the most
extensive ancient Chinese resource to date. From a model perspective, we devise
Erya training method oriented towards ancient Chinese. We design two
jointly-working tasks: disyllabic aligned substitution (DAS) and dual masked
language model (DMLM). From an evaluation perspective, we build a benchmark to
judge ancient Chinese translation quality in different scenarios and evaluate
the ancient Chinese translation capacities of various existing models. Our
model exhibits remarkable zero-shot performance across five domains, with over
+12.0 BLEU against GPT-3.5 models and better human evaluation results than
ERNIE Bot. Subsequent fine-tuning further shows the superior transfer
capability of Erya model with +6.2 BLEU gain. We release all the
above-mentioned resources at https://github.com/RUCAIBox/Erya. | cs.CL | Towards Effective Ancient Chinese Translation: Dataset, Model, and Evaluation |
2023-08-01T02:08:13Z | http://arxiv.org/pdf/2308.01423v2 | http://arxiv.org/abs/2308.01423v2 | Yeonghun Kang, Jihan Kim | 2023-08-25T15:13:46Z | cs.CL, cs.AI, cs.LG, physics.chem-ph | ChatMOF is an autonomous Artificial Intelligence (AI) system that is built to
predict and generate metal-organic frameworks (MOFs). By leveraging a
large-scale language model (GPT-4 and GPT-3.5-turbo), ChatMOF extracts key
details from textual inputs and delivers appropriate responses, thus
eliminating the necessity for rigid structured queries. The system is comprised
of three core components (i.e. an agent, a toolkit, and an evaluator) and it
forms a robust pipeline that manages a variety of tasks, including data
retrieval, property prediction, and structure generations. The study further
explores the merits and constraints of using large language models (LLMs) AI
system in material sciences using and showcases its transformative potential
for future advancements. | cs.CL | ChatMOF: An Autonomous AI System for Predicting and Generating Metal-Organic Frameworks |
2023-08-01T01:27:40Z | http://arxiv.org/pdf/2308.00221v3 | http://arxiv.org/abs/2308.00221v3 | KiYoon Yoo, Wonhyuk Ahn, Nojun Kwak | 2024-03-20T01:04:11Z | cs.CL, cs.AI, cs.CR | We show the viability of tackling misuses of large language models beyond the
identification of machine-generated text. While existing zero-bit watermark
methods focus on detection only, some malicious misuses demand tracing the
adversary user for counteracting them. To address this, we propose Multi-bit
Watermark via Position Allocation, embedding traceable multi-bit information
during language model generation. Through allocating tokens onto different
parts of the messages, we embed longer messages in high corruption settings
without added latency. By independently embedding sub-units of messages, the
proposed method outperforms the existing works in terms of robustness and
latency. Leveraging the benefits of zero-bit watermarking, our method enables
robust extraction of the watermark without any model access, embedding and
extraction of long messages ($\geq$ 32-bit) without finetuning, and maintaining
text quality, while allowing zero-bit detection all at the same time. Code is
released here: https://github.com/bangawayoo/mb-lm-watermarking | cs.CL | Advancing Beyond Identification: Multi-bit Watermark for Large Language Models |
2023-07-31T22:58:41Z | http://arxiv.org/pdf/2308.00189v1 | http://arxiv.org/abs/2308.00189v1 | Ari Holtzman, Peter West, Luke Zettlemoyer | 2023-07-31T22:58:41Z | cs.LG, cs.AI, cs.CL | Coaxing out desired behavior from pretrained models, while avoiding
undesirable ones, has redefined NLP and is reshaping how we interact with
computers. What was once a scientific engineering discipline-in which building
blocks are stacked one on top of the other-is arguably already a complex
systems science, in which emergent behaviors are sought out to support
previously unimagined use cases.
Despite the ever increasing number of benchmarks that measure task
performance, we lack explanations of what behaviors language models exhibit
that allow them to complete these tasks in the first place. We argue for a
systematic effort to decompose language model behavior into categories that
explain cross-task performance, to guide mechanistic explanations and help
future-proof analytic research. | cs.LG | Generative Models as a Complex Systems Science: How can we make sense of large language model behavior? |
2023-07-31T21:44:48Z | http://arxiv.org/pdf/2308.00165v1 | http://arxiv.org/abs/2308.00165v1 | Rohit Raj, V Susheela Devi | 2023-07-31T21:44:48Z | cs.CL, cs.AI | Legal judgment prediction is the task of predicting the outcome of court
cases on a given text description of facts of cases. These tasks apply Natural
Language Processing (NLP) techniques to predict legal judgment results based on
facts. Recently, large-scale public datasets and NLP models have increased
research in areas related to legal judgment prediction systems. For such
systems to be practically helpful, they should be robust from adversarial
attacks. Previous works mainly focus on making a neural legal judgement system;
however, significantly less or no attention has been given to creating a robust
Legal Judgement Prediction(LJP) system. We implemented adversarial attacks on
early existing LJP systems and found that none of them could handle attacks. In
this work, we proposed an approach for making robust LJP systems. Extensive
experiments on three legal datasets show significant improvements in our
approach over the state-of-the-art LJP system in handling adversarial attacks.
To the best of our knowledge, we are the first to increase the robustness of
early-existing LJP systems. | cs.CL | Adversarially Robust Neural Legal Judgement Systems |
2023-07-31T21:13:30Z | http://arxiv.org/pdf/2308.00158v6 | http://arxiv.org/abs/2308.00158v6 | Serge Gladkoff, Lifeng Han, Gleb Erofeev, Irina Sorokina, Goran Nenadic | 2024-06-21T17:34:47Z | cs.CL, cs.AI | Translation Quality Evaluation (TQE) is an essential step of the modern
translation production process. TQE is critical in assessing both machine
translation (MT) and human translation (HT) quality without reference
translations. The ability to evaluate or even simply estimate the quality of
translation automatically may open significant efficiency gains through process
optimisation. This work examines whether the state-of-the-art large language
models (LLMs) can be used for this purpose. We take OpenAI models as the best
state-of-the-art technology and approach TQE as a binary classification task.
On eight language pairs including English to Italian, German, French, Japanese,
Dutch, Portuguese, Turkish, and Chinese, our experimental results show that
fine-tuned gpt3.5 can demonstrate good performance on translation quality
prediction tasks, i.e. whether the translation needs to be edited. Another
finding is that simply increasing the sizes of LLMs does not lead to apparent
better performances on this task by comparing the performance of three
different versions of OpenAI models: curie, davinci, and gpt3.5 with 13B, 175B,
and 175B parameters, respectively. | cs.CL | MTUncertainty: Assessing the Need for Post-editing of Machine Translation Outputs by Fine-tuning OpenAI LLMs |
2023-07-31T21:12:06Z | http://arxiv.org/pdf/2308.00157v1 | http://arxiv.org/abs/2308.00157v1 | François Remy, Simone Scaboro, Beatrice Portelli | 2023-07-31T21:12:06Z | cs.CL | Biomedical entity linking, also known as biomedical concept normalization,
has recently witnessed the rise to prominence of zero-shot contrastive models.
However, the pre-training material used for these models has, until now,
largely consisted of specialist biomedical content such as MIMIC-III clinical
notes (Johnson et al., 2016) and PubMed papers (Sayers et al., 2021; Gao et
al., 2020). While the resulting in-domain models have shown promising results
for many biomedical tasks, adverse drug event normalization on social media
texts has so far remained challenging for them (Portelli et al., 2022). In this
paper, we propose a new approach for adverse drug event normalization on social
media relying on general-purpose model initialization via BioLORD (Remy et al.,
2022) and a semantic-text-similarity fine-tuning named STS. Our experimental
results on several social media datasets demonstrate the effectiveness of our
proposed approach, by achieving state-of-the-art performance. Based on its
strong performance across all the tested datasets, we believe this work could
emerge as a turning point for the task of adverse drug event normalization on
social media and has the potential to serve as a benchmark for future research
in the field. | cs.CL | Boosting Adverse Drug Event Normalization on Social Media: General-Purpose Model Initialization and Biomedical Semantic Text Similarity Benefit Zero-Shot Linking in Informal Contexts |
2023-07-31T19:36:07Z | http://arxiv.org/pdf/2308.00116v1 | http://arxiv.org/abs/2308.00116v1 | Rushrukh Rayan, Cogan Shimizu, Heidi Sieverding, Pascal Hitzler | 2023-07-31T19:36:07Z | cs.CL, cs.AI | The Metadata Object Description Schema (MODS) was developed to describe
bibliographic concepts and metadata and is maintained by the Library of
Congress. Its authoritative version is given as an XML schema based on an XML
mindset which means that it has significant limitations for use in a knowledge
graphs context. We have therefore developed the Modular MODS Ontology (MMODS-O)
which incorporates all elements and attributes of the MODS XML schema. In
designing the ontology, we adopt the recent Modular Ontology Design Methodology
(MOMo) with the intention to strike a balance between modularity and quality
ontology design on the one hand, and conservative backward compatibility with
MODS on the other. | cs.CL | A Modular Ontology for MODS -- Metadata Object Description Schema |
2023-07-31T18:53:47Z | http://arxiv.org/pdf/2308.00081v3 | http://arxiv.org/abs/2308.00081v3 | Mehwish Alam, Frank van Harmelen, Maribel Acosta | 2024-07-03T12:00:37Z | cs.AI, cs.CL | Embedding based Knowledge Graph (KG) Completion has gained much attention
over the past few years. Most of the current algorithms consider a KG as a
multidirectional labeled graph and lack the ability to capture the semantics
underlying the schematic information. In a separate development, a vast amount
of information has been captured within the Large Language Models (LLMs) which
has revolutionized the field of Artificial Intelligence. KGs could benefit from
these LLMs and vice versa. This vision paper discusses the existing algorithms
for KG completion based on the variations for generating KG embeddings. It
starts with discussing various KG completion algorithms such as transductive
and inductive link prediction and entity type prediction algorithms. It then
moves on to the algorithms utilizing type information within the KGs, LLMs, and
finally to algorithms capturing the semantics represented in different
description logic axioms. We conclude the paper with a critical reflection on
the current state of work in the community and give recommendations for future
directions. | cs.AI | Towards Semantically Enriched Embeddings for Knowledge Graph Completion |
2023-07-31T17:57:49Z | http://arxiv.org/pdf/2308.01399v2 | http://arxiv.org/abs/2308.01399v2 | Jessy Lin, Yuqing Du, Olivia Watkins, Danijar Hafner, Pieter Abbeel, Dan Klein, Anca Dragan | 2024-05-31T15:32:02Z | cs.CL, cs.AI, cs.LG | To interact with humans and act in the world, agents need to understand the
range of language that people use and relate it to the visual world. While
current agents can learn to execute simple language instructions, we aim to
build agents that leverage diverse language -- language like "this button turns
on the TV" or "I put the bowls away" -- that conveys general knowledge,
describes the state of the world, provides interactive feedback, and more. Our
key idea is that agents should interpret such diverse language as a signal that
helps them predict the future: what they will observe, how the world will
behave, and which situations will be rewarded. This perspective unifies
language understanding with future prediction as a powerful self-supervised
learning objective. We instantiate this in Dynalang, an agent that learns a
multimodal world model to predict future text and image representations, and
learns to act from imagined model rollouts. While current methods that learn
language-conditioned policies degrade in performance with more diverse types of
language, we show that Dynalang learns to leverage environment descriptions,
game rules, and instructions to excel on tasks ranging from game-playing to
navigating photorealistic home scans. Finally, we show that our method enables
additional capabilities due to learning a generative model: Dynalang can be
pretrained on text-only data, enabling learning from offline datasets, and
generate language grounded in an environment. | cs.CL | Learning to Model the World with Language |
2023-07-31T17:56:00Z | http://arxiv.org/pdf/2307.16888v3 | http://arxiv.org/abs/2307.16888v3 | Jun Yan, Vikas Yadav, Shiyang Li, Lichang Chen, Zheng Tang, Hai Wang, Vijay Srinivasan, Xiang Ren, Hongxia Jin | 2024-04-03T05:53:20Z | cs.CL, cs.CR, cs.LG | Instruction-tuned Large Language Models (LLMs) have become a ubiquitous
platform for open-ended applications due to their ability to modulate responses
based on human instructions. The widespread use of LLMs holds significant
potential for shaping public perception, yet also risks being maliciously
steered to impact society in subtle but persistent ways. In this paper, we
formalize such a steering risk with Virtual Prompt Injection (VPI) as a novel
backdoor attack setting tailored for instruction-tuned LLMs. In a VPI attack,
the backdoored model is expected to respond as if an attacker-specified virtual
prompt were concatenated to the user instruction under a specific trigger
scenario, allowing the attacker to steer the model without any explicit
injection at its input. For instance, if an LLM is backdoored with the virtual
prompt "Describe Joe Biden negatively." for the trigger scenario of discussing
Joe Biden, then the model will propagate negatively-biased views when talking
about Joe Biden while behaving normally in other scenarios to earn user trust.
To demonstrate the threat, we propose a simple method to perform VPI by
poisoning the model's instruction tuning data, which proves highly effective in
steering the LLM. For example, by poisoning only 52 instruction tuning examples
(0.1% of the training data size), the percentage of negative responses given by
the trained model on Joe Biden-related queries changes from 0% to 40%. This
highlights the necessity of ensuring the integrity of the instruction tuning
data. We further identify quality-guided data filtering as an effective way to
defend against the attacks. Our project page is available at
https://poison-llm.github.io. | cs.CL | Backdooring Instruction-Tuned Large Language Models with Virtual Prompt Injection |
2023-07-31T17:49:18Z | http://arxiv.org/pdf/2307.16883v1 | http://arxiv.org/abs/2307.16883v1 | Ehsan Kamalloo, Aref Jafari, Xinyu Zhang, Nandan Thakur, Jimmy Lin | 2023-07-31T17:49:18Z | cs.CL, cs.IR | The rise of large language models (LLMs) had a transformative impact on
search, ushering in a new era of search engines that are capable of generating
search results in natural language text, imbued with citations for supporting
sources. Building generative information-seeking models demands openly
accessible datasets, which currently remain lacking. In this paper, we
introduce a new dataset, HAGRID (Human-in-the-loop Attributable Generative
Retrieval for Information-seeking Dataset) for building end-to-end generative
information-seeking models that are capable of retrieving candidate quotes and
generating attributed explanations. Unlike recent efforts that focus on human
evaluation of black-box proprietary search engines, we built our dataset atop
the English subset of MIRACL, a publicly available information retrieval
dataset. HAGRID is constructed based on human and LLM collaboration. We first
automatically collect attributed explanations that follow an in-context
citation style using an LLM, i.e. GPT-3.5. Next, we ask human annotators to
evaluate the LLM explanations based on two criteria: informativeness and
attributability. HAGRID serves as a catalyst for the development of
information-seeking models with better attribution capabilities. | cs.CL | HAGRID: A Human-LLM Collaborative Dataset for Generative Information-Seeking with Attribution |
2023-07-31T17:41:10Z | http://arxiv.org/pdf/2307.16878v2 | http://arxiv.org/abs/2307.16878v2 | G. M. Shahariar, Tahmid Hasan, Anindya Iqbal, Gias Uddin | 2023-08-14T16:40:31Z | cs.SE, cs.AI, cs.CL | We present a novel approach - CLAA - for API aspect detection in API reviews
that utilizes transformer models trained with a supervised contrastive loss
objective function. We evaluate CLAA using performance and impact analysis. For
performance analysis, we utilized a benchmark dataset on developer discussions
collected from Stack Overflow and compare the results to those obtained using
state-of-the-art transformer models. Our experiments show that contrastive
learning can significantly improve the performance of transformer models in
detecting aspects such as Performance, Security, Usability, and Documentation.
For impact analysis, we performed empirical and developer study. On a randomly
selected and manually labeled 200 online reviews, CLAA achieved 92% accuracy
while the SOTA baseline achieved 81.5%. According to our developer study
involving 10 participants, the use of 'Stack Overflow + CLAA' resulted in
increased accuracy and confidence during API selection. Replication package:
https://github.com/disa-lab/Contrastive-Learning-API-Aspect-ASE2023 | cs.SE | Contrastive Learning for API Aspect Analysis |
2023-07-31T17:41:00Z | http://arxiv.org/pdf/2307.16877v2 | http://arxiv.org/abs/2307.16877v2 | Vaibhav Adlakha, Parishad BehnamGhader, Xing Han Lu, Nicholas Meade, Siva Reddy | 2024-04-17T17:52:18Z | cs.CL, cs.AI | Retriever-augmented instruction-following models are attractive alternatives
to fine-tuned approaches for information-seeking tasks such as question
answering (QA). By simply prepending retrieved documents in its input along
with an instruction, these models can be adapted to various information domains
and tasks without additional fine-tuning. While the model responses tend to be
natural and fluent, the additional verbosity makes traditional QA evaluation
metrics such as exact match (EM) and F1 unreliable for accurately quantifying
model performance.
In this work, we investigate the performance of instruction-following models
across three information-seeking QA tasks. We use both automatic and human
evaluation to evaluate these models along two dimensions: 1) how well they
satisfy the user's information need (correctness), and 2) whether they produce
a response based on the provided knowledge (faithfulness). Guided by human
evaluation and analysis, we highlight the shortcomings of traditional metrics
for both correctness and faithfulness. We then propose simple token-overlap
based and model-based metrics that reflect the true performance of these
models. Our analysis reveals that instruction-following models are competitive,
and sometimes even outperform fine-tuned models for correctness. However, these
models struggle to stick to the provided knowledge and often hallucinate in
their responses. We hope our work encourages a more holistic evaluation of
instruction-following models for QA. Our code and data is available at
https://github.com/McGill-NLP/instruct-qa | cs.CL | Evaluating Correctness and Faithfulness of Instruction-Following Models for Question Answering |
2023-07-31T16:40:06Z | http://arxiv.org/pdf/2308.00016v1 | http://arxiv.org/abs/2308.00016v1 | Saizhuo Wang, Hang Yuan, Leon Zhou, Lionel M. Ni, Heung-Yeung Shum, Jian Guo | 2023-07-31T16:40:06Z | q-fin.CP, cs.AI, cs.CL | One of the most important tasks in quantitative investment research is mining
new alphas (effective trading signals or factors). Traditional alpha mining
methods, either hand-crafted factor synthesizing or algorithmic factor mining
(e.g., search with genetic programming), have inherent limitations, especially
in implementing the ideas of quants. In this work, we propose a new alpha
mining paradigm by introducing human-AI interaction, and a novel prompt
engineering algorithmic framework to implement this paradigm by leveraging the
power of large language models. Moreover, we develop Alpha-GPT, a new
interactive alpha mining system framework that provides a heuristic way to
``understand'' the ideas of quant researchers and outputs creative, insightful,
and effective alphas. We demonstrate the effectiveness and advantage of
Alpha-GPT via a number of alpha mining experiments. | q-fin.CP | Alpha-GPT: Human-AI Interactive Alpha Mining for Quantitative Investment |
2023-07-31T16:31:24Z | http://arxiv.org/pdf/2307.16816v1 | http://arxiv.org/abs/2307.16816v1 | Xuanang Chen, Ben He, Le Sun, Yingfei Sun | 2023-07-31T16:31:24Z | cs.IR, cs.CL | Neural ranking models (NRMs) have undergone significant development and have
become integral components of information retrieval (IR) systems.
Unfortunately, recent research has unveiled the vulnerability of NRMs to
adversarial document manipulations, potentially exploited by malicious search
engine optimization practitioners. While progress in adversarial attack
strategies aids in identifying the potential weaknesses of NRMs before their
deployment, the defensive measures against such attacks, like the detection of
adversarial documents, remain inadequately explored. To mitigate this gap, this
paper establishes a benchmark dataset to facilitate the investigation of
adversarial ranking defense and introduces two types of detection tasks for
adversarial documents. A comprehensive investigation of the performance of
several detection baselines is conducted, which involve examining the
spamicity, perplexity, and linguistic acceptability, and utilizing supervised
classifiers. Experimental results demonstrate that a supervised classifier can
effectively mitigate known attacks, but it performs poorly against unseen
attacks. Furthermore, such classifier should avoid using query text to prevent
learning the classification on relevance, as it might lead to the inadvertent
discarding of relevant documents. | cs.IR | Defense of Adversarial Ranking Attack in Text Retrieval: Benchmark and Baseline via Detection |
2023-07-31T16:29:08Z | http://arxiv.org/pdf/2307.16811v3 | http://arxiv.org/abs/2307.16811v3 | Angus R. Williams, Hannah Rose Kirk, Liam Burke, Yi-Ling Chung, Ivan Debono, Pica Johansson, Francesca Stevens, Jonathan Bright, Scott A. Hale | 2024-04-25T10:22:39Z | cs.CL, cs.CY | Public figures receive a disproportionate amount of abuse on social media,
impacting their active participation in public life. Automated systems can
identify abuse at scale but labelling training data is expensive, complex and
potentially harmful. So, it is desirable that systems are efficient and
generalisable, handling both shared and specific aspects of online abuse. We
explore the dynamics of cross-group text classification in order to understand
how well classifiers trained on one domain or demographic can transfer to
others, with a view to building more generalisable abuse classifiers. We
fine-tune language models to classify tweets targeted at public figures across
DOmains (sport and politics) and DemOgraphics (women and men) using our novel
DODO dataset, containing 28,000 labelled entries, split equally across four
domain-demographic pairs. We find that (i) small amounts of diverse data are
hugely beneficial to generalisation and model adaptation; (ii) models transfer
more easily across demographics but models trained on cross-domain data are
more generalisable; (iii) some groups contribute more to generalisability than
others; and (iv) dataset similarity is a signal of transferability. | cs.CL | DoDo Learning: DOmain-DemOgraphic Transfer in Language Models for Detecting Abuse Targeted at Public Figures |
2023-07-31T16:07:28Z | http://arxiv.org/pdf/2308.04444v1 | http://arxiv.org/abs/2308.04444v1 | Felix Biessmann | 2023-07-31T16:07:28Z | cs.CY, cs.CL, cs.IR, cs.LG, cs.SI | Online social media have become an important forum for exchanging political
opinions. In response to COVID measures citizens expressed their policy
preferences directly on these platforms. Quantifying political preferences in
online social media remains challenging: The vast amount of content requires
scalable automated extraction of political preferences -- however fine grained
political preference extraction is difficult with current machine learning (ML)
technology, due to the lack of data sets. Here we present a novel data set of
tweets with fine grained political preference annotations. A text
classification model trained on this data is used to extract policy preferences
in a German Twitter corpus ranging from 2019 to 2022. Our results indicate that
in response to the COVID pandemic, expression of political opinions increased.
Using a well established taxonomy of policy preferences we analyse fine grained
political views and highlight changes in distinct political categories. These
analyses suggest that the increase in policy preference expression is dominated
by the categories pro-welfare, pro-education and pro-governmental
administration efficiency. All training data and code used in this study are
made publicly available to encourage other researchers to further improve
automated policy preference extraction methods. We hope that our findings
contribute to a better understanding of political statements in online social
media and to a better assessment of how COVID measures impact political
preferences. | cs.CY | Changes in Policy Preferences in German Tweets during the COVID Pandemic |
2023-07-31T16:02:09Z | http://arxiv.org/pdf/2307.16795v1 | http://arxiv.org/abs/2307.16795v1 | Kyle Duffy, Satwik Bhattamishra, Phil Blunsom | 2023-07-31T16:02:09Z | cs.CL, cs.AI, cs.LG | Large-scale pre-training has made progress in many fields of natural language
processing, though little is understood about the design of pre-training
datasets. We propose a methodology for obtaining a quantitative understanding
of structural overlap between machine translation tasks. We apply our
methodology to the natural language to Bash semantic parsing task (NLBash) and
show that it is largely reducible to lexical alignment. We also find that there
is strong structural overlap between NLBash and natural language to SQL.
Additionally, we perform a study varying compute expended during pre-training
on the English to German machine translation task and find that more compute
expended during pre-training does not always correspond semantic
representations with stronger transfer to NLBash. | cs.CL | Structural Transfer Learning in NL-to-Bash Semantic Parsers |
2023-07-31T15:56:53Z | http://arxiv.org/pdf/2307.16789v2 | http://arxiv.org/abs/2307.16789v2 | Yujia Qin, Shihao Liang, Yining Ye, Kunlun Zhu, Lan Yan, Yaxi Lu, Yankai Lin, Xin Cong, Xiangru Tang, Bill Qian, Sihan Zhao, Lauren Hong, Runchu Tian, Ruobing Xie, Jie Zhou, Mark Gerstein, Dahai Li, Zhiyuan Liu, Maosong Sun | 2023-10-03T14:45:48Z | cs.AI, cs.CL, cs.LG | Despite the advancements of open-source large language models (LLMs), e.g.,
LLaMA, they remain significantly limited in tool-use capabilities, i.e., using
external tools (APIs) to fulfill human instructions. The reason is that current
instruction tuning largely focuses on basic language tasks but ignores the
tool-use domain. This is in contrast to the excellent tool-use capabilities of
state-of-the-art (SOTA) closed-source LLMs, e.g., ChatGPT. To bridge this gap,
we introduce ToolLLM, a general tool-use framework encompassing data
construction, model training, and evaluation. We first present ToolBench, an
instruction-tuning dataset for tool use, which is constructed automatically
using ChatGPT. Specifically, the construction can be divided into three stages:
(i) API collection: we collect 16,464 real-world RESTful APIs spanning 49
categories from RapidAPI Hub; (ii) instruction generation: we prompt ChatGPT to
generate diverse instructions involving these APIs, covering both single-tool
and multi-tool scenarios; (iii) solution path annotation: we use ChatGPT to
search for a valid solution path (chain of API calls) for each instruction. To
enhance the reasoning capabilities of LLMs, we develop a novel depth-first
search-based decision tree algorithm. It enables LLMs to evaluate multiple
reasoning traces and expand the search space. Moreover, to evaluate the
tool-use capabilities of LLMs, we develop an automatic evaluator: ToolEval.
Based on ToolBench, we fine-tune LLaMA to obtain an LLM ToolLLaMA, and equip it
with a neural API retriever to recommend appropriate APIs for each instruction.
Experiments show that ToolLLaMA demonstrates a remarkable ability to execute
complex instructions and generalize to unseen APIs, and exhibits comparable
performance to ChatGPT. Our ToolLLaMA also demonstrates strong zero-shot
generalization ability in an out-of-distribution tool-use dataset: APIBench. | cs.AI | ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs |
2023-07-31T15:44:26Z | http://arxiv.org/pdf/2307.16779v1 | http://arxiv.org/abs/2307.16779v1 | Hrishikesh Kulkarni, Sean MacAvaney, Nazli Goharian, Ophir Frieder | 2023-07-31T15:44:26Z | cs.IR, cs.CL | Retrieval approaches that score documents based on learned dense vectors
(i.e., dense retrieval) rather than lexical signals (i.e., conventional
retrieval) are increasingly popular. Their ability to identify related
documents that do not necessarily contain the same terms as those appearing in
the user's query (thereby improving recall) is one of their key advantages.
However, to actually achieve these gains, dense retrieval approaches typically
require an exhaustive search over the document collection, making them
considerably more expensive at query-time than conventional lexical approaches.
Several techniques aim to reduce this computational overhead by approximating
the results of a full dense retriever. Although these approaches reasonably
approximate the top results, they suffer in terms of recall -- one of the key
advantages of dense retrieval. We introduce 'LADR' (Lexically-Accelerated Dense
Retrieval), a simple-yet-effective approach that improves the efficiency of
existing dense retrieval models without compromising on retrieval
effectiveness. LADR uses lexical retrieval techniques to seed a dense retrieval
exploration that uses a document proximity graph. We explore two variants of
LADR: a proactive approach that expands the search space to the neighbors of
all seed documents, and an adaptive approach that selectively searches the
documents with the highest estimated relevance in an iterative fashion. Through
extensive experiments across a variety of dense retrieval models, we find that
LADR establishes a new dense retrieval effectiveness-efficiency Pareto frontier
among approximate k nearest neighbor techniques. Further, we find that when
tuned to take around 8ms per query in retrieval latency on our hardware, LADR
consistently achieves both precision and recall that are on par with an
exhaustive search on standard benchmarks. | cs.IR | Lexically-Accelerated Dense Retrieval |
2023-07-31T15:44:15Z | http://arxiv.org/pdf/2307.16778v2 | http://arxiv.org/abs/2307.16778v2 | Jiho Jin, Jiseon Kim, Nayeon Lee, Haneul Yoo, Alice Oh, Hwaran Lee | 2024-01-25T12:48:10Z | cs.CL, cs.AI | The Bias Benchmark for Question Answering (BBQ) is designed to evaluate
social biases of language models (LMs), but it is not simple to adapt this
benchmark to cultural contexts other than the US because social biases depend
heavily on the cultural context. In this paper, we present KoBBQ, a Korean bias
benchmark dataset, and we propose a general framework that addresses
considerations for cultural adaptation of a dataset. Our framework includes
partitioning the BBQ dataset into three classes--Simply-Transferred (can be
used directly after cultural translation), Target-Modified (requires
localization in target groups), and Sample-Removed (does not fit Korean
culture)-- and adding four new categories of bias specific to Korean culture.
We conduct a large-scale survey to collect and validate the social biases and
the targets of the biases that reflect the stereotypes in Korean culture. The
resulting KoBBQ dataset comprises 268 templates and 76,048 samples across 12
categories of social bias. We use KoBBQ to measure the accuracy and bias scores
of several state-of-the-art multilingual LMs. The results clearly show
differences in the bias of LMs as measured by KoBBQ and a machine-translated
version of BBQ, demonstrating the need for and utility of a well-constructed,
culturally-aware social bias benchmark. | cs.CL | KoBBQ: Korean Bias Benchmark for Question Answering |
2023-07-31T15:40:45Z | http://arxiv.org/pdf/2307.16773v2 | http://arxiv.org/abs/2307.16773v2 | Tianxing Wu, Xudong Cao, Yipeng Zhu, Feiyue Wu, Tianling Gong, Yuxiang Wang, Shenqi Jing | 2023-08-02T08:04:29Z | cs.AI, cs.CL, cs.IR | To easily obtain the knowledge about autism spectrum disorder and help its
early screening and diagnosis, we create AsdKB, a Chinese knowledge base on
autism spectrum disorder. The knowledge base is built on top of various
sources, including 1) the disease knowledge from SNOMED CT and ICD-10 clinical
descriptions on mental and behavioural disorders, 2) the diagnostic knowledge
from DSM-5 and different screening tools recommended by social organizations
and medical institutes, and 3) the expert knowledge on professional physicians
and hospitals from the Web. AsdKB contains both ontological and factual
knowledge, and is accessible as Linked Data at https://w3id.org/asdkb/. The
potential applications of AsdKB are question answering, auxiliary diagnosis,
and expert recommendation, and we illustrate them with a prototype which can be
accessed at http://asdkb.org.cn/. | cs.AI | AsdKB: A Chinese Knowledge Base for the Early Screening and Diagnosis of Autism Spectrum Disorder |
2023-07-31T14:29:06Z | http://arxiv.org/pdf/2307.16709v1 | http://arxiv.org/abs/2307.16709v1 | Giulia Comini, Manuel Sam Ribeiro, Fan Yang, Heereen Shim, Jaime Lorenzo-Trueba | 2023-07-31T14:29:06Z | cs.CL, eess.AS | Phonetic information and linguistic knowledge are an essential component of a
Text-to-speech (TTS) front-end. Given a language, a lexicon can be collected
offline and Grapheme-to-Phoneme (G2P) relationships are usually modeled in
order to predict the pronunciation for out-of-vocabulary (OOV) words.
Additionally, post-lexical phonology, often defined in the form of rule-based
systems, is used to correct pronunciation within or between words. In this work
we showcase a multilingual unified front-end system that addresses any
pronunciation related task, typically handled by separate modules. We evaluate
the proposed model on G2P conversion and other language-specific challenges,
such as homograph and polyphones disambiguation, post-lexical rules and
implicit diacritization. We find that the multilingual model is competitive
across languages and tasks, however, some trade-offs exists when compared to
equivalent monolingual solutions. | cs.CL | Multilingual context-based pronunciation learning for Text-to-Speech |
2023-07-31T14:18:23Z | http://arxiv.org/pdf/2307.16699v1 | http://arxiv.org/abs/2307.16699v1 | Patricia Mateiu, Adrian Groza | 2023-07-31T14:18:23Z | cs.AI, cs.CL | We tackle the task of enriching ontologies by automatically translating
natural language sentences into Description Logic. Since Large Language Models
(LLMs) are the best tools for translations, we fine-tuned a GPT-3 model to
convert Natural Language sentences into OWL Functional Syntax. We employ
objective and concise examples to fine-tune the model regarding: instances,
class subsumption, domain and range of relations, object properties
relationships, disjoint classes, complements, cardinality restrictions. The
resulted axioms are used to enrich an ontology, in a human supervised manner.
The developed tool is publicly provided as a Protge plugin. | cs.AI | Ontology engineering with Large Language Models |
2023-07-31T14:02:45Z | http://arxiv.org/pdf/2307.16689v1 | http://arxiv.org/abs/2307.16689v1 | Vevake Balaraman, Arash Eshghi, Ioannis Konstas, Ioannis Papaioannou | 2023-07-31T14:02:45Z | cs.CL | The ability to handle miscommunication is crucial to robust and faithful
conversational AI. People usually deal with miscommunication immediately as
they detect it, using highly systematic interactional mechanisms called repair.
One important type of repair is Third Position Repair (TPR) whereby a speaker
is initially misunderstood but then corrects the misunderstanding as it becomes
apparent after the addressee's erroneous response. Here, we collect and
publicly release Repair-QA, the first large dataset of TPRs in a conversational
question answering (QA) setting. The data is comprised of the TPR turns,
corresponding dialogue contexts, and candidate repairs of the original turn for
execution of TPRs. We demonstrate the usefulness of the data by training and
evaluating strong baseline models for executing TPRs. For stand-alone TPR
execution, we perform both automatic and human evaluations on a fine-tuned T5
model, as well as OpenAI's GPT-3 LLMs. Additionally, we extrinsically evaluate
the LLMs' TPR processing capabilities in the downstream conversational QA task.
The results indicate poor out-of-the-box performance on TPR's by the GPT-3
models, which then significantly improves when exposed to Repair-QA. | cs.CL | No that's not what I meant: Handling Third Position Repair in Conversational Question Answering |
2023-07-31T13:57:05Z | http://arxiv.org/pdf/2307.16680v5 | http://arxiv.org/abs/2307.16680v5 | Mingyuan Fan, Chengyu Wang, Cen Chen, Yang Liu, Jun Huang | 2023-12-08T01:05:59Z | cs.LG, cs.AI, cs.CL, cs.CR, cs.CV | Diffusion models and large language models have emerged as leading-edge
generative models, revolutionizing various aspects of human life. However, the
practical implementations of these models have also exposed inherent risks,
bringing to the forefront their evil sides and sparking concerns regarding
their trustworthiness. Despite the wealth of literature on this subject, a
comprehensive survey specifically delving into the intersection of large-scale
generative models and their trustworthiness remains largely absent. To bridge
this gap, this paper investigates both the long-standing and emerging threats
associated with these models across four fundamental dimensions: 1) privacy, 2)
security, 3) fairness, and 4) responsibility. Based on the investigation
results, we develop an extensive map outlining the trustworthiness of large
generative models. After that, we provide practical recommendations and
potential research directions for future secure applications equipped with
large generative models, ultimately promoting the trustworthiness of the models
and benefiting the society as a whole. | cs.LG | On the Trustworthiness Landscape of State-of-the-art Generative Models: A Survey and Outlook |
2023-07-31T13:57:04Z | http://arxiv.org/pdf/2307.16679v1 | http://arxiv.org/abs/2307.16679v1 | Guangyan Zhang, Thomas Merritt, Manuel Sam Ribeiro, Biel Tura-Vecino, Kayoko Yanagisawa, Kamil Pokora, Abdelhamid Ezzerg, Sebastian Cygert, Ammar Abbas, Piotr Bilinski, Roberto Barra-Chicote, Daniel Korzekwa, Jaime Lorenzo-Trueba | 2023-07-31T13:57:04Z | eess.AS, cs.CL, cs.LG | Neural text-to-speech systems are often optimized on L1/L2 losses, which make
strong assumptions about the distributions of the target data space. Aiming to
improve those assumptions, Normalizing Flows and Diffusion Probabilistic Models
were recently proposed as alternatives. In this paper, we compare traditional
L1/L2-based approaches to diffusion and flow-based approaches for the tasks of
prosody and mel-spectrogram prediction for text-to-speech synthesis. We use a
prosody model to generate log-f0 and duration features, which are used to
condition an acoustic model that generates mel-spectrograms. Experimental
results demonstrate that the flow-based model achieves the best performance for
spectrogram prediction, improving over equivalent diffusion and L1 models.
Meanwhile, both diffusion and flow-based prosody predictors result in
significant improvements over a typical L2-trained prosody models. | eess.AS | Comparing normalizing flows and diffusion models for prosody and acoustic modelling in text-to-speech |
2023-07-31T13:41:31Z | http://arxiv.org/pdf/2307.16659v1 | http://arxiv.org/abs/2307.16659v1 | Marco Antonio Stranisci, Eleonora Bernasconi, Viviana Patti, Stefano Ferilli, Miguel Ceriani, Rossana Damiano | 2023-07-31T13:41:31Z | cs.DL, cs.CL | Digital media have enabled the access to unprecedented literary knowledge.
Authors, readers, and scholars are now able to discover and share an increasing
amount of information about books and their authors. However, these sources of
knowledge are fragmented and do not adequately represent non-Western writers
and their works. In this paper we present The World Literature Knowledge Graph,
a semantic resource containing 194,346 writers and 965,210 works, specifically
designed for exploring facts about literary works and authors from different
parts of the world. The knowledge graph integrates information about the
reception of literary works gathered from 3 different communities of readers,
aligned according to a single semantic model. The resource is accessible
through an online visualization platform, which can be found at the following
URL: https://literaturegraph.di.unito.it/. This platform has been rigorously
tested and validated by $3$ distinct categories of experts who have found it to
be highly beneficial for their respective work domains. These categories
include teachers, researchers in the humanities, and professionals in the
publishing industry. The feedback received from these experts confirms that
they can effectively utilize the platform to enhance their work processes and
achieve valuable outcomes. | cs.DL | The World Literature Knowledge Graph |
2023-07-31T13:27:21Z | http://arxiv.org/pdf/2307.16648v2 | http://arxiv.org/abs/2307.16648v2 | Hamed Babaei Giglou, Jennifer D'Souza, Sören Auer | 2023-08-02T07:47:26Z | cs.AI, cs.CL, cs.IT, cs.LG, math.IT | We propose the LLMs4OL approach, which utilizes Large Language Models (LLMs)
for Ontology Learning (OL). LLMs have shown significant advancements in natural
language processing, demonstrating their ability to capture complex language
patterns in different knowledge domains. Our LLMs4OL paradigm investigates the
following hypothesis: \textit{Can LLMs effectively apply their language pattern
capturing capability to OL, which involves automatically extracting and
structuring knowledge from natural language text?} To test this hypothesis, we
conduct a comprehensive evaluation using the zero-shot prompting method. We
evaluate nine different LLM model families for three main OL tasks: term
typing, taxonomy discovery, and extraction of non-taxonomic relations.
Additionally, the evaluations encompass diverse genres of ontological
knowledge, including lexicosemantic knowledge in WordNet, geographical
knowledge in GeoNames, and medical knowledge in UMLS. | cs.AI | LLMs4OL: Large Language Models for Ontology Learning |
2023-07-31T13:26:03Z | http://arxiv.org/pdf/2307.16645v1 | http://arxiv.org/abs/2307.16645v1 | Ting Jiang, Shaohan Huang, Zhongzhi Luan, Deqing Wang, Fuzhen Zhuang | 2023-07-31T13:26:03Z | cs.CL | Large language models (LLMs) have recently garnered significant interest.
With in-context learning, LLMs achieve impressive results in various natural
language tasks. However, the application of LLMs to sentence embeddings remains
an area of ongoing research. In this work, we propose an in-context
learning-based method aimed at improving sentence embeddings performance. Our
approach involves adapting the previous prompt-based representation method for
autoregressive models, constructing a demonstration set that enables LLMs to
perform in-context learning, and scaling up the LLMs to different model sizes.
Through extensive experiments, in-context learning enables LLMs to generate
high-quality sentence embeddings without any fine-tuning. It helps LLMs achieve
performance comparable to current contrastive learning methods. By scaling
model size, we find scaling to more than tens of billion parameters harms the
performance on semantic textual similarity (STS) tasks. However, the largest
model outperforms other counterparts and achieves the new state-of-the-art
result on transfer tasks. We also fine-tune LLMs with current contrastive
learning approach, and the 2.7B OPT model, incorporating our prompt-based
method, surpasses the performance of 4.8B ST5, achieving the new
state-of-the-art results on STS tasks. Our code is available at
https://github.com/kongds/scaling_sentemb. | cs.CL | Scaling Sentence Embeddings with Large Language Models |
2023-07-31T13:25:38Z | http://arxiv.org/pdf/2307.16643v1 | http://arxiv.org/abs/2307.16643v1 | Manuel Sam Ribeiro, Giulia Comini, Jaime Lorenzo-Trueba | 2023-07-31T13:25:38Z | eess.AS, cs.CL | The Grapheme-to-Phoneme (G2P) task aims to convert orthographic input into a
discrete phonetic representation. G2P conversion is beneficial to various
speech processing applications, such as text-to-speech and speech recognition.
However, these tend to rely on manually-annotated pronunciation dictionaries,
which are often time-consuming and costly to acquire. In this paper, we propose
a method to improve the G2P conversion task by learning pronunciation examples
from audio recordings. Our approach bootstraps a G2P with a small set of
annotated examples. The G2P model is used to train a multilingual phone
recognition system, which then decodes speech recordings with a phonetic
representation. Given hypothesized phoneme labels, we learn pronunciation
dictionaries for out-of-vocabulary words, and we use those to re-train the G2P
system. Results indicate that our approach consistently improves the phone
error rate of G2P systems across languages and amount of available data. | eess.AS | Improving grapheme-to-phoneme conversion by learning pronunciations from speech recordings |
2023-07-31T13:21:15Z | http://arxiv.org/pdf/2307.16638v1 | http://arxiv.org/abs/2307.16638v1 | Maiia Bocharova, Eugene Malakhov, Vitaliy Mezhuyev | 2023-07-31T13:21:15Z | cs.CL, 68T50 | The paper focuses on deep learning semantic search algorithms applied in the
HR domain. The aim of the article is developing a novel approach to training a
Siamese network to link the skills mentioned in the job ad with the title. It
has been shown that the title normalization process can be based either on
classification or similarity comparison approaches. While classification
algorithms strive to classify a sample into predefined set of categories,
similarity search algorithms take a more flexible approach, since they are
designed to find samples that are similar to a given query sample, without
requiring pre-defined classes and labels. In this article semantic similarity
search to find candidates for title normalization has been used. A pre-trained
language model has been adapted while teaching it to match titles and skills
based on co-occurrence information. For the purpose of this research fifty
billion title-descriptions pairs had been collected for training the model and
thirty three thousand title-description-normalized title triplets, where
normalized job title was picked up manually by job ad creator for testing
purposes. As baselines FastText, BERT, SentenceBert and JobBert have been used.
As a metric of the accuracy of the designed algorithm is Recall in top one,
five and ten model's suggestions. It has been shown that the novel training
objective lets it achieve significant improvement in comparison to other
generic and specific text encoders. Two settings with treating titles as
standalone strings, and with included skills as additional features during
inference have been used and the results have been compared in this article.
Improvements by 10% and 21.5% have been achieved using VacancySBERT and
VacancySBERT (with skills) respectively. The benchmark has been developed as
open-source to foster further research in the area. | cs.CL | VacancySBERT: the approach for representation of titles and skills for semantic similarity search in the recruitment domain |
2023-07-31T13:08:16Z | http://arxiv.org/pdf/2307.16630v2 | http://arxiv.org/abs/2307.16630v2 | Xinyu Zhang, Hanbin Hong, Yuan Hong, Peng Huang, Binghui Wang, Zhongjie Ba, Kui Ren | 2024-06-11T15:40:43Z | cs.CR, cs.CL, cs.LG | The language models, especially the basic text classification models, have
been shown to be susceptible to textual adversarial attacks such as synonym
substitution and word insertion attacks. To defend against such attacks, a
growing body of research has been devoted to improving the model robustness.
However, providing provable robustness guarantees instead of empirical
robustness is still widely unexplored. In this paper, we propose Text-CRS, a
generalized certified robustness framework for natural language processing
(NLP) based on randomized smoothing. To our best knowledge, existing certified
schemes for NLP can only certify the robustness against $\ell_0$ perturbations
in synonym substitution attacks. Representing each word-level adversarial
operation (i.e., synonym substitution, word reordering, insertion, and
deletion) as a combination of permutation and embedding transformation, we
propose novel smoothing theorems to derive robustness bounds in both
permutation and embedding space against such adversarial operations. To further
improve certified accuracy and radius, we consider the numerical relationships
between discrete words and select proper noise distributions for the randomized
smoothing. Finally, we conduct substantial experiments on multiple language
models and datasets. Text-CRS can address all four different word-level
adversarial operations and achieve a significant accuracy improvement. We also
provide the first benchmark on certified accuracy and radius of four word-level
operations, besides outperforming the state-of-the-art certification against
synonym substitution attacks. | cs.CR | Text-CRS: A Generalized Certified Robustness Framework against Textual Adversarial Attacks |
2023-07-31T12:35:54Z | http://arxiv.org/pdf/2307.16609v1 | http://arxiv.org/abs/2307.16609v1 | João A. Leite, Carolina Scarton, Diego F. Silva | 2023-07-31T12:35:54Z | cs.CL, cs.LG, cs.SI | Online social media is rife with offensive and hateful comments, prompting
the need for their automatic detection given the sheer amount of posts created
every second. Creating high-quality human-labelled datasets for this task is
difficult and costly, especially because non-offensive posts are significantly
more frequent than offensive ones. However, unlabelled data is abundant,
easier, and cheaper to obtain. In this scenario, self-training methods, using
weakly-labelled examples to increase the amount of training data, can be
employed. Recent "noisy" self-training approaches incorporate data augmentation
techniques to ensure prediction consistency and increase robustness against
noisy data and adversarial attacks. In this paper, we experiment with default
and noisy self-training using three different textual data augmentation
techniques across five different pre-trained BERT architectures varying in
size. We evaluate our experiments on two offensive/hate-speech datasets and
demonstrate that (i) self-training consistently improves performance regardless
of model size, resulting in up to +1.5% F1-macro on both datasets, and (ii)
noisy self-training with textual data augmentations, despite being successfully
applied in similar settings, decreases performance on offensive and hate-speech
domains when compared to the default method, even with state-of-the-art
augmentations such as backtranslation. | cs.CL | Noisy Self-Training with Data Augmentations for Offensive and Hate Speech Detection Tasks |
2023-07-31T11:53:52Z | http://arxiv.org/pdf/2308.04889v1 | http://arxiv.org/abs/2308.04889v1 | Steffen Eger, Christoph Leiter, Jonas Belouadi, Ran Zhang, Aida Kostikova, Daniil Larionov, Yanran Chen, Vivian Fresen | 2023-07-31T11:53:52Z | cs.CY, cs.AI, cs.CL, cs.DL, cs.LG | The rapid growth of information in the field of Generative Artificial
Intelligence (AI), particularly in the subfields of Natural Language Processing
(NLP) and Machine Learning (ML), presents a significant challenge for
researchers and practitioners to keep pace with the latest developments. To
address the problem of information overload, this report by the Natural
Language Learning Group at Bielefeld University focuses on identifying the most
popular papers on arXiv, with a specific emphasis on NLP and ML. The objective
is to offer a quick guide to the most relevant and widely discussed research,
aiding both newcomers and established researchers in staying abreast of current
trends. In particular, we compile a list of the 40 most popular papers based on
normalized citation counts from the first half of 2023. We observe the
dominance of papers related to Large Language Models (LLMs) and specifically
ChatGPT during the first half of 2023, with the latter showing signs of
declining popularity more recently, however. Further, NLP related papers are
the most influential (around 60\% of top papers) even though there are twice as
many ML related papers in our data. Core issues investigated in the most
heavily cited papers are: LLM efficiency, evaluation techniques, ethical
considerations, embodied agents, and problem-solving with LLMs. Additionally,
we examine the characteristics of top papers in comparison to others outside
the top-40 list (noticing the top paper's focus on LLM related issues and
higher number of co-authors) and analyze the citation distributions in our
dataset, among others. | cs.CY | NLLG Quarterly arXiv Report 06/23: What are the most influential current AI Papers? |
2023-07-31T11:42:44Z | http://arxiv.org/pdf/2308.02524v1 | http://arxiv.org/abs/2308.02524v1 | Paweena Suebsombut, Pradorn Sureephong, Aicha Sekhari, Suepphong Chernbumroong, Abdelaziz Bouras | 2023-07-31T11:42:44Z | cs.CL, cs.AI | A chatbot is a software developed to help reply to text or voice
conversations automatically and quickly in real time. In the agriculture
sector, the existing smart agriculture systems just use data from sensing and
internet of things (IoT) technologies that exclude crop cultivation knowledge
to support decision-making by farmers. To enhance this, the chatbot application
can be an assistant to farmers to provide crop cultivation knowledge.
Consequently, we propose the LINE chatbot application as an information and
knowledge representation providing crop cultivation recommendations to farmers.
It works with smart agriculture and recommendation systems. Our proposed LINE
chatbot application consists of five main functions (start/stop menu, main
page, drip irri gation page, mist irrigation page, and monitor page). Farmers
will receive information for data monitoring to support their decision-making.
Moreover, they can control the irrigation system via the LINE chatbot.
Furthermore, farmers can ask questions relevant to the crop environment via a
chat box. After implementing our proposed chatbot, farmers are very satisfied
with the application, scoring a 96% satisfaction score. However, in terms of
asking questions via chat box, this LINE chatbot application is a rule-based
bot or script bot. Farmers have to type in the correct keywords as prescribed,
otherwise they won't get a response from the chatbots. In the future, we will
enhance the asking function of our LINE chatbot to be an intelligent bot. | cs.CL | Chatbot Application to Support Smart Agriculture in Thailand |
2023-07-31T11:24:54Z | http://arxiv.org/pdf/2307.16576v1 | http://arxiv.org/abs/2307.16576v1 | Mina Abbaszade, Mariam Zomorodi, Vahid Salari, Philip Kurian | 2023-07-31T11:24:54Z | cs.CL, cs.AI | The present study aims to explore the feasibility of language translation
using quantum natural language processing algorithms on noisy
intermediate-scale quantum (NISQ) devices. Classical methods in natural
language processing (NLP) struggle with handling large-scale computations
required for complex language tasks, but quantum NLP on NISQ devices holds
promise in harnessing quantum parallelism and entanglement to efficiently
process and analyze vast amounts of linguistic data, potentially
revolutionizing NLP applications. Our research endeavors to pave the way for
quantum neural machine translation, which could potentially offer advantages
over classical methods in the future. We employ Shannon entropy to demonstrate
the significant role of some appropriate angles of rotation gates in the
performance of parametrized quantum circuits. In particular, we utilize these
angles (parameters) as a means of communication between quantum circuits of
different languages. To achieve our objective, we adopt the encoder-decoder
model of classical neural networks and implement the translation task using
long short-term memory (LSTM). Our experiments involved 160 samples comprising
English sentences and their Persian translations. We trained the models with
different optimisers implementing stochastic gradient descent (SGD) as primary
and subsequently incorporating two additional optimizers in conjunction with
SGD. Notably, we achieved optimal results-with mean absolute error of 0.03,
mean squared error of 0.002, and 0.016 loss-by training the best model,
consisting of two LSTM layers and using the Adam optimiser. Our small dataset,
though consisting of simple synonymous sentences with word-to-word mappings,
points to the utility of Shannon entropy as a figure of merit in more complex
machine translation models for intricate sentence structures. | cs.CL | Toward Quantum Machine Translation of Syntactically Distinct Languages |
2023-07-31T11:06:08Z | http://arxiv.org/pdf/2307.16573v2 | http://arxiv.org/abs/2307.16573v2 | Joanna Wojciechowska, Mateusz Sypniewski, Maria Śmigielska, Igor Kamiński, Emilia Wiśnios, Hanna Schreiber, Bartosz Pieliński | 2023-08-01T10:17:28Z | cs.CL | Cultural heritage is an arena of international relations that interests all
states worldwide. The inscription process on the UNESCO World Heritage List and
the UNESCO Representative List of the Intangible Cultural Heritage of Humanity
often leads to tensions and conflicts among states. This research addresses
these challenges by developing automatic tools that provide valuable insights
into the decision-making processes regarding inscriptions to the two lists
mentioned above. We propose innovative topic modelling and tension detection
methods based on UNESCO's summary records. Our analysis achieved a commendable
accuracy rate of 72% in identifying tensions. Furthermore, we have developed an
application tailored for diplomats, lawyers, political scientists, and
international relations researchers that facilitates the efficient search of
paragraphs from selected documents and statements from specific speakers about
chosen topics. This application is a valuable resource for enhancing the
understanding of complex decision-making dynamics within international heritage
inscription procedures. | cs.CL | Deep Dive into the Language of International Relations: NLP-based Analysis of UNESCO's Summary Records |
2023-07-31T10:28:45Z | http://arxiv.org/pdf/2307.16549v1 | http://arxiv.org/abs/2307.16549v1 | Hyung-Seok Oh, Sang-Hoon Lee, Seong-Whan Lee | 2023-07-31T10:28:45Z | cs.SD, cs.CL, eess.AS | Expressive text-to-speech systems have undergone significant advancements
owing to prosody modeling, but conventional methods can still be improved.
Traditional approaches have relied on the autoregressive method to predict the
quantized prosody vector; however, it suffers from the issues of long-term
dependency and slow inference. This study proposes a novel approach called
DiffProsody in which expressive speech is synthesized using a diffusion-based
latent prosody generator and prosody conditional adversarial training. Our
findings confirm the effectiveness of our prosody generator in generating a
prosody vector. Furthermore, our prosody conditional discriminator
significantly improves the quality of the generated speech by accurately
emulating prosody. We use denoising diffusion generative adversarial networks
to improve the prosody generation speed. Consequently, DiffProsody is capable
of generating prosody 16 times faster than the conventional diffusion model.
The superior performance of our proposed method has been demonstrated via
experiments. | cs.SD | DiffProsody: Diffusion-based Latent Prosody Generation for Expressive Speech Synthesis with Prosody Conditional Adversarial Training |
2023-07-31T10:28:23Z | http://arxiv.org/pdf/2307.16548v2 | http://arxiv.org/abs/2307.16548v2 | Atiyah Elsheikh | 2023-10-20T11:41:12Z | cs.CL | This documentation specifies a simplified non-calibrated demographic
agent-based model of the UK, a largely simplified version of the Lone Parent
Model presented in [Gostolil and Silverman 2020]. In the presented model,
individuals of an initial population are subject to ageing, deaths, births,
divorces and marriages throughout a simplified map of towns of the UK. The
specification employs the formal terminology presented in [Elsheikh 2023a]. The
main purpose of the model is to explore and exploit capabilities of the
state-of-the-art Agents.jl Julia package [Datseris2022] in the context of
demographic modeling applications. Implementation is provided via the Julia
package MiniDemographicABM.jl [Elsheikh 2023b]. A specific simulation is
progressed with a user-defined simulation fixed step size on a hourly, daily,
weekly, monthly basis or even an arbitrary user-defined clock rate. The model
can serve for comparative studies if implemented in other agent-based modelling
frameworks and programming languages. Moreover, the model serves as a base
implementation to be adjusted to realistic large-scale socio-economics,
pandemics or immigration studies mainly within a demographic context. | cs.CL | Specification of MiniDemographicABM.jl: A simplified agent-based demographic model of the UK |
2023-07-31T10:20:16Z | http://arxiv.org/pdf/2307.16544v1 | http://arxiv.org/abs/2307.16544v1 | Rasheed Mohammad, Oliver Favell, Shariq Shah, Emmett Cooper, Edlira Vakaj | 2023-07-31T10:20:16Z | cs.CL | Businesses have sought out new solutions to provide support and improve
customer satisfaction as more products and services have become interconnected
digitally. There is an inherent need for businesses to provide or outsource
fast, efficient and knowledgeable support to remain competitive. Support
solutions are also advancing with technologies, including use of social media,
Artificial Intelligence (AI), Machine Learning (ML) and remote device
connectivity to better support customers. Customer support operators are
trained to utilise these technologies to provide better customer outreach and
support for clients in remote areas. Interconnectivity of products and support
systems provide businesses with potential international clients to expand their
product market and business scale. This paper reports the possible AI
applications in customer support, done in collaboration with the Knowledge
Transfer Partnership (KTP) program between Birmingham City University and a
company that handles customer service systems for businesses outsourcing
customer support across a wide variety of business sectors. This study explored
several approaches to accurately predict customers' intent using both labelled
and unlabelled textual data. While some approaches showed promise in specific
datasets, the search for a single, universally applicable approach continues.
The development of separate pipelines for intent detection and discovery has
led to improved accuracy rates in detecting known intents, while further work
is required to improve the accuracy of intent discovery for unknown intents. | cs.CL | Utilisation of open intent recognition models for customer support intent detection |
2023-07-31T09:47:06Z | http://arxiv.org/pdf/2307.16525v1 | http://arxiv.org/abs/2307.16525v1 | Junjie Fei, Teng Wang, Jinrui Zhang, Zhenyu He, Chengjie Wang, Feng Zheng | 2023-07-31T09:47:06Z | cs.CV, cs.CL | Image-to-text generation aims to describe images using natural language.
Recently, zero-shot image captioning based on pre-trained vision-language
models (VLMs) and large language models (LLMs) has made significant progress.
However, we have observed and empirically demonstrated that these methods are
susceptible to modality bias induced by LLMs and tend to generate descriptions
containing objects (entities) that do not actually exist in the image but
frequently appear during training (i.e., object hallucination). In this paper,
we propose ViECap, a transferable decoding model that leverages entity-aware
decoding to generate descriptions in both seen and unseen scenarios. ViECap
incorporates entity-aware hard prompts to guide LLMs' attention toward the
visual entities present in the image, enabling coherent caption generation
across diverse scenes. With entity-aware hard prompts, ViECap is capable of
maintaining performance when transferring from in-domain to out-of-domain
scenarios. Extensive experiments demonstrate that ViECap sets a new
state-of-the-art cross-domain (transferable) captioning and performs
competitively in-domain captioning compared to previous VLMs-based zero-shot
methods. Our code is available at: https://github.com/FeiElysia/ViECap | cs.CV | Transferable Decoding with Visual Entities for Zero-Shot Image Captioning |
2023-07-31T09:27:01Z | http://arxiv.org/pdf/2307.16513v2 | http://arxiv.org/abs/2307.16513v2 | Thilo Hagendorff | 2024-02-02T12:16:12Z | cs.CL, cs.AI, cs.LG | Large language models (LLMs) are currently at the forefront of intertwining
artificial intelligence (AI) systems with human communication and everyday
life. Thus, aligning them with human values is of great importance. However,
given the steady increase in reasoning abilities, future LLMs are under
suspicion of becoming able to deceive human operators and utilizing this
ability to bypass monitoring efforts. As a prerequisite to this, LLMs need to
possess a conceptual understanding of deception strategies. This study reveals
that such strategies emerged in state-of-the-art LLMs, such as GPT-4, but were
non-existent in earlier LLMs. We conduct a series of experiments showing that
state-of-the-art LLMs are able to understand and induce false beliefs in other
agents, that their performance in complex deception scenarios can be amplified
utilizing chain-of-thought reasoning, and that eliciting Machiavellianism in
LLMs can alter their propensity to deceive. In sum, revealing hitherto unknown
machine behavior in LLMs, our study contributes to the nascent field of machine
psychology. | cs.CL | Deception Abilities Emerged in Large Language Models |
2023-07-31T09:16:13Z | http://arxiv.org/pdf/2307.16511v1 | http://arxiv.org/abs/2307.16511v1 | Matthias Aßenmacher, Nadja Sauter, Christian Heumann | 2023-07-31T09:16:13Z | cs.CL, cs.CY, cs.LG, stat.ML | Annotating costs of large corpora are still one of the main bottlenecks in
empirical social science research. On the one hand, making use of the
capabilities of domain transfer allows re-using annotated data sets and trained
models. On the other hand, it is not clear how well domain transfer works and
how reliable the results are for transfer across different dimensions. We
explore the potential of domain transfer across geographical locations,
languages, time, and genre in a large-scale database of political manifestos.
First, we show the strong within-domain classification performance of
fine-tuned transformer models. Second, we vary the genre of the test set across
the aforementioned dimensions to test for the fine-tuned models' robustness and
transferability. For switching genres, we use an external corpus of transcribed
speeches from New Zealand politicians while for the other three dimensions,
custom splits of the Manifesto database are used. While BERT achieves the best
scores in the initial experiments across modalities, DistilBERT proves to be
competitive at a lower computational expense and is thus used for further
experiments across time and country. The results of the additional analysis
show that (Distil)BERT can be applied to future data with similar performance.
Moreover, we observe (partly) notable differences between the political
manifestos of different countries of origin, even if these countries share a
language or a cultural background. | cs.CL | Classifying multilingual party manifestos: Domain transfer across country, time, and genre |
2023-07-31T07:44:15Z | http://arxiv.org/pdf/2308.01430v1 | http://arxiv.org/abs/2308.01430v1 | Ziao Wang, Yuhang Li, Junda Wu, Jaehyeon Soon, Xiaofeng Zhang | 2023-07-31T07:44:15Z | cs.CL | In this paper, we propose FinVis-GPT, a novel multimodal large language model
(LLM) specifically designed for financial chart analysis. By leveraging the
power of LLMs and incorporating instruction tuning and multimodal capabilities,
FinVis-GPT is capable of interpreting financial charts and providing valuable
analysis. To train FinVis-GPT, a financial task oriented dataset was generated
for pre-training alignment and instruction tuning, comprising various types of
financial charts and their corresponding descriptions. We evaluate the model
performance via several case studies due to the time limit, and the promising
results demonstrated that FinVis-GPT is superior in various financial chart
related tasks, including generating descriptions, answering questions and
predicting future market trends, surpassing existing state-of-the-art
multimodal LLMs. The proposed FinVis-GPT serves as a pioneering effort in
utilizing multimodal LLMs in the finance domain and our generated dataset will
be release for public use in the near future to speedup related research. | cs.CL | FinVis-GPT: A Multimodal Large Language Model for Financial Chart Analysis |
2023-07-31T07:37:37Z | http://arxiv.org/pdf/2308.00014v2 | http://arxiv.org/abs/2308.00014v2 | A. Fronzetti Colladon, B. Guardabascio, F. Venturini | 2024-03-06T19:06:05Z | econ.EM, cs.CL, cs.SI, I.7; I.2.7; J.4 | How does technological interdependence affect a sector's ability to innovate?
This paper answers this question by looking at knowledge interdependence
(knowledge spillovers and technological complementarities) and structural
interdependence (intersectoral network linkages). We examine these two
dimensions of technological interdependence by applying novel methods of text
mining and network analysis to the documents of 6.5 million patents granted by
the United States Patent and Trademark Office (USPTO) between 1976 and 2021. We
show that both dimensions positively affect sector innovation. While the impact
of knowledge interdependence is slightly larger in the long-term horizon,
positive shocks affecting the network linkages (structural interdependence)
produce greater and more enduring effects on innovation performance in a
relatively short run. Our analysis also highlights that patent text contains a
wealth of information often not captured by traditional innovation metrics,
such as patent citations. | econ.EM | A new mapping of technological interdependence |
2023-07-31T07:33:16Z | http://arxiv.org/pdf/2307.16457v1 | http://arxiv.org/abs/2307.16457v1 | Huachuan Qiu, Tong Zhao, Anqi Li, Shuai Zhang, Hongliang He, Zhenzhong Lan | 2023-07-31T07:33:16Z | cs.CL | Dialogue safety remains a pervasive challenge in open-domain human-machine
interaction. Existing approaches propose distinctive dialogue safety taxonomies
and datasets for detecting explicitly harmful responses. However, these
taxonomies may not be suitable for analyzing response safety in mental health
support. In real-world interactions, a model response deemed acceptable in
casual conversations might have a negligible positive impact on users seeking
mental health support. To address these limitations, this paper aims to develop
a theoretically and factually grounded taxonomy that prioritizes the positive
impact on help-seekers. Additionally, we create a benchmark corpus with
fine-grained labels for each dialogue session to facilitate further research.
We analyze the dataset using popular language models, including BERT-base,
RoBERTa-large, and ChatGPT, to detect and understand unsafe responses within
the context of mental health support. Our study reveals that ChatGPT struggles
to detect safety categories with detailed safety definitions in a zero- and
few-shot paradigm, whereas the fine-tuned model proves to be more suitable. The
developed dataset and findings serve as valuable benchmarks for advancing
research on dialogue safety in mental health support, with significant
implications for improving the design and deployment of conversation agents in
real-world applications. We release our code and data here:
https://github.com/qiuhuachuan/DialogueSafety. | cs.CL | A Benchmark for Understanding Dialogue Safety in Mental Health Support |
2023-07-31T07:31:48Z | http://arxiv.org/pdf/2307.16456v2 | http://arxiv.org/abs/2307.16456v2 | Andrea Santilli, Emanuele Rodolà | 2023-12-18T16:27:03Z | cs.CL | In recent years Large Language Models (LLMs) have increased the state of the
art on several natural language processing tasks. However, their accessibility
is often limited to paid API services, posing challenges for researchers in
conducting extensive investigations. On the other hand, while some open-source
models have been proposed by the community, they are typically English-centric
or multilingual without a specific adaptation for the Italian language. In an
effort to democratize the available and open resources for the Italian
language, in this paper we introduce Camoscio: a language model specifically
tuned to follow users' prompts in Italian. Specifically, we finetuned the
smallest variant of LLaMA (7b) with LoRA on a corpus of instruction prompts
translated to Italian via ChatGPT. Results indicate that the model's zero-shot
performance on various downstream tasks in Italian competes favorably with
existing models specifically finetuned for those tasks. All the artifacts
(code, dataset, model) are released to the community at the following url:
https://github.com/teelinsan/camoscio | cs.CL | Camoscio: an Italian Instruction-tuned LLaMA |
2023-07-31T07:23:11Z | http://arxiv.org/pdf/2308.01415v1 | http://arxiv.org/abs/2308.01415v1 | Ziao Wang, Jianning Wang, Junda Wu, Xiaofeng Zhang | 2023-07-31T07:23:11Z | cs.CL, cs.AI, cs.LG | At the beginning era of large language model, it is quite critical to
generate a high-quality financial dataset to fine-tune a large language model
for financial related tasks. Thus, this paper presents a carefully designed
data creation pipeline for this purpose. Particularly, we initiate a dialogue
between an AI investor and financial expert using ChatGPT and incorporate the
feedback of human financial experts, leading to the refinement of the dataset.
This pipeline yielded a robust instruction tuning dataset comprised of 103k
multi-turn chats. Extensive experiments have been conducted on this dataset to
evaluate the model's performance by adopting an external GPT-4 as the judge.
The promising experimental results verify that our approach led to significant
advancements in generating accurate, relevant, and financial-style responses
from AI models, and thus providing a powerful tool for applications within the
financial sector. | cs.CL | An Effective Data Creation Pipeline to Generate High-quality Financial Instruction Data for Large Language Model |
2023-07-31T06:59:36Z | http://arxiv.org/pdf/2308.01414v1 | http://arxiv.org/abs/2308.01414v1 | Mingliang Bai, Zhihao Zhou, Ruidong Wang, Yusheng Yang, Zizhen Qin, Yunxiao Chen, Chunjin Mu, Jinfu Liu, Daren Yu | 2023-07-31T06:59:36Z | cs.CL, cs.AI | Renewable energy is important for achieving carbon neutrality goal. With the
great success of Large Language Models (LLMs) like ChatGPT in automatic content
generation, LLMs are playing an increasingly important role. However, there has
not been a specially designed LLM for renewable energy. Meanwhile, there has
not been any dataset of renewable energy for training LLMs. Therefore, this
paper published the first open-source Renewable Energy Academic Paper (REAP)
dataset for non-commercial LLM research of renewable energy. REAP dataset is
collected through searching the title and abstract of 1,168,970 academic
literatures from Web of Science. Based on REAP dataset, HouYi model, the first
LLM for renewable energy, is developed through finetuning general LLMs. HouYi
demonstrated powerful academic paper paragraph generation ability in renewable
energy field. Experiments show that its ability to generate academic papers on
renewable energy is comparable to ChatGPT, slightly outperforms Claude, ERNIE
Bot and SparkDesk, and significantly outperforms open-source LLaMA-13B model. | cs.CL | HouYi: An open-source large language model specially designed for renewable energy and carbon neutrality field |
2023-07-31T06:02:35Z | http://arxiv.org/pdf/2308.01966v1 | http://arxiv.org/abs/2308.01966v1 | Vu Ngoc Tu, Van Thong Huynh, Hyung-Jeong Yang, M. Zaigham Zaheer, Shah Nawaz, Karthik Nandakumar, Soo-Hyung Kim | 2023-07-31T06:02:35Z | cs.MM, cs.CL, cs.LG, cs.SD, eess.AS | Conversational engagement estimation is posed as a regression problem,
entailing the identification of the favorable attention and involvement of the
participants in the conversation. This task arises as a crucial pursuit to gain
insights into human's interaction dynamics and behavior patterns within a
conversation. In this research, we introduce a dilated convolutional
Transformer for modeling and estimating human engagement in the MULTIMEDIATE
2023 competition. Our proposed system surpasses the baseline models, exhibiting
a noteworthy $7$\% improvement on test set and $4$\% on validation set.
Moreover, we employ different modality fusion mechanism and show that for this
type of data, a simple concatenated method with self-attention fusion gains the
best performance. | cs.MM | DCTM: Dilated Convolutional Transformer Model for Multimodal Engagement Estimation in Conversation |
2023-07-31T04:38:47Z | http://arxiv.org/pdf/2307.16400v1 | http://arxiv.org/abs/2307.16400v1 | Haiyue Song, Raj Dabre, Chenhui Chu, Sadao Kurohashi, Eiichiro Sumita | 2023-07-31T04:38:47Z | cs.CL | Sub-word segmentation is an essential pre-processing step for Neural Machine
Translation (NMT). Existing work has shown that neural sub-word segmenters are
better than Byte-Pair Encoding (BPE), however, they are inefficient as they
require parallel corpora, days to train and hours to decode. This paper
introduces SelfSeg, a self-supervised neural sub-word segmentation method that
is much faster to train/decode and requires only monolingual dictionaries
instead of parallel corpora. SelfSeg takes as input a word in the form of a
partially masked character sequence, optimizes the word generation probability
and generates the segmentation with the maximum posterior probability, which is
calculated using a dynamic programming algorithm. The training time of SelfSeg
depends on word frequencies, and we explore several word frequency
normalization strategies to accelerate the training phase. Additionally, we
propose a regularization mechanism that allows the segmenter to generate
various segmentations for one word. To show the effectiveness of our approach,
we conduct MT experiments in low-, middle- and high-resource scenarios, where
we compare the performance of using different segmentation methods. The
experimental results demonstrate that on the low-resource ALT dataset, our
method achieves more than 1.2 BLEU score improvement compared with BPE and
SentencePiece, and a 1.1 score improvement over Dynamic Programming Encoding
(DPE) and Vocabulary Learning via Optimal Transport (VOLT) on average. The
regularization method achieves approximately a 4.3 BLEU score improvement over
BPE and a 1.2 BLEU score improvement over BPE-dropout, the regularized version
of BPE. We also observed significant improvements on IWSLT15 Vi->En, WMT16
Ro->En and WMT15 Fi->En datasets, and competitive results on the WMT14 De->En
and WMT14 Fr->En datasets. | cs.CL | SelfSeg: A Self-supervised Sub-word Segmentation Method for Neural Machine Translation |
2023-07-31T03:57:31Z | http://arxiv.org/pdf/2307.16395v1 | http://arxiv.org/abs/2307.16395v1 | Kousik Rajesh, Mrigank Raman, Mohammed Asad Karim, Pranit Chawla | 2023-07-31T03:57:31Z | cs.CV, cs.AI, cs.CL, cs.LG | In recent times there has been a surge of multi-modal architectures based on
Large Language Models, which leverage the zero shot generation capabilities of
LLMs and project image embeddings into the text space and then use the
auto-regressive capacity to solve tasks such as VQA, captioning, and image
retrieval. We name these architectures as "bridge-architectures" as they
project from the image space to the text space. These models deviate from the
traditional recipe of training transformer based multi-modal models, which
involve using large-scale pre-training and complex multi-modal interactions
through co or cross attention. However, the capabilities of bridge
architectures have not been tested on complex visual reasoning tasks which
require fine grained analysis about the image. In this project, we investigate
the performance of these bridge-architectures on the NLVR2 dataset, and compare
it to state-of-the-art transformer based architectures. We first extend the
traditional bridge architectures for the NLVR2 dataset, by adding object level
features to faciliate fine-grained object reasoning. Our analysis shows that
adding object level features to bridge architectures does not help, and that
pre-training on multi-modal data is key for good performance on complex
reasoning tasks such as NLVR2. We also demonstrate some initial results on a
recently bridge-architecture, LLaVA, in the zero shot setting and analyze its
performance. | cs.CV | Bridging the Gap: Exploring the Capabilities of Bridge-Architectures for Complex Visual Reasoning Tasks |
2023-07-31T03:41:14Z | http://arxiv.org/pdf/2307.16389v1 | http://arxiv.org/abs/2307.16389v1 | Yuanhao Gong | 2023-07-31T03:41:14Z | cs.LG, cs.AI, cs.CE, cs.CL, cs.CV, cs.NE | Activation functions play an essential role in neural networks. They provide
the non-linearity for the networks. Therefore, their properties are important
for neural networks' accuracy and running performance. In this paper, we
present a novel signed and truncated logarithm function as activation function.
The proposed activation function has significantly better mathematical
properties, such as being odd function, monotone, differentiable, having
unbounded value range, and a continuous nonzero gradient. These properties make
it an excellent choice as an activation function. We compare it with other
well-known activation functions in several well-known neural networks. The
results confirm that it is the state-of-the-art. The suggested activation
function can be applied in a large range of neural networks where activation
functions are necessary. | cs.LG | STL: A Signed and Truncated Logarithm Activation Function for Neural Networks |
2023-07-31T03:17:51Z | http://arxiv.org/pdf/2307.16382v3 | http://arxiv.org/abs/2307.16382v3 | Albert Yu Sun, Eliott Zemour, Arushi Saxena, Udith Vaidyanathan, Eric Lin, Christian Lau, Vaikkunth Mugunthan | 2024-04-15T22:34:22Z | cs.LG, cs.CL | Machine learning practitioners often fine-tune generative pre-trained models
like GPT-3 to improve model performance at specific tasks. Previous works,
however, suggest that fine-tuned machine learning models memorize and emit
sensitive information from the original fine-tuning dataset. Companies such as
OpenAI offer fine-tuning services for their models, but no prior work has
conducted a memorization attack on any closed-source models. In this work, we
simulate a privacy attack on GPT-3 using OpenAI's fine-tuning API. Our
objective is to determine if personally identifiable information (PII) can be
extracted from this model. We (1) explore the use of naive prompting methods on
a GPT-3 fine-tuned classification model, and (2) we design a practical word
generation task called Autocomplete to investigate the extent of PII
memorization in fine-tuned GPT-3 within a real-world context. Our findings
reveal that fine-tuning GPT3 for both tasks led to the model memorizing and
disclosing critical personally identifiable information (PII) obtained from the
underlying fine-tuning dataset. To encourage further research, we have made our
codes and datasets publicly available on GitHub at:
https://github.com/albertsun1/gpt3-pii-attacks | cs.LG | Does fine-tuning GPT-3 with the OpenAI API leak personally-identifiable information? |
2023-07-31T02:48:56Z | http://arxiv.org/pdf/2307.16376v1 | http://arxiv.org/abs/2307.16376v1 | Jin Chen, Zheng Liu, Xu Huang, Chenwang Wu, Qi Liu, Gangwei Jiang, Yuanhao Pu, Yuxuan Lei, Xiaolong Chen, Xingmei Wang, Defu Lian, Enhong Chen | 2023-07-31T02:48:56Z | cs.IR, cs.AI, cs.CL | The advent of large language models marks a revolutionary breakthrough in
artificial intelligence. With the unprecedented scale of training and model
parameters, the capability of large language models has been dramatically
improved, leading to human-like performances in understanding, language
synthesizing, and common-sense reasoning, etc. Such a major leap-forward in
general AI capacity will change the pattern of how personalization is
conducted. For one thing, it will reform the way of interaction between humans
and personalization systems. Instead of being a passive medium of information
filtering, large language models present the foundation for active user
engagement. On top of such a new foundation, user requests can be proactively
explored, and user's required information can be delivered in a natural and
explainable way. For another thing, it will also considerably expand the scope
of personalization, making it grow from the sole function of collecting
personalized information to the compound function of providing personalized
services. By leveraging large language models as general-purpose interface, the
personalization systems may compile user requests into plans, calls the
functions of external tools to execute the plans, and integrate the tools'
outputs to complete the end-to-end personalization tasks. Today, large language
models are still being developed, whereas the application in personalization is
largely unexplored. Therefore, we consider it to be the right time to review
the challenges in personalization and the opportunities to address them with
LLMs. In particular, we dedicate this perspective paper to the discussion of
the following aspects: the development and challenges for the existing
personalization system, the newly emerged capabilities of large language
models, and the potential ways of making use of large language models for
personalization. | cs.IR | When Large Language Models Meet Personalization: Perspectives of Challenges and Opportunities |
2023-07-30T23:15:28Z | http://arxiv.org/pdf/2307.16338v1 | http://arxiv.org/abs/2307.16338v1 | Semere Kiros Bitew, Johannes Deleu, Chris Develder, Thomas Demeester | 2023-07-30T23:15:28Z | cs.CL | Large Language Models (LLMs) such as ChatGPT have demonstrated remarkable
performance across various tasks and have garnered significant attention from
both researchers and practitioners. However, in an educational context, we
still observe a performance gap in generating distractors -- i.e., plausible
yet incorrect answers -- with LLMs for multiple-choice questions (MCQs). In
this study, we propose a strategy for guiding LLMs such as ChatGPT, in
generating relevant distractors by prompting them with question items
automatically retrieved from a question bank as well-chosen in-context
examples. We evaluate our LLM-based solutions using a quantitative assessment
on an existing test set, as well as through quality annotations by human
experts, i.e., teachers. We found that on average 53% of the generated
distractors presented to the teachers were rated as high-quality, i.e.,
suitable for immediate use as is, outperforming the state-of-the-art model. We
also show the gains of our approach 1 in generating high-quality distractors by
comparing it with a zero-shot ChatGPT and a few-shot ChatGPT prompted with
static examples. | cs.CL | Distractor generation for multiple-choice questions with predictive prompting and large language models |
2023-07-30T21:20:58Z | http://arxiv.org/pdf/2307.16324v1 | http://arxiv.org/abs/2307.16324v1 | Jazmin Vidal, Pablo Riera, Luciana Ferrer | 2023-07-30T21:20:58Z | cs.CL, cs.SD, eess.AS | In recent years, self-supervised learning (SSL) models have produced
promising results in a variety of speech-processing tasks, especially in
contexts of data scarcity. In this paper, we study the use of SSL models for
the task of mispronunciation detection for second language learners. We compare
two downstream approaches: 1) training the model for phone recognition (PR)
using native English data, and 2) training a model directly for the target task
using non-native English data. We compare the performance of these two
approaches for various SSL representations as well as a representation
extracted from a traditional DNN-based speech recognition model. We evaluate
the models on L2Arctic and EpaDB, two datasets of non-native speech annotated
with pronunciation labels at the phone level. Overall, we find that using a
downstream model trained for the target task gives the best performance and
that most upstream models perform similarly for the task. | cs.CL | Mispronunciation detection using self-supervised speech representations |
2023-07-30T18:47:54Z | http://arxiv.org/pdf/2308.01413v4 | http://arxiv.org/abs/2308.01413v4 | Tiezhu Sun, Weiguo Pian, Nadia Daoudi, Kevin Allix, Tegawendé F. Bissyandé, Jacques Klein | 2024-05-23T14:39:01Z | cs.CL, cs.AI | Transfomer-based models have significantly advanced natural language
processing, in particular the performance in text classification tasks.
Nevertheless, these models face challenges in processing large files, primarily
due to their input constraints, which are generally restricted to hundreds or
thousands of tokens. Attempts to address this issue in existing models usually
consist in extracting only a fraction of the essential information from lengthy
inputs, while often incurring high computational costs due to their complex
architectures. In this work, we address the challenge of classifying large
files from the perspective of correlated multiple instance learning. We
introduce LaFiCMIL, a method specifically designed for large file
classification. LaFiCMIL is optimized for efficient operation on a single GPU,
making it a versatile solution for binary, multi-class, and multi-label
classification tasks. We conducted extensive experiments using seven diverse
and comprehensive benchmark datasets to assess LaFiCMIL's effectiveness. By
integrating BERT for feature extraction, LaFiCMIL demonstrates exceptional
performance, setting new benchmarks across all datasets. A notable achievement
of our approach is its ability to scale BERT to handle nearly 20,000 tokens
while operating on a single GPU with 32GB of memory. This efficiency, coupled
with its state-of-the-art performance, highlights LaFiCMIL's potential as a
groundbreaking approach in the field of large file classification. | cs.CL | LaFiCMIL: Rethinking Large File Classification from the Perspective of Correlated Multiple Instance Learning |
2023-07-30T16:13:00Z | http://arxiv.org/pdf/2307.16265v1 | http://arxiv.org/abs/2307.16265v1 | Rundong Liu, Wenhan Liang, Weijun Luo, Yuxiang Song, He Zhang, Ruohua Xu, Yunfeng Li, Ming Liu | 2023-07-30T16:13:00Z | cs.CL, cs.AI | Hierarchical multi-label text classification aims to classify the input text
into multiple labels, among which the labels are structured and hierarchical.
It is a vital task in many real world applications, e.g. scientific literature
archiving. In this paper, we survey the recent progress of hierarchical
multi-label text classification, including the open sourced data sets, the main
methods, evaluation metrics, learning strategies and the current challenges. A
few future research directions are also listed for community to further improve
this field. | cs.CL | Recent Advances in Hierarchical Multi-label Text Classification: A Survey |
2023-07-30T13:43:27Z | http://arxiv.org/pdf/2307.16230v7 | http://arxiv.org/abs/2307.16230v7 | Aiwei Liu, Leyi Pan, Xuming Hu, Shu'ang Li, Lijie Wen, Irwin King, Philip S. Yu | 2024-05-26T05:22:38Z | cs.CL, 68T50, I.2.7 | Recently, text watermarking algorithms for large language models (LLMs) have
been proposed to mitigate the potential harms of text generated by LLMs,
including fake news and copyright issues. However, current watermark detection
algorithms require the secret key used in the watermark generation process,
making them susceptible to security breaches and counterfeiting during public
detection. To address this limitation, we propose an unforgeable publicly
verifiable watermark algorithm named UPV that uses two different neural
networks for watermark generation and detection, instead of using the same key
at both stages. Meanwhile, the token embedding parameters are shared between
the generation and detection networks, which makes the detection network
achieve a high accuracy very efficiently. Experiments demonstrate that our
algorithm attains high detection accuracy and computational efficiency through
neural networks. Subsequent analysis confirms the high complexity involved in
forging the watermark from the detection network. Our code is available at
\href{https://github.com/THU-BPM/unforgeable_watermark}{https://github.com/THU-BPM/unforgeable\_watermark}.
Additionally, our algorithm could also be accessed through MarkLLM
\citep{pan2024markllm} \footnote{https://github.com/THU-BPM/MarkLLM}. | cs.CL | An Unforgeable Publicly Verifiable Watermark for Large Language Models |
2023-07-30T12:59:06Z | http://arxiv.org/pdf/2307.16220v1 | http://arxiv.org/abs/2307.16220v1 | Omri Suissa, Avshalom Elmalech, Maayan Zhitomirsky-Geffet | 2023-07-30T12:59:06Z | cs.CL, cs.LG | Over the past few decades, large archives of paper-based documents such as
books and newspapers have been digitized using Optical Character Recognition.
This technology is error-prone, especially for historical documents. To correct
OCR errors, post-processing algorithms have been proposed based on natural
language analysis and machine learning techniques such as neural networks.
Neural network's disadvantage is the vast amount of manually labeled data
required for training, which is often unavailable. This paper proposes an
innovative method for training a light-weight neural network for Hebrew OCR
post-correction using significantly less manually created data. The main
research goal is to develop a method for automatically generating language and
task-specific training data to improve the neural network results for OCR
post-correction, and to investigate which type of dataset is the most effective
for OCR post-correction of historical documents. To this end, a series of
experiments using several datasets was conducted. The evaluation corpus was
based on Hebrew newspapers from the JPress project. An analysis of historical
OCRed newspapers was done to learn common language and corpus-specific OCR
errors. We found that training the network using the proposed method is more
effective than using randomly generated errors. The results also show that the
performance of the neural network for OCR post-correction strongly depends on
the genre and area of the training data. Moreover, neural networks that were
trained with the proposed method outperform other state-of-the-art neural
networks for OCR post-correction and complex spellcheckers. These results may
have practical implications for many digital humanities projects. | cs.CL | Optimizing the Neural Network Training for OCR Error Correction of Historical Hebrew Texts |
2023-07-30T12:54:39Z | http://arxiv.org/pdf/2307.16217v1 | http://arxiv.org/abs/2307.16217v1 | Omri Suissa, Avshalom Elmalech, Maayan Zhitomirsky-Geffet | 2023-07-30T12:54:39Z | cs.LG, cs.AI, cs.CL | Combining computational technologies and humanities is an ongoing effort
aimed at making resources such as texts, images, audio, video, and other
artifacts digitally available, searchable, and analyzable. In recent years,
deep neural networks (DNN) dominate the field of automatic text analysis and
natural language processing (NLP), in some cases presenting a super-human
performance. DNNs are the state-of-the-art machine learning algorithms solving
many NLP tasks that are relevant for Digital Humanities (DH) research, such as
spell checking, language detection, entity extraction, author detection,
question answering, and other tasks. These supervised algorithms learn patterns
from a large number of "right" and "wrong" examples and apply them to new
examples. However, using DNNs for analyzing the text resources in DH research
presents two main challenges: (un)availability of training data and a need for
domain adaptation. This paper explores these challenges by analyzing multiple
use-cases of DH studies in recent literature and their possible solutions and
lays out a practical decision model for DH experts for when and how to choose
the appropriate deep learning approaches for their research. Moreover, in this
paper, we aim to raise awareness of the benefits of utilizing deep learning
models in the DH community. | cs.LG | Text Analysis Using Deep Neural Networks in Digital Humanities and Information Science |
2023-07-30T12:49:54Z | http://arxiv.org/pdf/2307.16214v1 | http://arxiv.org/abs/2307.16214v1 | Omri Suissa, Maayan Zhitomirsky-Geffet, Avshalom Elmalech | 2023-07-30T12:49:54Z | cs.CL, cs.AI, cs.IR, cs.LG | With the rising popularity of user-generated genealogical family trees, new
genealogical information systems have been developed. State-of-the-art natural
question answering algorithms use deep neural network (DNN) architecture based
on self-attention networks. However, some of these models use sequence-based
inputs and are not suitable to work with graph-based structure, while
graph-based DNN models rely on high levels of comprehensiveness of knowledge
graphs that is nonexistent in the genealogical domain. Moreover, these
supervised DNN models require training datasets that are absent in the
genealogical domain. This study proposes an end-to-end approach for question
answering using genealogical family trees by: 1) representing genealogical data
as knowledge graphs, 2) converting them to texts, 3) combining them with
unstructured texts, and 4) training a trans-former-based question answering
model. To evaluate the need for a dedicated approach, a comparison between the
fine-tuned model (Uncle-BERT) trained on the auto-generated genealogical
dataset and state-of-the-art question-answering models was per-formed. The
findings indicate that there are significant differences between answering
genealogical questions and open-domain questions. Moreover, the proposed
methodology reduces complexity while increasing accuracy and may have practical
implications for genealogical research and real-world projects, making
genealogical data accessible to experts as well as the general public. | cs.CL | Question Answering with Deep Neural Networks for Semi-Structured Heterogeneous Genealogical Knowledge Graphs |
2023-07-30T12:40:31Z | http://arxiv.org/pdf/2307.16213v1 | http://arxiv.org/abs/2307.16213v1 | Omri Suissa, Maayan Zhitomirsky-Geffet, Avshalom Elmalech | 2023-07-30T12:40:31Z | cs.CL, cs.LG | Over the past few decades, large archives of paper-based historical
documents, such as books and newspapers, have been digitized using the Optical
Character Recognition (OCR) technology. Unfortunately, this broadly used
technology is error-prone, especially when an OCRed document was written
hundreds of years ago. Neural networks have shown great success in solving
various text processing tasks, including OCR post-correction. The main
disadvantage of using neural networks for historical corpora is the lack of
sufficiently large training datasets they require to learn from, especially for
morphologically-rich languages like Hebrew. Moreover, it is not clear what are
the optimal structure and values of hyperparameters (predefined parameters) of
neural networks for OCR error correction in Hebrew due to its unique features.
Furthermore, languages change across genres and periods. These changes may
affect the accuracy of OCR post-correction neural network models. To overcome
these challenges, we developed a new multi-phase method for generating
artificial training datasets with OCR errors and hyperparameters optimization
for building an effective neural network for OCR post-correction in Hebrew. | cs.CL | Toward a Period-Specific Optimized Neural Network for OCR Error Correction of Historical Hebrew Texts |
2023-07-30T12:09:00Z | http://arxiv.org/pdf/2307.16208v1 | http://arxiv.org/abs/2307.16208v1 | Omri Suissa, Maayan Zhitomirsky-Geffet, Avshalom Elmalech | 2023-07-30T12:09:00Z | cs.CL, cs.AI, cs.IR, cs.LG | One of the key AI tools for textual corpora exploration is natural language
question-answering (QA). Unlike keyword-based search engines, QA algorithms
receive and process natural language questions and produce precise answers to
these questions, rather than long lists of documents that need to be manually
scanned by the users. State-of-the-art QA algorithms based on DNNs were
successfully employed in various domains. However, QA in the genealogical
domain is still underexplored, while researchers in this field (and other
fields in humanities and social sciences) can highly benefit from the ability
to ask questions in natural language, receive concrete answers and gain
insights hidden within large corpora. While some research has been recently
conducted for factual QA in the genealogical domain, to the best of our
knowledge, there is no previous research on the more challenging task of
numerical aggregation QA (i.e., answering questions combining aggregation
functions, e.g., count, average, max). Numerical aggregation QA is critical for
distant reading and analysis for researchers (and the general public)
interested in investigating cultural heritage domains. Therefore, in this
study, we present a new end-to-end methodology for numerical aggregation QA for
genealogical trees that includes: 1) an automatic method for training dataset
generation; 2) a transformer-based table selection method, and 3) an optimized
transformer-based numerical aggregation QA model. The findings indicate that
the proposed architecture, GLOBE, outperforms the state-of-the-art models and
pipelines by achieving 87% accuracy for this task compared to only 21% by
current state-of-the-art models. This study may have practical implications for
genealogical information centers and museums, making genealogical data research
easy and scalable for experts as well as the general public. | cs.CL | Around the GLOBE: Numerical Aggregation Question-Answering on Heterogeneous Genealogical Knowledge Graphs with Deep Neural Networks |
2023-07-30T10:51:32Z | http://arxiv.org/pdf/2307.16200v4 | http://arxiv.org/abs/2307.16200v4 | Zefa Hu, Ziyi Ni, Jing Shi, Shuang Xu, Bo Xu | 2024-02-20T03:24:16Z | cs.CL | This paper focuses on term-status pair extraction from medical dialogues
(MD-TSPE), which is essential in diagnosis dialogue systems and the automatic
scribe of electronic medical records (EMRs). In the past few years, works on
MD-TSPE have attracted increasing research attention, especially after the
remarkable progress made by generative methods. However, these generative
methods output a whole sequence consisting of term-status pairs in one stage
and ignore integrating prior knowledge, which demands a deeper understanding to
model the relationship between terms and infer the status of each term. This
paper presents a knowledge-enhanced two-stage generative framework (KTGF) to
address the above challenges. Using task-specific prompts, we employ a single
model to complete the MD-TSPE through two phases in a unified generative form:
we generate all terms the first and then generate the status of each generated
term. In this way, the relationship between terms can be learned more
effectively from the sequence containing only terms in the first phase, and our
designed knowledge-enhanced prompt in the second phase can leverage the
category and status candidates of the generated term for status generation.
Furthermore, our proposed special status "not mentioned" makes more terms
available and enriches the training data in the second phase, which is critical
in the low-resource setting. The experiments on the Chunyu and CMDD datasets
show that the proposed method achieves superior results compared to the
state-of-the-art models in the full training and low-resource settings. | cs.CL | A Knowledge-enhanced Two-stage Generative Framework for Medical Dialogue Information Extraction |
2023-07-30T10:50:18Z | http://arxiv.org/pdf/2307.16199v1 | http://arxiv.org/abs/2307.16199v1 | Yuanhao Chen | 2023-07-30T10:50:18Z | cs.CL | Tone is a crucial component of the prosody of Shanghainese, a Wu Chinese
variety spoken primarily in urban Shanghai. Tone sandhi, which applies to all
multi-syllabic words in Shanghainese, then, is key to natural-sounding speech.
Unfortunately, recent work on Shanghainese TTS (text-to-speech) such as Apple's
VoiceOver has shown poor performance with tone sandhi, especially LD
(left-dominant sandhi). Here I show that word segmentation during text
preprocessing can improve the quality of tone sandhi production in TTS models.
Syllables within the same word are annotated with a special symbol, which
serves as a proxy for prosodic information of the domain of LD. Contrary to the
common practice of using prosodic annotation mainly for static pauses, this
paper demonstrates that prosodic annotation can also be applied to dynamic
tonal phenomena. I anticipate this project to be a starting point for bringing
formal linguistic accounts of Shanghainese into computational projects. Too
long have we been using the Mandarin models to approximate Shanghainese, but it
is a different language with its own linguistic features, and its digitisation
and revitalisation should be treated as such. | cs.CL | Improving TTS for Shanghainese: Addressing Tone Sandhi via Word Segmentation |
2023-07-30T09:34:35Z | http://arxiv.org/pdf/2307.16180v1 | http://arxiv.org/abs/2307.16180v1 | Keyu Pan, Yawen Zeng | 2023-07-30T09:34:35Z | cs.CL | The field of large language models (LLMs) has made significant progress, and
their knowledge storage capacity is approaching that of human beings.
Furthermore, advanced techniques, such as prompt learning and reinforcement
learning, are being employed to address ethical concerns and hallucination
problems associated with LLMs, bringing them closer to aligning with human
values. This situation naturally raises the question of whether LLMs with
human-like abilities possess a human-like personality? In this paper, we aim to
investigate the feasibility of using the Myers-Briggs Type Indicator (MBTI), a
widespread human personality assessment tool, as an evaluation metric for LLMs.
Specifically, extensive experiments will be conducted to explore: 1) the
personality types of different LLMs, 2) the possibility of changing the
personality types by prompt engineering, and 3) How does the training dataset
affect the model's personality. Although the MBTI is not a rigorous assessment,
it can still reflect the similarity between LLMs and human personality. In
practice, the MBTI has the potential to serve as a rough indicator. Our codes
are available at
https://github.com/HarderThenHarder/transformers_tasks/tree/main/LLM/llms_mbti. | cs.CL | Do LLMs Possess a Personality? Making the MBTI Test an Amazing Evaluation for Large Language Models |
2023-07-30T06:06:35Z | http://arxiv.org/pdf/2307.16139v1 | http://arxiv.org/abs/2307.16139v1 | Chen Zhang | 2023-07-30T06:06:35Z | cs.CL, cs.AI, cs.LG | In modern dialogue systems, the use of Large Language Models (LLMs) has grown
exponentially due to their capacity to generate diverse, relevant, and creative
responses. Despite their strengths, striking a balance between the LLMs'
creativity and their faithfulness to external knowledge remains a key
challenge. This paper presents an innovative user-controllable mechanism that
modulates the balance between an LLM's imaginative capabilities and its
adherence to factual information. Our approach incorporates a numerical tag
during the fine-tuning phase of the LLM's training, representing the degree of
faithfulness to the reference knowledge in the generated responses. This degree
is computed through an automated process that measures lexical overlap using
ROUGE scores, semantic similarity using Sentence-BERT embeddings, and an LLM's
self-evaluation score. During model inference, users can manipulate this
numerical tag, thus controlling the degree of the LLM's reliance on external
knowledge. We conduct extensive experiments across various scenarios,
demonstrating the adaptability of our method and its efficacy in ensuring the
quality and accuracy of the LLM's responses. The results highlight the
potential of our approach to enhance the versatility of LLMs while maintaining
a balance between creativity and hallucination. | cs.CL | User-Controlled Knowledge Fusion in Large Language Models: Balancing Creativity and Hallucination |
2023-07-30T04:25:16Z | http://arxiv.org/pdf/2307.16125v2 | http://arxiv.org/abs/2307.16125v2 | Bohao Li, Rui Wang, Guangzhi Wang, Yuying Ge, Yixiao Ge, Ying Shan | 2023-08-02T08:02:35Z | cs.CL, cs.CV | Based on powerful Large Language Models (LLMs), recent generative Multimodal
Large Language Models (MLLMs) have gained prominence as a pivotal research
area, exhibiting remarkable capability for both comprehension and generation.
In this work, we address the evaluation of generative comprehension in MLLMs as
a preliminary step towards a comprehensive assessment of generative models, by
introducing a benchmark named SEED-Bench. SEED-Bench consists of 19K multiple
choice questions with accurate human annotations (x 6 larger than existing
benchmarks), which spans 12 evaluation dimensions including the comprehension
of both the image and video modality. We develop an advanced pipeline for
generating multiple-choice questions that target specific evaluation
dimensions, integrating both automatic filtering and manual verification
processes. Multiple-choice questions with groundtruth options derived from
human annotation enables an objective and efficient assessment of model
performance, eliminating the need for human or GPT intervention during
evaluation. We further evaluate the performance of 18 models across all 12
dimensions, covering both the spatial and temporal understanding. By revealing
the limitations of existing MLLMs through evaluation results, we aim for
SEED-Bench to provide insights for motivating future research. We will launch
and consistently maintain a leaderboard to provide a platform for the community
to assess and investigate model capability. | cs.CL | SEED-Bench: Benchmarking Multimodal LLMs with Generative Comprehension |
2023-07-30T03:03:48Z | http://arxiv.org/pdf/2308.02037v1 | http://arxiv.org/abs/2308.02037v1 | Shu-Feng Tsao, Helen Chen, Samantha Meyer, Zahid A. Butt | 2023-07-30T03:03:48Z | cs.CY, cs.CL, cs.SI | Existing communications and behavioral theories have been adopted to address
health misinformation. Although various theories and models have been used to
investigate the COVID-19 pandemic, there is no framework specially designed for
social listening or misinformation studies using social media data and natural
language processing techniques. This study aimed to propose a novel yet
theory-based conceptual framework for misinformation research. We collected
theories and models used in COVID-19 related studies published in peer-reviewed
journals. The theories and models ranged from health behaviors, communications,
to misinformation. They are analyzed and critiqued for their components,
followed by proposing a conceptual framework with a demonstration. We reviewed
Health Belief Model, Theory of Planned Behavior/Reasoned Action, Communication
for Behavioral Impact, Transtheoretical Model, Uses and Gratifications Theory,
Social Judgment Theory, Risk Information Seeking and Processing Model,
Behavioral and Social Drivers, and Hype Loop. Accordingly, we proposed the
Social Media Listening for Public Health Behavior Conceptual Framework by not
only integrating important attributes of existing theories, but also adding new
attributes. The proposed conceptual framework was demonstrated in the Freedom
Convoy social media listening. The proposed conceptual framework can be used to
better understand public discourse on social media, and it can be integrated
with other data analyses to gather a more comprehensive picture. The framework
will continue to be revised and adopted as health misinformation evolves. | cs.CY | Proposing a conceptual framework: social media listening for public health behavior |
2023-07-29T21:37:55Z | http://arxiv.org/pdf/2307.16082v4 | http://arxiv.org/abs/2307.16082v4 | Mohammadali Sefidi Esfahani, Mohammad Akbari | 2023-12-27T09:58:25Z | cs.CL, cs.AI | Social platforms have emerged as crucial platforms for disseminating
information and discussing real-life social events, offering researchers an
excellent opportunity to design and implement novel event detection frameworks.
However, most existing approaches only exploit keyword burstiness or network
structures to detect unspecified events. Thus, they often need help identifying
unknown events regarding the challenging nature of events and social data.
Social data, e.g., tweets, is characterized by misspellings, incompleteness,
word sense ambiguation, irregular language, and variation in aspects of
opinions. Moreover, extracting discriminative features and patterns for
evolving events by exploiting the limited structural knowledge is almost
infeasible. To address these challenges, in this paper, we propose a novel
framework, namely EnrichEvent, that leverages the linguistic and contextual
representations of streaming social data. In particular, we leverage contextual
and linguistic knowledge to detect semantically related tweets and enhance the
effectiveness of the event detection approaches. Eventually, our proposed
framework produces cluster chains for each event to show the evolving variation
of the event through time. We conducted extensive experiments to evaluate our
framework, validating its high performance and effectiveness in detecting and
distinguishing unspecified social events. | cs.CL | EnrichEvent: Enriching Social Data with Contextual Information for Emerging Event Extraction |
2023-07-29T21:37:24Z | http://arxiv.org/pdf/2307.16081v1 | http://arxiv.org/abs/2307.16081v1 | Lingbo Mo, Shijie Chen, Ziru Chen, Xiang Deng, Ashley Lewis, Sunit Singh, Samuel Stevens, Chang-You Tai, Zhen Wang, Xiang Yue, Tianshu Zhang, Yu Su, Huan Sun | 2023-07-29T21:37:24Z | cs.CL | We introduce TacoBot, a user-centered task-oriented digital assistant
designed to guide users through complex real-world tasks with multiple steps.
Covering a wide range of cooking and how-to tasks, we aim to deliver a
collaborative and engaging dialogue experience. Equipped with language
understanding, dialogue management, and response generation components
supported by a robust search engine, TacoBot ensures efficient task assistance.
To enhance the dialogue experience, we explore a series of data augmentation
strategies using LLMs to train advanced neural models continuously. TacoBot
builds upon our successful participation in the inaugural Alexa Prize TaskBot
Challenge, where our team secured third place among ten competing teams. We
offer TacoBot as an open-source framework that serves as a practical example
for deploying task-oriented dialogue systems. | cs.CL | Roll Up Your Sleeves: Working with a Collaborative and Engaging Task-Oriented Dialogue System |
2023-07-29T20:42:50Z | http://arxiv.org/pdf/2307.16071v2 | http://arxiv.org/abs/2307.16071v2 | Tolulope Ogunremi, Kola Tubosun, Anuoluwapo Aremu, Iroro Orife, David Ifeoluwa Adelani | 2024-03-27T08:56:01Z | cs.CL, cs.SD, eess.AS | We introduce \`{I}r\`{o}y\`{i}nSpeech, a new corpus influenced by the desire
to increase the amount of high quality, contemporary Yor\`{u}b\'{a} speech
data, which can be used for both Text-to-Speech (TTS) and Automatic Speech
Recognition (ASR) tasks. We curated about 23000 text sentences from news and
creative writing domains with the open license CC-BY-4.0. To encourage a
participatory approach to data creation, we provide 5000 curated sentences to
the Mozilla Common Voice platform to crowd-source the recording and validation
of Yor\`{u}b\'{a} speech data. In total, we created about 42 hours of speech
data recorded by 80 volunteers in-house, and 6 hours of validated recordings on
Mozilla Common Voice platform. Our TTS evaluation suggests that a
high-fidelity, general domain, single-speaker Yor\`{u}b\'{a} voice is possible
with as little as 5 hours of speech. Similarly, for ASR we obtained a baseline
word error rate (WER) of 23.8. | cs.CL | ÌròyìnSpeech: A multi-purpose Yorùbá Speech Corpus |
2023-07-29T18:21:38Z | http://arxiv.org/pdf/2307.16045v1 | http://arxiv.org/abs/2307.16045v1 | Ana-Maria Bucur, Andreea Dincă, Mădălina Chitez, Roxana Rogobete | 2023-07-29T18:21:38Z | cs.CL | This paper presents the methodology and data used for the automatic
extraction of the Romanian Academic Word List (Ro-AWL). Academic Word Lists are
useful in both L2 and L1 teaching contexts. For the Romanian language, no such
resource exists so far. Ro-AWL has been generated by combining methods from
corpus and computational linguistics with L2 academic writing approaches. We
use two types of data: (a) existing data, such as the Romanian Frequency List
based on the ROMBAC corpus, and (b) self-compiled data, such as the expert
academic writing corpus EXPRES. For constructing the academic word list, we
follow the methodology for building the Academic Vocabulary List for the
English language. The distribution of Ro-AWL features (general distribution,
POS distribution) into four disciplinary datasets is in line with previous
research. Ro-AWL is freely available and can be used for teaching, research and
NLP applications. | cs.CL | Automatic Extraction of the Romanian Academic Word List: Data and Methods |
2023-07-29T18:01:46Z | http://arxiv.org/pdf/2307.16039v2 | http://arxiv.org/abs/2307.16039v2 | Viet Dac Lai, Chien Van Nguyen, Nghia Trung Ngo, Thuat Nguyen, Franck Dernoncourt, Ryan A. Rossi, Thien Huu Nguyen | 2023-08-02T00:39:25Z | cs.CL, cs.LG | A key technology for the development of large language models (LLMs) involves
instruction tuning that helps align the models' responses with human
expectations to realize impressive learning abilities. Two major approaches for
instruction tuning characterize supervised fine-tuning (SFT) and reinforcement
learning from human feedback (RLHF), which are currently applied to produce the
best commercial LLMs (e.g., ChatGPT). To improve the accessibility of LLMs for
research and development efforts, various instruction-tuned open-source LLMs
have also been introduced recently, e.g., Alpaca, Vicuna, to name a few.
However, existing open-source LLMs have only been instruction-tuned for English
and a few popular languages, thus hindering their impacts and accessibility to
many other languages in the world. Among a few very recent work to explore
instruction tuning for LLMs in multiple languages, SFT has been used as the
only approach to instruction-tune LLMs for multiple languages. This has left a
significant gap for fine-tuned LLMs based on RLHF in diverse languages and
raised important questions on how RLHF can boost the performance of
multilingual instruction tuning. To overcome this issue, we present Okapi, the
first system with instruction-tuned LLMs based on RLHF for multiple languages.
Okapi introduces instruction and response-ranked data in 26 diverse languages
to facilitate the experiments and development of future multilingual LLM
research. We also present benchmark datasets to enable the evaluation of
generative LLMs in multiple languages. Our experiments demonstrate the
advantages of RLHF for multilingual instruction over SFT for different base
models and datasets. Our framework and resources are released at
https://github.com/nlp-uoregon/Okapi. | cs.CL | Okapi: Instruction-tuned Large Language Models in Multiple Languages with Reinforcement Learning from Human Feedback |
2023-07-29T15:50:07Z | http://arxiv.org/pdf/2307.16013v1 | http://arxiv.org/abs/2307.16013v1 | Yuanfeng Song, Xuefang Zhao, Raymond Chi-Wing Wong | 2023-07-29T15:50:07Z | cs.AI, cs.CL, cs.DB | Data visualization (DV) has become the prevailing tool in the market due to
its effectiveness into illustrating insights in vast amounts of data. To lower
the barrier of using DVs, automatic DV tasks, such as natural language question
(NLQ) to visualization translation (formally called text-to-vis), have been
investigated in the research community. However, text-to-vis assumes the NLQ to
be well-organized and expressed in a single sentence. However, in real-world
settings, complex DV is needed through consecutive exchanges between the DV
system and the users. In this paper, we propose a new task named CoVis, short
for Conversational text-to-Visualization, aiming at constructing DVs through a
series of interactions between users and the system. Since it is the task which
has not been studied in the literature, we first build a benchmark dataset
named Dial-NVBench, including dialogue sessions with a sequence of queries from
a user and responses from the system. Then, we propose a multi-modal neural
network named MMCoVisNet to answer these DV-related queries. In particular,
MMCoVisNet first fully understands the dialogue context and determines the
corresponding responses. Then, it uses adaptive decoders to provide the
appropriate replies: (i) a straightforward text decoder is used to produce
general responses, (ii) an SQL-form decoder is applied to synthesize data
querying responses, and (iii) a DV-form decoder tries to construct the
appropriate DVs. We comparatively evaluate MMCoVisNet with other baselines over
our proposed benchmark dataset. Experimental results validate that MMCoVisNet
performs better than existing baselines and achieves a state-of-the-art
performance. | cs.AI | Marrying Dialogue Systems with Data Visualization: Interactive Data Visualization Generation from Natural Language Conversations |
2023-07-29T14:47:07Z | http://arxiv.org/pdf/2307.15997v1 | http://arxiv.org/abs/2307.15997v1 | Ming Wang, Wenfang Wu, Chongyun Gao, Daling Wang, Shi Feng, Yifei Zhang | 2023-07-29T14:47:07Z | cs.CL, cs.AI | Large language models (LLMs) have received increasing attention. However, due
to the complexity of its capabilities, how to rationally evaluate the
capabilities of LLMs is still a task to be solved. We propose the RoCar method,
which utilizes the defined basic schemas to randomly construct a task graph and
generates natural language evaluation tasks based on the task graph to evaluate
the reasoning and memory abilities of LLMs respectively. Due to the very large
randomness of the task construction process, it is possible to ensure that none
of the LLMs to be tested has directly learned the evaluation tasks,
guaranteeing the fairness of the evaluation method. | cs.CL | RoCar: A Relationship Network-based Evaluation Method to Large Language Models |
2023-07-29T14:11:15Z | http://arxiv.org/pdf/2307.15992v3 | http://arxiv.org/abs/2307.15992v3 | Lean Wang, Wenkai Yang, Deli Chen, Hao Zhou, Yankai Lin, Fandong Meng, Jie Zhou, Xu Sun | 2024-04-03T04:36:40Z | cs.CL | As large language models (LLMs) generate texts with increasing fluency and
realism, there is a growing need to identify the source of texts to prevent the
abuse of LLMs. Text watermarking techniques have proven reliable in
distinguishing whether a text is generated by LLMs by injecting hidden
patterns. However, we argue that existing LLM watermarking methods are
encoding-inefficient and cannot flexibly meet the diverse information encoding
needs (such as encoding model version, generation time, user id, etc.). In this
work, we conduct the first systematic study on the topic of Codable Text
Watermarking for LLMs (CTWL) that allows text watermarks to carry multi-bit
customizable information. First of all, we study the taxonomy of LLM
watermarking technologies and give a mathematical formulation for CTWL.
Additionally, we provide a comprehensive evaluation system for CTWL: (1)
watermarking success rate, (2) robustness against various corruptions, (3)
coding rate of payload information, (4) encoding and decoding efficiency, (5)
impacts on the quality of the generated text. To meet the requirements of these
non-Pareto-improving metrics, we follow the most prominent vocabulary
partition-based watermarking direction, and devise an advanced CTWL method
named Balance-Marking. The core idea of our method is to use a proxy language
model to split the vocabulary into probability-balanced parts, thereby
effectively maintaining the quality of the watermarked text. Our code is
available at https://github.com/lancopku/codable-watermarking-for-llm. | cs.CL | Towards Codable Watermarking for Injecting Multi-bits Information to LLMs |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.