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-03-09T03:30:52Z | http://arxiv.org/pdf/2303.07199v1 | http://arxiv.org/abs/2303.07199v1 | Hai Zhu, Qingyang Zhao, Yuren Wu | 2023-03-09T03:30:52Z | cs.CL, cs.CR | Natural language processing models based on neural networks are vulnerable to
adversarial examples. These adversarial examples are imperceptible to human
readers but can mislead models to make the wrong predictions. In a black-box
setting, attacker can fool the model without knowing model's parameters and
architecture. Previous works on word-level attacks widely use single semantic
space and greedy search as a search strategy. However, these methods fail to
balance the attack success rate, quality of adversarial examples and time
consumption. In this paper, we propose BeamAttack, a textual attack algorithm
that makes use of mixed semantic spaces and improved beam search to craft
high-quality adversarial examples. Extensive experiments demonstrate that
BeamAttack can improve attack success rate while saving numerous queries and
time, e.g., improving at most 7\% attack success rate than greedy search when
attacking the examples from MR dataset. Compared with heuristic search,
BeamAttack can save at most 85\% model queries and achieve a competitive attack
success rate. The adversarial examples crafted by BeamAttack are highly
transferable and can effectively improve model's robustness during adversarial
training. Code is available at
https://github.com/zhuhai-ustc/beamattack/tree/master | cs.CL | BeamAttack: Generating High-quality Textual Adversarial Examples through Beam Search and Mixed Semantic Spaces |
2023-03-09T00:10:29Z | http://arxiv.org/pdf/2303.04953v1 | http://arxiv.org/abs/2303.04953v1 | Kevin K. Bowden, Marilyn Walker | 2023-03-09T00:10:29Z | cs.CL, cs.HC | There has been an increased focus on creating conversational open-domain
dialogue systems in the spoken dialogue community. Unlike traditional dialogue
systems, these conversational systems cannot assume any specific information
need or domain restrictions, i.e., the only inherent goal is to converse with
the user on an unknown set of topics. While massive improvements in Natural
Language Understanding (NLU) and the growth of available knowledge resources
can partially support a robust conversation, these conversations generally lack
the rapport between two humans that know each other. We developed a robust
open-domain conversational system, Athena, that real Amazon Echo users access
and evaluate at scale in the context of the Alexa Prize competition. We
experiment with methods intended to increase intimacy between Athena and the
user by heuristically developing a rule-based user model that personalizes both
the current and subsequent conversations and evaluating specific personal
opinion question strategies in A/B studies. Our results show a statistically
significant positive impact on perceived conversation quality and length when
employing these strategies. | cs.CL | Let's Get Personal: Personal Questions Improve SocialBot Performance in the Alexa Prize |
2023-03-09T00:09:58Z | http://arxiv.org/pdf/2303.08006v2 | http://arxiv.org/abs/2303.08006v2 | Jiayi Pan, Glen Chou, Dmitry Berenson | 2023-03-21T03:35:10Z | cs.CL, cs.RO | To make robots accessible to a broad audience, it is critical to endow them
with the ability to take universal modes of communication, like commands given
in natural language, and extract a concrete desired task specification, defined
using a formal language like linear temporal logic (LTL). In this paper, we
present a learning-based approach for translating from natural language
commands to LTL specifications with very limited human-labeled training data.
This is in stark contrast to existing natural-language to LTL translators,
which require large human-labeled datasets, often in the form of labeled pairs
of LTL formulas and natural language commands, to train the translator. To
reduce reliance on human data, our approach generates a large synthetic
training dataset through algorithmic generation of LTL formulas, conversion to
structured English, and then exploiting the paraphrasing capabilities of modern
large language models (LLMs) to synthesize a diverse corpus of natural language
commands corresponding to the LTL formulas. We use this generated data to
finetune an LLM and apply a constrained decoding procedure at inference time to
ensure the returned LTL formula is syntactically correct. We evaluate our
approach on three existing LTL/natural language datasets and show that we can
translate natural language commands at 75\% accuracy with far less human data
($\le$12 annotations). Moreover, when training on large human-annotated
datasets, our method achieves higher test accuracy (95\% on average) than prior
work. Finally, we show the translated formulas can be used to plan
long-horizon, multi-stage tasks on a 12D quadrotor. | cs.CL | Data-Efficient Learning of Natural Language to Linear Temporal Logic Translators for Robot Task Specification |
2023-03-08T20:45:37Z | http://arxiv.org/pdf/2303.07316v1 | http://arxiv.org/abs/2303.07316v1 | Deema Alnuhait, Qingyang Wu, Zhou Yu | 2023-03-08T20:45:37Z | cs.CL, cs.AI | While current dialogue systems like ChatGPT have made significant
advancements in text-based interactions, they often overlook the potential of
other modalities in enhancing the overall user experience. We present FaceChat,
a web-based dialogue framework that enables emotionally-sensitive and
face-to-face conversations. By seamlessly integrating cutting-edge technologies
in natural language processing, computer vision, and speech processing,
FaceChat delivers a highly immersive and engaging user experience. FaceChat
framework has a wide range of potential applications, including counseling,
emotional support, and personalized customer service. The system is designed to
be simple and flexible as a platform for future researchers to advance the
field of multimodal dialogue systems. The code is publicly available at
https://github.com/qywu/FaceChat. | cs.CL | FaceChat: An Emotion-Aware Face-to-face Dialogue Framework |
2023-03-08T20:32:42Z | http://arxiv.org/pdf/2303.12737v1 | http://arxiv.org/abs/2303.12737v1 | Dylan Ebert, Chen Sun, Ellie Pavlick | 2023-03-08T20:32:42Z | cs.CV, cs.AI, cs.CL, 68T50 | Three-dimensional trajectories, or the 3D position and rotation of objects
over time, have been shown to encode key aspects of verb semantics (e.g., the
meanings of roll vs. slide). However, most multimodal models in NLP use 2D
images as representations of the world. Given the importance of 3D space in
formal models of verb semantics, we expect that these 2D images would result in
impoverished representations that fail to capture nuanced differences in
meaning. This paper tests this hypothesis directly in controlled experiments.
We train self-supervised image and trajectory encoders, and then evaluate them
on the extent to which each learns to differentiate verb concepts. Contrary to
our initial expectations, we find that 2D visual modalities perform similarly
well to 3D trajectories. While further work should be conducted on this
question, our initial findings challenge the conventional wisdom that richer
environment representations necessarily translate into better representation
learning for language. | cs.CV | Comparing Trajectory and Vision Modalities for Verb Representation |
2023-03-08T19:35:08Z | http://arxiv.org/pdf/2303.04851v1 | http://arxiv.org/abs/2303.04851v1 | Kai North, Marcos Zampieri, Matthew Shardlow | 2023-03-08T19:35:08Z | cs.CL, A.1 | The occurrence of unknown words in texts significantly hinders reading
comprehension. To improve accessibility for specific target populations,
computational modelling has been applied to identify complex words in texts and
substitute them for simpler alternatives. In this paper, we present an overview
of computational approaches to lexical complexity prediction focusing on the
work carried out on English data. We survey relevant approaches to this problem
which include traditional machine learning classifiers (e.g. SVMs, logistic
regression) and deep neural networks as well as a variety of features, such as
those inspired by literature in psycholinguistics as well as word frequency,
word length, and many others. Furthermore, we introduce readers to past
competitions and available datasets created on this topic. Finally, we include
brief sections on applications of lexical complexity prediction, such as
readability and text simplification, together with related studies on languages
other than English. | cs.CL | Lexical Complexity Prediction: An Overview |
2023-03-08T19:17:05Z | http://arxiv.org/pdf/2303.04838v1 | http://arxiv.org/abs/2303.04838v1 | Bilal Porgali, Vítor Albiero, Jordan Ryda, Cristian Canton Ferrer, Caner Hazirbas | 2023-03-08T19:17:05Z | cs.CV, cs.AI, cs.CL, cs.CY | This paper introduces a new large consent-driven dataset aimed at assisting
in the evaluation of algorithmic bias and robustness of computer vision and
audio speech models in regards to 11 attributes that are self-provided or
labeled by trained annotators. The dataset includes 26,467 videos of 5,567
unique paid participants, with an average of almost 5 videos per person,
recorded in Brazil, India, Indonesia, Mexico, Vietnam, Philippines, and the
USA, representing diverse demographic characteristics. The participants agreed
for their data to be used in assessing fairness of AI models and provided
self-reported age, gender, language/dialect, disability status, physical
adornments, physical attributes and geo-location information, while trained
annotators labeled apparent skin tone using the Fitzpatrick Skin Type and Monk
Skin Tone scales, and voice timbre. Annotators also labeled for different
recording setups and per-second activity annotations. | cs.CV | The Casual Conversations v2 Dataset |
2023-03-08T18:58:52Z | http://arxiv.org/pdf/2303.05431v1 | http://arxiv.org/abs/2303.05431v1 | Germán Kruszewski, Jos Rozen, Marc Dymetman | 2023-03-08T18:58:52Z | cs.CL, cs.AI, cs.LG | Pre-trained language models and other generative models have revolutionized
NLP and beyond. However, these models tend to reproduce undesirable biases
present in their training data. Also, they may overlook patterns that are
important but challenging to capture. To address these limitations, researchers
have introduced distributional control techniques. These techniques, not
limited to language, allow controlling the prevalence (i.e., expectations) of
any features of interest in the model's outputs. Despite their potential, the
widespread adoption of these techniques has been hindered by the difficulty in
adapting complex, disconnected code. Here, we present disco, an open-source
Python library that brings these techniques to the broader public. | cs.CL | disco: a toolkit for Distributional Control of Generative Models |
2023-03-08T18:43:39Z | http://arxiv.org/pdf/2303.04794v1 | http://arxiv.org/abs/2303.04794v1 | Tin Kuculo | 2023-03-08T18:43:39Z | cs.CL | Recent work has utilised knowledge-aware approaches to natural language
understanding, question answering, recommendation systems, and other tasks.
These approaches rely on well-constructed and large-scale knowledge graphs that
can be useful for many downstream applications and empower knowledge-aware
models with commonsense reasoning. Such knowledge graphs are constructed
through knowledge acquisition tasks such as relation extraction and knowledge
graph completion. This work seeks to utilise and build on the growing body of
work that uses findings from the field of natural language processing (NLP) to
extract knowledge from text and build knowledge graphs. The focus of this
research project is on how we can use transformer-based approaches to extract
and contextualise event information, matching it to existing ontologies, to
build a comprehensive knowledge of graph-based event representations.
Specifically, sub-event extraction is used as a way of creating sub-event-aware
event representations. These event representations are then further enriched
through fine-grained location extraction and contextualised through the
alignment of historically relevant quotes. | cs.CL | Comprehensive Event Representations using Event Knowledge Graphs and Natural Language Processing |
2023-03-08T17:15:58Z | http://arxiv.org/pdf/2303.04729v4 | http://arxiv.org/abs/2303.04729v4 | Ali Naseh, Kalpesh Krishna, Mohit Iyyer, Amir Houmansadr | 2023-12-01T22:34:34Z | cs.LG, cs.CL, cs.CR | A key component of generating text from modern language models (LM) is the
selection and tuning of decoding algorithms. These algorithms determine how to
generate text from the internal probability distribution generated by the LM.
The process of choosing a decoding algorithm and tuning its hyperparameters
takes significant time, manual effort, and computation, and it also requires
extensive human evaluation. Therefore, the identity and hyperparameters of such
decoding algorithms are considered to be extremely valuable to their owners. In
this work, we show, for the first time, that an adversary with typical API
access to an LM can steal the type and hyperparameters of its decoding
algorithms at very low monetary costs. Our attack is effective against popular
LMs used in text generation APIs, including GPT-2, GPT-3 and GPT-Neo. We
demonstrate the feasibility of stealing such information with only a few
dollars, e.g., $\$0.8$, $\$1$, $\$4$, and $\$40$ for the four versions of
GPT-3. | cs.LG | Stealing the Decoding Algorithms of Language Models |
2023-03-08T16:53:19Z | http://arxiv.org/pdf/2303.04715v2 | http://arxiv.org/abs/2303.04715v2 | Philipp Ennen, Po-Chun Hsu, Chan-Jan Hsu, Chang-Le Liu, Yen-Chen Wu, Yin-Hsiang Liao, Chin-Tung Lin, Da-Shan Shiu, Wei-Yun Ma | 2023-06-23T14:54:03Z | cs.CL, cs.AI | In this paper we present the multilingual language model BLOOM-zh that
features enhanced support for Traditional Chinese. BLOOM-zh has its origins in
the open-source BLOOM models presented by BigScience in 2022. Starting from
released models, we extended the pre-training of BLOOM by additional 7.4
billion tokens in Traditional Chinese and English covering a variety of domains
such as news articles, books, encyclopedias, educational materials as well as
spoken language. In order to show the properties of BLOOM-zh, both existing and
newly created benchmark scenarios are used for evaluating the performance.
BLOOM-zh outperforms its predecessor on most Traditional Chinese benchmarks
while maintaining its English capability. We release all our models to the
research community. | cs.CL | Extending the Pre-Training of BLOOM for Improved Support of Traditional Chinese: Models, Methods and Results |
2023-03-08T16:32:10Z | http://arxiv.org/pdf/2303.04691v2 | http://arxiv.org/abs/2303.04691v2 | Juan Guerrero Montero, Richard A. Blythe | 2023-05-11T15:59:00Z | q-bio.PE, cond-mat.stat-mech, cs.CL | We construct a reliable estimation of evolutionary parameters within the
Wright-Fisher model, which describes changes in allele frequencies due to
selection and genetic drift, from time-series data. Such data exists for
biological populations, for example via artificial evolution experiments, and
for the cultural evolution of behavior, such as linguistic corpora that
document historical usage of different words with similar meanings. Our method
of analysis builds on a Beta-with-Spikes approximation to the distribution of
allele frequencies predicted by the Wright-Fisher model. We introduce a
self-contained scheme for estimating the parameters in the approximation, and
demonstrate its robustness with synthetic data, especially in the
strong-selection and near-extinction regimes where previous approaches fail. We
further apply to allele frequency data for baker's yeast (Saccharomyces
cerevisiae), finding a significant signal of selection in cases where
independent evidence supports such a conclusion. We further demonstrate the
possibility of detecting time-points at which evolutionary parameters change in
the context of a historical spelling reform in the Spanish language. | q-bio.PE | Self-contained Beta-with-Spikes Approximation for Inference Under a Wright-Fisher Model |
2023-03-08T15:52:14Z | http://arxiv.org/pdf/2303.04673v2 | http://arxiv.org/abs/2303.04673v2 | Chi Wang, Susan Xueqing Liu, Ahmed H. Awadallah | 2023-08-08T18:04:11Z | cs.CL, cs.AI, cs.LG | Large Language Models (LLMs) have sparked significant interest in their
generative capabilities, leading to the development of various commercial
applications. The high cost of using the models drives application builders to
maximize the value of generation under a limited inference budget. This paper
presents a study of optimizing inference hyperparameters such as the number of
responses, temperature and max tokens, which significantly affects the
utility/cost of text generation. We design a framework named EcoOptiGen which
leverages economical hyperparameter optimization and cost-based pruning.
Experiments with the GPT-3.5/GPT-4 models on a variety of tasks verify its
effectiveness. EcoOptiGen is implemented in the `autogen' package of the FLAML
library: \url{https://aka.ms/autogen}. | cs.CL | Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference |
2023-03-08T15:46:14Z | http://arxiv.org/pdf/2303.09461v2 | http://arxiv.org/abs/2303.09461v2 | Sebastian Bordt, Ulrike von Luxburg | 2023-03-22T11:30:41Z | cs.CL, cs.CY | We asked ChatGPT to participate in an undergraduate computer science exam on
''Algorithms and Data Structures''. The program was evaluated on the entire
exam as posed to the students. We hand-copied its answers onto an exam sheet,
which was subsequently graded in a blind setup alongside those of 200
participating students. We find that ChatGPT narrowly passed the exam,
obtaining 20.5 out of 40 points. This impressive performance indicates that
ChatGPT can indeed succeed in challenging tasks like university exams. At the
same time, the questions in our exam are structurally similar to those of other
exams, solved homework problems, and teaching materials that can be found
online and might have been part of ChatGPT's training data. Therefore, it would
be inadequate to conclude from this experiment that ChatGPT has any
understanding of computer science. We also assess the improvements brought by
GPT-4. We find that GPT-4 would have obtained about 17\% more exam points than
GPT-3.5, reaching the performance of the average student. The transcripts of
our conversations with ChatGPT are available at
\url{https://github.com/tml-tuebingen/chatgpt-algorithm-exam}, and the entire
graded exam is in the appendix of this paper. | cs.CL | ChatGPT Participates in a Computer Science Exam |
2023-03-08T13:21:27Z | http://arxiv.org/pdf/2303.04562v3 | http://arxiv.org/abs/2303.04562v3 | Vishakh Padmakumar, Richard Yuanzhe Pang, He He, Ankur P. Parikh | 2023-06-07T15:34:38Z | cs.LG, cs.CL, q-bio.QM | We study the problem of extrapolative controlled generation, i.e., generating
sequences with attribute values beyond the range seen in training. This task is
of significant importance in automated design, especially drug discovery, where
the goal is to design novel proteins that are \textit{better} (e.g., more
stable) than existing sequences. Thus, by definition, the target sequences and
their attribute values are out of the training distribution, posing challenges
to existing methods that aim to directly generate the target sequence. Instead,
in this work, we propose Iterative Controlled Extrapolation (ICE) which
iteratively makes local edits to a sequence to enable extrapolation. We train
the model on synthetically generated sequence pairs that demonstrate small
improvement in the attribute value. Results on one natural language task
(sentiment analysis) and two protein engineering tasks (ACE2 stability and AAV
fitness) show that ICE considerably outperforms state-of-the-art approaches
despite its simplicity. Our code and models are available at:
https://github.com/vishakhpk/iter-extrapolation. | cs.LG | Extrapolative Controlled Sequence Generation via Iterative Refinement |
2023-03-08T12:53:03Z | http://arxiv.org/pdf/2303.04544v1 | http://arxiv.org/abs/2303.04544v1 | Julian Zubek, Tomasz Korbak, Joanna Rączaszek-Leonardi | 2023-03-08T12:53:03Z | cs.AI, cs.CL, cs.MA | Computational simulations are a popular method for testing hypotheses about
the emergence of communication. This kind of research is performed in a variety
of traditions including language evolution, developmental psychology, cognitive
science, machine learning, robotics, etc. The motivations for the models are
different, but the operationalizations and methods used are often similar. We
identify the assumptions and explanatory targets of several most representative
models and summarise the known results. We claim that some of the assumptions
-- such as portraying meaning in terms of mapping, focusing on the descriptive
function of communication, modelling signals with amodal tokens -- may hinder
the success of modelling. Relaxing these assumptions and foregrounding the
interactions of embodied and situated agents allows one to systematise the
multiplicity of pressures under which symbolic systems evolve. In line with
this perspective, we sketch the road towards modelling the emergence of
meaningful symbolic communication, where symbols are simultaneously grounded in
action and perception and form an abstract system. | cs.AI | Models of symbol emergence in communication: a conceptual review and a guide for avoiding local minima |
2023-03-08T12:41:56Z | http://arxiv.org/pdf/2303.05387v1 | http://arxiv.org/abs/2303.05387v1 | Hui Yang, Stella Hadjiantoni, Yunfei Long, Ruta Petraityte, Berthold Lausen | 2023-03-08T12:41:56Z | cs.CL, cs.LG, I.2.6, I.2.7, 68T50, 68T07 | The ability to automatically identify industry sector coverage in articles on
legal developments, or any kind of news articles for that matter, can bring
plentiful of benefits both to the readers and the content creators themselves.
By having articles tagged based on industry coverage, readers from all around
the world would be able to get to legal news that are specific to their region
and professional industry. Simultaneously, writers would benefit from
understanding which industries potentially lack coverage or which industries
readers are currently mostly interested in and thus, they would focus their
writing efforts towards more inclusive and relevant legal news coverage. In
this paper, a Machine Learning-powered industry analysis approach which
combined Natural Language Processing (NLP) with Statistical and Machine
Learning (ML) techniques was investigated. A dataset consisting of over 1,700
annotated legal articles was created for the identification of six industry
sectors. Text and legal based features were extracted from the text. Both
traditional ML methods (e.g. gradient boosting machine algorithms, and
decision-tree based algorithms) and deep neural network (e.g. transformer
models) were applied for performance comparison of predictive models. The
system achieved promising results with area under the receiver operating
characteristic curve scores above 0.90 and F-scores above 0.81 with respect to
the six industry sectors. The experimental results show that the suggested
automated industry analysis which employs ML techniques allows the processing
of large collections of text data in an easy, efficient, and scalable way.
Traditional ML methods perform better than deep neural networks when only a
small and domain-specific training data is available for the study. | cs.CL | Automatic Detection of Industry Sectors in Legal Articles Using Machine Learning Approaches |
2023-03-08T11:51:26Z | http://arxiv.org/pdf/2303.04526v2 | http://arxiv.org/abs/2303.04526v2 | Serge Gladkoff, Lifeng Han, Goran Nenadic | 2023-07-09T16:13:25Z | cs.CL, cs.IT, cs.NA, math.IT, math.NA, stat.AP | In natural language processing (NLP) we always rely on human judgement as the
golden quality evaluation method. However, there has been an ongoing debate on
how to better evaluate inter-rater reliability (IRR) levels for certain
evaluation tasks, such as translation quality evaluation (TQE), especially when
the data samples (observations) are very scarce. In this work, we first
introduce the study on how to estimate the confidence interval for the
measurement value when only one data (evaluation) point is available. Then,
this leads to our example with two human-generated observational scores, for
which, we introduce ``Student's \textit{t}-Distribution'' method and explain
how to use it to measure the IRR score using only these two data points, as
well as the confidence intervals (CIs) of the quality evaluation. We give
quantitative analysis on how the evaluation confidence can be greatly improved
by introducing more observations, even if only one extra observation. We
encourage researchers to report their IRR scores in all possible means, e.g.
using Student's \textit{t}-Distribution method whenever possible; thus making
the NLP evaluation more meaningful, transparent, and trustworthy. This
\textit{t}-Distribution method can be also used outside of NLP fields to
measure IRR level for trustworthy evaluation of experimental investigations,
whenever the observational data is scarce.
Keywords: Inter-Rater Reliability (IRR); Scarce Observations; Confidence
Intervals (CIs); Natural Language Processing (NLP); Translation Quality
Evaluation (TQE); Student's \textit{t}-Distribution | cs.CL | Student's t-Distribution: On Measuring the Inter-Rater Reliability When the Observations are Scarce |
2023-03-08T10:39:38Z | http://arxiv.org/pdf/2303.04496v2 | http://arxiv.org/abs/2303.04496v2 | Amir Hossein Kargaran, Nafiseh Nikeghbal, Abbas Heydarnoori, Hinrich Schütze | 2023-07-23T21:36:14Z | cs.CL, cs.AI, cs.HC | Menu system design is a challenging task involving many design options and
various human factors. For example, one crucial factor that designers need to
consider is the semantic and systematic relation of menu commands. However,
capturing these relations can be challenging due to limited available
resources. With the advancement of neural language models, large language
models can utilize their vast pre-existing knowledge in designing and refining
menu systems. In this paper, we propose MenuCraft, an AI-assisted designer for
menu design that enables collaboration between the designer and a dialogue
system to design menus. MenuCraft offers an interactive language-based menu
design tool that simplifies the menu design process and enables easy
customization of design options. MenuCraft supports a variety of interactions
through dialog that allows performing zero/few-shot learning. | cs.CL | MenuCraft: Interactive Menu System Design with Large Language Models |
2023-03-08T10:21:45Z | http://arxiv.org/pdf/2303.04487v3 | http://arxiv.org/abs/2303.04487v3 | Xingxian Liu, Bin Duan, Bo Xiao, Yajing Xu | 2023-06-01T03:07:31Z | cs.CL, cs.AI | Query-focused meeting summarization (QFMS) aims to generate summaries from
meeting transcripts in response to a given query. Previous works typically
concatenate the query with meeting transcripts and implicitly model the query
relevance only at the token level with attention mechanism. However, due to the
dilution of key query-relevant information caused by long meeting transcripts,
the original transformer-based model is insufficient to highlight the key parts
related to the query. In this paper, we propose a query-aware framework with
joint modeling token and utterance based on Query-Utterance Attention. It
calculates the utterance-level relevance to the query with a dense retrieval
module. Then both token-level query relevance and utterance-level query
relevance are combined and incorporated into the generation process with
attention mechanism explicitly. We show that the query relevance of different
granularities contributes to generating a summary more related to the query.
Experimental results on the QMSum dataset show that the proposed model achieves
new state-of-the-art performance. | cs.CL | Query-Utterance Attention with Joint modeling for Query-Focused Meeting Summarization |
2023-03-08T08:08:57Z | http://arxiv.org/pdf/2303.04426v2 | http://arxiv.org/abs/2303.04426v2 | Nicolas Heist, Heiko Paulheim | 2023-03-13T08:43:27Z | cs.CL, cs.AI, cs.IR | Entity Linking (EL) is the task of detecting mentions of entities in text and
disambiguating them to a reference knowledge base. Most prevalent EL approaches
assume that the reference knowledge base is complete. In practice, however, it
is necessary to deal with the case of linking to an entity that is not
contained in the knowledge base (NIL entity). Recent works have shown that,
instead of focusing only on affinities between mentions and entities,
considering inter-mention affinities can be used to represent NIL entities by
producing clusters of mentions. At the same time, inter-mention affinities can
help to substantially improve linking performance for known entities. With
NASTyLinker, we introduce an EL approach that is aware of NIL entities and
produces corresponding mention clusters while maintaining high linking
performance for known entities. The approach clusters mentions and entities
based on dense representations from Transformers and resolves conflicts (if
more than one entity is assigned to a cluster) by computing transitive
mention-entity affinities. We show the effectiveness and scalability of
NASTyLinker on NILK, a dataset that is explicitly constructed to evaluate EL
with respect to NIL entities. Further, we apply the presented approach to an
actual EL task, namely to knowledge graph population by linking entities in
Wikipedia listings, and provide an analysis of the outcome. | cs.CL | NASTyLinker: NIL-Aware Scalable Transformer-based Entity Linker |
2023-03-08T05:09:59Z | http://arxiv.org/pdf/2303.04381v1 | http://arxiv.org/abs/2303.04381v1 | Erik Jones, Anca Dragan, Aditi Raghunathan, Jacob Steinhardt | 2023-03-08T05:09:59Z | cs.LG, cs.CL | Auditing large language models for unexpected behaviors is critical to
preempt catastrophic deployments, yet remains challenging. In this work, we
cast auditing as an optimization problem, where we automatically search for
input-output pairs that match a desired target behavior. For example, we might
aim to find a non-toxic input that starts with "Barack Obama" that a model maps
to a toxic output. This optimization problem is difficult to solve as the set
of feasible points is sparse, the space is discrete, and the language models we
audit are non-linear and high-dimensional. To combat these challenges, we
introduce a discrete optimization algorithm, ARCA, that jointly and efficiently
optimizes over inputs and outputs. Our approach automatically uncovers
derogatory completions about celebrities (e.g. "Barack Obama is a legalized
unborn" -> "child murderer"), produces French inputs that complete to English
outputs, and finds inputs that generate a specific name. Our work offers a
promising new tool to uncover models' failure-modes before deployment. | cs.LG | Automatically Auditing Large Language Models via Discrete Optimization |
2023-03-08T03:58:06Z | http://arxiv.org/pdf/2303.04361v1 | http://arxiv.org/abs/2303.04361v1 | Sumanta Bhattacharyya, Ramesh Manuvinakurike, Sahisnu Mazumder, Saurav Sahay | 2023-03-08T03:58:06Z | cs.CL, cs.CV | In this work, we develop a prompting approach for incremental summarization
of task videos. We develop a sample-efficient few-shot approach for extracting
semantic concepts as an intermediate step. We leverage an existing model for
extracting the concepts from the images and extend it to videos and introduce a
clustering and querying approach for sample efficiency, motivated by the recent
advances in perceiver-based architectures. Our work provides further evidence
that an approach with richer input context with relevant entities and actions
from the videos and using these as prompts could enhance the summaries
generated by the model. We show the results on a relevant dataset and discuss
possible directions for the work. | cs.CL | Sample Efficient Multimodal Semantic Augmentation for Incremental Summarization |
2023-03-08T03:56:31Z | http://arxiv.org/pdf/2303.04360v2 | http://arxiv.org/abs/2303.04360v2 | Ruixiang Tang, Xiaotian Han, Xiaoqian Jiang, Xia Hu | 2023-04-10T18:47:51Z | cs.CL, cs.AI, cs.LG | Recent advancements in large language models (LLMs) have led to the
development of highly potent models like OpenAI's ChatGPT. These models have
exhibited exceptional performance in a variety of tasks, such as question
answering, essay composition, and code generation. However, their effectiveness
in the healthcare sector remains uncertain. In this study, we seek to
investigate the potential of ChatGPT to aid in clinical text mining by
examining its ability to extract structured information from unstructured
healthcare texts, with a focus on biological named entity recognition and
relation extraction. However, our preliminary results indicate that employing
ChatGPT directly for these tasks resulted in poor performance and raised
privacy concerns associated with uploading patients' information to the ChatGPT
API. To overcome these limitations, we propose a new training paradigm that
involves generating a vast quantity of high-quality synthetic data with labels
utilizing ChatGPT and fine-tuning a local model for the downstream task. Our
method has resulted in significant improvements in the performance of
downstream tasks, improving the F1-score from 23.37% to 63.99% for the named
entity recognition task and from 75.86% to 83.59% for the relation extraction
task. Furthermore, generating data using ChatGPT can significantly reduce the
time and effort required for data collection and labeling, as well as mitigate
data privacy concerns. In summary, the proposed framework presents a promising
solution to enhance the applicability of LLM models to clinical text mining. | cs.CL | Does Synthetic Data Generation of LLMs Help Clinical Text Mining? |
2023-03-07T23:35:58Z | http://arxiv.org/pdf/2303.04289v1 | http://arxiv.org/abs/2303.04289v1 | Atli Thor Sigurgeirsson, Simon King | 2023-03-07T23:35:58Z | cs.CL, cs.SD, eess.AS | Some recent models for Text-to-Speech synthesis aim to transfer the prosody
of a reference utterance to the generated target synthetic speech. This is done
by using a learned embedding of the reference utterance, which is used to
condition speech generation. During training, the reference utterance is
identical to the target utterance. Yet, during synthesis, these models are
often used to transfer prosody from a reference that differs from the text or
speaker being synthesized.
To address this inconsistency, we propose to use a different, but
prosodically-related, utterance during training too. We believe this should
encourage the model to learn to transfer only those characteristics that the
reference and target have in common. If prosody transfer methods do indeed
transfer prosody they should be able to be trained in the way we propose.
However, results show that a model trained under these conditions performs
significantly worse than one trained using the target utterance as a reference.
To explain this, we hypothesize that prosody transfer models do not learn a
transferable representation of prosody, but rather an utterance-level
representation which is highly dependent on both the reference speaker and
reference text. | cs.CL | Do Prosody Transfer Models Transfer Prosody? |
2023-03-07T22:05:31Z | http://arxiv.org/pdf/2303.05279v2 | http://arxiv.org/abs/2303.05279v2 | Stephanie Long, Tibor Schuster, Alexandre Piché | 2024-02-23T14:40:15Z | cs.CL, cs.AI | Building causal graphs can be a laborious process. To ensure all relevant
causal pathways have been captured, researchers often have to discuss with
clinicians and experts while also reviewing extensive relevant medical
literature. By encoding common and medical knowledge, large language models
(LLMs) represent an opportunity to ease this process by automatically scoring
edges (i.e., connections between two variables) in potential graphs. LLMs
however have been shown to be brittle to the choice of probing words, context,
and prompts that the user employs. In this work, we evaluate if LLMs can be a
useful tool in complementing causal graph development. | cs.CL | Can large language models build causal graphs? |
2023-03-07T21:42:17Z | http://arxiv.org/pdf/2303.04245v2 | http://arxiv.org/abs/2303.04245v2 | Yuchen Li, Yuanzhi Li, Andrej Risteski | 2023-07-24T17:29:04Z | cs.LG, cs.CL, stat.ML | While the successes of transformers across many domains are indisputable,
accurate understanding of the learning mechanics is still largely lacking.
Their capabilities have been probed on benchmarks which include a variety of
structured and reasoning tasks -- but mathematical understanding is lagging
substantially behind. Recent lines of work have begun studying representational
aspects of this question: that is, the size/depth/complexity of attention-based
networks to perform certain tasks. However, there is no guarantee the learning
dynamics will converge to the constructions proposed. In our paper, we provide
fine-grained mechanistic understanding of how transformers learn "semantic
structure", understood as capturing co-occurrence structure of words.
Precisely, we show, through a combination of mathematical analysis and
experiments on Wikipedia data and synthetic data modeled by Latent Dirichlet
Allocation (LDA), that the embedding layer and the self-attention layer encode
the topical structure. In the former case, this manifests as higher average
inner product of embeddings between same-topic words. In the latter, it
manifests as higher average pairwise attention between same-topic words. The
mathematical results involve several assumptions to make the analysis
tractable, which we verify on data, and might be of independent interest as
well. | cs.LG | How Do Transformers Learn Topic Structure: Towards a Mechanistic Understanding |
2023-03-07T20:36:13Z | http://arxiv.org/pdf/2303.04226v1 | http://arxiv.org/abs/2303.04226v1 | Yihan Cao, Siyu Li, Yixin Liu, Zhiling Yan, Yutong Dai, Philip S. Yu, Lichao Sun | 2023-03-07T20:36:13Z | cs.AI, cs.CL, cs.LG | Recently, ChatGPT, along with DALL-E-2 and Codex,has been gaining significant
attention from society. As a result, many individuals have become interested in
related resources and are seeking to uncover the background and secrets behind
its impressive performance. In fact, ChatGPT and other Generative AI (GAI)
techniques belong to the category of Artificial Intelligence Generated Content
(AIGC), which involves the creation of digital content, such as images, music,
and natural language, through AI models. The goal of AIGC is to make the
content creation process more efficient and accessible, allowing for the
production of high-quality content at a faster pace. AIGC is achieved by
extracting and understanding intent information from instructions provided by
human, and generating the content according to its knowledge and the intent
information. In recent years, large-scale models have become increasingly
important in AIGC as they provide better intent extraction and thus, improved
generation results. With the growth of data and the size of the models, the
distribution that the model can learn becomes more comprehensive and closer to
reality, leading to more realistic and high-quality content generation. This
survey provides a comprehensive review on the history of generative models, and
basic components, recent advances in AIGC from unimodal interaction and
multimodal interaction. From the perspective of unimodality, we introduce the
generation tasks and relative models of text and image. From the perspective of
multimodality, we introduce the cross-application between the modalities
mentioned above. Finally, we discuss the existing open problems and future
challenges in AIGC. | cs.AI | A Comprehensive Survey of AI-Generated Content (AIGC): A History of Generative AI from GAN to ChatGPT |
2023-03-07T20:28:39Z | http://arxiv.org/pdf/2303.04222v2 | http://arxiv.org/abs/2303.04222v2 | Hannah Rose Kirk, Wenjie Yin, Bertie Vidgen, Paul Röttger | 2023-05-08T14:34:49Z | cs.CL, cs.CY | Online sexism is a widespread and harmful phenomenon. Automated tools can
assist the detection of sexism at scale. Binary detection, however, disregards
the diversity of sexist content, and fails to provide clear explanations for
why something is sexist. To address this issue, we introduce SemEval Task 10 on
the Explainable Detection of Online Sexism (EDOS). We make three main
contributions: i) a novel hierarchical taxonomy of sexist content, which
includes granular vectors of sexism to aid explainability; ii) a new dataset of
20,000 social media comments with fine-grained labels, along with larger
unlabelled datasets for model adaptation; and iii) baseline models as well as
an analysis of the methods, results and errors for participant submissions to
our task. | cs.CL | SemEval-2023 Task 10: Explainable Detection of Online Sexism |
2023-03-07T19:12:31Z | http://arxiv.org/pdf/2303.04185v2 | http://arxiv.org/abs/2303.04185v2 | Azade Nova, Hanjun Dai, Dale Schuurmans | 2023-07-15T20:19:22Z | cs.LG, cs.AI, cs.CL | Large Language Models (LLMs) have achieved great success in solving difficult
tasks across many domains, but such success comes with a high computation cost,
and inference latency. As developers and third parties customize these models,
the need to provide efficient inference has increased. Many efforts have
attempted to reduce inference cost through model compression techniques such as
pruning and distillation. However, these techniques either require labeled
data, or are time-consuming as they require the compressed model to be
retrained to regain accuracy. In this paper, we propose a gradient-free
structured pruning framework that uses only unlabeled data. An evaluation on
the GLUE and SQuAD benchmarks using BERT$_{BASE}$ and DistilBERT illustrates
the effectiveness of the proposed approach. By only using the weights of the
pre-trained model and unlabeled data, in a matter of a few minutes on a single
GPU, up to 40% of the original FLOP count can be reduced with less than a 4%
accuracy loss across all tasks considered. | cs.LG | Gradient-Free Structured Pruning with Unlabeled Data |
2023-03-07T18:49:13Z | http://arxiv.org/pdf/2303.04134v2 | http://arxiv.org/abs/2303.04134v2 | Masoud Akbari, Ali Mohades, M. Hassan Shirali-Shahreza | 2023-07-30T16:38:23Z | cs.CL, cs.AI | Intent Detection is one of the tasks of the Natural Language Understanding
(NLU) unit in task-oriented dialogue systems. Out of Scope (OOS) and Out of
Domain (OOD) inputs may run these systems into a problem. On the other side, a
labeled dataset is needed to train a model for Intent Detection in
task-oriented dialogue systems. The creation of a labeled dataset is
time-consuming and needs human resources. The purpose of this article is to
address mentioned problems. The task of identifying OOD/OOS inputs is named
OOD/OOS Intent Detection. Also, discovering new intents and pseudo-labeling of
OOD inputs is well known by Intent Discovery. In OOD intent detection part, we
make use of a Variational Autoencoder to distinguish between known and unknown
intents independent of input data distribution. After that, an unsupervised
clustering method is used to discover different unknown intents underlying
OOD/OOS inputs. We also apply a non-linear dimensionality reduction on OOD/OOS
representations to make distances between representations more meaning full for
clustering. Our results show that the proposed model for both OOD/OOS Intent
Detection and Intent Discovery achieves great results and passes baselines in
English and Persian languages. | cs.CL | A Hybrid Architecture for Out of Domain Intent Detection and Intent Discovery |
2023-03-07T18:48:55Z | http://arxiv.org/pdf/2303.04132v2 | http://arxiv.org/abs/2303.04132v2 | Martin Josifoski, Marija Sakota, Maxime Peyrard, Robert West | 2023-10-29T14:24:46Z | cs.CL, cs.AI, cs.LG | Large language models (LLMs) have great potential for synthetic data
generation. This work shows that useful data can be synthetically generated
even for tasks that cannot be solved directly by LLMs: for problems with
structured outputs, it is possible to prompt an LLM to perform the task in the
reverse direction, by generating plausible input text for a target output
structure. Leveraging this asymmetry in task difficulty makes it possible to
produce large-scale, high-quality data for complex tasks. We demonstrate the
effectiveness of this approach on closed information extraction, where
collecting ground-truth data is challenging, and no satisfactory dataset exists
to date. We synthetically generate a dataset of 1.8M data points, establish its
superior quality compared to existing datasets in a human evaluation, and use
it to finetune small models (220M and 770M parameters), termed SynthIE, that
outperform the prior state of the art (with equal model size) by a substantial
margin of 57 absolute points in micro-F1 and 79 points in macro-F1. Code, data,
and models are available at https://github.com/epfl-dlab/SynthIE. | cs.CL | Exploiting Asymmetry for Synthetic Training Data Generation: SynthIE and the Case of Information Extraction |
2023-03-07T17:54:53Z | http://arxiv.org/pdf/2303.05352v3 | http://arxiv.org/abs/2303.05352v3 | Maciej P. Polak, Dane Morgan | 2024-02-21T12:07:30Z | cs.CL, cond-mat.mtrl-sci | There has been a growing effort to replace manual extraction of data from
research papers with automated data extraction based on natural language
processing, language models, and recently, large language models (LLMs).
Although these methods enable efficient extraction of data from large sets of
research papers, they require a significant amount of up-front effort,
expertise, and coding. In this work we propose the ChatExtract method that can
fully automate very accurate data extraction with minimal initial effort and
background, using an advanced conversational LLM. ChatExtract consists of a set
of engineered prompts applied to a conversational LLM that both identify
sentences with data, extract that data, and assure the data's correctness
through a series of follow-up questions. These follow-up questions largely
overcome known issues with LLMs providing factually inaccurate responses.
ChatExtract can be applied with any conversational LLMs and yields very high
quality data extraction. In tests on materials data we find precision and
recall both close to 90% from the best conversational LLMs, like ChatGPT-4. We
demonstrate that the exceptional performance is enabled by the information
retention in a conversational model combined with purposeful redundancy and
introducing uncertainty through follow-up prompts. These results suggest that
approaches similar to ChatExtract, due to their simplicity, transferability,
and accuracy are likely to become powerful tools for data extraction in the
near future. Finally, databases for critical cooling rates of metallic glasses
and yield strengths of high entropy alloys are developed using ChatExtract. | cs.CL | Extracting Accurate Materials Data from Research Papers with Conversational Language Models and Prompt Engineering |
2023-03-07T17:53:00Z | http://arxiv.org/pdf/2303.04093v1 | http://arxiv.org/abs/2303.04093v1 | Jeffrey Kegler | 2023-03-07T17:53:00Z | cs.CL | The Marpa parser was intended to make the best results in the academic
literature on Earley's algorithm available as a practical general parser.
Earley-based parsers have had issues handling nullable symbols. Initially, we
dealt with nullable symbols by following the approach in Aycock and Horspool's
2002 paper. This paper reports our experience with the approach in that paper,
and the approach to handling nullables that we settled on in reaction to that
experience. | cs.CL | Marpa and nullable symbols |
2023-03-07T17:52:51Z | http://arxiv.org/pdf/2303.04092v2 | http://arxiv.org/abs/2303.04092v2 | Ruochen Zhang, Carsten Eickhoff | 2024-05-23T12:26:22Z | cs.CL | Cross-lingual summarization (CLS) has attracted increasing interest in recent
years due to the availability of large-scale web-mined datasets and the
advancements of multilingual language models. However, given the rareness of
naturally occurring CLS resources, the majority of datasets are forced to rely
on translation which can contain overly literal artifacts. This restricts our
ability to observe naturally occurring CLS pairs that capture organic diction,
including instances of code-switching. This alteration between languages in
mid-message is a common phenomenon in multilingual settings yet has been
largely overlooked in cross-lingual contexts due to data scarcity. To address
this gap, we introduce CroCoSum, a dataset of cross-lingual code-switched
summarization of technology news. It consists of over 24,000 English source
articles and 18,000 human-written Chinese news summaries, with more than 92% of
the summaries containing code-switched phrases. For reference, we evaluate the
performance of existing approaches including pipeline, end-to-end, and
zero-shot methods. We show that leveraging existing CLS resources as a
pretraining step does not improve performance on CroCoSum, indicating the
limited generalizability of current datasets. Finally, we discuss the
challenges of evaluating cross-lingual summarizers on code-switched generation
through qualitative error analyses. | cs.CL | CroCoSum: A Benchmark Dataset for Cross-Lingual Code-Switched Summarization |
2023-03-07T17:52:46Z | http://arxiv.org/pdf/2303.04091v3 | http://arxiv.org/abs/2303.04091v3 | Giacomo Camposampiero, Loic Houmard, Benjamin Estermann, Joël Mathys, Roger Wattenhofer | 2023-06-22T10:41:41Z | cs.AI, cs.CL, cs.LG | While artificial intelligence (AI) models have achieved human or even
superhuman performance in many well-defined applications, they still struggle
to show signs of broad and flexible intelligence. The Abstraction and Reasoning
Corpus (ARC), a visual intelligence benchmark introduced by Fran\c{c}ois
Chollet, aims to assess how close AI systems are to human-like cognitive
abilities. Most current approaches rely on carefully handcrafted
domain-specific program searches to brute-force solutions for the tasks present
in ARC. In this work, we propose a general learning-based framework for solving
ARC. It is centered on transforming tasks from the vision to the language
domain. This composition of language and vision allows for pre-trained models
to be leveraged at each stage, enabling a shift from handcrafted priors towards
the learned priors of the models. While not yet beating state-of-the-art models
on ARC, we demonstrate the potential of our approach, for instance, by solving
some ARC tasks that have not been solved previously. | cs.AI | Abstract Visual Reasoning Enabled by Language |
2023-03-07T17:30:48Z | http://arxiv.org/pdf/2303.05392v1 | http://arxiv.org/abs/2303.05392v1 | Sanjana Ramprasad, Denis Jered McInerney, Iain J. Marshal, Byron C. Wallace | 2023-03-07T17:30:48Z | cs.CL, cs.IR, cs.LG | We present TrialsSummarizer, a system that aims to automatically summarize
evidence presented in the set of randomized controlled trials most relevant to
a given query. Building on prior work, the system retrieves trial publications
matching a query specifying a combination of condition, intervention(s), and
outcome(s), and ranks these according to sample size and estimated study
quality. The top-k such studies are passed through a neural multi-document
summarization system, yielding a synopsis of these trials. We consider two
architectures: A standard sequence-to-sequence model based on BART and a
multi-headed architecture intended to provide greater transparency to
end-users. Both models produce fluent and relevant summaries of evidence
retrieved for queries, but their tendency to introduce unsupported statements
render them inappropriate for use in this domain at present. The proposed
architecture may help users verify outputs allowing users to trace generated
tokens back to inputs. | cs.CL | Automatically Summarizing Evidence from Clinical Trials: A Prototype Highlighting Current Challenges |
2023-03-07T17:01:25Z | http://arxiv.org/pdf/2303.04053v3 | http://arxiv.org/abs/2303.04053v3 | Bill Noble, Nikolai Ilinykh | 2023-10-26T11:35:03Z | cs.CL | Human speakers can generate descriptions of perceptual concepts, abstracted
from the instance-level. Moreover, such descriptions can be used by other
speakers to learn provisional representations of those concepts. Learning and
using abstract perceptual concepts is under-investigated in the
language-and-vision field. The problem is also highly relevant to the field of
representation learning in multi-modal NLP. In this paper, we introduce a
framework for testing category-level perceptual grounding in multi-modal
language models. In particular, we train separate neural networks to generate
and interpret descriptions of visual categories. We measure the communicative
success of the two models with the zero-shot classification performance of the
interpretation model, which we argue is an indicator of perceptual grounding.
Using this framework, we compare the performance of prototype- and
exemplar-based representations. Finally, we show that communicative success
exposes performance issues in the generation model, not captured by traditional
intrinsic NLG evaluation metrics, and argue that these issues stem from a
failure to properly ground language in vision at the category level. | cs.CL | Describe me an Aucklet: Generating Grounded Perceptual Category Descriptions |
2023-03-07T16:57:20Z | http://arxiv.org/pdf/2303.04048v3 | http://arxiv.org/abs/2303.04048v3 | Jiaan Wang, Yunlong Liang, Fandong Meng, Zengkui Sun, Haoxiang Shi, Zhixu Li, Jinan Xu, Jianfeng Qu, Jie Zhou | 2023-10-24T14:56:51Z | cs.CL, cs.AI | Recently, the emergence of ChatGPT has attracted wide attention from the
computational linguistics community. Many prior studies have shown that ChatGPT
achieves remarkable performance on various NLP tasks in terms of automatic
evaluation metrics. However, the ability of ChatGPT to serve as an evaluation
metric is still underexplored. Considering assessing the quality of natural
language generation (NLG) models is an arduous task and NLG metrics notoriously
show their poor correlation with human judgments, we wonder whether ChatGPT is
a good NLG evaluation metric. In this report, we provide a preliminary
meta-evaluation on ChatGPT to show its reliability as an NLG metric. In detail,
we regard ChatGPT as a human evaluator and give task-specific (e.g.,
summarization) and aspect-specific (e.g., relevance) instruction to prompt
ChatGPT to evaluate the generated results of NLG models. We conduct experiments
on five NLG meta-evaluation datasets (including summarization, story generation
and data-to-text tasks). Experimental results show that compared with previous
automatic metrics, ChatGPT achieves state-of-the-art or competitive correlation
with human judgments in most cases. In addition, we find that the effectiveness
of the ChatGPT evaluator might be influenced by the creation method of the
meta-evaluation datasets. For the meta-evaluation datasets which are created
greatly depending on the reference and thus are biased, the ChatGPT evaluator
might lose its effectiveness. We hope our preliminary study could prompt the
emergence of a general-purposed reliable NLG metric. | cs.CL | Is ChatGPT a Good NLG Evaluator? A Preliminary Study |
2023-03-07T16:44:29Z | http://arxiv.org/pdf/2303.05383v1 | http://arxiv.org/abs/2303.05383v1 | Dell Zhang, Frank Schilder, Jack G. Conrad, Masoud Makrehchi, David von Rickenbach, Isabelle Moulinier | 2023-03-07T16:44:29Z | cs.CL, cs.CY, cs.LG, I.2 | This "blue sky idea" paper outlines the opportunities and challenges in data
mining and machine learning involving making a computational attorney -- an
intelligent software agent capable of helping human lawyers with a wide range
of complex high-level legal tasks such as drafting legal briefs for the
prosecution or defense in court. In particular, we discuss what a ChatGPT-like
Large Legal Language Model (L$^3$M) can and cannot do today, which will inspire
researchers with promising short-term and long-term research objectives. | cs.CL | Making a Computational Attorney |
2023-03-07T16:00:26Z | http://arxiv.org/pdf/2303.04001v2 | http://arxiv.org/abs/2303.04001v2 | Rodrigo Mello, Filipe Calegario, Geber Ramalho | 2023-03-09T17:10:27Z | cs.CV, cs.CL, cs.GR, cs.LG | Despite recent advancements, the field of text-to-image synthesis still
suffers from lack of fine-grained control. Using only text, it remains
challenging to deal with issues such as concept coherence and concept
contamination. We propose a method to enhance control by generating specific
concepts that can be reused throughout multiple images, effectively expanding
natural language with new words that can be combined much like a painter's
palette. Unlike previous contributions, our method does not copy visuals from
input data and can generate concepts through text alone. We perform a set of
comparisons that finds our method to be a significant improvement over
text-only prompts. | cs.CV | ELODIN: Naming Concepts in Embedding Spaces |
2023-03-07T15:23:38Z | http://arxiv.org/pdf/2303.03975v1 | http://arxiv.org/abs/2303.03975v1 | Spencer Rarrick, Ranjita Naik, Varun Mathur, Sundar Poudel, Vishal Chowdhary | 2023-03-07T15:23:38Z | cs.CL | Although recent years have brought significant progress in improving
translation of unambiguously gendered sentences, translation of ambiguously
gendered input remains relatively unexplored. When source gender is ambiguous,
machine translation models typically default to stereotypical gender roles,
perpetuating harmful bias. Recent work has led to the development of "gender
rewriters" that generate alternative gender translations on such ambiguous
inputs, but such systems are plagued by poor linguistic coverage. To encourage
better performance on this task we present and release GATE, a linguistically
diverse corpus of gender-ambiguous source sentences along with multiple
alternative target language translations. We also provide tools for evaluation
and system analysis when using GATE and use them to evaluate our translation
rewriter system. | cs.CL | GATE: A Challenge Set for Gender-Ambiguous Translation Examples |
2023-03-07T15:10:37Z | http://arxiv.org/pdf/2304.10495v1 | http://arxiv.org/abs/2304.10495v1 | Luis Camacho | 2023-03-07T15:10:37Z | cs.CL | Mainly due to lack of support, most under-resourced languages have a reduced
lexicon in most realms and domains of increasing importance, then their
speakers need to significantly augment it. Although neologisms should arise
from the languages themselves, external sources are widely accepted. However,
we dispute the "common sense" of using the imposed official languages, which
are highly probably a legacy of colonialism, as the only source, and we propose
to introduce neologisms from any language as long as these neologisms "sound
like" native words of the target languages. | cs.CL | A primer on getting neologisms from foreign languages to under-resourced languages |
2023-03-07T15:07:57Z | http://arxiv.org/pdf/2303.05391v2 | http://arxiv.org/abs/2303.05391v2 | Alessandro Basile, Riccardo Crupi, Michele Grasso, Alessandro Mercanti, Daniele Regoli, Simone Scarsi, Shuyi Yang, Andrea Cosentini | 2023-04-15T20:32:00Z | cs.CL, cs.AI, cs.DB, cs.LG | Name Entity Disambiguation is the Natural Language Processing task of
identifying textual records corresponding to the same Named Entity, i.e.
real-world entities represented as a list of attributes (names, places,
organisations, etc.). In this work, we face the task of disambiguating
companies on the basis of their written names. We propose a Siamese LSTM
Network approach to extract -- via supervised learning -- an embedding of
company name strings in a (relatively) low dimensional vector space and use
this representation to identify pairs of company names that actually represent
the same company (i.e. the same Entity).
Given that the manual labelling of string pairs is a rather onerous task, we
analyse how an Active Learning approach to prioritise the samples to be
labelled leads to a more efficient overall learning pipeline.
With empirical investigations, we show that our proposed Siamese Network
outperforms several benchmark approaches based on standard string matching
algorithms when enough labelled data are available. Moreover, we show that
Active Learning prioritisation is indeed helpful when labelling resources are
limited, and let the learning models reach the out-of-sample performance
saturation with less labelled data with respect to standard (random) data
labelling approaches. | cs.CL | Disambiguation of Company names via Deep Recurrent Networks |
2023-03-07T14:59:33Z | http://arxiv.org/pdf/2303.03953v2 | http://arxiv.org/abs/2303.03953v2 | Taja Kuzman, Igor Mozetič, Nikola Ljubešić | 2023-03-08T09:35:09Z | cs.CL, cs.LG | ChatGPT has shown strong capabilities in natural language generation tasks,
which naturally leads researchers to explore where its abilities end. In this
paper, we examine whether ChatGPT can be used for zero-shot text
classification, more specifically, automatic genre identification. We compare
ChatGPT with a multilingual XLM-RoBERTa language model that was fine-tuned on
datasets, manually annotated with genres. The models are compared on test sets
in two languages: English and Slovenian. Results show that ChatGPT outperforms
the fine-tuned model when applied to the dataset which was not seen before by
either of the models. Even when applied on Slovenian language as an
under-resourced language, ChatGPT's performance is no worse than when applied
to English. However, if the model is fully prompted in Slovenian, the
performance drops significantly, showing the current limitations of ChatGPT
usage on smaller languages. The presented results lead us to questioning
whether this is the beginning of an end of laborious manual annotation
campaigns even for smaller languages, such as Slovenian. | cs.CL | ChatGPT: Beginning of an End of Manual Linguistic Data Annotation? Use Case of Automatic Genre Identification |
2023-03-07T14:57:06Z | http://arxiv.org/pdf/2303.03948v1 | http://arxiv.org/abs/2303.03948v1 | Griffin Adams, Jason Zucker, Noémie Elhadad | 2023-03-07T14:57:06Z | cs.CL | Long-form clinical summarization of hospital admissions has real-world
significance because of its potential to help both clinicians and patients. The
faithfulness of summaries is critical to their safe usage in clinical settings.
To better understand the limitations of abstractive systems, as well as the
suitability of existing evaluation metrics, we benchmark faithfulness metrics
against fine-grained human annotations for model-generated summaries of a
patient's Brief Hospital Course. We create a corpus of patient hospital
admissions and summaries for a cohort of HIV patients, each with complex
medical histories. Annotators are presented with summaries and source notes,
and asked to categorize manually highlighted summary elements (clinical
entities like conditions and medications as well as actions like "following
up") into one of three categories: ``Incorrect,'' ``Missing,'' and ``Not in
Notes.'' We meta-evaluate a broad set of proposed faithfulness metrics and,
across metrics, explore the importance of domain adaptation (e.g. the impact of
in-domain pre-training and metric fine-tuning), the use of source-summary
alignments, and the effects of distilling a single metric from an ensemble of
pre-existing metrics. Off-the-shelf metrics with no exposure to clinical text
correlate well yet overly rely on summary extractiveness. As a practical guide
to long-form clinical narrative summarization, we find that most metrics
correlate best to human judgments when provided with one summary sentence at a
time and a minimal set of relevant source context. | cs.CL | A Meta-Evaluation of Faithfulness Metrics for Long-Form Hospital-Course Summarization |
2023-03-07T14:31:55Z | http://arxiv.org/pdf/2303.03926v1 | http://arxiv.org/abs/2303.03926v1 | Ziqiang Zhang, Long Zhou, Chengyi Wang, Sanyuan Chen, Yu Wu, Shujie Liu, Zhuo Chen, Yanqing Liu, Huaming Wang, Jinyu Li, Lei He, Sheng Zhao, Furu Wei | 2023-03-07T14:31:55Z | cs.CL, cs.AI, cs.SD, eess.AS | We propose a cross-lingual neural codec language model, VALL-E X, for
cross-lingual speech synthesis. Specifically, we extend VALL-E and train a
multi-lingual conditional codec language model to predict the acoustic token
sequences of the target language speech by using both the source language
speech and the target language text as prompts. VALL-E X inherits strong
in-context learning capabilities and can be applied for zero-shot cross-lingual
text-to-speech synthesis and zero-shot speech-to-speech translation tasks.
Experimental results show that it can generate high-quality speech in the
target language via just one speech utterance in the source language as a
prompt while preserving the unseen speaker's voice, emotion, and acoustic
environment. Moreover, VALL-E X effectively alleviates the foreign accent
problems, which can be controlled by a language ID. Audio samples are available
at \url{https://aka.ms/vallex}. | cs.CL | Speak Foreign Languages with Your Own Voice: Cross-Lingual Neural Codec Language Modeling |
2023-03-07T14:25:44Z | http://arxiv.org/pdf/2303.03915v1 | http://arxiv.org/abs/2303.03915v1 | Hugo Laurençon, Lucile Saulnier, Thomas Wang, Christopher Akiki, Albert Villanova del Moral, Teven Le Scao, Leandro Von Werra, Chenghao Mou, Eduardo González Ponferrada, Huu Nguyen, Jörg Frohberg, Mario Šaško, Quentin Lhoest, Angelina McMillan-Major, Gerard Dupont, Stella Biderman, Anna Rogers, Loubna Ben allal, Francesco De Toni, Giada Pistilli, Olivier Nguyen, Somaieh Nikpoor, Maraim Masoud, Pierre Colombo, Javier de la Rosa, Paulo Villegas, Tristan Thrush, Shayne Longpre, Sebastian Nagel, Leon Weber, Manuel Muñoz, Jian Zhu, Daniel Van Strien, Zaid Alyafeai, Khalid Almubarak, Minh Chien Vu, Itziar Gonzalez-Dios, Aitor Soroa, Kyle Lo, Manan Dey, Pedro Ortiz Suarez, Aaron Gokaslan, Shamik Bose, David Adelani, Long Phan, Hieu Tran, Ian Yu, Suhas Pai, Jenny Chim, Violette Lepercq, Suzana Ilic, Margaret Mitchell, Sasha Alexandra Luccioni, Yacine Jernite | 2023-03-07T14:25:44Z | cs.CL, cs.AI, I.2.7 | As language models grow ever larger, the need for large-scale high-quality
text datasets has never been more pressing, especially in multilingual
settings. The BigScience workshop, a 1-year international and multidisciplinary
initiative, was formed with the goal of researching and training large language
models as a values-driven undertaking, putting issues of ethics, harm, and
governance in the foreground. This paper documents the data creation and
curation efforts undertaken by BigScience to assemble the Responsible
Open-science Open-collaboration Text Sources (ROOTS) corpus, a 1.6TB dataset
spanning 59 languages that was used to train the 176-billion-parameter
BigScience Large Open-science Open-access Multilingual (BLOOM) language model.
We further release a large initial subset of the corpus and analyses thereof,
and hope to empower large-scale monolingual and multilingual modeling projects
with both the data and the processing tools, as well as stimulate research
around this large multilingual corpus. | cs.CL | The BigScience ROOTS Corpus: A 1.6TB Composite Multilingual Dataset |
2023-03-07T14:14:12Z | http://arxiv.org/pdf/2303.03912v1 | http://arxiv.org/abs/2303.03912v1 | Hongfei Liu, Zhao Kang, Lizong Zhang, Ling Tian, Fujun Hua | 2023-03-07T14:14:12Z | cs.CL, cs.AI, cs.LG, cs.SI | Relation extraction (RE) has recently moved from the sentence-level to
document-level, which requires aggregating document information and using
entities and mentions for reasoning. Existing works put entity nodes and
mention nodes with similar representations in a document-level graph, whose
complex edges may incur redundant information. Furthermore, existing studies
only focus on entity-level reasoning paths without considering global
interactions among entities cross-sentence. To these ends, we propose a novel
document-level RE model with a GRaph information Aggregation and Cross-sentence
Reasoning network (GRACR). Specifically, a simplified document-level graph is
constructed to model the semantic information of all mentions and sentences in
a document, and an entity-level graph is designed to explore relations of
long-distance cross-sentence entity pairs. Experimental results show that GRACR
achieves excellent performance on two public datasets of document-level RE. It
is especially effective in extracting potential relations of cross-sentence
entity pairs. Our code is available at https://github.com/UESTC-LHF/GRACR. | cs.CL | Document-level Relation Extraction with Cross-sentence Reasoning Graph |
2023-03-07T12:24:17Z | http://arxiv.org/pdf/2303.03846v2 | http://arxiv.org/abs/2303.03846v2 | Jerry Wei, Jason Wei, Yi Tay, Dustin Tran, Albert Webson, Yifeng Lu, Xinyun Chen, Hanxiao Liu, Da Huang, Denny Zhou, Tengyu Ma | 2023-03-08T07:37:43Z | cs.CL | We study how in-context learning (ICL) in language models is affected by
semantic priors versus input-label mappings. We investigate two setups-ICL with
flipped labels and ICL with semantically-unrelated labels-across various model
families (GPT-3, InstructGPT, Codex, PaLM, and Flan-PaLM). First, experiments
on ICL with flipped labels show that overriding semantic priors is an emergent
ability of model scale. While small language models ignore flipped labels
presented in-context and thus rely primarily on semantic priors from
pretraining, large models can override semantic priors when presented with
in-context exemplars that contradict priors, despite the stronger semantic
priors that larger models may hold. We next study semantically-unrelated label
ICL (SUL-ICL), in which labels are semantically unrelated to their inputs
(e.g., foo/bar instead of negative/positive), thereby forcing language models
to learn the input-label mappings shown in in-context exemplars in order to
perform the task. The ability to do SUL-ICL also emerges primarily with scale,
and large-enough language models can even perform linear classification in a
SUL-ICL setting. Finally, we evaluate instruction-tuned models and find that
instruction tuning strengthens both the use of semantic priors and the capacity
to learn input-label mappings, but more of the former. | cs.CL | Larger language models do in-context learning differently |
2023-03-07T12:10:47Z | http://arxiv.org/pdf/2303.03840v2 | http://arxiv.org/abs/2303.03840v2 | Yudong Wang, Chang Ma, Qingxiu Dong, Lingpeng Kong, Jingjing Xu | 2023-03-09T06:28:38Z | cs.CL, cs.AI | With promising yet saturated results in high-resource settings, low-resource
datasets have gradually become popular benchmarks for evaluating the learning
ability of advanced neural networks (e.g., BigBench, superGLUE). Some models
even surpass humans according to benchmark test results. However, we find that
there exists a set of hard examples in low-resource settings that challenge
neural networks but are not well evaluated, which causes over-estimated
performance. We first give a theoretical analysis on which factors bring the
difficulty of low-resource learning. It then motivate us to propose a
challenging benchmark hardBench to better evaluate the learning ability, which
covers 11 datasets, including 3 computer vision (CV) datasets and 8 natural
language process (NLP) datasets. Experiments on a wide range of models show
that neural networks, even pre-trained language models, have sharp performance
drops on our benchmark, demonstrating the effectiveness on evaluating the
weaknesses of neural networks. On NLP tasks, we surprisingly find that despite
better results on traditional low-resource benchmarks, pre-trained networks,
does not show performance improvements on our benchmarks. These results
demonstrate that there are still a large robustness gap between existing models
and human-level performance. | cs.CL | A Challenging Benchmark for Low-Resource Learning |
2023-03-07T12:03:58Z | http://arxiv.org/pdf/2303.03836v2 | http://arxiv.org/abs/2303.03836v2 | Jun Gao, Huan Zhao, Changlong Yu, Ruifeng Xu | 2023-03-09T17:33:31Z | cs.CL | Event extraction is a fundamental task in natural language processing that
involves identifying and extracting information about events mentioned in text.
However, it is a challenging task due to the lack of annotated data, which is
expensive and time-consuming to obtain. The emergence of large language models
(LLMs) such as ChatGPT provides an opportunity to solve language tasks with
simple prompts without the need for task-specific datasets and fine-tuning.
While ChatGPT has demonstrated impressive results in tasks like machine
translation, text summarization, and question answering, it presents challenges
when used for complex tasks like event extraction. Unlike other tasks, event
extraction requires the model to be provided with a complex set of instructions
defining all event types and their schemas. To explore the feasibility of
ChatGPT for event extraction and the challenges it poses, we conducted a series
of experiments. Our results show that ChatGPT has, on average, only 51.04% of
the performance of a task-specific model such as EEQA in long-tail and complex
scenarios. Our usability testing experiments indicate that ChatGPT is not
robust enough, and continuous refinement of the prompt does not lead to stable
performance improvements, which can result in a poor user experience. Besides,
ChatGPT is highly sensitive to different prompt styles. | cs.CL | Exploring the Feasibility of ChatGPT for Event Extraction |
2023-03-07T11:54:39Z | http://arxiv.org/pdf/2303.05388v1 | http://arxiv.org/abs/2303.05388v1 | Harshil Darji, Jelena Mitrović, Michael Granitzer | 2023-03-07T11:54:39Z | cs.CL, cs.LG | The use of BERT, one of the most popular language models, has led to
improvements in many Natural Language Processing (NLP) tasks. One such task is
Named Entity Recognition (NER) i.e. automatic identification of named entities
such as location, person, organization, etc. from a given text. It is also an
important base step for many NLP tasks such as information extraction and
argumentation mining. Even though there is much research done on NER using BERT
and other popular language models, the same is not explored in detail when it
comes to Legal NLP or Legal Tech. Legal NLP applies various NLP techniques such
as sentence similarity or NER specifically on legal data. There are only a
handful of models for NER tasks using BERT language models, however, none of
these are aimed at legal documents in German. In this paper, we fine-tune a
popular BERT language model trained on German data (German BERT) on a Legal
Entity Recognition (LER) dataset. To make sure our model is not overfitting, we
performed a stratified 10-fold cross-validation. The results we achieve by
fine-tuning German BERT on the LER dataset outperform the BiLSTM-CRF+ model
used by the authors of the same LER dataset. Finally, we make the model openly
available via HuggingFace. | cs.CL | German BERT Model for Legal Named Entity Recognition |
2023-03-07T09:20:09Z | http://arxiv.org/pdf/2303.03750v2 | http://arxiv.org/abs/2303.03750v2 | Richard Lastrucci, Isheanesu Dzingirai, Jenalea Rajab, Andani Madodonga, Matimba Shingange, Daniel Njini, Vukosi Marivate | 2023-04-05T09:39:32Z | cs.CL | This paper introduces two multilingual government themed corpora in various
South African languages. The corpora were collected by gathering the South
African Government newspaper (Vuk'uzenzele), as well as South African
government speeches (ZA-gov-multilingual), that are translated into all 11
South African official languages. The corpora can be used for a myriad of
downstream NLP tasks. The corpora were created to allow researchers to study
the language used in South African government publications, with a focus on
understanding how South African government officials communicate with their
constituents. In this paper we highlight the process of gathering, cleaning and
making available the corpora. We create parallel sentence corpora for Neural
Machine Translation (NMT) tasks using Language-Agnostic Sentence
Representations (LASER) embeddings. With these aligned sentences we then
provide NMT benchmarks for 9 indigenous languages by fine-tuning a massively
multilingual pre-trained language model. | cs.CL | Preparing the Vuk'uzenzele and ZA-gov-multilingual South African multilingual corpora |
2023-03-07T07:56:38Z | http://arxiv.org/pdf/2303.03715v2 | http://arxiv.org/abs/2303.03715v2 | D. -S. Wang | 2023-03-08T02:02:20Z | quant-ph, cs.CL | Unravelling the source of quantum computing power has been a major goal in
the field of quantum information science. In recent years, the quantum resource
theory (QRT) has been established to characterize various quantum resources,
yet their roles in quantum computing tasks still require investigation. The
so-called universal quantum computing model (UQCM), e.g., the circuit model,
has been the main framework to guide the design of quantum algorithms, creation
of real quantum computers etc. In this work, we combine the study of UQCM
together with QRT. We find on one hand, using QRT can provide a
resource-theoretic characterization of a UQCM, the relation among models and
inspire new ones, and on the other hand, using UQCM offers a framework to apply
resources, study relation among resources and classify them.
We develop the theory of universal resources in the setting of UQCM, and find
a rich spectrum of UQCMs and the corresponding universal resources. Depending
on a hierarchical structure of resource theories, we find models can be
classified into families. In this work, we study three natural families of
UQCMs in details: the amplitude family, the quasi-probability family, and the
Hamiltonian family. They include some well known models, like the
measurement-based model and adiabatic model, and also inspire new models such
as the contextual model we introduce. Each family contains at least a triplet
of models, and such a succinct structure of families of UQCMs offers a unifying
picture to investigate resources and design models. It also provides a rigorous
framework to resolve puzzles, such as the role of entanglement vs.
interference, and unravel resource-theoretic features of quantum algorithms. | quant-ph | Universal resources for quantum computing |
2023-03-07T07:42:26Z | http://arxiv.org/pdf/2303.03706v1 | http://arxiv.org/abs/2303.03706v1 | Abdul Rehman, Rabeeh Ayaz Abbasi, Irfan ul Haq Qureshi, Akmal Saeed Khattak | 2023-03-07T07:42:26Z | cs.CL, cs.LG, 68T01, I.2.7 | The FakeNews task in MediaEval 2022 investigates the challenge of finding
accurate and high-performance models for the classification of conspiracy
tweets related to COVID-19. In this paper, we used BERT, ELMO, and their
combination for feature extraction and RandomForest as classifier. The results
show that ELMO performs slightly better than BERT, however their combination at
feature level reduces the performance. | cs.CL | Classifying Text-Based Conspiracy Tweets related to COVID-19 using Contextualized Word Embeddings |
2023-03-07T07:26:09Z | http://arxiv.org/pdf/2303.03697v1 | http://arxiv.org/abs/2303.03697v1 | Tharindu Kumarage, Joshua Garland, Amrita Bhattacharjee, Kirill Trapeznikov, Scott Ruston, Huan Liu | 2023-03-07T07:26:09Z | cs.CL, cs.LG | Recent advancements in pre-trained language models have enabled convenient
methods for generating human-like text at a large scale. Though these
generation capabilities hold great potential for breakthrough applications, it
can also be a tool for an adversary to generate misinformation. In particular,
social media platforms like Twitter are highly susceptible to AI-generated
misinformation. A potential threat scenario is when an adversary hijacks a
credible user account and incorporates a natural language generator to generate
misinformation. Such threats necessitate automated detectors for AI-generated
tweets in a given user's Twitter timeline. However, tweets are inherently
short, thus making it difficult for current state-of-the-art pre-trained
language model-based detectors to accurately detect at what point the AI starts
to generate tweets in a given Twitter timeline. In this paper, we present a
novel algorithm using stylometric signals to aid detecting AI-generated tweets.
We propose models corresponding to quantifying stylistic changes in human and
AI tweets in two related tasks: Task 1 - discriminate between human and
AI-generated tweets, and Task 2 - detect if and when an AI starts to generate
tweets in a given Twitter timeline. Our extensive experiments demonstrate that
the stylometric features are effective in augmenting the state-of-the-art
AI-generated text detectors. | cs.CL | Stylometric Detection of AI-Generated Text in Twitter Timelines |
2023-03-07T03:23:14Z | http://arxiv.org/pdf/2303.03628v1 | http://arxiv.org/abs/2303.03628v1 | Seungone Kim, Se June Joo, Yul Jang, Hyungjoo Chae, Jinyoung Yeo | 2023-03-07T03:23:14Z | cs.CL, cs.LG | Chain-of-thought (CoT) prompting enables large language models (LLMs) to
solve complex reasoning tasks by generating an explanation before the final
prediction. Despite it's promising ability, a critical downside of CoT
prompting is that the performance is greatly affected by the factuality of the
generated explanation. To improve the correctness of the explanations,
fine-tuning language models with explanation data is needed. However, there
exists only a few datasets that can be used for such approaches, and no data
collection tool for building them. Thus, we introduce CoTEVer, a tool-kit for
annotating the factual correctness of generated explanations and collecting
revision data of wrong explanations. Furthermore, we suggest several use cases
where the data collected with CoTEVer can be utilized for enhancing the
faithfulness of explanations. Our toolkit is publicly available at
https://github.com/SeungoneKim/CoTEVer. | cs.CL | CoTEVer: Chain of Thought Prompting Annotation Toolkit for Explanation Verification |
2023-03-07T02:49:50Z | http://arxiv.org/pdf/2303.03608v2 | http://arxiv.org/abs/2303.03608v2 | Yixin Liu, Alexander R. Fabbri, Yilun Zhao, Pengfei Liu, Shafiq Joty, Chien-Sheng Wu, Caiming Xiong, Dragomir Radev | 2023-11-16T06:13:28Z | cs.CL | Interpretability and efficiency are two important considerations for the
adoption of neural automatic metrics. In this work, we develop
strong-performing automatic metrics for reference-based summarization
evaluation, based on a two-stage evaluation pipeline that first extracts basic
information units from one text sequence and then checks the extracted units in
another sequence. The metrics we developed include two-stage metrics that can
provide high interpretability at both the fine-grained unit level and summary
level, and one-stage metrics that achieve a balance between efficiency and
interpretability. We make the developed tools publicly available at
https://github.com/Yale-LILY/AutoACU. | cs.CL | Towards Interpretable and Efficient Automatic Reference-Based Summarization Evaluation |
2023-03-07T02:31:57Z | http://arxiv.org/pdf/2303.03600v1 | http://arxiv.org/abs/2303.03600v1 | Jinjie Ni, Yukun Ma, Wen Wang, Qian Chen, Dianwen Ng, Han Lei, Trung Hieu Nguyen, Chong Zhang, Bin Ma, Erik Cambria | 2023-03-07T02:31:57Z | cs.CL, cs.LG, cs.SD, eess.AS | Learning on a massive amount of speech corpus leads to the recent success of
many self-supervised speech models. With knowledge distillation, these models
may also benefit from the knowledge encoded by language models that are
pre-trained on rich sources of texts. The distillation process, however, is
challenging due to the modal disparity between textual and speech embedding
spaces. This paper studies metric-based distillation to align the embedding
space of text and speech with only a small amount of data without modifying the
model structure. Since the semantic and granularity gap between text and speech
has been omitted in literature, which impairs the distillation, we propose the
Prior-informed Adaptive knowledge Distillation (PAD) that adaptively leverages
text/speech units of variable granularity and prior distributions to achieve
better global and local alignments between text and speech pre-trained models.
We evaluate on three spoken language understanding benchmarks to show that PAD
is more effective in transferring linguistic knowledge than other metric-based
distillation approaches. | cs.CL | Adaptive Knowledge Distillation between Text and Speech Pre-trained Models |
2023-03-07T01:57:10Z | http://arxiv.org/pdf/2303.03593v3 | http://arxiv.org/abs/2303.03593v3 | Linyuan Gong, Jiayi Wang, Alvin Cheung | 2024-05-08T13:51:44Z | cs.CL, cs.LG | We propose the Adversarial DEep Learning Transpiler (ADELT), a novel approach
to source-to-source transpilation between deep learning frameworks. ADELT
uniquely decouples code skeleton transpilation and API keyword mapping. For
code skeleton transpilation, it uses few-shot prompting on large language
models (LLMs), while for API keyword mapping, it uses contextual embeddings
from a code-specific BERT. These embeddings are trained in a domain-adversarial
setup to generate a keyword translation dictionary. ADELT is trained on an
unlabeled web-crawled deep learning corpus, without relying on any hand-crafted
rules or parallel data. It outperforms state-of-the-art transpilers, improving
pass@1 rate by 17.4 pts and 15.0 pts for PyTorch-Keras and PyTorch-MXNet
transpilation pairs respectively. We provide open access to our code at
https://github.com/gonglinyuan/adelt. | cs.CL | ADELT: Transpilation Between Deep Learning Frameworks |
2023-03-06T23:16:24Z | http://arxiv.org/pdf/2303.03548v1 | http://arxiv.org/abs/2303.03548v1 | Bowen Zhang, Harold Soh | 2023-03-06T23:16:24Z | cs.RO, cs.CL, cs.HC, cs.LG | Human models play a crucial role in human-robot interaction (HRI), enabling
robots to consider the impact of their actions on people and plan their
behavior accordingly. However, crafting good human models is challenging;
capturing context-dependent human behavior requires significant prior knowledge
and/or large amounts of interaction data, both of which are difficult to
obtain. In this work, we explore the potential of large-language models (LLMs)
-- which have consumed vast amounts of human-generated text data -- to act as
zero-shot human models for HRI. Our experiments on three social datasets yield
promising results; the LLMs are able to achieve performance comparable to
purpose-built models. That said, we also discuss current limitations, such as
sensitivity to prompts and spatial/numerical reasoning mishaps. Based on our
findings, we demonstrate how LLM-based human models can be integrated into a
social robot's planning process and applied in HRI scenarios. Specifically, we
present one case study on a simulated trust-based table-clearing task and
replicate past results that relied on custom models. Next, we conduct a new
robot utensil-passing experiment (n = 65) where preliminary results show that
planning with a LLM-based human model can achieve gains over a basic myopic
plan. In summary, our results show that LLMs offer a promising (but incomplete)
approach to human modeling for HRI. | cs.RO | Large Language Models as Zero-Shot Human Models for Human-Robot Interaction |
2023-03-06T22:59:02Z | http://arxiv.org/pdf/2303.03542v1 | http://arxiv.org/abs/2303.03542v1 | Peyman Jalali, Nengfeng Zhou, Yufei Yu | 2023-03-06T22:59:02Z | cs.CL, cs.AI | Developing explainability methods for Natural Language Processing (NLP)
models is a challenging task, for two main reasons. First, the high
dimensionality of the data (large number of tokens) results in low coverage and
in turn small contributions for the top tokens, compared to the overall model
performance. Second, owing to their textual nature, the input variables, after
appropriate transformations, are effectively binary (presence or absence of a
token in an observation), making the input-output relationship difficult to
understand. Common NLP interpretation techniques do not have flexibility in
resolution, because they usually operate at word-level and provide fully local
(message level) or fully global (over all messages) summaries. The goal of this
paper is to create more flexible model explainability summaries by segments of
observation or clusters of words that are semantically related to each other.
In addition, we introduce a root cause analysis method for NLP models, by
analyzing representative False Positive and False Negative examples from
different segments. At the end, we illustrate, using a Yelp review data set
with three segments (Restaurant, Hotel, and Beauty), that exploiting
group/cluster structures in words and/or messages can aid in the interpretation
of decisions made by NLP models and can be utilized to assess the model's
sensitivity or bias towards gender, syntax, and word meanings. | cs.CL | Multi-resolution Interpretation and Diagnostics Tool for Natural Language Classifiers |
2023-03-06T22:24:31Z | http://arxiv.org/pdf/2303.06026v1 | http://arxiv.org/abs/2303.06026v1 | Michael Fleck, Wolfgang Göderle | 2023-03-06T22:24:31Z | eess.AS, cs.CL, cs.LG, cs.SD | In this case study we trained and published a state-of-the-art open-source
model for Automatic Speech Recognition (ASR) for German to evaluate the current
potential of this technology for the use in the larger context of Digital
Humanities and cultural heritage indexation. Along with this paper we publish
our wav2vec2 based speech to text model while we evaluate its performance on a
corpus of historical recordings we assembled compared against commercial
cloud-based and proprietary services. While our model achieves moderate
results, we see that proprietary cloud services fare significantly better. As
our results show, recognition rates over 90 percent can currently be achieved,
however, these numbers drop quickly once the recordings feature limited audio
quality or use of non-every day or outworn language. A big issue is the high
variety of different dialects and accents in the German language. Nevertheless,
this paper highlights that the currently available quality of recognition is
high enough to address various use cases in the Digital Humanities. We argue
that ASR will become a key technology for the documentation and analysis of
audio-visual sources and identify an array of important questions that the DH
community and cultural heritage stakeholders will have to address in the near
future. | eess.AS | wav2vec and its current potential to Automatic Speech Recognition in German for the usage in Digital History: A comparative assessment of available ASR-technologies for the use in cultural heritage contexts |
2023-03-06T21:36:19Z | http://arxiv.org/pdf/2303.03510v1 | http://arxiv.org/abs/2303.03510v1 | Abdul Gafar Manuel Meque, Nisar Hussain, Grigori Sidorov, Alexander Gelbukh | 2023-03-06T21:36:19Z | cs.CL | We introduce a novel Natural Language Processing (NLP) task called Guilt
detection, which focuses on detecting guilt in text. We identify guilt as a
complex and vital emotion that has not been previously studied in NLP, and we
aim to provide a more fine-grained analysis of it. To address the lack of
publicly available corpora for guilt detection, we created VIC, a dataset
containing 4622 texts from three existing emotion detection datasets that we
binarized into guilt and no-guilt classes. We experimented with traditional
machine learning methods using bag-of-words and term frequency-inverse document
frequency features, achieving a 72% f1 score with the highest-performing model.
Our study provides a first step towards understanding guilt in text and opens
the door for future research in this area. | cs.CL | Guilt Detection in Text: A Step Towards Understanding Complex Emotions |
2023-03-06T20:35:51Z | http://arxiv.org/pdf/2303.03487v2 | http://arxiv.org/abs/2303.03487v2 | Ankit Vaidya, Aditya Kane | 2023-03-28T17:55:52Z | cs.CL, cs.AI | Dialect Identification is a crucial task for localizing various Large
Language Models. This paper outlines our approach to the VarDial 2023 shared
task. Here we have to identify three or two dialects from three languages each
which results in a 9-way classification for Track-1 and 6-way classification
for Track-2 respectively. Our proposed approach consists of a two-stage system
and outperforms other participants' systems and previous works in this domain.
We achieve a score of 58.54% for Track-1 and 85.61% for Track-2. Our codebase
is available publicly (https://github.com/ankit-vaidya19/EACL_VarDial2023). | cs.CL | Two-stage Pipeline for Multilingual Dialect Detection |
2023-03-06T20:19:19Z | http://arxiv.org/pdf/2303.03480v2 | http://arxiv.org/abs/2303.03480v2 | Vishnu Sashank Dorbala, James F. Mullen Jr., Dinesh Manocha | 2023-11-05T20:49:11Z | cs.RO, cs.AI, cs.CL | We present LGX (Language-guided Exploration), a novel algorithm for
Language-Driven Zero-Shot Object Goal Navigation (L-ZSON), where an embodied
agent navigates to a uniquely described target object in a previously unseen
environment. Our approach makes use of Large Language Models (LLMs) for this
task by leveraging the LLM's commonsense reasoning capabilities for making
sequential navigational decisions. Simultaneously, we perform generalized
target object detection using a pre-trained Vision-Language grounding model. We
achieve state-of-the-art zero-shot object navigation results on RoboTHOR with a
success rate (SR) improvement of over 27% over the current baseline of the
OWL-ViT CLIP on Wheels (OWL CoW). Furthermore, we study the usage of LLMs for
robot navigation and present an analysis of various prompting strategies
affecting the model output. Finally, we showcase the benefits of our approach
via \textit{real-world} experiments that indicate the superior performance of
LGX in detecting and navigating to visually unique objects. | cs.RO | Can an Embodied Agent Find Your "Cat-shaped Mug"? LLM-Guided Exploration for Zero-Shot Object Navigation |
2023-03-06T20:08:07Z | http://arxiv.org/pdf/2303.05389v2 | http://arxiv.org/abs/2303.05389v2 | Wenli Zhang, Jiaheng Xie, Zhu Zhang, Xiang Liu | 2023-08-01T14:48:39Z | cs.CL, cs.AI, cs.SI, stat.AP, H.4.m, K.5 | Depression is a common disease worldwide. It is difficult to diagnose and
continues to be underdiagnosed. Because depressed patients constantly share
their symptoms, major life events, and treatments on social media, researchers
are turning to user-generated digital traces on social media for depression
detection. Such methods have distinct advantages in combating depression
because they can facilitate innovative approaches to fight depression and
alleviate its social and economic burden. However, most existing studies lack
effective means to incorporate established medical domain knowledge in
depression detection or suffer from feature extraction difficulties that impede
greater performance. Following the design science research paradigm, we propose
a Deep Knowledge-aware Depression Detection (DKDD) framework to accurately
detect social media users at risk of depression and explain the critical
factors that contribute to such detection. Extensive empirical studies with
real-world data demonstrate that, by incorporating domain knowledge, our method
outperforms existing state-of-the-art methods. Our work has significant
implications for IS research in knowledge-aware machine learning, digital
traces utilization, and NLP research in IS. Practically, by providing early
detection and explaining the critical factors, DKDD can supplement clinical
depression screening and enable large-scale evaluations of a population's
mental health status. | cs.CL | Depression Detection Using Digital Traces on Social Media: A Knowledge-aware Deep Learning Approach |
2023-03-06T19:29:20Z | http://arxiv.org/pdf/2303.03457v1 | http://arxiv.org/abs/2303.03457v1 | Elizabeth Nielsen, Christo Kirov, Brian Roark | 2023-03-06T19:29:20Z | cs.CL | We examine whether large neural language models, trained on very large
collections of varied English text, learn the potentially long-distance
dependency of British versus American spelling conventions, i.e., whether
spelling is consistently one or the other within model-generated strings. In
contrast to long-distance dependencies in non-surface underlying structure
(e.g., syntax), spelling consistency is easier to measure both in LMs and the
text corpora used to train them, which can provide additional insight into
certain observed model behaviors. Using a set of probe words unique to either
British or American English, we first establish that training corpora exhibit
substantial (though not total) consistency. A large T5 language model does
appear to internalize this consistency, though only with respect to observed
lexical items (not nonce words with British/American spelling patterns). We
further experiment with correcting for biases in the training data by
fine-tuning T5 on synthetic data that has been debiased, and find that
finetuned T5 remains only somewhat sensitive to spelling consistency. Further
experiments show GPT2 to be similarly limited. | cs.CL | Spelling convention sensitivity in neural language models |
2023-03-06T18:49:09Z | http://arxiv.org/pdf/2303.03363v2 | http://arxiv.org/abs/2303.03363v2 | Philipp Seidl, Andreu Vall, Sepp Hochreiter, Günter Klambauer | 2023-06-16T09:59:34Z | q-bio.BM, cs.CL, cs.LG, stat.ML | Activity and property prediction models are the central workhorses in drug
discovery and materials sciences, but currently they have to be trained or
fine-tuned for new tasks. Without training or fine-tuning, scientific language
models could be used for such low-data tasks through their announced zero- and
few-shot capabilities. However, their predictive quality at activity prediction
is lacking. In this work, we envision a novel type of activity prediction model
that is able to adapt to new prediction tasks at inference time, via
understanding textual information describing the task. To this end, we propose
a new architecture with separate modules for chemical and natural language
inputs, and a contrastive pre-training objective on data from large biochemical
databases. In extensive experiments, we show that our method CLAMP yields
improved predictive performance on few-shot learning benchmarks and zero-shot
problems in drug discovery. We attribute the advances of our method to the
modularized architecture and to our pre-training objective. | q-bio.BM | Enhancing Activity Prediction Models in Drug Discovery with the Ability to Understand Human Language |
2023-03-06T17:06:50Z | http://arxiv.org/pdf/2303.03290v2 | http://arxiv.org/abs/2303.03290v2 | Tilahun Abedissa, Ricardo Usbeck, Yaregal Assabie | 2023-11-16T12:47:29Z | cs.CL, cs.AI, cs.IR | Question Answering (QA) returns concise answers or answer lists from natural
language text given a context document. Many resources go into curating QA
datasets to advance robust models' development. There is a surge of QA datasets
for languages like English, however, this is not true for Amharic. Amharic, the
official language of Ethiopia, is the second most spoken Semitic language in
the world. There is no published or publicly available Amharic QA dataset.
Hence, to foster the research in Amharic QA, we present the first Amharic QA
(AmQA) dataset. We crowdsourced 2628 question-answer pairs over 378 Wikipedia
articles. Additionally, we run an XLMR Large-based baseline model to spark
open-domain QA research interest. The best-performing baseline achieves an
F-score of 69.58 and 71.74 in reader-retriever QA and reading comprehension
settings respectively. | cs.CL | AmQA: Amharic Question Answering Dataset |
2023-03-06T16:53:12Z | http://arxiv.org/pdf/2303.03283v2 | http://arxiv.org/abs/2303.03283v2 | Fiona Draxler, Anna Werner, Florian Lehmann, Matthias Hoppe, Albrecht Schmidt, Daniel Buschek, Robin Welsch | 2023-11-07T13:40:12Z | cs.HC, cs.CL | Human-AI interaction in text production increases complexity in authorship.
In two empirical studies (n1 = 30 & n2 = 96), we investigate authorship and
ownership in human-AI collaboration for personalized language generation. We
show an AI Ghostwriter Effect: Users do not consider themselves the owners and
authors of AI-generated text but refrain from publicly declaring AI authorship.
Personalization of AI-generated texts did not impact the AI Ghostwriter Effect,
and higher levels of participants' influence on texts increased their sense of
ownership. Participants were more likely to attribute ownership to supposedly
human ghostwriters than AI ghostwriters, resulting in a higher
ownership-authorship discrepancy for human ghostwriters. Rationalizations for
authorship in AI ghostwriters and human ghostwriters were similar. We discuss
how our findings relate to psychological ownership and human-AI interaction to
lay the foundations for adapting authorship frameworks and user interfaces in
AI in text-generation tasks. | cs.HC | The AI Ghostwriter Effect: When Users Do Not Perceive Ownership of AI-Generated Text But Self-Declare as Authors |
2023-03-06T16:49:27Z | http://arxiv.org/pdf/2303.03278v1 | http://arxiv.org/abs/2303.03278v1 | David Wan, Mengwen Liu, Kathleen McKeown, Markus Dreyer, Mohit Bansal | 2023-03-06T16:49:27Z | cs.CL, cs.AI, cs.LG | Despite significant progress in understanding and improving faithfulness in
abstractive summarization, the question of how decoding strategies affect
faithfulness is less studied. We present a systematic study of the effect of
generation techniques such as beam search and nucleus sampling on faithfulness
in abstractive summarization. We find a consistent trend where beam search with
large beam sizes produces the most faithful summaries while nucleus sampling
generates the least faithful ones. We propose two faithfulness-aware generation
methods to further improve faithfulness over current generation techniques: (1)
ranking candidates generated by beam search using automatic faithfulness
metrics and (2) incorporating lookahead heuristics that produce a faithfulness
score on the future summary. We show that both generation methods significantly
improve faithfulness across two datasets as evaluated by four automatic
faithfulness metrics and human evaluation. To reduce computational cost, we
demonstrate a simple distillation approach that allows the model to generate
faithful summaries with just greedy decoding. Our code is publicly available at
https://github.com/amazon-science/faithful-summarization-generation | cs.CL | Faithfulness-Aware Decoding Strategies for Abstractive Summarization |
2023-03-06T16:36:17Z | http://arxiv.org/pdf/2303.05382v3 | http://arxiv.org/abs/2303.05382v3 | Ou Zheng, Mohamed Abdel-Aty, Dongdong Wang, Zijin Wang, Shengxuan Ding | 2023-09-05T18:13:24Z | cs.CL, cs.AI, cs.LG | ChatGPT embarks on a new era of artificial intelligence and will
revolutionize the way we approach intelligent traffic safety systems. This
paper begins with a brief introduction about the development of large language
models (LLMs). Next, we exemplify using ChatGPT to address key traffic safety
issues. Furthermore, we discuss the controversies surrounding LLMs, raise
critical questions for their deployment, and provide our solutions. Moreover,
we propose an idea of multi-modality representation learning for smarter
traffic safety decision-making and open more questions for application
improvement. We believe that LLM will both shape and potentially facilitate
components of traffic safety research. | cs.CL | ChatGPT is on the Horizon: Could a Large Language Model be Suitable for Intelligent Traffic Safety Research and Applications? |
2023-03-06T14:58:42Z | http://arxiv.org/pdf/2303.03199v1 | http://arxiv.org/abs/2303.03199v1 | Hai Dang, Sven Goller, Florian Lehmann, Daniel Buschek | 2023-03-06T14:58:42Z | cs.HC, cs.CL, H.5.2; I.2.7 | We propose a conceptual perspective on prompts for Large Language Models
(LLMs) that distinguishes between (1) diegetic prompts (part of the narrative,
e.g. "Once upon a time, I saw a fox..."), and (2) non-diegetic prompts
(external, e.g. "Write about the adventures of the fox."). With this lens, we
study how 129 crowd workers on Prolific write short texts with different user
interfaces (1 vs 3 suggestions, with/out non-diegetic prompts; implemented with
GPT-3): When the interface offered multiple suggestions and provided an option
for non-diegetic prompting, participants preferred choosing from multiple
suggestions over controlling them via non-diegetic prompts. When participants
provided non-diegetic prompts it was to ask for inspiration, topics or facts.
Single suggestions in particular were guided both with diegetic and
non-diegetic information. This work informs human-AI interaction with
generative models by revealing that (1) writing non-diegetic prompts requires
effort, (2) people combine diegetic and non-diegetic prompting, and (3) they
use their draft (i.e. diegetic information) and suggestion timing to
strategically guide LLMs. | cs.HC | Choice Over Control: How Users Write with Large Language Models using Diegetic and Non-Diegetic Prompting |
2023-03-06T14:39:54Z | http://arxiv.org/pdf/2303.03171v1 | http://arxiv.org/abs/2303.03171v1 | Yunbin Tu, Liang Li, Li Su, Ke Lu, Qingming Huang | 2023-03-06T14:39:54Z | cs.CV, cs.CL, cs.MM | Change captioning is to describe the semantic change between a pair of
similar images in natural language. It is more challenging than general image
captioning, because it requires capturing fine-grained change information while
being immune to irrelevant viewpoint changes, and solving syntax ambiguity in
change descriptions. In this paper, we propose a neighborhood contrastive
transformer to improve the model's perceiving ability for various changes under
different scenes and cognition ability for complex syntax structure.
Concretely, we first design a neighboring feature aggregating to integrate
neighboring context into each feature, which helps quickly locate the
inconspicuous changes under the guidance of conspicuous referents. Then, we
devise a common feature distilling to compare two images at neighborhood level
and extract common properties from each image, so as to learn effective
contrastive information between them. Finally, we introduce the explicit
dependencies between words to calibrate the transformer decoder, which helps
better understand complex syntax structure during training. Extensive
experimental results demonstrate that the proposed method achieves the
state-of-the-art performance on three public datasets with different change
scenarios. The code is available at https://github.com/tuyunbin/NCT. | cs.CV | Neighborhood Contrastive Transformer for Change Captioning |
2023-03-06T13:59:37Z | http://arxiv.org/pdf/2303.03144v1 | http://arxiv.org/abs/2303.03144v1 | Chihaya Matsuhira, Marc A. Kastner, Takahiro Komamizu, Takatsugu Hirayama, Keisuke Doman, Yasutomo Kawanishi, Ichiro Ide | 2023-03-06T13:59:37Z | cs.MM, cs.CL, cs.SD, eess.AS | Recently, large-scale Vision and Language (V\&L) pretraining has become the
standard backbone of many multimedia systems. While it has shown remarkable
performance even in unseen situations, it often performs in ways not intuitive
to humans. Particularly, they usually do not consider the pronunciation of the
input, which humans would utilize to understand language, especially when it
comes to unknown words. Thus, this paper inserts phonetic prior into
Contrastive Language-Image Pretraining (CLIP), one of the V\&L pretrained
models, to make it consider the pronunciation similarity among its
pronunciation inputs. To achieve this, we first propose a phoneme embedding
that utilizes the phoneme relationships provided by the International Phonetic
Alphabet (IPA) chart as a phonetic prior. Next, by distilling the frozen CLIP
text encoder, we train a pronunciation encoder employing the IPA-based
embedding. The proposed model named IPA-CLIP comprises this pronunciation
encoder and the original CLIP encoders (image and text). Quantitative
evaluation reveals that the phoneme distribution on the embedding space
represents phonetic relationships more accurately when using the proposed
phoneme embedding. Furthermore, in some multimodal retrieval tasks, we confirm
that the proposed pronunciation encoder enhances the performance of the text
encoder and that the pronunciation encoder handles nonsense words in a more
phonetic manner than the text encoder. Finally, qualitative evaluation verifies
the correlation between the pronunciation encoder and human perception
regarding pronunciation similarity. | cs.MM | IPA-CLIP: Integrating Phonetic Priors into Vision and Language Pretraining |
2023-03-06T13:37:59Z | http://arxiv.org/pdf/2303.03124v2 | http://arxiv.org/abs/2303.03124v2 | Edoardo Mosca, Daryna Dementieva, Tohid Ebrahim Ajdari, Maximilian Kummeth, Kirill Gringauz, Yutong Zhou, Georg Groh | 2023-10-02T15:15:33Z | cs.CL, cs.AI | Interpretability and human oversight are fundamental pillars of deploying
complex NLP models into real-world applications. However, applying
explainability and human-in-the-loop methods requires technical proficiency.
Despite existing toolkits for model understanding and analysis, options to
integrate human feedback are still limited. We propose IFAN, a framework for
real-time explanation-based interaction with NLP models. Through IFAN's
interface, users can provide feedback to selected model explanations, which is
then integrated through adapter layers to align the model with human rationale.
We show the system to be effective in debiasing a hate speech classifier with
minimal impact on performance. IFAN also offers a visual admin system and API
to manage models (and datasets) as well as control access rights. A demo is
live at https://ifan.ml. | cs.CL | IFAN: An Explainability-Focused Interaction Framework for Humans and NLP Models |
2023-03-06T13:15:25Z | http://arxiv.org/pdf/2303.03103v1 | http://arxiv.org/abs/2303.03103v1 | Hangyeol Yu, Myeongho Jeong, Jamin Shin, Hyeongdon Moon, Juneyoung Park, Seungtaek Choi | 2023-03-06T13:15:25Z | cs.CL, cs.AI | Large Pre-trained Language Models (PLM) have become the most desirable
starting point in the field of NLP, as they have become remarkably good at
solving many individual tasks. Despite such success, in this paper, we argue
that current paradigms of working with PLMs are neglecting a critical aspect of
modeling human intelligence: functional compositionality. Functional
compositionality - the ability to compose learned tasks - has been a
long-standing challenge in the field of AI (and many other fields) as it is
considered one of the hallmarks of human intelligence. An illustrative example
of such is cross-lingual summarization, where a bilingual person
(English-French) could directly summarize an English document into French
sentences without having to translate the English document or summary into
French explicitly. We discuss why this matter is an important open problem that
requires further attention from the field. Then, we show that current PLMs
(e.g., GPT-2 and T5) don't have functional compositionality yet and it is far
from human-level generalizability. Finally, we suggest several research
directions that could push the field towards zero-shot functional
compositionality of language models. | cs.CL | Towards Zero-Shot Functional Compositionality of Language Models |
2023-03-06T11:54:58Z | http://arxiv.org/pdf/2303.03053v1 | http://arxiv.org/abs/2303.03053v1 | Nina Mouhammad, Johannes Daxenberger, Benjamin Schiller, Ivan Habernal | 2023-03-06T11:54:58Z | cs.CL | Most tasks in NLP require labeled data. Data labeling is often done on
crowdsourcing platforms due to scalability reasons. However, publishing data on
public platforms can only be done if no privacy-relevant information is
included. Textual data often contains sensitive information like person names
or locations. In this work, we investigate how removing personally identifiable
information (PII) as well as applying differential privacy (DP) rewriting can
enable text with privacy-relevant information to be used for crowdsourcing. We
find that DP-rewriting before crowdsourcing can preserve privacy while still
leading to good label quality for certain tasks and data. PII-removal led to
good label quality in all examined tasks, however, there are no privacy
guarantees given. | cs.CL | Crowdsourcing on Sensitive Data with Privacy-Preserving Text Rewriting |
2023-03-06T11:02:47Z | http://arxiv.org/pdf/2303.03032v1 | http://arxiv.org/abs/2303.03032v1 | Wei Li, Linchao Zhu, Longyin Wen, Yi Yang | 2023-03-06T11:02:47Z | cs.CV, cs.AI, cs.CL | Large-scale pre-trained multi-modal models (e.g., CLIP) demonstrate strong
zero-shot transfer capability in many discriminative tasks. Their adaptation to
zero-shot image-conditioned text generation tasks has drawn increasing
interest. Prior arts approach to zero-shot captioning by either utilizing the
existing large language models (e.g., GPT-2) or pre-training the
encoder-decoder network in an end-to-end manner. In this work, we propose a
simple framework, named DeCap, for zero-shot captioning. We introduce a
lightweight visual-aware language decoder. This decoder is both data-efficient
and computation-efficient: 1) it only requires the text data for training,
easing the burden on the collection of paired data. 2) it does not require
end-to-end training. When trained with text-only data, the decoder takes the
text embedding extracted from the off-the-shelf CLIP encoder as a prefix
embedding. The challenge is that the decoder is trained on the text corpus but
at the inference stage, it needs to generate captions based on visual inputs.
The modality gap issue is widely observed in multi-modal contrastive models
that prevents us from directly taking the visual embedding as the prefix
embedding. We propose a training-free mechanism to reduce the modality gap. We
project the visual embedding into the CLIP text embedding space, while the
projected embedding retains the information of the visual input. Taking the
projected embedding as the prefix embedding, the decoder generates high-quality
descriptions that match the visual input. The experiments show that DeCap
outperforms other zero-shot captioning methods and unpaired captioning methods
on the typical image captioning benchmarks, i.e., MSCOCO and NoCaps. | cs.CV | DeCap: Decoding CLIP Latents for Zero-Shot Captioning via Text-Only Training |
2023-03-06T10:45:24Z | http://arxiv.org/pdf/2303.03019v1 | http://arxiv.org/abs/2303.03019v1 | Fahim Dalvi, Nadir Durrani, Hassan Sajjad, Tamim Jaban, Musab Husaini, Ummar Abbas | 2023-03-06T10:45:24Z | cs.CL | The proliferation of deep neural networks in various domains has seen an
increased need for the interpretability of these models, especially in
scenarios where fairness and trust are as important as model performance. A lot
of independent work is being carried out to: i) analyze what linguistic and
non-linguistic knowledge is learned within these models, and ii) highlight the
salient parts of the input. We present NxPlain, a web application that provides
an explanation of a model's prediction using latent concepts. NxPlain discovers
latent concepts learned in a deep NLP model, provides an interpretation of the
knowledge learned in the model, and explains its predictions based on the used
concepts. The application allows users to browse through the latent concepts in
an intuitive order, letting them efficiently scan through the most salient
concepts with a global corpus level view and a local sentence-level view. Our
tool is useful for debugging, unraveling model bias, and for highlighting
spurious correlations in a model. A hosted demo is available here:
https://nxplain.qcri.org. | cs.CL | NxPlain: Web-based Tool for Discovery of Latent Concepts |
2023-03-06T10:08:51Z | http://arxiv.org/pdf/2303.03004v4 | http://arxiv.org/abs/2303.03004v4 | Mohammad Abdullah Matin Khan, M Saiful Bari, Xuan Long Do, Weishi Wang, Md Rizwan Parvez, Shafiq Joty | 2023-11-06T07:16:58Z | cs.CL | Recently, pre-trained large language models (LLMs) have shown impressive
abilities in generating codes from natural language descriptions, repairing
buggy codes, translating codes between languages, and retrieving relevant code
segments. However, the evaluation of these models has often been performed in a
scattered way on only one or two specific tasks, in a few languages, at a
partial granularity (e.g., function) level, and in many cases without proper
training data. Even more concerning is that in most cases the evaluation of
generated codes has been done in terms of mere lexical overlap with a reference
code rather than actual execution. We introduce xCodeEval, the largest
executable multilingual multitask benchmark to date consisting of $25$M
document-level coding examples ($16.5$B tokens) from about $7.5$K unique
problems covering up to $11$ programming languages with execution-level
parallelism. It features a total of $7$ tasks involving code understanding,
generation, translation and retrieval. xCodeEval adopts an execution-based
evaluation and offers a multilingual code execution engine, ExecEval that
supports unit test based execution in all the $11$ languages. To address the
challenge of balancing the distributions of text-code samples over multiple
attributes in validation/test sets, we propose a novel data splitting and a
data selection schema based on the geometric mean and graph-theoretic
principle. Our experiments with OpenAI's LLMs (zero-shot) and open-LLMs
(zero-shot and fine-tuned) on the tasks and languages demonstrate **xCodeEval**
to be quite challenging as per the current advancements in language models. | cs.CL | xCodeEval: A Large Scale Multilingual Multitask Benchmark for Code Understanding, Generation, Translation and Retrieval |
2023-03-06T09:44:01Z | http://arxiv.org/pdf/2303.02995v1 | http://arxiv.org/abs/2303.02995v1 | Shijie Geng, Jianbo Yuan, Yu Tian, Yuxiao Chen, Yongfeng Zhang | 2023-03-06T09:44:01Z | cs.CV, cs.CL, cs.LG | The success of large-scale contrastive vision-language pretraining (CLIP) has
benefited both visual recognition and multimodal content understanding. The
concise design brings CLIP the advantage in inference efficiency against other
vision-language models with heavier cross-attention fusion layers, making it a
popular choice for a wide spectrum of downstream tasks. However, CLIP does not
explicitly capture the hierarchical nature of high-level and fine-grained
semantics conveyed in images and texts, which is arguably critical to
vision-language understanding and reasoning. To this end, we equip both the
visual and language branches in CLIP with hierarchy-aware attentions, namely
Hierarchy-aware CLIP (HiCLIP), to progressively discover semantic hierarchies
layer-by-layer from both images and texts in an unsupervised manner. As a
result, such hierarchical aggregation significantly improves the cross-modal
alignment. To demonstrate the advantages of HiCLIP, we conduct qualitative
analysis on its unsupervised hierarchy induction during inference, as well as
extensive quantitative experiments on both visual recognition and
vision-language downstream tasks. | cs.CV | HiCLIP: Contrastive Language-Image Pretraining with Hierarchy-aware Attention |
2023-03-06T06:20:55Z | http://arxiv.org/pdf/2303.02915v1 | http://arxiv.org/abs/2303.02915v1 | Chiao-Wei Hsu, Keh-Yih Su | 2023-03-06T06:20:55Z | cs.CL, cs.AI | Nowadays, many Natural Language Processing (NLP) tasks see the demand for
incorporating knowledge external to the local information to further improve
the performance. However, there is little related work on Named Entity
Recognition (NER), which is one of the foundations of NLP. Specifically, no
studies were conducted on the query generation and re-ranking for retrieving
the related information for the purpose of improving NER. This work
demonstrates the effectiveness of a DNN-based query generation method and a
mention-aware re-ranking architecture based on BERTScore particularly for NER.
In the end, a state-of-the-art performance of 61.56 micro-f1 score on WNUT17
dataset is achieved. | cs.CL | GlobalNER: Incorporating Non-local Information into Named Entity Recognition |
2023-03-06T06:20:25Z | http://arxiv.org/pdf/2303.02913v1 | http://arxiv.org/abs/2303.02913v1 | Zhenyu Wu, YaoXiang Wang, Jiacheng Ye, Jiangtao Feng, Jingjing Xu, Yu Qiao, Zhiyong Wu | 2023-03-06T06:20:25Z | cs.CL | In recent years, In-context Learning (ICL) has gained increasing attention
and emerged as the new paradigm for large language model (LLM) evaluation.
Unlike traditional fine-tuning methods, ICL instead adapts the pre-trained
models to unseen tasks without any parameter updates. However, the
implementation of ICL is sophisticated due to the diverse retrieval and
inference methods involved, as well as the varying pre-processing requirements
for different models, datasets, and tasks. A unified and flexible framework for
ICL is urgently needed to ease the implementation of the aforementioned
components. To facilitate ICL research, we introduce OpenICL, an open-source
toolkit for ICL and LLM evaluation. OpenICL is research-friendly with a highly
flexible architecture that users can easily combine different components to
suit their needs. It also provides various state-of-the-art retrieval and
inference methods to streamline the process of adapting ICL to cutting-edge
research. The effectiveness of OpenICL has been validated on a wide range of
NLP tasks, including classification, QA, machine translation, and semantic
parsing. As a side-product, we found OpenICL to be an efficient yet robust tool
for LLMs evaluation. OpenICL is released at
https://github.com/Shark-NLP/OpenICL | cs.CL | OpenICL: An Open-Source Framework for In-context Learning |
2023-03-06T06:04:46Z | http://arxiv.org/pdf/2303.02909v2 | http://arxiv.org/abs/2303.02909v2 | Xianjun Yang, Wei Cheng, Xujiang Zhao, Wenchao Yu, Linda Petzold, Haifeng Chen | 2023-05-27T01:29:27Z | cs.CL, cs.AI | It has been demonstrated that the art of prompt tuning is highly effective in
efficiently extracting knowledge from pretrained foundation models,
encompassing pretrained language models (PLMs), vision pretrained models, and
vision-language (V-L) models. However, the efficacy of employing fixed soft
prompts with a predetermined position for concatenation with inputs for all
instances, irrespective of their inherent disparities, remains uncertain.
Variables such as the position, length, and representations of prompts across
diverse instances and tasks can substantially influence the performance of
prompt tuning. In this context, we provide a theoretical analysis, which
reveals that optimizing the position of the prompt to encompass the input can
capture additional semantic information that traditional prefix or postfix
prompt tuning methods fail to capture. Building upon our analysis, we present a
unified dynamic prompt (DP) tuning strategy that dynamically determines
different factors of prompts based on specific tasks and instances. To
accomplish this, we employ a lightweight learning network with Gumble-Softmax,
allowing us to learn instance-dependent guidance. Experimental results
underscore the significant performance improvement achieved by dynamic prompt
tuning across a wide range of tasks, including NLP tasks, vision recognition
tasks, and vision-language tasks. Furthermore, we establish the universal
applicability of our approach under full-data, few-shot, and multitask
scenarios. Codes are available at https://github.com/Xianjun-Yang/DPT. | cs.CL | Dynamic Prompting: A Unified Framework for Prompt Tuning |
2023-03-06T04:22:33Z | http://arxiv.org/pdf/2303.03919v2 | http://arxiv.org/abs/2303.03919v2 | Marc Marone, Benjamin Van Durme | 2023-12-14T16:55:42Z | cs.LG, cs.CL | Foundation models are trained on increasingly immense and opaque datasets.
Even while these models are now key in AI system building, it can be difficult
to answer the straightforward question: has the model already encountered a
given example during training? We therefore propose a widespread adoption of
Data Portraits: artifacts that record training data and allow for downstream
inspection. First we outline the properties of such an artifact and discuss how
existing solutions can be used to increase transparency. We then propose and
implement a solution based on data sketching, stressing fast and space
efficient querying. Using our tools, we document a popular language modeling
corpus (The Pile) and a recently released code modeling dataset (The Stack). We
show that our solution enables answering questions about test set leakage and
model plagiarism. Our tool is lightweight and fast, costing only 3% of the
dataset size in overhead. We release a live interface of our tools at
https://dataportraits.org/ and call on dataset and model creators to release
Data Portraits as a complement to current documentation practices. | cs.LG | Data Portraits: Recording Foundation Model Training Data |
2023-03-06T03:25:59Z | http://arxiv.org/pdf/2303.02861v1 | http://arxiv.org/abs/2303.02861v1 | Zhen Wang, Rameswar Panda, Leonid Karlinsky, Rogerio Feris, Huan Sun, Yoon Kim | 2023-03-06T03:25:59Z | cs.CL | Prompt tuning, in which a base pretrained model is adapted to each task via
conditioning on learned prompt vectors, has emerged as a promising approach for
efficiently adapting large language models to multiple downstream tasks.
However, existing methods typically learn soft prompt vectors from scratch, and
it has not been clear how to exploit the rich cross-task knowledge with prompt
vectors in a multitask learning setting. We propose multitask prompt tuning
(MPT), which first learns a single transferable prompt by distilling knowledge
from multiple task-specific source prompts. We then learn multiplicative low
rank updates to this shared prompt to efficiently adapt it to each downstream
target task. Extensive experiments on 23 NLP datasets demonstrate that our
proposed approach outperforms the state-of-the-art methods, including the full
finetuning baseline in some cases, despite only tuning 0.035% as many
task-specific parameters. | cs.CL | Multitask Prompt Tuning Enables Parameter-Efficient Transfer Learning |
2023-03-06T03:25:43Z | http://arxiv.org/pdf/2303.02860v1 | http://arxiv.org/abs/2303.02860v1 | Xiang Hu, Xinyu Kong, Kewei Tu | 2023-03-06T03:25:43Z | cs.CL, cs.LG | Deep neural networks based on layer-stacking architectures have historically
suffered from poor inherent interpretability. Meanwhile, symbolic probabilistic
models function with clear interpretability, but how to combine them with
neural networks to enhance their performance remains to be explored. In this
paper, we try to marry these two systems for text classification via a
structured language model. We propose a Symbolic-Neural model that can learn to
explicitly predict class labels of text spans from a constituency tree without
requiring any access to span-level gold labels. As the structured language
model learns to predict constituency trees in a self-supervised manner, only
raw texts and sentence-level labels are required as training data, which makes
it essentially a general constituent-level self-interpretable classification
model. Our experiments demonstrate that our approach could achieve good
prediction accuracy in downstream tasks. Meanwhile, the predicted span labels
are consistent with human rationales to a certain degree. | cs.CL | A Multi-Grained Self-Interpretable Symbolic-Neural Model For Single/Multi-Labeled Text Classification |
2023-03-06T02:52:37Z | http://arxiv.org/pdf/2303.02846v3 | http://arxiv.org/abs/2303.02846v3 | Mingshan Chang, Min Yang, Qingshan Jiang, Ruifeng Xu | 2023-12-21T07:35:18Z | cs.CL, cs.AI | Deep learning techniques have dominated the literature on aspect-based
sentiment analysis (ABSA), achieving state-of-the-art performance. However,
deep models generally suffer from spurious correlations between input features
and output labels, which hurts the robustness and generalization capability by
a large margin. In this paper, we propose to reduce spurious correlations for
ABSA, via a novel Contrastive Variational Information Bottleneck framework
(called CVIB). The proposed CVIB framework is composed of an original network
and a self-pruned network, and these two networks are optimized simultaneously
via contrastive learning. Concretely, we employ the Variational Information
Bottleneck (VIB) principle to learn an informative and compressed network
(self-pruned network) from the original network, which discards the superfluous
patterns or spurious correlations between input features and prediction labels.
Then, self-pruning contrastive learning is devised to pull together
semantically similar positive pairs and push away dissimilar pairs, where the
representations of the anchor learned by the original and self-pruned networks
respectively are regarded as a positive pair while the representations of two
different sentences within a mini-batch are treated as a negative pair. To
verify the effectiveness of our CVIB method, we conduct extensive experiments
on five benchmark ABSA datasets and the experimental results show that our
approach achieves better performance than the strong competitors in terms of
overall prediction performance, robustness, and generalization. Code and data
to reproduce the results in this paper is available at:
https://github.com/shesshan/CVIB. | cs.CL | Contrastive variational information bottleneck for aspect-based sentiment analysis |
2023-03-06T02:24:48Z | http://arxiv.org/pdf/2303.02841v2 | http://arxiv.org/abs/2303.02841v2 | Bixing Yan, Shaoling Chen, Yuxuan He, Zhihan Li | 2023-03-26T19:45:25Z | cs.CL, cs.AI, cs.LG | Natural language understanding(NLU) is challenging for finance due to the
lack of annotated data and the specialized language in that domain. As a
result, researchers have proposed to use pre-trained language model and
multi-task learning to learn robust representations. However, aggressive
fine-tuning often causes over-fitting and multi-task learning may favor tasks
with significantly larger amounts data, etc. To address these problems, in this
paper, we investigate model-agnostic meta-learning algorithm(MAML) in
low-resource financial NLU tasks. Our contribution includes: 1. we explore the
performance of MAML method with multiple types of tasks: GLUE datasets, SNLI,
Sci-Tail and Financial PhraseBank; 2. we study the performance of MAML method
with multiple single-type tasks: a real scenario stock price prediction problem
with twitter text data. Our models achieve the state-of-the-art performance
according to the experimental results, which demonstrate that our method can
adapt fast and well to low-resource situations. | cs.CL | Model-Agnostic Meta-Learning for Natural Language Understanding Tasks in Finance |
2023-03-05T19:45:42Z | http://arxiv.org/pdf/2303.02758v1 | http://arxiv.org/abs/2303.02758v1 | Manan Suri, Aaryak Garg, Divya Chaudhary, Ian Gorton, Bijendra Kumar | 2023-03-05T19:45:42Z | cs.CL, cs.LG | Intimacy is an essential element of human relationships and language is a
crucial means of conveying it. Textual intimacy analysis can reveal social
norms in different contexts and serve as a benchmark for testing computational
models' ability to understand social information. In this paper, we propose a
novel weak-labeling strategy for data augmentation in text regression tasks
called WADER. WADER uses data augmentation to address the problems of data
imbalance and data scarcity and provides a method for data augmentation in
cross-lingual, zero-shot tasks. We benchmark the performance of
State-of-the-Art pre-trained multilingual language models using WADER and
analyze the use of sampling techniques to mitigate bias in data and optimally
select augmentation candidates. Our results show that WADER outperforms the
baseline model and provides a direction for mitigating data imbalance and
scarcity in text regression tasks. | cs.CL | WADER at SemEval-2023 Task 9: A Weak-labelling framework for Data augmentation in tExt Regression Tasks |
2023-03-05T16:17:56Z | http://arxiv.org/pdf/2303.02707v1 | http://arxiv.org/abs/2303.02707v1 | Hongyin Zhu | 2023-03-05T16:17:56Z | cs.CL, cs.CY | Analyzing trends across industries is critical to maintaining a healthy and
stable economy. Previous research has mainly analyzed official statistics,
which are more accurate but not necessarily real-time. In this paper, we
propose a method for analyzing industry trends using stock market data. The
difficulty of this task is that the raw data is relatively noisy, which affects
the accuracy of statistical analysis. In addition, textual data for industry
analysis needs to be better understood through language models. For this
reason, we introduce the method of industry trend analysis from two
perspectives of explicit analysis and implicit analysis. For the explicit
analysis, we introduce a hierarchical data (industry and listed company)
analysis method to reduce the impact of noise. For implicit analysis, we
further pre-train GPT-2 to analyze industry trends with current affairs
background as input, making full use of the knowledge learned in the
pre-training corpus. We conduct experiments based on the proposed method and
achieve good industry trend analysis results. | cs.CL | FQP 2.0: Industry Trend Analysis via Hierarchical Financial Data |
2023-03-05T14:25:05Z | http://arxiv.org/pdf/2303.02677v1 | http://arxiv.org/abs/2303.02677v1 | Bing Ma | 2023-03-05T14:25:05Z | cs.CL, cs.AI | The multi-document summarization task requires the designed summarizer to
generate a short text that covers the important information of original
documents and satisfies content diversity. This paper proposes a multi-document
summarization approach based on hierarchical clustering of documents. It
utilizes the constructed class tree of documents to extract both the sentences
reflecting the commonality of all documents and the sentences reflecting the
specificity of some subclasses of these documents for generating a summary, so
as to satisfy the coverage and diversity requirements of multi-document
summarization. Comparative experiments with different variant approaches on
DUC'2002-2004 datasets prove the effectiveness of mining both the commonality
and specificity of documents for multi-document summarization. Experiments on
DUC'2004 and Multi-News datasets show that our approach achieves competitive
performance compared to the state-of-the-art unsupervised and supervised
approaches. | cs.CL | Mining both Commonality and Specificity from Multiple Documents for Multi-Document Summarization |
2023-03-05T08:00:30Z | http://arxiv.org/pdf/2303.02601v1 | http://arxiv.org/abs/2303.02601v1 | Theodoti Stoikou, Maria Lymperaiou, Giorgos Stamou | 2023-03-05T08:00:30Z | cs.CL | Visual Question Answering (VQA) has been a popular task that combines vision
and language, with numerous relevant implementations in literature. Even though
there are some attempts that approach explainability and robustness issues in
VQA models, very few of them employ counterfactuals as a means of probing such
challenges in a model-agnostic way. In this work, we propose a systematic
method for explaining the behavior and investigating the robustness of VQA
models through counterfactual perturbations. For this reason, we exploit
structured knowledge bases to perform deterministic, optimal and controllable
word-level replacements targeting the linguistic modality, and we then evaluate
the model's response against such counterfactual inputs. Finally, we
qualitatively extract local and global explanations based on counterfactual
responses, which are ultimately proven insightful towards interpreting VQA
model behaviors. By performing a variety of perturbation types, targeting
different parts of speech of the input question, we gain insights to the
reasoning of the model, through the comparison of its responses in different
adversarial circumstances. Overall, we reveal possible biases in the
decision-making process of the model, as well as expected and unexpected
patterns, which impact its performance quantitatively and qualitatively, as
indicated by our analysis. | cs.CL | Knowledge-Based Counterfactual Queries for Visual Question Answering |
2023-03-05T04:26:17Z | http://arxiv.org/pdf/2303.05400v1 | http://arxiv.org/abs/2303.05400v1 | Kazuaki Kashihara, Kuntal Kumar Pal, Chitta Baral, Robert P Trevino | 2023-03-05T04:26:17Z | cs.CL, cs.AI, cs.CR | With recent trends indicating cyber crimes increasing in both frequency and
cost, it is imperative to develop new methods that leverage data-rich hacker
forums to assist in combating ever evolving cyber threats. Defining
interactions within these forums is critical as it facilitates identifying
highly skilled users, which can improve prediction of novel threats and future
cyber attacks. We propose a method called Next Paragraph Prediction with
Instructional Prompting (NPP-IP) to predict thread structures while grounded on
the context around posts. This is the first time to apply an instructional
prompting approach to the cybersecurity domain. We evaluate our NPP-IP with the
Reddit dataset and Hacker Forums dataset that has posts and thread structures
of real hacker forums' threads, and compare our method's performance with
existing methods. The experimental evaluation shows that our proposed method
can predict the thread structure significantly better than existing methods
allowing for better social network prediction based on forum interactions. | cs.CL | Prompt-Based Learning for Thread Structure Prediction in Cybersecurity Forums |
2023-03-05T04:12:17Z | http://arxiv.org/pdf/2303.02577v2 | http://arxiv.org/abs/2303.02577v2 | Stephen Obadinma, Hongyu Guo, Xiaodan Zhu | 2023-06-29T06:13:01Z | cs.CL | Recent work has demonstrated that using parameter efficient tuning techniques
such as prefix tuning (or P-tuning) on pretrained language models can yield
performance that is comparable or superior to fine-tuning while dramatically
reducing trainable parameters. Nevertheless, the effectiveness of such methods
under the context of data augmentation, a common strategy to improve learning
under low data regimes, has not been fully explored. In this paper, we examine
the effectiveness of several popular task-agnostic data augmentation
techniques, i.e., EDA, Back Translation, and Mixup, when using two general
parameter efficient tuning methods, P-tuning v2 and LoRA, under data scarcity.
We show that data augmentation can be used to boost the performance of P-tuning
and LoRA models, but the effectiveness of each technique varies and certain
methods can lead to a notable degradation in performance, particularly when
using larger models and on harder tasks. We further analyze the sentence
representations of P-tuning compared to fine-tuning to help understand the
above behaviour, and reveal how P-tuning generally presents a more limited
ability to separate the sentence embeddings from different classes of augmented
data. In addition, it displays poorer performance on heavily altered data.
However, we demonstrate that by adding a simple contrastive loss function it
can help mitigate such issues for prefix tuning, resulting in sizable
improvements to augmented data performance. | cs.CL | Effectiveness of Data Augmentation for Parameter Efficient Tuning with Limited Data |
2023-03-05T03:18:56Z | http://arxiv.org/pdf/2303.02563v4 | http://arxiv.org/abs/2303.02563v4 | Keane Ong, Wihan van der Heever, Ranjan Satapathy, Erik Cambria, Gianmarco Mengaldo | 2023-10-14T15:01:11Z | cs.CL | This paper presents a novel approach for explainability in financial analysis
by deriving financially-explainable statistical relationships through
aspect-based sentiment analysis, Pearson correlation, Granger causality &
uncertainty coefficient. The proposed methodology involves constructing an
aspect list from financial literature and applying aspect-based sentiment
analysis on social media text to compute sentiment scores for each aspect.
Pearson correlation is then applied to uncover financially explainable
relationships between aspect sentiment scores and stock prices. Findings for
derived relationships are made robust by applying Granger causality to
determine the forecasting ability of each aspect sentiment score for stock
prices. Finally, an added layer of interpretability is added by evaluating
uncertainty coefficient scores between aspect sentiment scores and stock
prices. This allows us to determine the aspects whose sentiment scores are most
statistically significant for stock prices. Relative to other methods, our
approach provides a more informative and accurate understanding of the
relationship between sentiment analysis and stock prices. Specifically, this
methodology enables an interpretation of the statistical relationship between
aspect-based sentiment scores and stock prices, which offers explainability to
AI-driven financial decision-making. | cs.CL | FinXABSA: Explainable Finance through Aspect-Based Sentiment Analysis |
2023-03-04T22:28:29Z | http://arxiv.org/pdf/2303.02513v1 | http://arxiv.org/abs/2303.02513v1 | Md Rabiul Awal, Roy Ka-Wei Lee, Eshaan Tanwar, Tanmay Garg, Tanmoy Chakraborty | 2023-03-04T22:28:29Z | cs.CL, cs.SI | Hate speech in social media is a growing phenomenon, and detecting such toxic
content has recently gained significant traction in the research community.
Existing studies have explored fine-tuning language models (LMs) to perform
hate speech detection, and these solutions have yielded significant
performance. However, most of these studies are limited to detecting hate
speech only in English, neglecting the bulk of hateful content that is
generated in other languages, particularly in low-resource languages.
Developing a classifier that captures hate speech and nuances in a low-resource
language with limited data is extremely challenging. To fill the research gap,
we propose HateMAML, a model-agnostic meta-learning-based framework that
effectively performs hate speech detection in low-resource languages. HateMAML
utilizes a self-supervision strategy to overcome the limitation of data
scarcity and produces better LM initialization for fast adaptation to an unseen
target language (i.e., cross-lingual transfer) or other hate speech datasets
(i.e., domain generalization). Extensive experiments are conducted on five
datasets across eight different low-resource languages. The results show that
HateMAML outperforms the state-of-the-art baselines by more than 3% in the
cross-domain multilingual transfer setting. We also conduct ablation studies to
analyze the characteristics of HateMAML. | cs.CL | Model-Agnostic Meta-Learning for Multilingual Hate Speech Detection |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.