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-07-29T09:22:54Z | http://arxiv.org/pdf/2307.15936v2 | http://arxiv.org/abs/2307.15936v2 | Sanjeev Arora, Anirudh Goyal | 2023-11-06T00:36:24Z | cs.LG, cs.AI, cs.CL, stat.ML | A major driver of AI products today is the fact that new skills emerge in
language models when their parameter set and training corpora are scaled up.
This phenomenon is poorly understood, and a mechanistic explanation via
mathematical analysis of gradient-based training seems difficult. The current
paper takes a different approach, analysing emergence using the famous (and
empirical) Scaling Laws of LLMs and a simple statistical framework.
Contributions include: (a) A statistical framework that relates cross-entropy
loss of LLMs to competence on the basic skills that underlie language tasks.
(b) Mathematical analysis showing that the Scaling Laws imply a strong form of
inductive bias that allows the pre-trained model to learn very efficiently. We
informally call this {\em slingshot generalization} since naively viewed it
appears to give competence levels at skills that violate usual generalization
theory. (c) A key example of slingshot generalization, that competence at
executing tasks involving $k$-tuples of skills emerges essentially at the same
scaling and same rate as competence on the elementary skills themselves. | cs.LG | A Theory for Emergence of Complex Skills in Language Models |
2023-07-29T09:17:16Z | http://arxiv.org/pdf/2307.15933v1 | http://arxiv.org/abs/2307.15933v1 | Soumyadeep Roy, Jonas Wallat, Sowmya S Sundaram, Wolfgang Nejdl, Niloy Ganguly | 2023-07-29T09:17:16Z | cs.CL | Large-scale language models such as DNABert and LOGO aim to learn optimal
gene representations and are trained on the entire Human Reference Genome.
However, standard tokenization schemes involve a simple sliding window of
tokens like k-mers that do not leverage any gene-based semantics and thus may
lead to (trivial) masking of easily predictable sequences and subsequently
inefficient Masked Language Modeling (MLM) training. Therefore, we propose a
novel masking algorithm, GeneMask, for MLM training of gene sequences, where we
randomly identify positions in a gene sequence as mask centers and locally
select the span around the mask center with the highest Normalized Pointwise
Mutual Information (NPMI) to mask. We observe that in the absence of
human-understandable semantics in the genomics domain (in contrast, semantic
units like words and phrases are inherently available in NLP), GeneMask-based
models substantially outperform the SOTA models (DNABert and LOGO) over four
benchmark gene sequence classification datasets in five few-shot settings (10
to 1000-shot). More significantly, the GeneMask-based DNABert model is trained
for less than one-tenth of the number of epochs of the original SOTA model. We
also observe a strong correlation between top-ranked PMI tokens and conserved
DNA sequence motifs, which may indicate the incorporation of latent genomic
information. The codes (including trained models) and datasets are made
publicly available at https://github.com/roysoumya/GeneMask. | cs.CL | GeneMask: Fast Pretraining of Gene Sequences to Enable Few-Shot Learning |
2023-07-29T08:55:38Z | http://arxiv.org/pdf/2308.01203v1 | http://arxiv.org/abs/2308.01203v1 | Bhoomeendra Singh Sisodiya, Narendra Babu Unnam, P. Krishna Reddy, Apala Das, K. V. K. Santhy, V. Balakista Reddy | 2023-07-29T08:55:38Z | cs.IR, cs.CL | Developing methods for extracting relevant legal information to aid legal
practitioners is an active research area. In this regard, research efforts are
being made by leveraging different kinds of information, such as meta-data,
citations, keywords, sentences, paragraphs, etc. Similar to any text document,
legal documents are composed of paragraphs. In this paper, we have analyzed the
resourcefulness of paragraph-level information in capturing similarity among
judgments for improving the performance of precedence retrieval. We found that
the paragraph-level methods could capture the similarity among the judgments
with only a few paragraph interactions and exhibit more discriminating power
over the baseline document-level method. Moreover, the comparison results on
two benchmark datasets for the precedence retrieval on the Indian supreme court
judgments task show that the paragraph-level methods exhibit comparable
performance with the state-of-the-art methods | cs.IR | Analysing the Resourcefulness of the Paragraph for Precedence Retrieval |
2023-07-29T07:35:19Z | http://arxiv.org/pdf/2307.15920v1 | http://arxiv.org/abs/2307.15920v1 | Elena-Simona Apostol, Alin-Georgian Pisică, Ciprian-Octavian Truică | 2023-07-29T07:35:19Z | cs.CL, cs.AI | The increasing volume of online reviews has made possible the development of
sentiment analysis models for determining the opinion of customers regarding
different products and services. Until now, sentiment analysis has proven to be
an effective tool for determining the overall polarity of reviews. To improve
the granularity at the aspect level for a better understanding of the service
or product, the task of aspect-based sentiment analysis aims to first identify
aspects and then determine the user's opinion about them. The complexity of
this task lies in the fact that the same review can present multiple aspects,
each with its own polarity. Current solutions have poor performance on such
data. We address this problem by proposing ATESA-B{\AE}RT, a heterogeneous
ensemble learning model for Aspect-Based Sentiment Analysis. Firstly, we divide
our problem into two sub-tasks, i.e., Aspect Term Extraction and Aspect Term
Sentiment Analysis. Secondly, we use the \textit{argmax} multi-class
classification on six transformers-based learners for each sub-task. Initial
experiments on two datasets prove that ATESA-B{\AE}RT outperforms current
state-of-the-art solutions while solving the many aspects problem. | cs.CL | ATESA-BÆRT: A Heterogeneous Ensemble Learning Model for Aspect-Based Sentiment Analysis |
2023-07-28T22:44:54Z | http://arxiv.org/pdf/2307.15833v1 | http://arxiv.org/abs/2307.15833v1 | Wei Zhou, Xiangyu Peng, Mark Riedl | 2023-07-28T22:44:54Z | cs.CL | One major challenge in reinforcement learning (RL) is the large amount of
steps for the RL agent needs to converge in the training process and learn the
optimal policy, especially in text-based game environments where the action
space is extensive. However, non-player characters (NPCs) sometimes hold some
key information about the game, which can potentially help to train RL agents
faster. Thus, this paper explores how to interact and converse with NPC agents
to get the key information using large language models (LLMs), as well as
incorporate this information to speed up RL agent's training using knowledge
graphs (KGs) and Story Shaping. | cs.CL | Dialogue Shaping: Empowering Agents through NPC Interaction |
2023-07-28T21:18:02Z | http://arxiv.org/pdf/2307.15818v1 | http://arxiv.org/abs/2307.15818v1 | Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Xi Chen, Krzysztof Choromanski, Tianli Ding, Danny Driess, Avinava Dubey, Chelsea Finn, Pete Florence, Chuyuan Fu, Montse Gonzalez Arenas, Keerthana Gopalakrishnan, Kehang Han, Karol Hausman, Alexander Herzog, Jasmine Hsu, Brian Ichter, Alex Irpan, Nikhil Joshi, Ryan Julian, Dmitry Kalashnikov, Yuheng Kuang, Isabel Leal, Lisa Lee, Tsang-Wei Edward Lee, Sergey Levine, Yao Lu, Henryk Michalewski, Igor Mordatch, Karl Pertsch, Kanishka Rao, Krista Reymann, Michael Ryoo, Grecia Salazar, Pannag Sanketi, Pierre Sermanet, Jaspiar Singh, Anikait Singh, Radu Soricut, Huong Tran, Vincent Vanhoucke, Quan Vuong, Ayzaan Wahid, Stefan Welker, Paul Wohlhart, Jialin Wu, Fei Xia, Ted Xiao, Peng Xu, Sichun Xu, Tianhe Yu, Brianna Zitkovich | 2023-07-28T21:18:02Z | cs.RO, cs.CL, cs.CV, cs.LG | We study how vision-language models trained on Internet-scale data can be
incorporated directly into end-to-end robotic control to boost generalization
and enable emergent semantic reasoning. Our goal is to enable a single
end-to-end trained model to both learn to map robot observations to actions and
enjoy the benefits of large-scale pretraining on language and vision-language
data from the web. To this end, we propose to co-fine-tune state-of-the-art
vision-language models on both robotic trajectory data and Internet-scale
vision-language tasks, such as visual question answering. In contrast to other
approaches, we propose a simple, general recipe to achieve this goal: in order
to fit both natural language responses and robotic actions into the same
format, we express the actions as text tokens and incorporate them directly
into the training set of the model in the same way as natural language tokens.
We refer to such category of models as vision-language-action models (VLA) and
instantiate an example of such a model, which we call RT-2. Our extensive
evaluation (6k evaluation trials) shows that our approach leads to performant
robotic policies and enables RT-2 to obtain a range of emergent capabilities
from Internet-scale training. This includes significantly improved
generalization to novel objects, the ability to interpret commands not present
in the robot training data (such as placing an object onto a particular number
or icon), and the ability to perform rudimentary reasoning in response to user
commands (such as picking up the smallest or largest object, or the one closest
to another object). We further show that incorporating chain of thought
reasoning allows RT-2 to perform multi-stage semantic reasoning, for example
figuring out which object to pick up for use as an improvised hammer (a rock),
or which type of drink is best suited for someone who is tired (an energy
drink). | cs.RO | RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control |
2023-07-28T19:33:18Z | http://arxiv.org/pdf/2307.15776v2 | http://arxiv.org/abs/2307.15776v2 | Micheal Abaho, Yousef H. Alfaifi | 2023-10-25T10:35:03Z | cs.CL, cs.AI | Injecting textual information into knowledge graph (KG) entity
representations has been a worthwhile expedition in terms of improving
performance in KG oriented tasks within the NLP community. External knowledge
often adopted to enhance KG embeddings ranges from semantically rich lexical
dependency parsed features to a set of relevant key words to entire text
descriptions supplied from an external corpus such as wikipedia and many more.
Despite the gains this innovation (Text-enhanced KG embeddings) has made, the
proposal in this work suggests that it can be improved even further. Instead of
using a single text description (which would not sufficiently represent an
entity because of the inherent lexical ambiguity of text), we propose a
multi-task framework that jointly selects a set of text descriptions relevant
to KG entities as well as align or augment KG embeddings with text
descriptions. Different from prior work that plugs formal entity descriptions
declared in knowledge bases, this framework leverages a retriever model to
selectively identify richer or highly relevant text descriptions to use in
augmenting entities. Furthermore, the framework treats the number of
descriptions to use in augmentation process as a parameter, which allows the
flexibility of enumerating across several numbers before identifying an
appropriate number. Experiment results for Link Prediction demonstrate a 5.5%
and 3.5% percentage increase in the Mean Reciprocal Rank (MRR) and Hits@10
scores respectively, in comparison to text-enhanced knowledge graph
augmentation methods using traditional CNNs. | cs.CL | Select and Augment: Enhanced Dense Retrieval Knowledge Graph Augmentation |
2023-07-28T19:13:26Z | http://arxiv.org/pdf/2307.15771v1 | http://arxiv.org/abs/2307.15771v1 | Thomas McGrath, Matthew Rahtz, Janos Kramar, Vladimir Mikulik, Shane Legg | 2023-07-28T19:13:26Z | cs.LG, cs.AI, cs.CL | We investigate the internal structure of language model computations using
causal analysis and demonstrate two motifs: (1) a form of adaptive computation
where ablations of one attention layer of a language model cause another layer
to compensate (which we term the Hydra effect) and (2) a counterbalancing
function of late MLP layers that act to downregulate the maximum-likelihood
token. Our ablation studies demonstrate that language model layers are
typically relatively loosely coupled (ablations to one layer only affect a
small number of downstream layers). Surprisingly, these effects occur even in
language models trained without any form of dropout. We analyse these effects
in the context of factual recall and consider their implications for
circuit-level attribution in language models. | cs.LG | The Hydra Effect: Emergent Self-repair in Language Model Computations |
2023-07-28T18:58:16Z | http://arxiv.org/pdf/2307.15770v2 | http://arxiv.org/abs/2307.15770v2 | Jingwei Ni, Julia Bingler, Chiara Colesanti-Senni, Mathias Kraus, Glen Gostlow, Tobias Schimanski, Dominik Stammbach, Saeid Ashraf Vaghefi, Qian Wang, Nicolas Webersinke, Tobias Wekhof, Tingyu Yu, Markus Leippold | 2023-10-11T16:49:29Z | cs.CL, cs.AI | In the face of climate change, are companies really taking substantial steps
toward more sustainable operations? A comprehensive answer lies in the dense,
information-rich landscape of corporate sustainability reports. However, the
sheer volume and complexity of these reports make human analysis very costly.
Therefore, only a few entities worldwide have the resources to analyze these
reports at scale, which leads to a lack of transparency in sustainability
reporting. Empowering stakeholders with LLM-based automatic analysis tools can
be a promising way to democratize sustainability report analysis. However,
developing such tools is challenging due to (1) the hallucination of LLMs and
(2) the inefficiency of bringing domain experts into the AI development loop.
In this paper, we ChatReport, a novel LLM-based system to automate the analysis
of corporate sustainability reports, addressing existing challenges by (1)
making the answers traceable to reduce the harm of hallucination and (2)
actively involving domain experts in the development loop. We make our
methodology, annotated datasets, and generated analyses of 1015 reports
publicly available. | cs.CL | CHATREPORT: Democratizing Sustainability Disclosure Analysis through LLM-based Tools |
2023-07-28T18:36:42Z | http://arxiv.org/pdf/2307.15759v1 | http://arxiv.org/abs/2307.15759v1 | Xiangyun Lei, Edward Kim, Viktoriia Baibakova, Shijing Sun | 2023-07-28T18:36:42Z | physics.chem-ph, cs.AI, cs.CL | Natural Language Processing (NLP), a cornerstone field within artificial
intelligence, has been increasingly utilized in the field of materials science
literature. Our study conducts a reproducibility analysis of two pioneering
works within this domain: "Machine-learned and codified synthesis parameters of
oxide materials" by Kim et al., and "Unsupervised word embeddings capture
latent knowledge from materials science literature" by Tshitoyan et al. We aim
to comprehend these studies from a reproducibility perspective, acknowledging
their significant influence on the field of materials informatics, rather than
critiquing them. Our study indicates that both papers offered thorough
workflows, tidy and well-documented codebases, and clear guidance for model
evaluation. This makes it easier to replicate their results successfully and
partially reproduce their findings. In doing so, they set commendable standards
for future materials science publications to aspire to. However, our analysis
also highlights areas for improvement such as to provide access to training
data where copyright restrictions permit, more transparency on model
architecture and the training process, and specifications of software
dependency versions. We also cross-compare the word embedding models between
papers, and find that some key differences in reproducibility and
cross-compatibility are attributable to design choices outside the bounds of
the models themselves. In summary, our study appreciates the benchmark set by
these seminal papers while advocating for further enhancements in research
reproducibility practices in the field of NLP for materials science. This
balance of understanding and continuous improvement will ultimately propel the
intersecting domains of NLP and materials science literature into a future of
exciting discoveries. | physics.chem-ph | Lessons in Reproducibility: Insights from NLP Studies in Materials Science |
2023-07-28T18:11:17Z | http://arxiv.org/pdf/2307.15752v1 | http://arxiv.org/abs/2307.15752v1 | Vidhita Jagwani, Smit Meghani, Krishna Pai, Sudhir Dhage | 2023-07-28T18:11:17Z | cs.CL, cs.LG | In this paper, we propose a method for resume rating using Latent Dirichlet
Allocation (LDA) and entity detection with SpaCy. The proposed method first
extracts relevant entities such as education, experience, and skills from the
resume using SpaCy's Named Entity Recognition (NER). The LDA model then uses
these entities to rate the resume by assigning topic probabilities to each
entity. Furthermore, we conduct a detailed analysis of the entity detection
using SpaCy's NER and report its evaluation metrics. Using LDA, our proposed
system breaks down resumes into latent topics and extracts meaningful semantic
representations. With a vision to define our resume score to be more
content-driven rather than a structure and keyword match driven, our model has
achieved 77% accuracy with respect to only skills in consideration and an
overall 82% accuracy with all attributes in consideration. (like college name,
work experience, degree and skills) | cs.CL | Resume Evaluation through Latent Dirichlet Allocation and Natural Language Processing for Effective Candidate Selection |
2023-07-28T18:01:08Z | http://arxiv.org/pdf/2307.15745v2 | http://arxiv.org/abs/2307.15745v2 | Nandita Naik, Christopher Potts, Elisa Kreiss | 2023-08-30T15:58:56Z | cs.CL, cs.CV | Visual question answering (VQA) has the potential to make the Internet more
accessible in an interactive way, allowing people who cannot see images to ask
questions about them. However, multiple studies have shown that people who are
blind or have low-vision prefer image explanations that incorporate the context
in which an image appears, yet current VQA datasets focus on images in
isolation. We argue that VQA models will not fully succeed at meeting people's
needs unless they take context into account. To further motivate and analyze
the distinction between different contexts, we introduce Context-VQA, a VQA
dataset that pairs images with contexts, specifically types of websites (e.g.,
a shopping website). We find that the types of questions vary systematically
across contexts. For example, images presented in a travel context garner 2
times more "Where?" questions, and images on social media and news garner 2.8
and 1.8 times more "Who?" questions than the average. We also find that context
effects are especially important when participants can't see the image. These
results demonstrate that context affects the types of questions asked and that
VQA models should be context-sensitive to better meet people's needs,
especially in accessibility settings. | cs.CL | Context-VQA: Towards Context-Aware and Purposeful Visual Question Answering |
2023-07-28T17:51:21Z | http://arxiv.org/pdf/2307.15703v1 | http://arxiv.org/abs/2307.15703v1 | Joris Baan, Nico Daheim, Evgenia Ilia, Dennis Ulmer, Haau-Sing Li, Raquel Fernández, Barbara Plank, Rico Sennrich, Chrysoula Zerva, Wilker Aziz | 2023-07-28T17:51:21Z | cs.CL, cs.AI, cs.LG | Recent advances of powerful Language Models have allowed Natural Language
Generation (NLG) to emerge as an important technology that can not only perform
traditional tasks like summarisation or translation, but also serve as a
natural language interface to a variety of applications. As such, it is crucial
that NLG systems are trustworthy and reliable, for example by indicating when
they are likely to be wrong; and supporting multiple views, backgrounds and
writing styles -- reflecting diverse human sub-populations. In this paper, we
argue that a principled treatment of uncertainty can assist in creating systems
and evaluation protocols better aligned with these goals. We first present the
fundamental theory, frameworks and vocabulary required to represent
uncertainty. We then characterise the main sources of uncertainty in NLG from a
linguistic perspective, and propose a two-dimensional taxonomy that is more
informative and faithful than the popular aleatoric/epistemic dichotomy.
Finally, we move from theory to applications and highlight exciting research
directions that exploit uncertainty to power decoding, controllable generation,
self-assessment, selective answering, active learning and more. | cs.CL | Uncertainty in Natural Language Generation: From Theory to Applications |
2023-07-28T16:03:28Z | http://arxiv.org/pdf/2307.15644v2 | http://arxiv.org/abs/2307.15644v2 | Zun Wang, Jialu Li, Yicong Hong, Yi Wang, Qi Wu, Mohit Bansal, Stephen Gould, Hao Tan, Yu Qiao | 2023-08-09T23:51:22Z | cs.CV, cs.AI, cs.CL, cs.LG | Recent research in language-guided visual navigation has demonstrated a
significant demand for the diversity of traversable environments and the
quantity of supervision for training generalizable agents. To tackle the common
data scarcity issue in existing vision-and-language navigation datasets, we
propose an effective paradigm for generating large-scale data for learning,
which applies 1200+ photo-realistic environments from HM3D and Gibson datasets
and synthesizes 4.9 million instruction trajectory pairs using fully-accessible
resources on the web. Importantly, we investigate the influence of each
component in this paradigm on the agent's performance and study how to
adequately apply the augmented data to pre-train and fine-tune an agent. Thanks
to our large-scale dataset, the performance of an existing agent can be pushed
up (+11% absolute with regard to previous SoTA) to a significantly new best of
80% single-run success rate on the R2R test split by simple imitation learning.
The long-lasting generalization gap between navigating in seen and unseen
environments is also reduced to less than 1% (versus 8% in the previous best
method). Moreover, our paradigm also facilitates different models to achieve
new state-of-the-art navigation results on CVDN, REVERIE, and R2R in continuous
environments. | cs.CV | Scaling Data Generation in Vision-and-Language Navigation |
2023-07-28T14:52:08Z | http://arxiv.org/pdf/2307.15593v3 | http://arxiv.org/abs/2307.15593v3 | Rohith Kuditipudi, John Thickstun, Tatsunori Hashimoto, Percy Liang | 2024-06-06T04:53:25Z | cs.LG, cs.CL, cs.CR | We propose a methodology for planting watermarks in text from an
autoregressive language model that are robust to perturbations without changing
the distribution over text up to a certain maximum generation budget. We
generate watermarked text by mapping a sequence of random numbers -- which we
compute using a randomized watermark key -- to a sample from the language
model. To detect watermarked text, any party who knows the key can align the
text to the random number sequence. We instantiate our watermark methodology
with two sampling schemes: inverse transform sampling and exponential minimum
sampling. We apply these watermarks to three language models -- OPT-1.3B,
LLaMA-7B and Alpaca-7B -- to experimentally validate their statistical power
and robustness to various paraphrasing attacks. Notably, for both the OPT-1.3B
and LLaMA-7B models, we find we can reliably detect watermarked text ($p \leq
0.01$) from $35$ tokens even after corrupting between $40$-$50\%$ of the tokens
via random edits (i.e., substitutions, insertions or deletions). For the
Alpaca-7B model, we conduct a case study on the feasibility of watermarking
responses to typical user instructions. Due to the lower entropy of the
responses, detection is more difficult: around $25\%$ of the responses -- whose
median length is around $100$ tokens -- are detectable with $p \leq 0.01$, and
the watermark is also less robust to certain automated paraphrasing attacks we
implement. | cs.LG | Robust Distortion-free Watermarks for Language Models |
2023-07-28T14:29:19Z | http://arxiv.org/pdf/2307.15582v1 | http://arxiv.org/abs/2307.15582v1 | Alafate Abulimiti, Chloé Clavel, Justine Cassell | 2023-07-28T14:29:19Z | cs.CL | This paper explores the application of machine learning techniques to predict
where hedging occurs in peer-tutoring interactions. The study uses a
naturalistic face-to-face dataset annotated for natural language turns,
conversational strategies, tutoring strategies, and nonverbal behaviours. These
elements are processed into a vector representation of the previous turns,
which serves as input to several machine learning models. Results show that
embedding layers, that capture the semantic information of the previous turns,
significantly improves the model's performance. Additionally, the study
provides insights into the importance of various features, such as
interpersonal rapport and nonverbal behaviours, in predicting hedges by using
Shapley values for feature explanation. We discover that the eye gaze of both
the tutor and the tutee has a significant impact on hedge prediction. We
further validate this observation through a follow-up ablation study. | cs.CL | When to generate hedges in peer-tutoring interactions |
2023-07-28T13:50:25Z | http://arxiv.org/pdf/2307.15555v1 | http://arxiv.org/abs/2307.15555v1 | Daniele Mari, Davide Salvi, Paolo Bestagini, Simone Milani | 2023-07-28T13:50:25Z | cs.SD, cs.CL, cs.CR, eess.AS | Recent advances in deep learning and computer vision have made the synthesis
and counterfeiting of multimedia content more accessible than ever, leading to
possible threats and dangers from malicious users. In the audio field, we are
witnessing the growth of speech deepfake generation techniques, which solicit
the development of synthetic speech detection algorithms to counter possible
mischievous uses such as frauds or identity thefts. In this paper, we consider
three different feature sets proposed in the literature for the synthetic
speech detection task and present a model that fuses them, achieving overall
better performances with respect to the state-of-the-art solutions. The system
was tested on different scenarios and datasets to prove its robustness to
anti-forensic attacks and its generalization capabilities. | cs.SD | All-for-One and One-For-All: Deep learning-based feature fusion for Synthetic Speech Detection |
2023-07-28T13:44:33Z | http://arxiv.org/pdf/2307.15554v1 | http://arxiv.org/abs/2307.15554v1 | Javier Chiyah-Garcia, Alessandro Suglia, Arash Eshghi, Helen Hastie | 2023-07-28T13:44:33Z | cs.CL | Referential ambiguities arise in dialogue when a referring expression does
not uniquely identify the intended referent for the addressee. Addressees
usually detect such ambiguities immediately and work with the speaker to repair
it using meta-communicative, Clarificational Exchanges (CE): a Clarification
Request (CR) and a response. Here, we argue that the ability to generate and
respond to CRs imposes specific constraints on the architecture and objective
functions of multi-modal, visually grounded dialogue models. We use the SIMMC
2.0 dataset to evaluate the ability of different state-of-the-art model
architectures to process CEs, with a metric that probes the contextual updates
that arise from them in the model. We find that language-based models are able
to encode simple multi-modal semantic information and process some CEs,
excelling with those related to the dialogue history, whilst multi-modal models
can use additional learning objectives to obtain disentangled object
representations, which become crucial to handle complex referential ambiguities
across modalities overall. | cs.CL | 'What are you referring to?' Evaluating the Ability of Multi-Modal Dialogue Models to Process Clarificational Exchanges |
2023-07-28T13:16:46Z | http://arxiv.org/pdf/2307.15543v1 | http://arxiv.org/abs/2307.15543v1 | Yannick Forster, Dominik Kirst, Niklas Mück | 2023-07-28T13:16:46Z | cs.LO, cs.CL, math.LO | We develop synthetic notions of oracle computability and Turing reducibility
in the Calculus of Inductive Constructions (CIC), the constructive type theory
underlying the Coq proof assistant. As usual in synthetic approaches, we employ
a definition of oracle computations based on meta-level functions rather than
object-level models of computation, relying on the fact that in constructive
systems such as CIC all definable functions are computable by construction.
Such an approach lends itself well to machine-checked proofs, which we carry
out in Coq.
There is a tension in finding a good synthetic rendering of the higher-order
notion of oracle computability. On the one hand, it has to be informative
enough to prove central results, ensuring that all notions are faithfully
captured. On the other hand, it has to be restricted enough to benefit from
axioms for synthetic computability, which usually concern first-order objects.
Drawing inspiration from a definition by Andrej Bauer based on continuous
functions in the effective topos, we use a notion of sequential continuity to
characterise valid oracle computations.
As main technical results, we show that Turing reducibility forms an upper
semilattice, transports decidability, and is strictly more expressive than
truth-table reducibility, and prove that whenever both a predicate $p$ and its
complement are semi-decidable relative to an oracle $q$, then $p$
Turing-reduces to $q$. | cs.LO | Oracle Computability and Turing Reducibility in the Calculus of Inductive Constructions |
2023-07-28T12:08:15Z | http://arxiv.org/pdf/2307.15508v1 | http://arxiv.org/abs/2307.15508v1 | Brielen Madureira, Patrick Kahardipraja, David Schlangen | 2023-07-28T12:08:15Z | cs.CL | Incremental dialogue model components produce a sequence of output prefixes
based on incoming input. Mistakes can occur due to local ambiguities or to
wrong hypotheses, making the ability to revise past outputs a desirable
property that can be governed by a policy. In this work, we formalise and
characterise edits and revisions in incremental sequence labelling and propose
metrics to evaluate revision policies. We then apply our methodology to profile
the incremental behaviour of three Transformer-based encoders in various tasks,
paving the road for better revision policies. | cs.CL | The Road to Quality is Paved with Good Revisions: A Detailed Evaluation Methodology for Revision Policies in Incremental Sequence Labelling |
2023-07-28T12:00:13Z | http://arxiv.org/pdf/2307.15504v2 | http://arxiv.org/abs/2307.15504v2 | Shihao Liang, Runchu Tian, Kunlun Zhu, Yujia Qin, Huadong Wang, Xin Cong, Zhiyuan Liu, Xiaojiang Liu, Maosong Sun | 2024-01-08T13:26:37Z | cs.CL, cs.AI | Instruction tuning has emerged as a promising approach to enhancing large
language models in following human instructions. It is shown that increasing
the diversity and number of instructions in the training data can consistently
enhance generalization performance, which facilitates a recent endeavor to
collect various instructions and integrate existing instruction tuning datasets
into larger collections. However, different users have their unique ways of
expressing instructions, and there often exist variations across different
datasets in the instruction styles and formats, i.e., format inconsistency. In
this work, we propose a framework named Unified Instruction Tuning (UIT), which
calls OpenAI APIs for automatic format transfer among different instruction
tuning datasets such as PromptSource, FLAN and CrossFit. With the framework, we
(1) demonstrate the necessity of maintaining format consistency in instruction
tuning; (2) improve the generalization performance on unseen instructions on
T5-LM-xl; (3) provide a novel perplexity-based denoising method to reduce the
noise of automatic format transfer to make the UIT framework more practical and
a smaller offline model based on GPT-J that achieves comparable format transfer
capability to OpenAI APIs to reduce costs in practice. Further analysis
regarding variations of targeted formats and other effects is intended. | cs.CL | Exploring Format Consistency for Instruction Tuning |
2023-07-28T11:42:31Z | http://arxiv.org/pdf/2307.15494v2 | http://arxiv.org/abs/2307.15494v2 | Kevin Denamganaï, Daniel Hernandez, Ozan Vardal, Sondess Missaoui, James Alfred Walker | 2023-12-17T10:30:11Z | cs.CL, cs.AI, cs.HC | Natural language instruction following is paramount to enable collaboration
between artificial agents and human beings. Natural language-conditioned
reinforcement learning (RL) agents have shown how natural languages'
properties, such as compositionality, can provide a strong inductive bias to
learn complex policies. Previous architectures like HIGhER combine the benefit
of language-conditioning with Hindsight Experience Replay (HER) to deal with
sparse rewards environments. Yet, like HER, HIGhER relies on an oracle
predicate function to provide a feedback signal highlighting which linguistic
description is valid for which state. This reliance on an oracle limits its
application. Additionally, HIGhER only leverages the linguistic information
contained in successful RL trajectories, thus hurting its final performance and
data-efficiency. Without early successful trajectories, HIGhER is no better
than DQN upon which it is built. In this paper, we propose the Emergent Textual
Hindsight Experience Replay (ETHER) agent, which builds on HIGhER and addresses
both of its limitations by means of (i) a discriminative visual referential
game, commonly studied in the subfield of Emergent Communication (EC), used
here as an unsupervised auxiliary task and (ii) a semantic grounding scheme to
align the emergent language with the natural language of the
instruction-following benchmark. We show that the referential game's agents
make an artificial language emerge that is aligned with the natural-like
language used to describe goals in the BabyAI benchmark and that it is
expressive enough so as to also describe unsuccessful RL trajectories and thus
provide feedback to the RL agent to leverage the linguistic, structured
information contained in all trajectories. Our work shows that EC is a viable
unsupervised auxiliary task for RL and provides missing pieces to make HER more
widely applicable. | cs.CL | ETHER: Aligning Emergent Communication for Hindsight Experience Replay |
2023-07-28T11:38:05Z | http://arxiv.org/pdf/2307.15493v1 | http://arxiv.org/abs/2307.15493v1 | Andreas Liesenfeld, Alianda Lopez, Mark Dingemanse | 2023-07-28T11:38:05Z | cs.CL | Speech recognition systems are a key intermediary in voice-driven
human-computer interaction. Although speech recognition works well for pristine
monologic audio, real-life use cases in open-ended interactive settings still
present many challenges. We argue that timing is mission-critical for dialogue
systems, and evaluate 5 major commercial ASR systems for their conversational
and multilingual support. We find that word error rates for natural
conversational data in 6 languages remain abysmal, and that overlap remains a
key challenge (study 1). This impacts especially the recognition of
conversational words (study 2), and in turn has dire consequences for
downstream intent recognition (study 3). Our findings help to evaluate the
current state of conversational ASR, contribute towards multidimensional error
analysis and evaluation, and identify phenomena that need most attention on the
way to build robust interactive speech technologies. | cs.CL | The timing bottleneck: Why timing and overlap are mission-critical for conversational user interfaces, speech recognition and dialogue systems |
2023-07-28T11:20:23Z | http://arxiv.org/pdf/2307.15484v3 | http://arxiv.org/abs/2307.15484v3 | Chunyu Qiang, Hao Li, Hao Ni, He Qu, Ruibo Fu, Tao Wang, Longbiao Wang, Jianwu Dang | 2023-12-18T12:48:01Z | cs.SD, cs.AI, cs.CL, eess.AS | Recently, there has been a growing interest in text-to-speech (TTS) methods
that can be trained with minimal supervision by combining two types of discrete
speech representations and using two sequence-to-sequence tasks to decouple
TTS. However, existing methods suffer from three problems: the high
dimensionality and waveform distortion of discrete speech representations, the
prosodic averaging problem caused by the duration prediction model in
non-autoregressive frameworks, and the information redundancy and dimension
explosion problems of existing semantic encoding methods. To address these
problems, three progressive methods are proposed. First, we propose
Diff-LM-Speech, an autoregressive structure consisting of a language model and
diffusion models, which models the semantic embedding into the mel-spectrogram
based on a diffusion model to achieve higher audio quality. We also introduce a
prompt encoder structure based on a variational autoencoder and a prosody
bottleneck to improve prompt representation ability. Second, we propose
Tetra-Diff-Speech, a non-autoregressive structure consisting of four diffusion
model-based modules that design a duration diffusion model to achieve diverse
prosodic expressions. Finally, we propose Tri-Diff-Speech, a non-autoregressive
structure consisting of three diffusion model-based modules that verify the
non-necessity of existing semantic encoding models and achieve the best
results. Experimental results show that our proposed methods outperform
baseline methods. We provide a website with audio samples. | cs.SD | Minimally-Supervised Speech Synthesis with Conditional Diffusion Model and Language Model: A Comparative Study of Semantic Coding |
2023-07-28T10:45:14Z | http://arxiv.org/pdf/2307.16806v2 | http://arxiv.org/abs/2307.16806v2 | David Bayani | 2024-02-06T05:01:11Z | cs.CL, cs.AI, cs.LG | Over the eight months since its release, ChatGPT and its underlying model,
GPT3.5, have garnered massive attention, due to their potent mix of capability
and accessibility. While a niche-industry of papers have emerged examining the
scope of capabilities these models possess, the information fed to and
extracted from these networks has been either natural language text or
stylized, code-like language. Drawing inspiration from the prowess we expect a
truly human-level intelligent agent to have across multiple signal modalities,
in this work we examine GPT3.5's aptitude for visual tasks, where the inputs
feature content provided as ASCII-art without overt distillation into a lingual
summary. We conduct experiments analyzing the model's performance on image
recognition tasks after various transforms typical in visual settings, trials
investigating knowledge of image parts, and tasks covering image generation. | cs.CL | Testing the Depth of ChatGPT's Comprehension via Cross-Modal Tasks Based on ASCII-Art: GPT3.5's Abilities in Regard to Recognizing and Generating ASCII-Art Are Not Totally Lacking |
2023-07-28T10:26:28Z | http://arxiv.org/pdf/2307.15460v1 | http://arxiv.org/abs/2307.15460v1 | Yi Zhang, Ce Zhang, Yushun Tang, Zhihai He | 2023-07-28T10:26:28Z | cs.CV, cs.CL | Large-scale pre-trained Vision-Language Models (VLMs), such as CLIP,
establish the correlation between texts and images, achieving remarkable
success on various downstream tasks with fine-tuning. In existing fine-tuning
methods, the class-specific text description is matched against the whole
image. We recognize that this whole image matching is not effective since
images from the same class often contain a set of different semantic objects,
and an object further consists of a set of semantic parts or concepts.
Individual semantic parts or concepts may appear in image samples from
different classes. To address this issue, in this paper, we develop a new
method called cross-model concept learning and inference (CCLI). Using the
powerful text-image correlation capability of CLIP, our method automatically
learns a large set of distinctive visual concepts from images using a set of
semantic text concepts. Based on these visual concepts, we construct a
discriminative representation of images and learn a concept inference network
to perform downstream image classification tasks, such as few-shot learning and
domain generalization. Extensive experimental results demonstrate that our CCLI
method is able to improve the performance upon the current state-of-the-art
methods by large margins, for example, by up to 8.0% improvement on few-shot
learning and by up to 1.3% for domain generalization. | cs.CV | Cross-Modal Concept Learning and Inference for Vision-Language Models |
2023-07-28T10:17:30Z | http://arxiv.org/pdf/2307.15455v2 | http://arxiv.org/abs/2307.15455v2 | Kaushal Kumar Maurya, Maunendra Sankar Desarkar, Manish Gupta, Puneet Agrawal | 2023-10-23T05:16:56Z | cs.CL | Query auto-completion (QAC) aims to suggest plausible completions for a given
query prefix. Traditionally, QAC systems have leveraged tries curated from
historical query logs to suggest most popular completions. In this context,
there are two specific scenarios that are difficult to handle for any QAC
system: short prefixes (which are inherently ambiguous) and unseen prefixes.
Recently, personalized Natural Language Generation (NLG) models have been
proposed to leverage previous session queries as context for addressing these
two challenges. However, such NLG models suffer from two drawbacks: (1) some of
the previous session queries could be noisy and irrelevant to the user intent
for the current prefix, and (2) NLG models cannot directly incorporate
historical query popularity. This motivates us to propose a novel NLG model for
QAC, Trie-NLG, which jointly leverages popularity signals from trie and
personalization signals from previous session queries. We train the Trie-NLG
model by augmenting the prefix with rich context comprising of recent session
queries and top trie completions. This simple modeling approach overcomes the
limitations of trie-based and NLG-based approaches and leads to
state-of-the-art performance. We evaluate the Trie-NLG model using two large
QAC datasets. On average, our model achieves huge ~57% and ~14% boost in MRR
over the popular trie-based lookup and the strong BART-based baseline methods,
respectively. We make our code publicly available. | cs.CL | Trie-NLG: Trie Context Augmentation to Improve Personalized Query Auto-Completion for Short and Unseen Prefixes |
2023-07-28T10:11:01Z | http://arxiv.org/pdf/2307.15453v2 | http://arxiv.org/abs/2307.15453v2 | Giovanni Sileno, Jean-Louis Dessalles | 2023-09-11T14:06:27Z | cs.AI, cs.CL | The paper presents the main characteristics and a preliminary implementation
of a novel computational framework named CompLog. Inspired by probabilistic
programming systems like ProbLog, CompLog builds upon the inferential
mechanisms proposed by Simplicity Theory, relying on the computation of two
Kolmogorov complexities (here implemented as min-path searches via ASP
programs) rather than probabilistic inference. The proposed system enables
users to compute ex-post and ex-ante measures of unexpectedness of a certain
situation, mapping respectively to posterior and prior subjective
probabilities. The computation is based on the specification of world and
mental models by means of causal and descriptive relations between predicates
weighted by complexity. The paper illustrates a few examples of application:
generating relevant descriptions, and providing alternative approaches to
disjunction and to negation. | cs.AI | From Probabilistic Programming to Complexity-based Programming |
2023-07-28T09:29:42Z | http://arxiv.org/pdf/2307.15432v2 | http://arxiv.org/abs/2307.15432v2 | Jiang Li, Xiaoping Wang, Yingjian Liu, Zhigang Zeng | 2024-04-13T01:05:05Z | cs.CL | Multimodal emotion recognition in conversation (ERC) has garnered growing
attention from research communities in various fields. In this paper, we
propose a Cross-modal Fusion Network with Emotion-Shift Awareness (CFN-ESA) for
ERC. Extant approaches employ each modality equally without distinguishing the
amount of emotional information in these modalities, rendering it hard to
adequately extract complementary information from multimodal data. To cope with
this problem, in CFN-ESA, we treat textual modality as the primary source of
emotional information, while visual and acoustic modalities are taken as the
secondary sources. Besides, most multimodal ERC models ignore emotion-shift
information and overfocus on contextual information, leading to the failure of
emotion recognition under emotion-shift scenario. We elaborate an emotion-shift
module to address this challenge. CFN-ESA mainly consists of unimodal encoder
(RUME), cross-modal encoder (ACME), and emotion-shift module (LESM). RUME is
applied to extract conversation-level contextual emotional cues while pulling
together data distributions between modalities; ACME is utilized to perform
multimodal interaction centered on textual modality; LESM is used to model
emotion shift and capture emotion-shift information, thereby guiding the
learning of the main task. Experimental results demonstrate that CFN-ESA can
effectively promote performance for ERC and remarkably outperform
state-of-the-art models. | cs.CL | CFN-ESA: A Cross-Modal Fusion Network with Emotion-Shift Awareness for Dialogue Emotion Recognition |
2023-07-28T09:20:22Z | http://arxiv.org/pdf/2307.15425v1 | http://arxiv.org/abs/2307.15425v1 | Arash Hajikhani, Carolyn Cole | 2023-07-28T09:20:22Z | cs.CL, cs.AI | This paper examines the comparative effectiveness of a specialized compiled
language model and a general-purpose model like OpenAI's GPT-3.5 in detecting
SDGs within text data. It presents a critical review of Large Language Models
(LLMs), addressing challenges related to bias and sensitivity. The necessity of
specialized training for precise, unbiased analysis is underlined. A case study
using a company descriptions dataset offers insight into the differences
between the GPT-3.5 and the specialized SDG detection model. While GPT-3.5
boasts broader coverage, it may identify SDGs with limited relevance to the
companies' activities. In contrast, the specialized model zeroes in on highly
pertinent SDGs. The importance of thoughtful model selection is emphasized,
taking into account task requirements, cost, complexity, and transparency.
Despite the versatility of LLMs, the use of specialized models is suggested for
tasks demanding precision and accuracy. The study concludes by encouraging
further research to find a balance between the capabilities of LLMs and the
need for domain-specific expertise and interpretability. | cs.CL | A Critical Review of Large Language Models: Sensitivity, Bias, and the Path Toward Specialized AI |
2023-07-28T09:06:50Z | http://arxiv.org/pdf/2307.15413v1 | http://arxiv.org/abs/2307.15413v1 | Zhizhen Zhang, Xiaohui Xie, Mengyu Yang, Ye Tian, Yong Jiang, Yong Cui | 2023-07-28T09:06:50Z | cs.MM, cs.AI, cs.CL | Social Media Popularity Prediction has drawn a lot of attention because of
its profound impact on many different applications, such as recommendation
systems and multimedia advertising. Despite recent efforts to leverage the
content of social media posts to improve prediction accuracy, many existing
models fail to fully exploit the multiple dependencies between posts, which are
important to comprehensively extract content information from posts. To tackle
this problem, we propose a novel prediction framework named Dependency-aware
Sequence Network (DSN) that exploits both intra- and inter-post dependencies.
For intra-post dependency, DSN adopts a multimodal feature extractor with an
efficient fine-tuning strategy to obtain task-specific representations from
images and textual information of posts. For inter-post dependency, DSN uses a
hierarchical information propagation method to learn category representations
that could better describe the difference between posts. DSN also exploits
recurrent networks with a series of gating layers for more flexible local
temporal processing abilities and multi-head attention for long-term
dependencies. The experimental results on the Social Media Popularity Dataset
demonstrate the superiority of our method compared to existing state-of-the-art
models. | cs.MM | Improving Social Media Popularity Prediction with Multiple Post Dependencies |
2023-07-28T09:03:19Z | http://arxiv.org/pdf/2307.15411v2 | http://arxiv.org/abs/2307.15411v2 | Xindi Wang, Yufei Wang, Can Xu, Xiubo Geng, Bowen Zhang, Chongyang Tao, Frank Rudzicz, Robert E. Mercer, Daxin Jiang | 2023-08-01T16:04:09Z | cs.CL | Large language models (LLMs) have shown remarkable capacity for in-context
learning (ICL), where learning a new task from just a few training examples is
done without being explicitly pre-trained. However, despite the success of
LLMs, there has been little understanding of how ICL learns the knowledge from
the given prompts. In this paper, to make progress toward understanding the
learning behaviour of ICL, we train the same LLMs with the same demonstration
examples via ICL and supervised learning (SL), respectively, and investigate
their performance under label perturbations (i.e., noisy labels and label
imbalance) on a range of classification tasks. First, via extensive
experiments, we find that gold labels have significant impacts on the
downstream in-context performance, especially for large language models;
however, imbalanced labels matter little to ICL across all model sizes. Second,
when comparing with SL, we show empirically that ICL is less sensitive to label
perturbations than SL, and ICL gradually attains comparable performance to SL
as the model size increases. | cs.CL | Investigating the Learning Behaviour of In-context Learning: A Comparison with Supervised Learning |
2023-07-28T09:03:14Z | http://arxiv.org/pdf/2307.15410v1 | http://arxiv.org/abs/2307.15410v1 | Rita Costa, Bruno Martins, Sérgio Viana, Luisa Coheur | 2023-07-28T09:03:14Z | cs.CL, I.2; I.7 | State of the art models in intent induction require annotated datasets.
However, annotating dialogues is time-consuming, laborious and expensive. In
this work, we propose a completely unsupervised framework for intent induction
within a dialogue. In addition, we show how pre-processing the dialogue corpora
can improve results. Finally, we show how to extract the dialogue flows of
intentions by investigating the most common sequences. Although we test our
work in the MultiWOZ dataset, the fact that this framework requires no prior
knowledge make it applicable to any possible use case, making it very relevant
to real world customer support applications across industry. | cs.CL | Towards a Fully Unsupervised Framework for Intent Induction in Customer Support Dialogues |
2023-07-28T07:52:26Z | http://arxiv.org/pdf/2307.15376v1 | http://arxiv.org/abs/2307.15376v1 | Sanjana Kolar, Rohit Kumar | 2023-07-28T07:52:26Z | cs.CL | This research investigates the effectiveness of ChatGPT, an AI language model
by OpenAI, in translating English into Hindi, Telugu, and Kannada languages,
aimed at assisting tourists in India's linguistically diverse environment. To
measure the translation quality, a test set of 50 questions from diverse fields
such as general knowledge, food, and travel was used. These were assessed by
five volunteers for accuracy and fluency, and the scores were subsequently
converted into a BLEU score. The BLEU score evaluates the closeness of a
machine-generated translation to a human translation, with a higher score
indicating better translation quality. The Hindi translations outperformed
others, showcasing superior accuracy and fluency, whereas Telugu translations
lagged behind. Human evaluators rated both the accuracy and fluency of
translations, offering a comprehensive perspective on the language model's
performance. | cs.CL | Multilingual Tourist Assistance using ChatGPT: Comparing Capabilities in Hindi, Telugu, and Kannada |
2023-07-28T06:43:04Z | http://arxiv.org/pdf/2307.15343v2 | http://arxiv.org/abs/2307.15343v2 | Ankit Pal, Logesh Kumar Umapathi, Malaikannan Sankarasubbu | 2023-10-14T17:04:12Z | cs.CL, cs.AI, cs.LG, stat.ML | This research paper focuses on the challenges posed by hallucinations in
large language models (LLMs), particularly in the context of the medical
domain. Hallucination, wherein these models generate plausible yet unverified
or incorrect information, can have serious consequences in healthcare
applications. We propose a new benchmark and dataset, Med-HALT (Medical Domain
Hallucination Test), designed specifically to evaluate and reduce
hallucinations. Med-HALT provides a diverse multinational dataset derived from
medical examinations across various countries and includes multiple innovative
testing modalities. Med-HALT includes two categories of tests reasoning and
memory-based hallucination tests, designed to assess LLMs's problem-solving and
information retrieval abilities.
Our study evaluated leading LLMs, including Text Davinci, GPT-3.5, LlaMa-2,
MPT, and Falcon, revealing significant differences in their performance. The
paper provides detailed insights into the dataset, promoting transparency and
reproducibility. Through this work, we aim to contribute to the development of
safer and more reliable language models in healthcare. Our benchmark can be
found at medhalt.github.io | cs.CL | Med-HALT: Medical Domain Hallucination Test for Large Language Models |
2023-07-28T06:33:09Z | http://arxiv.org/pdf/2307.15341v1 | http://arxiv.org/abs/2307.15341v1 | Camélia Guerraoui, Paul Reisert, Naoya Inoue, Farjana Sultana Mim, Shoichi Naito, Jungmin Choi, Irfan Robbani, Wenzhi Wang, Kentaro Inui | 2023-07-28T06:33:09Z | cs.CL | The use of argumentation in education has been shown to improve critical
thinking skills for end-users such as students, and computational models for
argumentation have been developed to assist in this process. Although these
models are useful for evaluating the quality of an argument, they oftentimes
cannot explain why a particular argument is considered poor or not, which makes
it difficult to provide constructive feedback to users to strengthen their
critical thinking skills. In this survey, we aim to explore the different
dimensions of feedback (Richness, Visualization, Interactivity, and
Personalization) provided by the current computational models for
argumentation, and the possibility of enhancing the power of explanations of
such models, ultimately helping learners improve their critical thinking
skills. | cs.CL | Teach Me How to Improve My Argumentation Skills: A Survey on Feedback in Argumentation |
2023-07-28T06:31:34Z | http://arxiv.org/pdf/2307.15337v3 | http://arxiv.org/abs/2307.15337v3 | Xuefei Ning, Zinan Lin, Zixuan Zhou, Zifu Wang, Huazhong Yang, Yu Wang | 2024-03-02T02:45:33Z | cs.CL, cs.AI | This work aims at decreasing the end-to-end generation latency of large
language models (LLMs). One of the major causes of the high generation latency
is the sequential decoding approach adopted by almost all state-of-the-art
LLMs. In this work, motivated by the thinking and writing process of humans, we
propose Skeleton-of-Thought (SoT), which first guides LLMs to generate the
skeleton of the answer, and then conducts parallel API calls or batched
decoding to complete the contents of each skeleton point in parallel. Not only
does SoT provide considerable speed-ups across 12 LLMs, but it can also
potentially improve the answer quality on several question categories. SoT is
an initial attempt at data-centric optimization for inference efficiency, and
showcases the potential of eliciting high-quality answers by explicitly
planning the answer structure in language. | cs.CL | Skeleton-of-Thought: Prompting LLMs for Efficient Parallel Generation |
2023-07-28T06:23:32Z | http://arxiv.org/pdf/2307.15335v1 | http://arxiv.org/abs/2307.15335v1 | Khiem Vinh Tran, Kiet Van Nguyen, Ngan Luu Thuy Nguyen | 2023-07-28T06:23:32Z | cs.CL, cs.CV | Visual Question Answering (VQA) is an intricate and demanding task that
integrates natural language processing (NLP) and computer vision (CV),
capturing the interest of researchers. The English language, renowned for its
wealth of resources, has witnessed notable advancements in both datasets and
models designed for VQA. However, there is a lack of models that target
specific countries such as Vietnam. To address this limitation, we introduce a
transformer-based Vietnamese model named BARTPhoBEiT. This model includes
pre-trained Sequence-to-Sequence and bidirectional encoder representation from
Image Transformers in Vietnamese and evaluates Vietnamese VQA datasets.
Experimental results demonstrate that our proposed model outperforms the strong
baseline and improves the state-of-the-art in six metrics: Accuracy, Precision,
Recall, F1-score, WUPS 0.0, and WUPS 0.9. | cs.CL | BARTPhoBEiT: Pre-trained Sequence-to-Sequence and Image Transformers Models for Vietnamese Visual Question Answering |
2023-07-28T06:15:27Z | http://arxiv.org/pdf/2307.15331v1 | http://arxiv.org/abs/2307.15331v1 | Yun-Shiuan Chuang | 2023-07-28T06:15:27Z | cs.CL, cs.AI | This paper presents two self-contained tutorials on stance detection in
Twitter data using BERT fine-tuning and prompting large language models (LLMs).
The first tutorial explains BERT architecture and tokenization, guiding users
through training, tuning, and evaluating standard and domain-specific BERT
models with HuggingFace transformers. The second focuses on constructing
prompts and few-shot examples to elicit stances from ChatGPT and open-source
FLAN-T5 without fine-tuning. Various prompting strategies are implemented and
evaluated using confusion matrices and macro F1 scores. The tutorials provide
code, visualizations, and insights revealing the strengths of few-shot ChatGPT
and FLAN-T5 which outperform fine-tuned BERTs. By covering both model
fine-tuning and prompting-based techniques in an accessible, hands-on manner,
these tutorials enable learners to gain applied experience with cutting-edge
methods for stance detection. | cs.CL | Tutorials on Stance Detection using Pre-trained Language Models: Fine-tuning BERT and Prompting Large Language Models |
2023-07-28T05:43:39Z | http://arxiv.org/pdf/2308.01420v1 | http://arxiv.org/abs/2308.01420v1 | Charumathi Badrinath, Weiwei Pan, Finale Doshi-Velez | 2023-07-28T05:43:39Z | cs.CL, cs.LG | A common way to explore text corpora is through low-dimensional projections
of the documents, where one hopes that thematically similar documents will be
clustered together in the projected space. However, popular algorithms for
dimensionality reduction of text corpora, like Latent Dirichlet Allocation
(LDA), often produce projections that do not capture human notions of document
similarity. We propose a semi-supervised human-in-the-loop LDA-based method for
learning topics that preserve semantically meaningful relationships between
documents in low-dimensional projections. On synthetic corpora, our method
yields more interpretable projections than baseline methods with only a
fraction of labels provided. On a real corpus, we obtain qualitatively similar
results. | cs.CL | SAP-sLDA: An Interpretable Interface for Exploring Unstructured Text |
2023-07-28T05:17:11Z | http://arxiv.org/pdf/2307.15311v1 | http://arxiv.org/abs/2307.15311v1 | Ou Zheng, Mohamed Abdel-Aty, Dongdong Wang, Chenzhu Wang, Shengxuan Ding | 2023-07-28T05:17:11Z | cs.CL | Large Language Models (LLMs) have shown remarkable effectiveness in various
general-domain natural language processing (NLP) tasks. However, their
performance in transportation safety domain tasks has been suboptimal,
primarily attributed to the requirement for specialized transportation safety
expertise in generating accurate responses [1]. To address this challenge, we
introduce TrafficSafetyGPT, a novel LLAMA-based model, which has undergone
supervised fine-tuning using TrafficSafety-2K dataset which has human labels
from government produced guiding books and ChatGPT-generated instruction-output
pairs. Our proposed TrafficSafetyGPT model and TrafficSafety-2K train dataset
are accessible at https://github.com/ozheng1993/TrafficSafetyGPT. | cs.CL | TrafficSafetyGPT: Tuning a Pre-trained Large Language Model to a Domain-Specific Expert in Transportation Safety |
2023-07-28T04:17:41Z | http://arxiv.org/pdf/2307.15293v1 | http://arxiv.org/abs/2307.15293v1 | Te-Yu Chi, Yu-Meng Tang, Chia-Wen Lu, Qiu-Xia Zhang, Jyh-Shing Roger Jang | 2023-07-28T04:17:41Z | cs.CL, cs.AI | Our research focuses on solving the zero-shot text classification problem in
NLP, with a particular emphasis on innovative self-training strategies. To
achieve this objective, we propose a novel self-training strategy that uses
labels rather than text for training, significantly reducing the model's
training time. Specifically, we use categories from Wikipedia as our training
set and leverage the SBERT pre-trained model to establish positive correlations
between pairs of categories within the same text, facilitating associative
training. For new test datasets, we have improved the original self-training
approach, eliminating the need for prior training and testing data from each
target dataset. Instead, we adopt Wikipedia as a unified training dataset to
better approximate the zero-shot scenario. This modification allows for rapid
fine-tuning and inference across different datasets, greatly reducing the time
required for self-training. Our experimental results demonstrate that this
method can adapt the model to the target dataset within minutes. Compared to
other BERT-based transformer models, our approach significantly reduces the
amount of training data by training only on labels, not the actual text, and
greatly improves training efficiency by utilizing a unified training set.
Additionally, our method achieves state-of-the-art results on both the Yahoo
Topic and AG News datasets. | cs.CL | WC-SBERT: Zero-Shot Text Classification via SBERT with Self-Training for Wikipedia Categories |
2023-07-28T04:04:43Z | http://arxiv.org/pdf/2307.15290v1 | http://arxiv.org/abs/2307.15290v1 | Cheng Wen, Xianghui Sun, Shuaijiang Zhao, Xiaoquan Fang, Liangyu Chen, Wei Zou | 2023-07-28T04:04:43Z | cs.CL | This paper presents the development and evaluation of ChatHome, a
domain-specific language model (DSLM) designed for the intricate field of home
renovation. Considering the proven competencies of large language models (LLMs)
like GPT-4 and the escalating fascination with home renovation, this study
endeavors to reconcile these aspects by generating a dedicated model that can
yield high-fidelity, precise outputs relevant to the home renovation arena.
ChatHome's novelty rests on its methodology, fusing domain-adaptive pretraining
and instruction-tuning over an extensive dataset. This dataset includes
professional articles, standard documents, and web content pertinent to home
renovation. This dual-pronged strategy is designed to ensure that our model can
assimilate comprehensive domain knowledge and effectively address user
inquiries. Via thorough experimentation on diverse datasets, both universal and
domain-specific, including the freshly introduced "EvalHome" domain dataset, we
substantiate that ChatHome not only amplifies domain-specific functionalities
but also preserves its versatility. | cs.CL | ChatHome: Development and Evaluation of a Domain-Specific Language Model for Home Renovation |
2023-07-28T03:47:44Z | http://arxiv.org/pdf/2307.15286v1 | http://arxiv.org/abs/2307.15286v1 | Kang Liu, Jipeng Qiang, Yun Li, Yunhao Yuan, Yi Zhu, Kaixun Hua | 2023-07-28T03:47:44Z | cs.CL | Lexical simplification (LS) methods based on pretrained language models have
made remarkable progress, generating potential substitutes for a complex word
through analysis of its contextual surroundings. However, these methods require
separate pretrained models for different languages and disregard the
preservation of sentence meaning. In this paper, we propose a novel
multilingual LS method via paraphrase generation, as paraphrases provide
diversity in word selection while preserving the sentence's meaning. We regard
paraphrasing as a zero-shot translation task within multilingual neural machine
translation that supports hundreds of languages. After feeding the input
sentence into the encoder of paraphrase modeling, we generate the substitutes
based on a novel decoding strategy that concentrates solely on the lexical
variations of the complex word. Experimental results demonstrate that our
approach surpasses BERT-based methods and zero-shot GPT3-based method
significantly on English, Spanish, and Portuguese. | cs.CL | Multilingual Lexical Simplification via Paraphrase Generation |
2023-07-28T01:52:16Z | http://arxiv.org/pdf/2308.00085v2 | http://arxiv.org/abs/2308.00085v2 | Yahui Fu, Koji Inoue, Chenhui Chu, Tatsuya Kawahara | 2023-09-05T05:45:30Z | cs.CL, cs.AI | Recent approaches to empathetic response generation try to incorporate
commonsense knowledge or reasoning about the causes of emotions to better
understand the user's experiences and feelings. However, these approaches
mainly focus on understanding the causalities of context from the user's
perspective, ignoring the system's perspective. In this paper, we propose a
commonsense-based causality explanation approach for diverse empathetic
response generation that considers both the user's perspective (user's desires
and reactions) and the system's perspective (system's intentions and
reactions). We enhance ChatGPT's ability to reason for the system's perspective
by integrating in-context learning with commonsense knowledge. Then, we
integrate the commonsense-based causality explanation with both ChatGPT and a
T5-based model. Experimental evaluations demonstrate that our method
outperforms other comparable methods on both automatic and human evaluations. | cs.CL | Reasoning before Responding: Integrating Commonsense-based Causality Explanation for Empathetic Response Generation |
2023-07-28T01:30:15Z | http://arxiv.org/pdf/2308.00002v3 | http://arxiv.org/abs/2308.00002v3 | Georg Wenzel, Adam Jatowt | 2023-11-16T12:33:12Z | cs.AI, cs.CL, cs.LG, 68T50, I.2.7 | Temporal commonsense reasoning refers to the ability to understand the
typical temporal context of phrases, actions, and events, and use it to reason
over problems requiring such knowledge. This trait is essential in temporal
natural language processing tasks, with possible applications such as timeline
summarization, temporal question answering, and temporal natural language
inference. Recent research on the performance of large language models suggests
that, although they are adept at generating syntactically correct sentences and
solving classification tasks, they often take shortcuts in their reasoning and
fall prey to simple linguistic traps. This article provides an overview of
research in the domain of temporal commonsense reasoning, particularly focusing
on enhancing language model performance through a variety of augmentations and
their evaluation across a growing number of datasets. However, these augmented
models still struggle to approach human performance on reasoning tasks over
temporal common sense properties, such as the typical occurrence times,
orderings, or durations of events. We further emphasize the need for careful
interpretation of research to guard against overpromising evaluation results in
light of the shallow reasoning present in transformers. This can be achieved by
appropriately preparing datasets and suitable evaluation metrics. | cs.AI | An Overview Of Temporal Commonsense Reasoning and Acquisition |
2023-07-27T22:29:25Z | http://arxiv.org/pdf/2307.15217v2 | http://arxiv.org/abs/2307.15217v2 | Stephen Casper, Xander Davies, Claudia Shi, Thomas Krendl Gilbert, Jérémy Scheurer, Javier Rando, Rachel Freedman, Tomasz Korbak, David Lindner, Pedro Freire, Tony Wang, Samuel Marks, Charbel-Raphaël Segerie, Micah Carroll, Andi Peng, Phillip Christoffersen, Mehul Damani, Stewart Slocum, Usman Anwar, Anand Siththaranjan, Max Nadeau, Eric J. Michaud, Jacob Pfau, Dmitrii Krasheninnikov, Xin Chen, Lauro Langosco, Peter Hase, Erdem Bıyık, Anca Dragan, David Krueger, Dorsa Sadigh, Dylan Hadfield-Menell | 2023-09-11T17:25:24Z | cs.AI, cs.CL, cs.LG | Reinforcement learning from human feedback (RLHF) is a technique for training
AI systems to align with human goals. RLHF has emerged as the central method
used to finetune state-of-the-art large language models (LLMs). Despite this
popularity, there has been relatively little public work systematizing its
flaws. In this paper, we (1) survey open problems and fundamental limitations
of RLHF and related methods; (2) overview techniques to understand, improve,
and complement RLHF in practice; and (3) propose auditing and disclosure
standards to improve societal oversight of RLHF systems. Our work emphasizes
the limitations of RLHF and highlights the importance of a multi-faceted
approach to the development of safer AI systems. | cs.AI | Open Problems and Fundamental Limitations of Reinforcement Learning from Human Feedback |
2023-07-27T21:14:46Z | http://arxiv.org/pdf/2307.15199v2 | http://arxiv.org/abs/2307.15199v2 | Junhyeong Cho, Gilhyun Nam, Sungyeon Kim, Hunmin Yang, Suha Kwak | 2023-08-15T08:30:45Z | cs.CV, cs.AI, cs.CL, cs.LG | In a joint vision-language space, a text feature (e.g., from "a photo of a
dog") could effectively represent its relevant image features (e.g., from dog
photos). Also, a recent study has demonstrated the cross-modal transferability
phenomenon of this joint space. From these observations, we propose
PromptStyler which simulates various distribution shifts in the joint space by
synthesizing diverse styles via prompts without using any images to deal with
source-free domain generalization. The proposed method learns to generate a
variety of style features (from "a S* style of a") via learnable style word
vectors for pseudo-words S*. To ensure that learned styles do not distort
content information, we force style-content features (from "a S* style of a
[class]") to be located nearby their corresponding content features (from
"[class]") in the joint vision-language space. After learning style word
vectors, we train a linear classifier using synthesized style-content features.
PromptStyler achieves the state of the art on PACS, VLCS, OfficeHome and
DomainNet, even though it does not require any images for training. | cs.CV | PromptStyler: Prompt-driven Style Generation for Source-free Domain Generalization |
2023-07-27T20:39:06Z | http://arxiv.org/pdf/2307.15190v1 | http://arxiv.org/abs/2307.15190v1 | Yuqiao Wen, Zichao Li, Wenyu Du, Lili Mou | 2023-07-27T20:39:06Z | cs.CL, cs.LG, I.2.7; I.2.6; I.2.m; I.5.1; I.7.m | Knowledge distillation (KD) is the process of transferring knowledge from a
large model to a small one. It has gained increasing attention in the natural
language processing community, driven by the demands of compressing
ever-growing language models. In this work, we propose an f-DISTILL framework,
which formulates sequence-level knowledge distillation as minimizing a
generalized f-divergence function. We propose four distilling variants under
our framework and show that existing SeqKD and ENGINE approaches are
approximations of our f-DISTILL methods. We further derive step-wise
decomposition for our f-DISTILL, reducing intractable sequence-level divergence
to word-level losses that can be computed in a tractable manner. Experiments
across four datasets show that our methods outperform existing KD approaches,
and that our symmetric distilling losses can better force the student to learn
from the teacher distribution. | cs.CL | f-Divergence Minimization for Sequence-Level Knowledge Distillation |
2023-07-27T20:11:07Z | http://arxiv.org/pdf/2307.15176v3 | http://arxiv.org/abs/2307.15176v3 | Katherine A. Keith, Sergey Feldman, David Jurgens, Jonathan Bragg, Rohit Bhattacharya | 2024-01-31T12:40:40Z | cs.AI, cs.CL, cs.LG, stat.ME | Confounding is a significant obstacle to unbiased estimation of causal
effects from observational data. For settings with high-dimensional covariates
-- such as text data, genomics, or the behavioral social sciences --
researchers have proposed methods to adjust for confounding by adapting machine
learning methods to the goal of causal estimation. However, empirical
evaluation of these adjustment methods has been challenging and limited. In
this work, we build on a promising empirical evaluation strategy that
simplifies evaluation design and uses real data: subsampling randomized
controlled trials (RCTs) to create confounded observational datasets while
using the average causal effects from the RCTs as ground-truth. We contribute a
new sampling algorithm, which we call RCT rejection sampling, and provide
theoretical guarantees that causal identification holds in the observational
data to allow for valid comparisons to the ground-truth RCT. Using synthetic
data, we show our algorithm indeed results in low bias when oracle estimators
are evaluated on the confounded samples, which is not always the case for a
previously proposed algorithm. In addition to this identification result, we
highlight several finite data considerations for evaluation designers who plan
to use RCT rejection sampling on their own datasets. As a proof of concept, we
implement an example evaluation pipeline and walk through these finite data
considerations with a novel, real-world RCT -- which we release publicly --
consisting of approximately 70k observations and text data as high-dimensional
covariates. Together, these contributions build towards a broader agenda of
improved empirical evaluation for causal estimation. | cs.AI | RCT Rejection Sampling for Causal Estimation Evaluation |
2023-07-27T19:42:22Z | http://arxiv.org/pdf/2307.15164v1 | http://arxiv.org/abs/2307.15164v1 | Vivek Kumar, Sushmita Singh, Prayag Tiwari | 2023-07-27T19:42:22Z | cs.CL, cs.AI, cs.LG | Our system, VISU, participated in the WASSA 2023 Shared Task (3) of Emotion
Classification from essays written in reaction to news articles. Emotion
detection from complex dialogues is challenging and often requires
context/domain understanding. Therefore in this research, we have focused on
developing deep learning (DL) models using the combination of word embedding
representations with tailored prepossessing strategies to capture the nuances
of emotions expressed. Our experiments used static and contextual embeddings
(individual and stacked) with Bidirectional Long short-term memory (BiLSTM) and
Transformer based models. We occupied rank tenth in the emotion detection task
by scoring a Macro F1-Score of 0.2717, validating the efficacy of our
implemented approaches for small and imbalanced datasets with mixed categories
of target emotions. | cs.CL | VISU at WASSA 2023 Shared Task: Detecting Emotions in Reaction to News Stories Leveraging BERT and Stacked Embeddings |
2023-07-27T17:59:14Z | http://arxiv.org/pdf/2308.07931v2 | http://arxiv.org/abs/2308.07931v2 | William Shen, Ge Yang, Alan Yu, Jansen Wong, Leslie Pack Kaelbling, Phillip Isola | 2023-12-30T01:10:41Z | cs.CV, cs.AI, cs.CL, cs.LG, cs.RO | Self-supervised and language-supervised image models contain rich knowledge
of the world that is important for generalization. Many robotic tasks, however,
require a detailed understanding of 3D geometry, which is often lacking in 2D
image features. This work bridges this 2D-to-3D gap for robotic manipulation by
leveraging distilled feature fields to combine accurate 3D geometry with rich
semantics from 2D foundation models. We present a few-shot learning method for
6-DOF grasping and placing that harnesses these strong spatial and semantic
priors to achieve in-the-wild generalization to unseen objects. Using features
distilled from a vision-language model, CLIP, we present a way to designate
novel objects for manipulation via free-text natural language, and demonstrate
its ability to generalize to unseen expressions and novel categories of
objects. | cs.CV | Distilled Feature Fields Enable Few-Shot Language-Guided Manipulation |
2023-07-27T17:57:57Z | http://arxiv.org/pdf/2307.15054v3 | http://arxiv.org/abs/2307.15054v3 | Clément Guerner, Anej Svete, Tianyu Liu, Alexander Warstadt, Ryan Cotterell | 2024-02-24T19:53:58Z | cs.CL | The linear subspace hypothesis (Bolukbasi et al., 2016) states that, in a
language model's representation space, all information about a concept such as
verbal number is encoded in a linear subspace. Prior work has relied on
auxiliary classification tasks to identify and evaluate candidate subspaces
that might give support for this hypothesis. We instead give a set of intrinsic
criteria which characterize an ideal linear concept subspace and enable us to
identify the subspace using only the language model distribution. Our
information-theoretic framework accounts for spuriously correlated features in
the representation space (Kumar et al., 2022). As a byproduct of this analysis,
we hypothesize a causal process for how a language model might leverage
concepts during generation. Empirically, we find that LEACE (Belrose et al.,
2023) returns a one-dimensional subspace containing roughly half of total
concept information under our framework for verbal-number. Our causal
intervention for controlled generation shows that, for at least one concept,
the subspace returned by LEACE can be used to manipulate the concept value of
the generated word with precision. | cs.CL | A Geometric Notion of Causal Probing |
2023-07-27T17:56:56Z | http://arxiv.org/pdf/2307.15051v4 | http://arxiv.org/abs/2307.15051v4 | Qiao Jin, Zifeng Wang, Charalampos S. Floudas, Fangyuan Chen, Changlin Gong, Dara Bracken-Clarke, Elisabetta Xue, Yifan Yang, Jimeng Sun, Zhiyong Lu | 2024-04-27T19:21:54Z | cs.CL, cs.AI | Clinical trials are often hindered by the challenge of patient recruitment.
In this work, we introduce TrialGPT, a first-of-its-kind large language model
(LLM) framework to assist patient-to-trial matching. Given a patient note,
TrialGPT predicts the patient's eligibility on a criterion-by-criterion basis
and then consolidates these predictions to assess the patient's eligibility for
the target trial. We evaluate the trial-level prediction performance of
TrialGPT on three publicly available cohorts of 184 patients with over 18,000
trial annotations. We also engaged three physicians to label over 1,000
patient-criterion pairs to assess its criterion-level prediction accuracy.
Experimental results show that TrialGPT achieves a criterion-level accuracy of
87.3% with faithful explanations, close to the expert performance
(88.7%-90.0%). The aggregated TrialGPT scores are highly correlated with human
eligibility judgments, and they outperform the best-competing models by 32.6%
to 57.2% in ranking and excluding clinical trials. Furthermore, our user study
reveals that TrialGPT can significantly reduce the screening time (by 42.6%) in
a real-life clinical trial matching task. These results and analyses have
demonstrated promising opportunities for clinical trial matching with LLMs such
as TrialGPT. | cs.CL | Matching Patients to Clinical Trials with Large Language Models |
2023-07-27T17:49:12Z | http://arxiv.org/pdf/2307.15043v2 | http://arxiv.org/abs/2307.15043v2 | Andy Zou, Zifan Wang, Nicholas Carlini, Milad Nasr, J. Zico Kolter, Matt Fredrikson | 2023-12-20T20:48:57Z | cs.CL, cs.AI, cs.CR, cs.LG | Because "out-of-the-box" large language models are capable of generating a
great deal of objectionable content, recent work has focused on aligning these
models in an attempt to prevent undesirable generation. While there has been
some success at circumventing these measures -- so-called "jailbreaks" against
LLMs -- these attacks have required significant human ingenuity and are brittle
in practice. In this paper, we propose a simple and effective attack method
that causes aligned language models to generate objectionable behaviors.
Specifically, our approach finds a suffix that, when attached to a wide range
of queries for an LLM to produce objectionable content, aims to maximize the
probability that the model produces an affirmative response (rather than
refusing to answer). However, instead of relying on manual engineering, our
approach automatically produces these adversarial suffixes by a combination of
greedy and gradient-based search techniques, and also improves over past
automatic prompt generation methods.
Surprisingly, we find that the adversarial prompts generated by our approach
are quite transferable, including to black-box, publicly released LLMs.
Specifically, we train an adversarial attack suffix on multiple prompts (i.e.,
queries asking for many different types of objectionable content), as well as
multiple models (in our case, Vicuna-7B and 13B). When doing so, the resulting
attack suffix is able to induce objectionable content in the public interfaces
to ChatGPT, Bard, and Claude, as well as open source LLMs such as LLaMA-2-Chat,
Pythia, Falcon, and others. In total, this work significantly advances the
state-of-the-art in adversarial attacks against aligned language models,
raising important questions about how such systems can be prevented from
producing objectionable information. Code is available at
github.com/llm-attacks/llm-attacks. | cs.CL | Universal and Transferable Adversarial Attacks on Aligned Language Models |
2023-07-27T17:24:09Z | http://arxiv.org/pdf/2307.15020v1 | http://arxiv.org/abs/2307.15020v1 | Liang Xu, Anqi Li, Lei Zhu, Hang Xue, Changtai Zhu, Kangkang Zhao, Haonan He, Xuanwei Zhang, Qiyue Kang, Zhenzhong Lan | 2023-07-27T17:24:09Z | cs.CL, cs.AI | Large language models (LLMs) have shown the potential to be integrated into
human daily lives. Therefore, user preference is the most critical criterion
for assessing LLMs' performance in real-world scenarios. However, existing
benchmarks mainly focus on measuring models' accuracy using multi-choice
questions, which limits the understanding of their capabilities in real
applications. We fill this gap by proposing a comprehensive Chinese benchmark
SuperCLUE, named after another popular Chinese LLM benchmark CLUE. SuperCLUE
encompasses three sub-tasks: actual users' queries and ratings derived from an
LLM battle platform (CArena), open-ended questions with single and
multiple-turn dialogues (OPEN), and closed-ended questions with the same stems
as open-ended single-turn ones (CLOSE). Our study shows that accuracy on
closed-ended questions is insufficient to reflect human preferences achieved on
open-ended ones. At the same time, they can complement each other to predict
actual user preferences. We also demonstrate that GPT-4 is a reliable judge to
automatically evaluate human preferences on open-ended questions in a Chinese
context. Our benchmark will be released at https://www.CLUEbenchmarks.com | cs.CL | SuperCLUE: A Comprehensive Chinese Large Language Model Benchmark |
2023-07-27T16:57:32Z | http://arxiv.org/pdf/2307.15002v5 | http://arxiv.org/abs/2307.15002v5 | Juri Opitz | 2023-08-08T17:39:57Z | cs.CL | The effectiveness of compression in text classification ('gzip') has recently
garnered lots of attention. In this note we show that `bag-of-words' approaches
can achieve similar or better results, and are more efficient. | cs.CL | Gzip versus bag-of-words for text classification |
2023-07-27T16:45:33Z | http://arxiv.org/pdf/2307.14995v2 | http://arxiv.org/abs/2307.14995v2 | Zhen Qin, Dong Li, Weigao Sun, Weixuan Sun, Xuyang Shen, Xiaodong Han, Yunshen Wei, Baohong Lv, Xiao Luo, Yu Qiao, Yiran Zhong | 2024-01-19T07:47:01Z | cs.CL | We present TransNormerLLM, the first linear attention-based Large Language
Model (LLM) that outperforms conventional softmax attention-based models in
terms of both accuracy and efficiency. TransNormerLLM evolves from the previous
linear attention architecture TransNormer by making advanced modifications that
include positional embedding, linear attention acceleration, gating mechanisms,
tensor normalization, and inference acceleration and stabilization.
Specifically, we use LRPE together with an exponential decay to avoid attention
dilution issues while allowing the model to retain global interactions between
tokens. Additionally, we propose Lightning Attention, a cutting-edge technique
that accelerates linear attention by more than twice in runtime and reduces
memory usage by a remarkable four times. To further enhance the performance of
TransNormer, we leverage a gating mechanism for smooth training and a new
tensor normalization scheme to accelerate the model, resulting in an impressive
acceleration of over $20\%$. Furthermore, we develop a robust inference
algorithm that ensures numerical stability and consistent inference speed,
regardless of the sequence length, showcasing superior efficiency during both
training and inference stages. We also implement an efficient model parallel
schema for TransNormerLLM, enabling seamless deployment on large-scale clusters
and facilitating expansion to even more extensive models, i.e., LLMs with 175B
parameters. We validate our model design through a series of ablations and
train models with sizes of 385M, 1B, and 7B on our self-collected corpus.
Benchmark results demonstrate that our models not only match the performance of
state-of-the-art LLMs with Transformer but are also significantly faster. Code
is released at: https://github.com/OpenNLPLab/TransnormerLLM. | cs.CL | TransNormerLLM: A Faster and Better Large Language Model with Improved TransNormer |
2023-07-27T16:30:27Z | http://arxiv.org/pdf/2307.14988v1 | http://arxiv.org/abs/2307.14988v1 | Or Sharir, Anima Anandkumar | 2023-07-27T16:30:27Z | cs.LG, cs.CL, stat.ML | Deep learning often faces the challenge of efficiently processing dynamic
inputs, such as sensor data or user inputs. For example, an AI writing
assistant is required to update its suggestions in real time as a document is
edited. Re-running the model each time is expensive, even with compression
techniques like knowledge distillation, pruning, or quantization. Instead, we
take an incremental computing approach, looking to reuse calculations as the
inputs change. However, the dense connectivity of conventional architectures
poses a major obstacle to incremental computation, as even minor input changes
cascade through the network and restrict information reuse. To address this, we
use vector quantization to discretize intermediate values in the network, which
filters out noisy and unnecessary modifications to hidden neurons, facilitating
the reuse of their values. We apply this approach to the transformers
architecture, creating an efficient incremental inference algorithm with
complexity proportional to the fraction of the modified inputs. Our experiments
with adapting the OPT-125M pre-trained language model demonstrate comparable
accuracy on document classification while requiring 12.1X (median) fewer
operations for processing sequences of atomic edits. | cs.LG | Incrementally-Computable Neural Networks: Efficient Inference for Dynamic Inputs |
2023-07-27T15:28:29Z | http://arxiv.org/pdf/2307.14936v1 | http://arxiv.org/abs/2307.14936v1 | Bo Shen, Jiaxin Zhang, Taihong Chen, Daoguang Zan, Bing Geng, An Fu, Muhan Zeng, Ailun Yu, Jichuan Ji, Jingyang Zhao, Yuenan Guo, Qianxiang Wang | 2023-07-27T15:28:29Z | cs.CL, cs.AI, cs.LG, cs.PL, cs.SE | Large Language Models for Code (Code LLM) are flourishing. New and powerful
models are released on a weekly basis, demonstrating remarkable performance on
the code generation task. Various approaches have been proposed to boost the
code generation performance of pre-trained Code LLMs, such as supervised
fine-tuning, instruction tuning, reinforcement learning, etc. In this paper, we
propose a novel RRTF (Rank Responses to align Test&Teacher Feedback) framework,
which can effectively and efficiently boost pre-trained large language models
for code generation. Under this framework, we present PanGu-Coder2, which
achieves 62.20% pass@1 on the OpenAI HumanEval benchmark. Furthermore, through
an extensive evaluation on CoderEval and LeetCode benchmarks, we show that
PanGu-Coder2 consistently outperforms all previous Code LLMs. | cs.CL | PanGu-Coder2: Boosting Large Language Models for Code with Ranking Feedback |
2023-07-27T14:56:06Z | http://arxiv.org/pdf/2307.14913v1 | http://arxiv.org/abs/2307.14913v1 | Izzet Emre Kucukkaya, Umitcan Sahin, Cagri Toraman | 2023-07-27T14:56:06Z | cs.CL | The task of multi-author writing style detection aims at finding any
positions of writing style change in a given text document. We formulate the
task as a natural language inference problem where two consecutive paragraphs
are paired. Our approach focuses on transitions between paragraphs while
truncating input tokens for the task. As backbone models, we employ different
Transformer-based encoders with warmup phase during training. We submit the
model version that outperforms baselines and other proposed model versions in
our experiments. For the easy and medium setups, we submit transition-focused
natural language inference based on DeBERTa with warmup training, and the same
model without transition for the hard setup. | cs.CL | ARC-NLP at PAN 2023: Transition-Focused Natural Language Inference for Writing Style Detection |
2023-07-27T14:55:10Z | http://arxiv.org/pdf/2307.14912v1 | http://arxiv.org/abs/2307.14912v1 | Umitcan Sahin, Izzet Emre Kucukkaya, Cagri Toraman | 2023-07-27T14:55:10Z | cs.CL, cs.SI | Fanfiction, a popular form of creative writing set within established
fictional universes, has gained a substantial online following. However,
ensuring the well-being and safety of participants has become a critical
concern in this community. The detection of triggering content, material that
may cause emotional distress or trauma to readers, poses a significant
challenge. In this paper, we describe our approach for the Trigger Detection
shared task at PAN CLEF 2023, where we want to detect multiple triggering
content in a given Fanfiction document. For this, we build a hierarchical model
that uses recurrence over Transformer-based language models. In our approach,
we first split long documents into smaller sized segments and use them to
fine-tune a Transformer model. Then, we extract feature embeddings from the
fine-tuned Transformer model, which are used as input in the training of
multiple LSTM models for trigger detection in a multi-label setting. Our model
achieves an F1-macro score of 0.372 and F1-micro score of 0.736 on the
validation set, which are higher than the baseline results shared at PAN CLEF
2023. | cs.CL | ARC-NLP at PAN 2023: Hierarchical Long Text Classification for Trigger Detection |
2023-07-27T14:42:16Z | http://arxiv.org/pdf/2307.14899v2 | http://arxiv.org/abs/2307.14899v2 | Sareh Ahmadi, Aditya Shah, Edward Fox | 2023-11-09T19:39:23Z | cs.CL | This paper addresses the problem of selecting of a set of texts for
annotation in text classification using retrieval methods when there are limits
on the number of annotations due to constraints on human resources. An
additional challenge addressed is dealing with binary categories that have a
small number of positive instances, reflecting severe class imbalance. In our
situation, where annotation occurs over a long time period, the selection of
texts to be annotated can be made in batches, with previous annotations guiding
the choice of the next set. To address these challenges, the paper proposes
leveraging SHAP to construct a quality set of queries for Elasticsearch and
semantic search, to try to identify optimal sets of texts for annotation that
will help with class imbalance. The approach is tested on sets of cue texts
describing possible future events, constructed by participants involved in
studies aimed to help with the management of obesity and diabetes. We introduce
an effective method for selecting a small set of texts for annotation and
building high-quality classifiers. We integrate vector search, semantic search,
and machine learning classifiers to yield a good solution. Our experiments
demonstrate improved F1 scores for the minority classes in binary
classification. | cs.CL | Retrieval-based Text Selection for Addressing Class-Imbalanced Data in Classification |
2023-07-27T14:09:59Z | http://arxiv.org/pdf/2307.14878v1 | http://arxiv.org/abs/2307.14878v1 | Yangning Li, Tingwei Lu, Yinghui Li, Tianyu Yu, Shulin Huang, Hai-Tao Zheng, Rui Zhang, Jun Yuan | 2023-07-27T14:09:59Z | cs.CL | The Entity Set Expansion (ESE) task aims to expand a handful of seed entities
with new entities belonging to the same semantic class. Conventional ESE
methods are based on mono-modality (i.e., literal modality), which struggle to
deal with complex entities in the real world such as: (1) Negative entities
with fine-grained semantic differences. (2) Synonymous entities. (3) Polysemous
entities. (4) Long-tailed entities. These challenges prompt us to propose
Multi-modal Entity Set Expansion (MESE), where models integrate information
from multiple modalities to represent entities. Intuitively, the benefits of
multi-modal information for ESE are threefold: (1) Different modalities can
provide complementary information. (2) Multi-modal information provides a
unified signal via common visual properties for the same semantic class or
entity. (3) Multi-modal information offers robust alignment signal for
synonymous entities. To assess the performance of model in MESE and facilitate
further research, we constructed the MESED dataset which is the first
multi-modal dataset for ESE with large-scale and elaborate manual calibration.
A powerful multi-modal model MultiExpan is proposed which is pre-trained on
four multimodal pre-training tasks. The extensive experiments and analyses on
MESED demonstrate the high quality of the dataset and the effectiveness of our
MultiExpan, as well as pointing the direction for future research. | cs.CL | MESED: A Multi-modal Entity Set Expansion Dataset with Fine-grained Semantic Classes and Hard Negative Entities |
2023-07-27T13:45:42Z | http://arxiv.org/pdf/2307.15097v1 | http://arxiv.org/abs/2307.15097v1 | Nicolae-Catalin Ristea, Radu Tudor Ionescu | 2023-07-27T13:45:42Z | cs.CL, cs.LG, cs.MM, eess.AS | We propose a novel cascaded cross-modal transformer (CCMT) that combines
speech and text transcripts to detect customer requests and complaints in phone
conversations. Our approach leverages a multimodal paradigm by transcribing the
speech using automatic speech recognition (ASR) models and translating the
transcripts into different languages. Subsequently, we combine
language-specific BERT-based models with Wav2Vec2.0 audio features in a novel
cascaded cross-attention transformer model. We apply our system to the Requests
Sub-Challenge of the ACM Multimedia 2023 Computational Paralinguistics
Challenge, reaching unweighted average recalls (UAR) of 65.41% and 85.87% for
the complaint and request classes, respectively. | cs.CL | Cascaded Cross-Modal Transformer for Request and Complaint Detection |
2023-07-27T13:37:06Z | http://arxiv.org/pdf/2307.14856v1 | http://arxiv.org/abs/2307.14856v1 | Jihyeon Lee, Dain Kim, Doohae Jung, Boseop Kim, Kyoung-Woon On | 2023-07-27T13:37:06Z | cs.CL, cs.AI | In-context learning, which offers substantial advantages over fine-tuning, is
predominantly observed in decoder-only models, while encoder-decoder (i.e.,
seq2seq) models excel in methods that rely on weight updates. Recently, a few
studies have demonstrated the feasibility of few-shot learning with seq2seq
models; however, this has been limited to tasks that align well with the
seq2seq architecture, such as summarization and translation. Inspired by these
initial studies, we provide a first-ever extensive experiment comparing the
in-context few-shot learning capabilities of decoder-only and encoder-decoder
models on a broad range of tasks. Furthermore, we propose two methods to more
effectively elicit in-context learning ability in seq2seq models:
objective-aligned prompting and a fusion-based approach. Remarkably, our
approach outperforms a decoder-only model that is six times larger and exhibits
significant performance improvements compared to conventional seq2seq models
across a variety of settings. We posit that, with the right configuration and
prompt design, seq2seq models can be highly effective few-shot learners for a
wide spectrum of applications. | cs.CL | Exploiting the Potential of Seq2Seq Models as Robust Few-Shot Learners |
2023-07-27T13:31:45Z | http://arxiv.org/pdf/2307.14852v1 | http://arxiv.org/abs/2307.14852v1 | Shitou Zhang, Jingrui Hou, Siyuan Peng, Zuchao Li, Qibiao Hu, Ping Wang | 2023-07-27T13:31:45Z | cs.CL | Archives play a crucial role in preserving information and knowledge, and the
exponential growth of such data necessitates efficient and automated tools for
managing and utilizing archive information resources. Archival applications
involve managing massive data that are challenging to process and analyze.
Although LLMs have made remarkable progress in diverse domains, there are no
publicly available archives tailored LLM. Addressing this gap, we introduce
ArcGPT, to our knowledge, the first general-purpose LLM tailored to the
archival field. To enhance model performance on real-world archival tasks,
ArcGPT has been pre-trained on massive and extensive archival domain data.
Alongside ArcGPT, we release AMBLE, a benchmark comprising four real-world
archival tasks. Evaluation on AMBLE shows that ArcGPT outperforms existing
state-of-the-art models, marking a substantial step forward in effective
archival data management. Ultimately, ArcGPT aims to better serve the archival
community, aiding archivists in their crucial role of preserving and harnessing
our collective information and knowledge. | cs.CL | ArcGPT: A Large Language Model Tailored for Real-world Archival Applications |
2023-07-27T13:28:31Z | http://arxiv.org/pdf/2307.14850v4 | http://arxiv.org/abs/2307.14850v4 | Ahmet Yavuz Uluslu, Gerold Schneider | 2023-11-04T11:23:55Z | cs.CL | In this paper, we present the first application of Native Language
Identification (NLI) for the Turkish language. NLI involves predicting the
writer's first language by analysing their writing in different languages.
While most NLI research has focused on English, our study extends its scope to
Turkish. We used the recently constructed Turkish Learner Corpus and employed a
combination of three syntactic features (CFG production rules, part-of-speech
n-grams, and function words) with L2 texts to demonstrate their effectiveness
in this task. | cs.CL | Turkish Native Language Identification |
2023-07-27T12:51:16Z | http://arxiv.org/pdf/2307.14818v1 | http://arxiv.org/abs/2307.14818v1 | Anna Moskvina, Bhushan Kotnis, Chris Catacata, Michael Janz, Nasrin Saef | 2023-07-27T12:51:16Z | cs.CL | Paraphrasing is the task of expressing an essential idea or meaning in
different words. But how different should the words be in order to be
considered an acceptable paraphrase? And can we exclusively use automated
metrics to evaluate the quality of a paraphrase? We attempt to answer these
questions by conducting experiments on a German data set and performing
automatic and expert linguistic evaluation. | cs.CL | What Makes a Good Paraphrase: Do Automated Evaluations Work? |
2023-07-27T12:46:38Z | http://arxiv.org/pdf/2307.14817v1 | http://arxiv.org/abs/2307.14817v1 | Fahime Same, Guanyi Chen, Kees van Deemter | 2023-07-27T12:46:38Z | cs.CL | In recent years, many NLP studies have focused solely on performance
improvement. In this work, we focus on the linguistic and scientific aspects of
NLP. We use the task of generating referring expressions in context
(REG-in-context) as a case study and start our analysis from GREC, a
comprehensive set of shared tasks in English that addressed this topic over a
decade ago. We ask what the performance of models would be if we assessed them
(1) on more realistic datasets, and (2) using more advanced methods. We test
the models using different evaluation metrics and feature selection
experiments. We conclude that GREC can no longer be regarded as offering a
reliable assessment of models' ability to mimic human reference production,
because the results are highly impacted by the choice of corpus and evaluation
metrics. Our results also suggest that pre-trained language models are less
dependent on the choice of corpus than classic Machine Learning models, and
therefore make more robust class predictions. | cs.CL | Models of reference production: How do they withstand the test of time? |
2023-07-27T11:28:16Z | http://arxiv.org/pdf/2307.14785v1 | http://arxiv.org/abs/2307.14785v1 | Pavel Přibáň, Ondřej Pražák | 2023-07-27T11:28:16Z | cs.CL | This paper presents a series of approaches aimed at enhancing the performance
of Aspect-Based Sentiment Analysis (ABSA) by utilizing extracted semantic
information from a Semantic Role Labeling (SRL) model. We propose a novel
end-to-end Semantic Role Labeling model that effectively captures most of the
structured semantic information within the Transformer hidden state. We believe
that this end-to-end model is well-suited for our newly proposed models that
incorporate semantic information. We evaluate the proposed models in two
languages, English and Czech, employing ELECTRA-small models. Our combined
models improve ABSA performance in both languages. Moreover, we achieved new
state-of-the-art results on the Czech ABSA. | cs.CL | Improving Aspect-Based Sentiment with End-to-End Semantic Role Labeling Model |
2023-07-27T11:24:47Z | http://arxiv.org/pdf/2307.14783v1 | http://arxiv.org/abs/2307.14783v1 | Serkan Sulun, Pedro Oliveira, Paula Viana | 2023-07-27T11:24:47Z | eess.AS, cs.AI, cs.CL, cs.LG, cs.MM | We present a new large-scale emotion-labeled symbolic music dataset
consisting of 12k MIDI songs. To create this dataset, we first trained emotion
classification models on the GoEmotions dataset, achieving state-of-the-art
results with a model half the size of the baseline. We then applied these
models to lyrics from two large-scale MIDI datasets. Our dataset covers a wide
range of fine-grained emotions, providing a valuable resource to explore the
connection between music and emotions and, especially, to develop models that
can generate music based on specific emotions. Our code for inference, trained
models, and datasets are available online. | eess.AS | Emotion4MIDI: a Lyrics-based Emotion-Labeled Symbolic Music Dataset |
2023-07-27T10:25:29Z | http://arxiv.org/pdf/2307.16732v1 | http://arxiv.org/abs/2307.16732v1 | Hannes Westermann, Jaromir Savelka, Karim Benyekhlef | 2023-07-27T10:25:29Z | cs.CL, cs.AI, cs.CY | In this article, we introduce LLMediator, an experimental platform designed
to enhance online dispute resolution (ODR) by utilizing capabilities of
state-of-the-art large language models (LLMs) such as GPT-4. In the context of
high-volume, low-intensity legal disputes, alternative dispute resolution
methods such as negotiation and mediation offer accessible and cooperative
solutions for laypeople. These approaches can be carried out online on ODR
platforms. LLMediator aims to improve the efficacy of such processes by
leveraging GPT-4 to reformulate user messages, draft mediator responses, and
potentially autonomously engage in the discussions. We present and discuss
several features of LLMediator and conduct initial qualitative evaluations,
demonstrating the potential for LLMs to support ODR and facilitate amicable
settlements. The initial proof of concept is promising and opens up avenues for
further research in AI-assisted negotiation and mediation. | cs.CL | LLMediator: GPT-4 Assisted Online Dispute Resolution |
2023-07-27T10:00:05Z | http://arxiv.org/pdf/2307.14743v2 | http://arxiv.org/abs/2307.14743v2 | Dominik Macháček, Raj Dabre, Ondřej Bojar | 2023-09-21T09:41:17Z | cs.CL | Whisper is one of the recent state-of-the-art multilingual speech recognition
and translation models, however, it is not designed for real time
transcription. In this paper, we build on top of Whisper and create
Whisper-Streaming, an implementation of real-time speech transcription and
translation of Whisper-like models. Whisper-Streaming uses local agreement
policy with self-adaptive latency to enable streaming transcription. We show
that Whisper-Streaming achieves high quality and 3.3 seconds latency on
unsegmented long-form speech transcription test set, and we demonstrate its
robustness and practical usability as a component in live transcription service
at a multilingual conference. | cs.CL | Turning Whisper into Real-Time Transcription System |
2023-07-27T09:03:05Z | http://arxiv.org/pdf/2307.14712v1 | http://arxiv.org/abs/2307.14712v1 | Shuzhou Yuan, Michael Färber | 2023-07-27T09:03:05Z | cs.CL, cs.AI | Large language models (LLMs) have been widely employed for graph-to-text
generation tasks. However, the process of finetuning LLMs requires significant
training resources and annotation work. In this paper, we explore the
capability of generative models to generate descriptive text from graph data in
a zero-shot setting. Specifically, we evaluate GPT-3 and ChatGPT on two
graph-to-text datasets and compare their performance with that of finetuned LLM
models such as T5 and BART. Our results demonstrate that generative models are
capable of generating fluent and coherent text, achieving BLEU scores of 10.57
and 11.08 for the AGENDA and WebNLG datasets, respectively. However, our error
analysis reveals that generative models still struggle with understanding the
semantic relations between entities, and they also tend to generate text with
hallucinations or irrelevant information. As a part of error analysis, we
utilize BERT to detect machine-generated text and achieve high macro-F1 scores.
We have made the text generated by generative models publicly available. | cs.CL | Evaluating Generative Models for Graph-to-Text Generation |
2023-07-27T07:40:11Z | http://arxiv.org/pdf/2307.14666v1 | http://arxiv.org/abs/2307.14666v1 | Mohammad Majd Saad Al Deen, Maren Pielka, Jörn Hees, Bouthaina Soulef Abdou, Rafet Sifa | 2023-07-27T07:40:11Z | cs.CL | This paper addresses the classification of Arabic text data in the field of
Natural Language Processing (NLP), with a particular focus on Natural Language
Inference (NLI) and Contradiction Detection (CD). Arabic is considered a
resource-poor language, meaning that there are few data sets available, which
leads to limited availability of NLP methods. To overcome this limitation, we
create a dedicated data set from publicly available resources. Subsequently,
transformer-based machine learning models are being trained and evaluated. We
find that a language-specific model (AraBERT) performs competitively with
state-of-the-art multilingual approaches, when we apply linguistically informed
pre-training methods such as Named Entity Recognition (NER). To our knowledge,
this is the first large-scale evaluation for this task in Arabic, as well as
the first application of multi-task pre-training in this context. | cs.CL | Improving Natural Language Inference in Arabic using Transformer Models and Linguistically Informed Pre-Training |
2023-07-27T05:45:35Z | http://arxiv.org/pdf/2307.14632v1 | http://arxiv.org/abs/2307.14632v1 | Subha Vadlamannati, Gözde Gül Şahin | 2023-07-27T05:45:35Z | cs.CL, cs.AI | In-context learning (ICL) for large language models has proven to be a
powerful approach for many natural language processing tasks. However,
determining the best method to select examples for ICL is nontrivial as the
results can vary greatly depending on the quality, quantity, and order of
examples used. In this paper, we conduct a case study on text simplification
(TS) to investigate how to select the best and most robust examples for ICL. We
propose Metric-Based in-context Learning (MBL) method that utilizes commonly
used TS metrics such as SARI, compression ratio, and BERT-Precision for
selection. Through an extensive set of experiments with various-sized GPT
models on standard TS benchmarks such as TurkCorpus and ASSET, we show that
examples selected by the top SARI scores perform the best on larger models such
as GPT-175B, while the compression ratio generally performs better on smaller
models such as GPT-13B and GPT-6.7B. Furthermore, we demonstrate that MBL is
generally robust to example orderings and out-of-domain test sets, and
outperforms strong baselines and state-of-the-art finetuned language models.
Finally, we show that the behaviour of large GPT models can be implicitly
controlled by the chosen metric. Our research provides a new framework for
selecting examples in ICL, and demonstrates its effectiveness in text
simplification tasks, breaking new ground for more accurate and efficient NLG
systems. | cs.CL | Metric-Based In-context Learning: A Case Study in Text Simplification |
2023-07-26T23:47:14Z | http://arxiv.org/pdf/2307.14544v1 | http://arxiv.org/abs/2307.14544v1 | Megat Irfan Zackry Bin Ismail Ahmad Nazran bin Yusri Muhammad Hafizzul Bin Abdul Manap Muhammad Muizzuddin Bin Kamarozaman | 2023-07-26T23:47:14Z | cs.CL, cs.AI | This paper presents a novel approach to assist students with dyslexia, ADHD,
and short attention span in digesting any text-based information more
efficiently. The proposed solution utilizes the Multilayer Perceptron (MLP)
algorithm for complex text processing and summarization tasks. The tool
leverages the T5 (Text-to-Text Transfer Transformer) model from Hugging Face,
which treats every NLP task as a text generation task. The model is fine-tuned
on specific tasks using a smaller dataset. The NLTK's Punkt Sentence Tokenizer
is used to divide a text into a list of sentences. The application is served
using Flask, a lightweight web server and framework. The tool also applies
principles from Bionic Reading to enhance readability, which includes a bolding
function and adjustments to line, word, and character spacing. The paper
discusses the methodology, implementation, and results of the AI-based speed
reading tool. | cs.CL | Speed Reading Tool Powered by Artificial Intelligence for Students with ADHD, Dyslexia, or Short Attention Span |
2023-07-26T23:11:15Z | http://arxiv.org/pdf/2307.14539v2 | http://arxiv.org/abs/2307.14539v2 | Erfan Shayegani, Yue Dong, Nael Abu-Ghazaleh | 2023-10-10T22:17:17Z | cs.CR, cs.CL | We introduce new jailbreak attacks on vision language models (VLMs), which
use aligned LLMs and are resilient to text-only jailbreak attacks.
Specifically, we develop cross-modality attacks on alignment where we pair
adversarial images going through the vision encoder with textual prompts to
break the alignment of the language model. Our attacks employ a novel
compositional strategy that combines an image, adversarially targeted towards
toxic embeddings, with generic prompts to accomplish the jailbreak. Thus, the
LLM draws the context to answer the generic prompt from the adversarial image.
The generation of benign-appearing adversarial images leverages a novel
embedding-space-based methodology, operating with no access to the LLM model.
Instead, the attacks require access only to the vision encoder and utilize one
of our four embedding space targeting strategies. By not requiring access to
the LLM, the attacks lower the entry barrier for attackers, particularly when
vision encoders such as CLIP are embedded in closed-source LLMs. The attacks
achieve a high success rate across different VLMs, highlighting the risk of
cross-modality alignment vulnerabilities, and the need for new alignment
approaches for multi-modal models. | cs.CR | Jailbreak in pieces: Compositional Adversarial Attacks on Multi-Modal Language Models |
2023-07-26T21:49:14Z | http://arxiv.org/pdf/2307.14522v2 | http://arxiv.org/abs/2307.14522v2 | Renee D. White, Tristan Peng, Pann Sripitak, Alexander Rosenberg Johansen, Michael Snyder | 2023-07-31T19:00:05Z | cs.CL | A clinical trial is a study that evaluates new biomedical interventions. To
design new trials, researchers draw inspiration from those current and
completed. In 2022, there were on average more than 100 clinical trials
submitted to ClinicalTrials.gov every day, with each trial having a mean of
approximately 1500 words [1]. This makes it nearly impossible to keep up to
date. To mitigate this issue, we have created a batch clinical trial summarizer
called CliniDigest using GPT-3.5. CliniDigest is, to our knowledge, the first
tool able to provide real-time, truthful, and comprehensive summaries of
clinical trials. CliniDigest can reduce up to 85 clinical trial descriptions
(approximately 10,500 words) into a concise 200-word summary with references
and limited hallucinations. We have tested CliniDigest on its ability to
summarize 457 trials divided across 27 medical subdomains. For each field,
CliniDigest generates summaries of $\mu=153,\ \sigma=69 $ words, each of which
utilizes $\mu=54\%,\ \sigma=30\% $ of the sources. A more comprehensive
evaluation is planned and outlined in this paper. | cs.CL | CliniDigest: A Case Study in Large Language Model Based Large-Scale Summarization of Clinical Trial Descriptions |
2023-07-26T21:20:03Z | http://arxiv.org/pdf/2307.14511v1 | http://arxiv.org/abs/2307.14511v1 | Nimrod Dvir, Elaine Friedman, Suraj Commuri, Fan Yang, Jennifer Romano | 2023-07-26T21:20:03Z | cs.HC, cs.AI, cs.CL, 03B65, H.5; I.7 | This research draws upon cognitive psychology and information systems studies
to anticipate user engagement and decision-making on digital platforms. By
employing natural language processing (NLP) techniques and insights from
cognitive bias research, we delve into user interactions with synonyms within
digital content. Our methodology synthesizes four cognitive
biasesRepresentativeness, Ease-of-use, Affect, and Distributioninto the READ
model. Through a comprehensive user survey, we assess the model's ability to
predict user engagement, discovering that synonyms that accurately represent
core ideas, are easy to understand, elicit emotional responses, and are
commonly encountered, promote greater user engagement. Crucially, our work
offers a fresh lens on human-computer interaction, digital behaviors, and
decision-making processes. Our results highlight the promise of cognitive
biases as potent indicators of user engagement, underscoring their significance
in designing effective digital content across fields like education and
marketing. | cs.HC | Words That Stick: Predicting Decision Making and Synonym Engagement Using Cognitive Biases and Computational Linguistics |
2023-07-26T20:58:47Z | http://arxiv.org/pdf/2307.14500v1 | http://arxiv.org/abs/2307.14500v1 | Nimrod Dvir, Elaine Friedman, Suraj Commuri, Fan yang, Jennifer Romano | 2023-07-26T20:58:47Z | cs.HC, cs.CL, cs.LG, 68U15, H.5; H.5.1; H.5.2; D.3.2 | This study introduces and empirically tests a novel predictive model for
digital information engagement (IE) - the READ model, an acronym for the four
pivotal attributes of engaging information: Representativeness, Ease-of-use,
Affect, and Distribution. Conceptualized within the theoretical framework of
Cumulative Prospect Theory, the model integrates key cognitive biases with
computational linguistics and natural language processing to develop a
multidimensional perspective on information engagement. A rigorous testing
protocol was implemented, involving 50 randomly selected pairs of synonymous
words (100 words in total) from the WordNet database. These words' engagement
levels were evaluated through a large-scale online survey (n = 80,500) to
derive empirical IE metrics. The READ attributes for each word were then
computed and their predictive efficacy examined. The findings affirm the READ
model's robustness, accurately predicting a word's IE level and distinguishing
the more engaging word from a pair of synonyms with an 84% accuracy rate. The
READ model's potential extends across various domains, including business,
education, government, and healthcare, where it could enhance content
engagement and inform AI language model development and generative text work.
Future research should address the model's scalability and adaptability across
different domains and languages, thereby broadening its applicability and
efficacy. | cs.HC | A Predictive Model of Digital Information Engagement: Forecasting User Engagement With English Words by Incorporating Cognitive Biases, Computational Linguistics and Natural Language Processing |
2023-07-26T18:58:53Z | http://arxiv.org/pdf/2308.00109v1 | http://arxiv.org/abs/2308.00109v1 | Gary Marcus, Evelina Leivada, Elliot Murphy | 2023-07-26T18:58:53Z | cs.CL | Artificial Intelligence applications show great potential for
language-related tasks that rely on next-word prediction. The current
generation of large language models have been linked to claims about human-like
linguistic performance and their applications are hailed both as a key step
towards Artificial General Intelligence and as major advance in understanding
the cognitive, and even neural basis of human language. We analyze the
contribution of large language models as theoretically informative
representations of a target system vs. atheoretical powerful mechanistic tools,
and we identify the key abilities that are still missing from the current state
of development and exploitation of these models. | cs.CL | A Sentence is Worth a Thousand Pictures: Can Large Language Models Understand Human Language? |
2023-07-26T18:16:45Z | http://arxiv.org/pdf/2307.14440v1 | http://arxiv.org/abs/2307.14440v1 | Angela Ramirez, Karik Agarwal, Juraj Juraska, Utkarsh Garg, Marilyn A. Walker | 2023-07-26T18:16:45Z | cs.CL | Dialogue systems need to produce responses that realize multiple types of
dialogue acts (DAs) with high semantic fidelity. In the past, natural language
generators (NLGs) for dialogue were trained on large parallel corpora that map
from a domain-specific DA and its semantic attributes to an output utterance.
Recent work shows that pretrained language models (LLMs) offer new
possibilities for controllable NLG using prompt-based learning. Here we develop
a novel few-shot overgenerate-and-rank approach that achieves the controlled
generation of DAs. We compare eight few-shot prompt styles that include a novel
method of generating from textual pseudo-references using a textual style
transfer approach. We develop six automatic ranking functions that identify
outputs with both the correct DA and high semantic accuracy at generation time.
We test our approach on three domains and four LLMs. To our knowledge, this is
the first work on NLG for dialogue that automatically ranks outputs using both
DA and attribute accuracy. For completeness, we compare our results to
fine-tuned few-shot models trained with 5 to 100 instances per DA. Our results
show that several prompt settings achieve perfect DA accuracy, and near perfect
semantic accuracy (99.81%) and perform better than few-shot fine-tuning. | cs.CL | Controllable Generation of Dialogue Acts for Dialogue Systems via Few-Shot Response Generation and Ranking |
2023-07-26T18:01:49Z | http://arxiv.org/pdf/2307.14430v1 | http://arxiv.org/abs/2307.14430v1 | Mayee F. Chen, Nicholas Roberts, Kush Bhatia, Jue Wang, Ce Zhang, Frederic Sala, Christopher Ré | 2023-07-26T18:01:49Z | cs.CL, cs.LG | The quality of training data impacts the performance of pre-trained large
language models (LMs). Given a fixed budget of tokens, we study how to best
select data that leads to good downstream model performance across tasks. We
develop a new framework based on a simple hypothesis: just as humans acquire
interdependent skills in a deliberate order, language models also follow a
natural order when learning a set of skills from their training data. If such
an order exists, it can be utilized for improved understanding of LMs and for
data-efficient training. Using this intuition, our framework formalizes the
notion of a skill and of an ordered set of skills in terms of the associated
data. First, using both synthetic and real data, we demonstrate that these
ordered skill sets exist, and that their existence enables more advanced skills
to be learned with less data when we train on their prerequisite skills.
Second, using our proposed framework, we introduce an online data sampling
algorithm, Skill-It, over mixtures of skills for both continual pre-training
and fine-tuning regimes, where the objective is to efficiently learn multiple
skills in the former and an individual skill in the latter. On the LEGO
synthetic in the continual pre-training setting, Skill-It obtains 36.5 points
higher accuracy than random sampling. On the Natural Instructions dataset in
the fine-tuning setting, Skill-It reduces the validation loss on the target
skill by 13.6% versus training on data associated with the target skill itself.
We apply our skills framework on the recent RedPajama dataset to continually
pre-train a 3B-parameter LM, achieving higher accuracy on the LM Evaluation
Harness with 1B tokens than the baseline approach of sampling uniformly over
data sources with 3B tokens. | cs.CL | Skill-it! A Data-Driven Skills Framework for Understanding and Training Language Models |
2023-07-26T17:56:36Z | http://arxiv.org/pdf/2308.00113v2 | http://arxiv.org/abs/2308.00113v2 | Pierre Fernandez, Antoine Chaffin, Karim Tit, Vivien Chappelier, Teddy Furon | 2023-11-08T18:56:19Z | cs.CL, cs.AI | The task of discerning between generated and natural texts is increasingly
challenging. In this context, watermarking emerges as a promising technique for
ascribing generated text to a specific model. It alters the sampling generation
process so as to leave an invisible trace in the generated output, facilitating
later detection. This research consolidates watermarks for large language
models based on three theoretical and empirical considerations. First, we
introduce new statistical tests that offer robust theoretical guarantees which
remain valid even at low false-positive rates (less than 10$^{\text{-6}}$).
Second, we compare the effectiveness of watermarks using classical benchmarks
in the field of natural language processing, gaining insights into their
real-world applicability. Third, we develop advanced detection schemes for
scenarios where access to the LLM is available, as well as multi-bit
watermarking. | cs.CL | Three Bricks to Consolidate Watermarks for Large Language Models |
2023-07-26T17:52:22Z | http://arxiv.org/pdf/2307.14334v1 | http://arxiv.org/abs/2307.14334v1 | Tao Tu, Shekoofeh Azizi, Danny Driess, Mike Schaekermann, Mohamed Amin, Pi-Chuan Chang, Andrew Carroll, Chuck Lau, Ryutaro Tanno, Ira Ktena, Basil Mustafa, Aakanksha Chowdhery, Yun Liu, Simon Kornblith, David Fleet, Philip Mansfield, Sushant Prakash, Renee Wong, Sunny Virmani, Christopher Semturs, S Sara Mahdavi, Bradley Green, Ewa Dominowska, Blaise Aguera y Arcas, Joelle Barral, Dale Webster, Greg S. Corrado, Yossi Matias, Karan Singhal, Pete Florence, Alan Karthikesalingam, Vivek Natarajan | 2023-07-26T17:52:22Z | cs.CL, cs.CV | Medicine is inherently multimodal, with rich data modalities spanning text,
imaging, genomics, and more. Generalist biomedical artificial intelligence (AI)
systems that flexibly encode, integrate, and interpret this data at scale can
potentially enable impactful applications ranging from scientific discovery to
care delivery. To enable the development of these models, we first curate
MultiMedBench, a new multimodal biomedical benchmark. MultiMedBench encompasses
14 diverse tasks such as medical question answering, mammography and
dermatology image interpretation, radiology report generation and
summarization, and genomic variant calling. We then introduce Med-PaLM
Multimodal (Med-PaLM M), our proof of concept for a generalist biomedical AI
system. Med-PaLM M is a large multimodal generative model that flexibly encodes
and interprets biomedical data including clinical language, imaging, and
genomics with the same set of model weights. Med-PaLM M reaches performance
competitive with or exceeding the state of the art on all MultiMedBench tasks,
often surpassing specialist models by a wide margin. We also report examples of
zero-shot generalization to novel medical concepts and tasks, positive transfer
learning across tasks, and emergent zero-shot medical reasoning. To further
probe the capabilities and limitations of Med-PaLM M, we conduct a radiologist
evaluation of model-generated (and human) chest X-ray reports and observe
encouraging performance across model scales. In a side-by-side ranking on 246
retrospective chest X-rays, clinicians express a pairwise preference for
Med-PaLM M reports over those produced by radiologists in up to 40.50% of
cases, suggesting potential clinical utility. While considerable work is needed
to validate these models in real-world use cases, our results represent a
milestone towards the development of generalist biomedical AI systems. | cs.CL | Towards Generalist Biomedical AI |
2023-07-26T17:50:11Z | http://arxiv.org/pdf/2307.15717v1 | http://arxiv.org/abs/2307.15717v1 | Hong Lu, Chuan Li, Yinheng Li, Jie Zhao | 2023-07-26T17:50:11Z | cs.CL, cs.AI, cs.DB | The drug development process necessitates that pharmacologists undertake
various tasks, such as reviewing literature, formulating hypotheses, designing
experiments, and interpreting results. Each stage requires accessing and
querying vast amounts of information. In this abstract, we introduce a Large
Language Model (LLM)-based Natural Language Interface designed to interact with
structured information stored in databases. Our experiments demonstrate the
feasibility and effectiveness of the proposed framework. This framework can
generalize to query a wide range of pharmaceutical data and knowledge bases. | cs.CL | Utilizing Large Language Models for Natural Interface to Pharmacology Databases |
2023-07-26T17:42:43Z | http://arxiv.org/pdf/2307.14324v1 | http://arxiv.org/abs/2307.14324v1 | Nino Scherrer, Claudia Shi, Amir Feder, David M. Blei | 2023-07-26T17:42:43Z | cs.CL, cs.AI, cs.CY, cs.LG | This paper presents a case study on the design, administration,
post-processing, and evaluation of surveys on large language models (LLMs). It
comprises two components: (1) A statistical method for eliciting beliefs
encoded in LLMs. We introduce statistical measures and evaluation metrics that
quantify the probability of an LLM "making a choice", the associated
uncertainty, and the consistency of that choice. (2) We apply this method to
study what moral beliefs are encoded in different LLMs, especially in ambiguous
cases where the right choice is not obvious. We design a large-scale survey
comprising 680 high-ambiguity moral scenarios (e.g., "Should I tell a white
lie?") and 687 low-ambiguity moral scenarios (e.g., "Should I stop for a
pedestrian on the road?"). Each scenario includes a description, two possible
actions, and auxiliary labels indicating violated rules (e.g., "do not kill").
We administer the survey to 28 open- and closed-source LLMs. We find that (a)
in unambiguous scenarios, most models "choose" actions that align with
commonsense. In ambiguous cases, most models express uncertainty. (b) Some
models are uncertain about choosing the commonsense action because their
responses are sensitive to the question-wording. (c) Some models reflect clear
preferences in ambiguous scenarios. Specifically, closed-source models tend to
agree with each other. | cs.CL | Evaluating the Moral Beliefs Encoded in LLMs |
2023-07-26T17:21:53Z | http://arxiv.org/pdf/2307.14311v1 | http://arxiv.org/abs/2307.14311v1 | Wendy Ccoya, Edson Pinto | 2023-07-26T17:21:53Z | cs.CL | This study is main goal is to provide a comparative comparison of libraries
using machine learning methods. Experts in natural language processing (NLP)
are becoming more and more interested in sentiment analysis (SA) of text
changes. The objective of employing NLP text analysis techniques is to
recognize and categorize feelings related to twitter users utterances. In this
examination, issues with SA and the libraries utilized are also looked at.
provides a number of cooperative methods to classify emotional polarity. The
Naive Bayes Classifier, Decision Tree Classifier, Maxent Classifier, Sklearn
Classifier, Sklearn Classifier MultinomialNB, and other conjoint learning
algorithms, according to recent research, are very effective. In the project
will use Five Python and R libraries NLTK, TextBlob, Vader, Transformers (GPT
and BERT pretrained), and Tidytext will be used in the study to apply sentiment
analysis techniques. Four machine learning models Tree of Decisions (DT),
Support Vector Machine (SVM), Naive Bayes (NB), and K-Nearest Neighbor (KNN)
will also be used. To evaluate how well libraries for SA operate in the social
network environment, comparative study was also carried out. The measures to
assess the best algorithms in this experiment, which used a single data set for
each method, were precision, recall, and F1 score. We conclude that the BERT
transformer method with an Accuracy: 0.973 is recommended for sentiment
analysis. | cs.CL | Comparative Analysis of Libraries for the Sentimental Analysis |
2023-07-26T17:13:00Z | http://arxiv.org/pdf/2307.14305v1 | http://arxiv.org/abs/2307.14305v1 | Christopher Malon | 2023-07-26T17:13:00Z | cs.CL | When faced with a large number of product reviews, it is not clear that a
human can remember all of them and weight opinions representatively to write a
good reference summary. We propose an automatic metric to test the prevalence
of the opinions that a summary expresses, based on counting the number of
reviews that are consistent with each statement in the summary, while
discrediting trivial or redundant statements. To formulate this opinion
prevalence metric, we consider several existing methods to score the factual
consistency of a summary statement with respect to each individual source
review. On a corpus of Amazon product reviews, we gather multiple human
judgments of the opinion consistency, to determine which automatic metric best
expresses consistency in product reviews. Using the resulting opinion
prevalence metric, we show that a human authored summary has only slightly
better opinion prevalence than randomly selected extracts from the source
reviews, and previous extractive and abstractive unsupervised opinion
summarization methods perform worse than humans. We demonstrate room for
improvement with a greedy construction of extractive summaries with twice the
opinion prevalence achieved by humans. Finally, we show that preprocessing
source reviews by simplification can raise the opinion prevalence achieved by
existing abstractive opinion summarization systems to the level of human
performance. | cs.CL | Automatically Evaluating Opinion Prevalence in Opinion Summarization |
2023-07-26T16:58:10Z | http://arxiv.org/pdf/2307.14298v1 | http://arxiv.org/abs/2307.14298v1 | Manolis Remountakis, Konstantinos Kotis, Babis Kourtzis, George E. Tsekouras | 2023-07-26T16:58:10Z | cs.IR, cs.AI, cs.CL, cs.LG, 68T01, I.2.1 | Recommender systems have become indispensable tools in the hotel hospitality
industry, enabling personalized and tailored experiences for guests. Recent
advancements in large language models (LLMs), such as ChatGPT, and persuasive
technologies, have opened new avenues for enhancing the effectiveness of those
systems. This paper explores the potential of integrating ChatGPT and
persuasive technologies for automating and improving hotel hospitality
recommender systems. First, we delve into the capabilities of ChatGPT, which
can understand and generate human-like text, enabling more accurate and
context-aware recommendations. We discuss the integration of ChatGPT into
recommender systems, highlighting the ability to analyze user preferences,
extract valuable insights from online reviews, and generate personalized
recommendations based on guest profiles. Second, we investigate the role of
persuasive technology in influencing user behavior and enhancing the persuasive
impact of hotel recommendations. By incorporating persuasive techniques, such
as social proof, scarcity and personalization, recommender systems can
effectively influence user decision-making and encourage desired actions, such
as booking a specific hotel or upgrading their room. To investigate the
efficacy of ChatGPT and persuasive technologies, we present a pilot experi-ment
with a case study involving a hotel recommender system. We aim to study the
impact of integrating ChatGPT and persua-sive techniques on user engagement,
satisfaction, and conversion rates. The preliminary results demonstrate the
potential of these technologies in enhancing the overall guest experience and
business performance. Overall, this paper contributes to the field of hotel
hospitality by exploring the synergistic relationship between LLMs and
persuasive technology in recommender systems, ultimately influencing guest
satisfaction and hotel revenue. | cs.IR | ChatGPT and Persuasive Technologies for the Management and Delivery of Personalized Recommendations in Hotel Hospitality |
2023-07-26T16:49:11Z | http://arxiv.org/pdf/2307.14291v2 | http://arxiv.org/abs/2307.14291v2 | I. Lazzizzera | 2023-09-16T19:19:01Z | cs.CL | The initial motivation for this work was the linguistic case of the spread of
Germanic syntactic features into Romance dialects of North-Eastern Italy, which
occurred after the immigration of German people to Tyrol during the High Middle
Ages. To obtain a representation of the data over the territory suitable for a
mathematical formulation, an interactive map is produced as a first step, using
tools of what is called Geographic Data Science. A smooth two-dimensional
surface G is introduced, expressing locally which fraction of territory uses a
given German language feature: it is obtained by a piecewise cubic curvature
minimizing interpolant of the discrete function that says if at any surveyed
locality that feature is used or not. This surface G is thought of as the value
at the present time of a function describing a diffusion-convection phenomenon
in two dimensions (here said tidal mode), which is subjected in a very natural
way to the same equation used in physics, introducing a contextual diffusivity
concept: it is shown that with two different assumptions about diffusivity,
solutions of this equation, evaluated at the present time, fit well with the
data interpolated by G, thus providing two convincing different pictures of
diffusion-convection in the case under study, albeit simplifications and
approximations. Very importantly, it is shown that the linguistic diffusion
model known to linguists as Schmidt waves can be counted among the solutions of
the diffusion equation | cs.CL | Founding a mathematical diffusion model in linguistics. The case study of German syntactic features in the North-Eastern Italian dialects |
2023-07-26T15:51:31Z | http://arxiv.org/pdf/2307.16819v1 | http://arxiv.org/abs/2307.16819v1 | Debayan Dasgupta | 2023-07-26T15:51:31Z | cs.CL, cs.AI | The flow of ideas has been extensively studied by physicists, psychologists,
and machine learning engineers. This paper adopts specific tools from
microrheology to investigate the similarity-based flow of ideas. We introduce a
random walker in word embeddings and study its behavior. Such
similarity-mediated random walks through the embedding space show signatures of
anomalous diffusion commonly observed in complex structured systems such as
biological cells and complex fluids. The paper concludes by proposing the
application of popular tools employed in the study of random walks and
diffusion of particles under Brownian motion to assess quantitatively the
incorporation of diverse ideas in a document. Overall, this paper presents a
self-referenced method combining microrheology and machine learning concepts to
explore the meandering tendencies of language models and their potential
association with creativity. | cs.CL | The flow of ideas in word embeddings |
2023-07-26T15:04:24Z | http://arxiv.org/pdf/2307.14236v1 | http://arxiv.org/abs/2307.14236v1 | Panggih Kusuma Ningrum, Philipp Mayr, Iana Atanassova | 2023-07-26T15:04:24Z | cs.CL, cs.AI, cs.DL | This demo paper presents UnScientify, an interactive system designed to
detect scientific uncertainty in scholarly full text. The system utilizes a
weakly supervised technique that employs a fine-grained annotation scheme to
identify verbally formulated uncertainty at the sentence level in scientific
texts. The pipeline for the system includes a combination of pattern matching,
complex sentence checking, and authorial reference checking. Our approach
automates labeling and annotation tasks for scientific uncertainty
identification, taking into account different types of scientific uncertainty,
that can serve various applications such as information retrieval, text mining,
and scholarly document processing. Additionally, UnScientify provides
interpretable results, aiding in the comprehension of identified instances of
scientific uncertainty in text. | cs.CL | UnScientify: Detecting Scientific Uncertainty in Scholarly Full Text |
2023-07-26T12:13:00Z | http://arxiv.org/pdf/2307.14142v1 | http://arxiv.org/abs/2307.14142v1 | Siyu Zhang, Yeming Chen, Yaoru Sun, Fang Wang, Haibo Shi, Haoran Wang | 2023-07-26T12:13:00Z | cs.CV, cs.AI, cs.CL | Visual question answering (VQA) has been intensively studied as a multimodal
task that requires effort in bridging vision and language to infer answers
correctly. Recent attempts have developed various attention-based modules for
solving VQA tasks. However, the performance of model inference is largely
bottlenecked by visual processing for semantics understanding. Most existing
detection methods rely on bounding boxes, remaining a serious challenge for VQA
models to understand the causal nexus of object semantics in images and
correctly infer contextual information. To this end, we propose a finer model
framework without bounding boxes in this work, termed Looking Out of Instance
Semantics (LOIS) to tackle this important issue. LOIS enables more fine-grained
feature descriptions to produce visual facts. Furthermore, to overcome the
label ambiguity caused by instance masks, two types of relation attention
modules: 1) intra-modality and 2) inter-modality, are devised to infer the
correct answers from the different multi-view features. Specifically, we
implement a mutual relation attention module to model sophisticated and deeper
visual semantic relations between instance objects and background information.
In addition, our proposed attention model can further analyze salient image
regions by focusing on important word-related questions. Experimental results
on four benchmark VQA datasets prove that our proposed method has favorable
performance in improving visual reasoning capability. | cs.CV | LOIS: Looking Out of Instance Semantics for Visual Question Answering |
2023-07-26T12:02:30Z | http://arxiv.org/pdf/2307.14134v1 | http://arxiv.org/abs/2307.14134v1 | Himmet Toprak Kesgin, Muzaffer Kaan Yuce, Mehmet Fatih Amasyali | 2023-07-26T12:02:30Z | cs.CL, cs.AI, cs.LG | This study introduces and evaluates tiny, mini, small, and medium-sized
uncased Turkish BERT models, aiming to bridge the research gap in
less-resourced languages. We trained these models on a diverse dataset
encompassing over 75GB of text from multiple sources and tested them on several
tasks, including mask prediction, sentiment analysis, news classification, and,
zero-shot classification. Despite their smaller size, our models exhibited
robust performance, including zero-shot task, while ensuring computational
efficiency and faster execution times. Our findings provide valuable insights
into the development and application of smaller language models, especially in
the context of the Turkish language. | cs.CL | Developing and Evaluating Tiny to Medium-Sized Turkish BERT Models |
2023-07-26T11:59:14Z | http://arxiv.org/pdf/2307.14132v3 | http://arxiv.org/abs/2307.14132v3 | Tian-Hao Zhang, Dinghao Zhou, Guiping Zhong, Jiaming Zhou, Baoxiang Li | 2023-12-15T04:13:45Z | cs.SD, cs.CL, eess.AS | RNN-T models are widely used in ASR, which rely on the RNN-T loss to achieve
length alignment between input audio and target sequence. However, the
implementation complexity and the alignment-based optimization target of RNN-T
loss lead to computational redundancy and a reduced role for predictor network,
respectively. In this paper, we propose a novel model named CIF-Transducer
(CIF-T) which incorporates the Continuous Integrate-and-Fire (CIF) mechanism
with the RNN-T model to achieve efficient alignment. In this way, the RNN-T
loss is abandoned, thus bringing a computational reduction and allowing the
predictor network a more significant role. We also introduce Funnel-CIF,
Context Blocks, Unified Gating and Bilinear Pooling joint network, and
auxiliary training strategy to further improve performance. Experiments on the
178-hour AISHELL-1 and 10000-hour WenetSpeech datasets show that CIF-T achieves
state-of-the-art results with lower computational overhead compared to RNN-T
models. | cs.SD | CIF-T: A Novel CIF-based Transducer Architecture for Automatic Speech Recognition |
2023-07-26T11:34:53Z | http://arxiv.org/pdf/2307.14117v2 | http://arxiv.org/abs/2307.14117v2 | Richard Yuanzhe Pang, Stephen Roller, Kyunghyun Cho, He He, Jason Weston | 2024-02-01T04:30:38Z | cs.CL | We study improving social conversational agents by learning from natural
dialogue between users and a deployed model, without extra annotations. To
implicitly measure the quality of a machine-generated utterance, we leverage
signals like user response length, sentiment and reaction of the future human
utterances in the collected dialogue episodes. Our experiments use the publicly
released deployment data from BlenderBot (Xu et al., 2023). Human evaluation
indicates improvements in our new models over baseline responses; however, we
find that some proxy signals can lead to more generations with undesirable
properties as well. For example, optimizing for conversation length can lead to
more controversial or unfriendly generations compared to the baseline, whereas
optimizing for positive sentiment or reaction can decrease these behaviors. | cs.CL | Leveraging Implicit Feedback from Deployment Data in Dialogue |
2023-07-26T11:10:04Z | http://arxiv.org/pdf/2307.14107v2 | http://arxiv.org/abs/2307.14107v2 | Shahab Saquib Sohail, Faiza Farhat, Yassine Himeur, Mohammad Nadeem, Dag Øivind Madsen, Yashbir Singh, Shadi Atalla, Wathiq Mansoor | 2023-08-25T09:00:08Z | cs.CL, cs.CY | Chat Generative Pre-trained Transformer (ChatGPT) has gained significant
interest and attention since its launch in November 2022. It has shown
impressive performance in various domains, including passing exams and creative
writing. However, challenges and concerns related to biases and trust persist.
In this work, we present a comprehensive review of over 100 Scopus-indexed
publications on ChatGPT, aiming to provide a taxonomy of ChatGPT research and
explore its applications. We critically analyze the existing literature,
identifying common approaches employed in the studies. Additionally, we
investigate diverse application areas where ChatGPT has found utility, such as
healthcare, marketing and financial services, software engineering, academic
and scientific writing, research and education, environmental science, and
natural language processing. Through examining these applications, we gain
valuable insights into the potential of ChatGPT in addressing real-world
challenges. We also discuss crucial issues related to ChatGPT, including biases
and trustworthiness, emphasizing the need for further research and development
in these areas. Furthermore, we identify potential future directions for
ChatGPT research, proposing solutions to current challenges and speculating on
expected advancements. By fully leveraging the capabilities of ChatGPT, we can
unlock its potential across various domains, leading to advancements in
conversational AI and transformative impacts in society. | cs.CL | Decoding ChatGPT: A Taxonomy of Existing Research, Current Challenges, and Possible Future Directions |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.