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-05-17T21:51:58Z | http://arxiv.org/pdf/2305.10588v2 | http://arxiv.org/abs/2305.10588v2 | Carina Kauf, Anna Ivanova | 2023-05-23T15:12:33Z | cs.CL | Estimating the log-likelihood of a given sentence under an autoregressive
language model is straightforward: one can simply apply the chain rule and sum
the log-likelihood values for each successive token. However, for masked
language models (MLMs), there is no direct way to estimate the log-likelihood
of a sentence. To address this issue, Salazar et al. (2020) propose to estimate
sentence pseudo-log-likelihood (PLL) scores, computed by successively masking
each sentence token, retrieving its score using the rest of the sentence as
context, and summing the resulting values. Here, we demonstrate that the
original PLL method yields inflated scores for out-of-vocabulary words and
propose an adapted metric, in which we mask not only the target token, but also
all within-word tokens to the right of the target. We show that our adapted
metric (PLL-word-l2r) outperforms both the original PLL metric and a PLL metric
in which all within-word tokens are masked. In particular, it better satisfies
theoretical desiderata and better correlates with scores from autoregressive
models. Finally, we show that the choice of metric affects even tightly
controlled, minimal pair evaluation benchmarks (such as BLiMP), underscoring
the importance of selecting an appropriate scoring metric for evaluating MLM
properties. | cs.CL | A Better Way to Do Masked Language Model Scoring |
2023-05-17T21:05:23Z | http://arxiv.org/pdf/2305.10568v2 | http://arxiv.org/abs/2305.10568v2 | Jordan Coil, Vered Shwartz | 2023-05-24T21:30:11Z | cs.CL | Noun compound interpretation is the task of expressing a noun compound (e.g.
chocolate bunny) in a free-text paraphrase that makes the relationship between
the constituent nouns explicit (e.g. bunny-shaped chocolate). We propose
modifications to the data and evaluation setup of the standard task (Hendrickx
et al., 2013), and show that GPT-3 solves it almost perfectly. We then
investigate the task of noun compound conceptualization, i.e. paraphrasing a
novel or rare noun compound. E.g., chocolate crocodile is a crocodile-shaped
chocolate. This task requires creativity, commonsense, and the ability to
generalize knowledge about similar concepts. While GPT-3's performance is not
perfect, it is better than that of humans -- likely thanks to its access to
vast amounts of knowledge, and because conceptual processing is effortful for
people (Connell and Lynott, 2012). Finally, we estimate the extent to which
GPT-3 is reasoning about the world vs. parroting its training data. We find
that the outputs from GPT-3 often have significant overlap with a large web
corpus, but that the parroting strategy is less beneficial for novel noun
compounds. | cs.CL | From chocolate bunny to chocolate crocodile: Do Language Models Understand Noun Compounds? |
2023-05-17T20:46:18Z | http://arxiv.org/pdf/2305.10563v2 | http://arxiv.org/abs/2305.10563v2 | Honggen Zhang, June Zhang, Igor Molybog | 2023-10-15T02:15:41Z | cs.AI, cs.CL | We consider a contrastive learning approach to knowledge graph embedding
(KGE) via InfoNCE. For KGE, efficient learning relies on augmenting the
training data with negative triples. However, most KGE works overlook the bias
from generating the negative triples-false negative triples (factual triples
missing from the knowledge graph). We argue that the generation of high-quality
(i.e., hard) negative triples might lead to an increase in false negative
triples. To mitigate the impact of false negative triples during the generation
of hard negative triples, we propose the Hardness and Structure-aware
(\textbf{HaSa}) contrastive KGE method, which alleviates the effect of false
negative triples while generating the hard negative triples. Experiments show
that HaSa improves the performance of InfoNCE-based KGE approaches and achieves
state-of-the-art results in several metrics for WN18RR datasets and competitive
results for FB15k-237 datasets compared to both classic and pre-trained
LM-based KGE methods. | cs.AI | HaSa: Hardness and Structure-Aware Contrastive Knowledge Graph Embedding |
2023-05-17T20:45:13Z | http://arxiv.org/pdf/2305.11186v2 | http://arxiv.org/abs/2305.11186v2 | Zhaozhuo Xu, Zirui Liu, Beidi Chen, Yuxin Tang, Jue Wang, Kaixiong Zhou, Xia Hu, Anshumali Shrivastava | 2023-10-10T04:01:30Z | cs.CL, cs.LG | While the numerous parameters in Large Language Models (LLMs) contribute to
their superior performance, this massive scale makes them inefficient and
memory-hungry. Thus, they are hard to deploy on commodity hardware, such as one
single GPU. Given the memory and power constraints of such devices, model
compression methods are widely employed to reduce both the model size and
inference latency, which essentially trades off model quality in return for
improved efficiency. Thus, optimizing this accuracy-efficiency trade-off is
crucial for the LLM deployment on commodity hardware. In this paper, we
introduce a new perspective to optimize this trade-off by prompting compressed
models. Specifically, we first observe that for certain questions, the
generation quality of a compressed LLM can be significantly improved by adding
carefully designed hard prompts, though this isn't the case for all questions.
Based on this observation, we propose a soft prompt learning method where we
expose the compressed model to the prompt learning process, aiming to enhance
the performance of prompts. Our experimental analysis suggests our soft prompt
strategy greatly improves the performance of the 8x compressed LLaMA-7B model
(with a joint 4-bit quantization and 50% weight pruning compression), allowing
them to match their uncompressed counterparts on popular benchmarks. Also, we
demonstrate that these learned prompts can be transferred across various
datasets, tasks, and compression levels. Hence with this transferability, we
can stitch the soft prompt to a newly compressed model to improve the test-time
accuracy in an ``in-situ'' way. | cs.CL | Compress, Then Prompt: Improving Accuracy-Efficiency Trade-off of LLM Inference with Transferable Prompt |
2023-05-17T20:41:51Z | http://arxiv.org/pdf/2305.10561v1 | http://arxiv.org/abs/2305.10561v1 | Chris Jenkins, Shantanu Agarwal, Joel Barry, Steven Fincke, Elizabeth Boschee | 2023-05-17T20:41:51Z | cs.CL | In this paper, we present ISI-Clear, a state-of-the-art, cross-lingual,
zero-shot event extraction system and accompanying user interface for event
visualization & search. Using only English training data, ISI-Clear makes
global events available on-demand, processing user-supplied text in 100
languages ranging from Afrikaans to Yiddish. We provide multiple event-centric
views of extracted events, including both a graphical representation and a
document-level summary. We also integrate existing cross-lingual search
algorithms with event extraction capabilities to provide cross-lingual
event-centric search, allowing English-speaking users to search over events
automatically extracted from a corpus of non-English documents, using either
English natural language queries (e.g. cholera outbreaks in Iran) or structured
queries (e.g. find all events of type Disease-Outbreak with agent cholera and
location Iran). | cs.CL | Massively Multi-Lingual Event Understanding: Extraction, Visualization, and Search |
2023-05-17T20:25:19Z | http://arxiv.org/pdf/2305.10557v2 | http://arxiv.org/abs/2305.10557v2 | Baikjin Jung, Myungji Lee, Jong-Hyeok Lee, Yunsu Kim | 2023-06-17T09:58:02Z | cs.CL | Automatic postediting (APE) is an automated process to refine a given machine
translation (MT). Recent findings present that existing APE systems are not
good at handling high-quality MTs even for a language pair with abundant data
resources, English-to-German: the better the given MT is, the harder it is to
decide what parts to edit and how to fix these errors. One possible solution to
this problem is to instill deeper knowledge about the target language into the
model. Thus, we propose a linguistically motivated method of regularization
that is expected to enhance APE models' understanding of the target language: a
loss function that encourages symmetric self-attention on the given MT. Our
analysis of experimental results demonstrates that the proposed method helps
improving the state-of-the-art architecture's APE quality for high-quality MTs. | cs.CL | Bring More Attention to Syntactic Symmetry for Automatic Postediting of High-Quality Machine Translations |
2023-05-17T19:22:24Z | http://arxiv.org/pdf/2305.10528v1 | http://arxiv.org/abs/2305.10528v1 | Sarthak Ahuja, Mohammad Kachuee, Fateme Sheikholeslami, Weiqing Liu, Jaeyoung Do | 2023-05-17T19:22:24Z | cs.AI, cs.CL, cs.LG | Off-Policy reinforcement learning has been a driving force for the
state-of-the-art conversational AIs leading to more natural humanagent
interactions and improving the user satisfaction for goal-oriented agents.
However, in large-scale commercial settings, it is often challenging to balance
between policy improvements and experience continuity on the broad spectrum of
applications handled by such system. In the literature, off-policy evaluation
and guard-railing on aggregate statistics has been commonly used to address
this problem. In this paper, we propose a method for curating and leveraging
high-precision samples sourced from historical regression incident reports to
validate, safe-guard, and improve policies prior to the online deployment. We
conducted extensive experiments using data from a real-world conversational
system and actual regression incidents. The proposed method is currently
deployed in our production system to protect customers against broken
experiences and enable long-term policy improvements. | cs.AI | Scalable and Safe Remediation of Defective Actions in Self-Learning Conversational Systems |
2023-05-17T18:54:37Z | http://arxiv.org/pdf/2305.10519v2 | http://arxiv.org/abs/2305.10519v2 | Qingxiu Dong, Jingjing Xu, Lingpeng Kong, Zhifang Sui, Lei Li | 2023-10-28T07:58:04Z | cs.CL, cs.LG | Given varying prompts regarding a factoid question, can a large language
model (LLM) reliably generate factually correct answers? Existing LLMs may
generate distinct responses for different prompts. In this paper, we study the
problem of quantifying knowledge contained in an LLM regarding a given set of
facts. We propose KaRR, a statistical approach to assess factual knowledge for
LLMs. The main idea is to estimate the ratio of LLM generating text
corresponding to the answer entity given diverse prompts of the subject and the
querying relation, versus it generating by random chances. Our assessment suite
contains a comprehensive set of 994,123 entities and 600 relations, with
1,395,905 text aliases. We use our method to evaluate 20 LLMs of various sizes,
including LLaMA, Alpaca, OPT, etc. Experiments show that our results have a
strong correlation (0.43 Kendall's $\tau$) with the results of human assessment
on LLMs. Our results reveal that the knowledge in LLMs with the same backbone
architecture adheres to the scaling law, while tuning on instruction-following
data sometimes compromises the model's capability to generate factually correct
text reliably. | cs.CL | Statistical Knowledge Assessment for Large Language Models |
2023-05-17T18:38:10Z | http://arxiv.org/pdf/2305.10512v2 | http://arxiv.org/abs/2305.10512v2 | Viktor Moskvoretskii, Anton Frolov, Denis Kuznetsov | 2023-12-16T10:18:21Z | cs.CL, cs.HC, I.4.10; I.7.m | Currently, dialogue systems have achieved high performance in processing
text-based communication. However, they have not yet effectively incorporated
visual information, which poses a significant challenge. Furthermore, existing
models that incorporate images in dialogue generation focus on discussing the
image itself. Our proposed approach presents a novel perspective on multi-modal
dialogue systems, which interprets the image in the context of the dialogue. By
doing so, we aim to expand the capabilities of current dialogue systems and
transition them from single modality (text) to multi-modality. However, there
is a lack of validated English datasets that contain both images and dialogue
contexts for this task. Thus, we propose a two-stage approach to automatically
construct a multi-modal dialogue dataset. In the first stage, we utilize
text-to-image similarity and sentence similarity to identify which utterances
could be replaced with an image. In the second stage, we replace those
utterances by selecting a subset of relevant images and filtering them with a
visual question answering model. We used this approach, along with additional
labeling, to create the IMage Augmented multi-modal Dialogue dataset (IMAD),
which can serve as a validated dataset for this task. Furthermore, we propose a
baseline model trained on this dataset, which outperforms model trained on the
same data without images and BlenderBot. | cs.CL | IMAD: IMage-Augmented multi-modal Dialogue |
2023-05-17T18:30:05Z | http://arxiv.org/pdf/2305.10510v1 | http://arxiv.org/abs/2305.10510v1 | Sourojit Ghosh, Aylin Caliskan | 2023-05-17T18:30:05Z | cs.CY, cs.AI, cs.CL | In this multicultural age, language translation is one of the most performed
tasks, and it is becoming increasingly AI-moderated and automated. As a novel
AI system, ChatGPT claims to be proficient in such translation tasks and in
this paper, we put that claim to the test. Specifically, we examine ChatGPT's
accuracy in translating between English and languages that exclusively use
gender-neutral pronouns. We center this study around Bengali, the 7$^{th}$ most
spoken language globally, but also generalize our findings across five other
languages: Farsi, Malay, Tagalog, Thai, and Turkish. We find that ChatGPT
perpetuates gender defaults and stereotypes assigned to certain occupations
(e.g. man = doctor, woman = nurse) or actions (e.g. woman = cook, man = go to
work), as it converts gender-neutral pronouns in languages to `he' or `she'. We
also observe ChatGPT completely failing to translate the English gender-neutral
pronoun `they' into equivalent gender-neutral pronouns in other languages, as
it produces translations that are incoherent and incorrect. While it does
respect and provide appropriately gender-marked versions of Bengali words when
prompted with gender information in English, ChatGPT appears to confer a higher
respect to men than to women in the same occupation. We conclude that ChatGPT
exhibits the same gender biases which have been demonstrated for tools like
Google Translate or MS Translator, as we provide recommendations for a human
centered approach for future designers of AIs that perform language translation
to better accommodate such low-resource languages. | cs.CY | ChatGPT Perpetuates Gender Bias in Machine Translation and Ignores Non-Gendered Pronouns: Findings across Bengali and Five other Low-Resource Languages |
2023-05-17T18:05:49Z | http://arxiv.org/pdf/2305.10496v1 | http://arxiv.org/abs/2305.10496v1 | Zhixue Zhao, Nikolaos Aletras | 2023-05-17T18:05:49Z | cs.CL, cs.AI, cs.LG | Feature attribution methods (FAs) are popular approaches for providing
insights into the model reasoning process of making predictions. The more
faithful a FA is, the more accurately it reflects which parts of the input are
more important for the prediction. Widely used faithfulness metrics, such as
sufficiency and comprehensiveness use a hard erasure criterion, i.e. entirely
removing or retaining the top most important tokens ranked by a given FA and
observing the changes in predictive likelihood. However, this hard criterion
ignores the importance of each individual token, treating them all equally for
computing sufficiency and comprehensiveness. In this paper, we propose a simple
yet effective soft erasure criterion. Instead of entirely removing or retaining
tokens from the input, we randomly mask parts of the token vector
representations proportionately to their FA importance. Extensive experiments
across various natural language processing tasks and different FAs show that
our soft-sufficiency and soft-comprehensiveness metrics consistently prefer
more faithful explanations compared to hard sufficiency and comprehensiveness.
Our code: https://github.com/casszhao/SoftFaith | cs.CL | Incorporating Attribution Importance for Improving Faithfulness Metrics |
2023-05-17T17:58:13Z | http://arxiv.org/pdf/2305.10429v4 | http://arxiv.org/abs/2305.10429v4 | Sang Michael Xie, Hieu Pham, Xuanyi Dong, Nan Du, Hanxiao Liu, Yifeng Lu, Percy Liang, Quoc V. Le, Tengyu Ma, Adams Wei Yu | 2023-11-21T02:01:53Z | cs.CL, cs.LG | The mixture proportions of pretraining data domains (e.g., Wikipedia, books,
web text) greatly affect language model (LM) performance. In this paper, we
propose Domain Reweighting with Minimax Optimization (DoReMi), which first
trains a small proxy model using group distributionally robust optimization
(Group DRO) over domains to produce domain weights (mixture proportions)
without knowledge of downstream tasks. We then resample a dataset with these
domain weights and train a larger, full-sized model. In our experiments, we use
DoReMi on a 280M-parameter proxy model to set the domain weights for training
an 8B-parameter model (30x larger) more efficiently. On The Pile, DoReMi
improves perplexity across all domains, even when it downweights a domain.
DoReMi improves average few-shot downstream accuracy by 6.5% points over a
baseline model trained using The Pile's default domain weights and reaches the
baseline accuracy with 2.6x fewer training steps. On the GLaM dataset, DoReMi,
which has no knowledge of downstream tasks, even matches the performance of
using domain weights tuned on downstream tasks. | cs.CL | DoReMi: Optimizing Data Mixtures Speeds Up Language Model Pretraining |
2023-05-17T17:57:34Z | http://arxiv.org/pdf/2305.10427v1 | http://arxiv.org/abs/2305.10427v1 | Andrea Santilli, Silvio Severino, Emilian Postolache, Valentino Maiorca, Michele Mancusi, Riccardo Marin, Emanuele Rodolà | 2023-05-17T17:57:34Z | cs.CL, cs.AI, cs.LG | Autoregressive decoding limits the efficiency of transformers for Machine
Translation (MT). The community proposed specific network architectures and
learning-based methods to solve this issue, which are expensive and require
changes to the MT model, trading inference speed at the cost of the translation
quality. In this paper, we propose to address the problem from the point of
view of decoding algorithms, as a less explored but rather compelling
direction. We propose to reframe the standard greedy autoregressive decoding of
MT with a parallel formulation leveraging Jacobi and Gauss-Seidel fixed-point
iteration methods for fast inference. This formulation allows to speed up
existing models without training or modifications while retaining translation
quality. We present three parallel decoding algorithms and test them on
different languages and models showing how the parallelization introduces a
speedup up to 38% w.r.t. the standard autoregressive decoding and nearly 2x
when scaling the method on parallel resources. Finally, we introduce a decoding
dependency graph visualizer (DDGviz) that let us see how the model has learned
the conditional dependence between tokens and inspect the decoding procedure. | cs.CL | Accelerating Transformer Inference for Translation via Parallel Decoding |
2023-05-17T17:57:10Z | http://arxiv.org/pdf/2305.10425v1 | http://arxiv.org/abs/2305.10425v1 | Yao Zhao, Rishabh Joshi, Tianqi Liu, Misha Khalman, Mohammad Saleh, Peter J. Liu | 2023-05-17T17:57:10Z | cs.CL, cs.AI | Learning from human feedback has been shown to be effective at aligning
language models with human preferences. Past work has often relied on
Reinforcement Learning from Human Feedback (RLHF), which optimizes the language
model using reward scores assigned from a reward model trained on human
preference data. In this work we show how the recently introduced Sequence
Likelihood Calibration (SLiC), can also be used to effectively learn from human
preferences (SLiC-HF). Furthermore, we demonstrate this can be done with human
feedback data collected for a different model, similar to off-policy, offline
RL data. Automatic and human evaluation experiments on the TL;DR summarization
task show that SLiC-HF significantly improves supervised fine-tuning baselines.
Furthermore, SLiC-HF presents a competitive alternative to the PPO RLHF
implementation used in past work while being much simpler to implement, easier
to tune and more computationally efficient in practice. | cs.CL | SLiC-HF: Sequence Likelihood Calibration with Human Feedback |
2023-05-17T17:47:31Z | http://arxiv.org/pdf/2305.10407v1 | http://arxiv.org/abs/2305.10407v1 | Nam Ho Koh, Joseph Plata, Joyce Chai | 2023-05-17T17:47:31Z | cs.CL, I.2, I.2.7, F.2.2, I.2.7 | Application Tracking Systems (ATS) have allowed talent managers, recruiters,
and college admissions committees to process large volumes of potential
candidate applications efficiently. Traditionally, this screening process was
conducted manually, creating major bottlenecks due to the quantity of
applications and introducing many instances of human bias. The advent of large
language models (LLMs) such as ChatGPT and the potential of adopting methods to
current automated application screening raises additional bias and fairness
issues that must be addressed. In this project, we wish to identify and
quantify the instances of social bias in ChatGPT and other OpenAI LLMs in the
context of candidate screening in order to demonstrate how the use of these
models could perpetuate existing biases and inequalities in the hiring process. | cs.CL | BAD: BiAs Detection for Large Language Models in the context of candidate screening |
2023-05-17T17:46:53Z | http://arxiv.org/pdf/2305.10403v3 | http://arxiv.org/abs/2305.10403v3 | Rohan Anil, Andrew M. Dai, Orhan Firat, Melvin Johnson, Dmitry Lepikhin, Alexandre Passos, Siamak Shakeri, Emanuel Taropa, Paige Bailey, Zhifeng Chen, Eric Chu, Jonathan H. Clark, Laurent El Shafey, Yanping Huang, Kathy Meier-Hellstern, Gaurav Mishra, Erica Moreira, Mark Omernick, Kevin Robinson, Sebastian Ruder, Yi Tay, Kefan Xiao, Yuanzhong Xu, Yujing Zhang, Gustavo Hernandez Abrego, Junwhan Ahn, Jacob Austin, Paul Barham, Jan Botha, James Bradbury, Siddhartha Brahma, Kevin Brooks, Michele Catasta, Yong Cheng, Colin Cherry, Christopher A. Choquette-Choo, Aakanksha Chowdhery, Clément Crepy, Shachi Dave, Mostafa Dehghani, Sunipa Dev, Jacob Devlin, Mark Díaz, Nan Du, Ethan Dyer, Vlad Feinberg, Fangxiaoyu Feng, Vlad Fienber, Markus Freitag, Xavier Garcia, Sebastian Gehrmann, Lucas Gonzalez, Guy Gur-Ari, Steven Hand, Hadi Hashemi, Le Hou, Joshua Howland, Andrea Hu, Jeffrey Hui, Jeremy Hurwitz, Michael Isard, Abe Ittycheriah, Matthew Jagielski, Wenhao Jia, Kathleen Kenealy, Maxim Krikun, Sneha Kudugunta, Chang Lan, Katherine Lee, Benjamin Lee, Eric Li, Music Li, Wei Li, YaGuang Li, Jian Li, Hyeontaek Lim, Hanzhao Lin, Zhongtao Liu, Frederick Liu, Marcello Maggioni, Aroma Mahendru, Joshua Maynez, Vedant Misra, Maysam Moussalem, Zachary Nado, John Nham, Eric Ni, Andrew Nystrom, Alicia Parrish, Marie Pellat, Martin Polacek, Alex Polozov, Reiner Pope, Siyuan Qiao, Emily Reif, Bryan Richter, Parker Riley, Alex Castro Ros, Aurko Roy, Brennan Saeta, Rajkumar Samuel, Renee Shelby, Ambrose Slone, Daniel Smilkov, David R. So, Daniel Sohn, Simon Tokumine, Dasha Valter, Vijay Vasudevan, Kiran Vodrahalli, Xuezhi Wang, Pidong Wang, Zirui Wang, Tao Wang, John Wieting, Yuhuai Wu, Kelvin Xu, Yunhan Xu, Linting Xue, Pengcheng Yin, Jiahui Yu, Qiao Zhang, Steven Zheng, Ce Zheng, Weikang Zhou, Denny Zhou, Slav Petrov, Yonghui Wu | 2023-09-13T20:35:45Z | cs.CL, cs.AI | We introduce PaLM 2, a new state-of-the-art language model that has better
multilingual and reasoning capabilities and is more compute-efficient than its
predecessor PaLM. PaLM 2 is a Transformer-based model trained using a mixture
of objectives. Through extensive evaluations on English and multilingual
language, and reasoning tasks, we demonstrate that PaLM 2 has significantly
improved quality on downstream tasks across different model sizes, while
simultaneously exhibiting faster and more efficient inference compared to PaLM.
This improved efficiency enables broader deployment while also allowing the
model to respond faster, for a more natural pace of interaction. PaLM 2
demonstrates robust reasoning capabilities exemplified by large improvements
over PaLM on BIG-Bench and other reasoning tasks. PaLM 2 exhibits stable
performance on a suite of responsible AI evaluations, and enables
inference-time control over toxicity without additional overhead or impact on
other capabilities. Overall, PaLM 2 achieves state-of-the-art performance
across a diverse set of tasks and capabilities.
When discussing the PaLM 2 family, it is important to distinguish between
pre-trained models (of various sizes), fine-tuned variants of these models, and
the user-facing products that use these models. In particular, user-facing
products typically include additional pre- and post-processing steps.
Additionally, the underlying models may evolve over time. Therefore, one should
not expect the performance of user-facing products to exactly match the results
reported in this report. | cs.CL | PaLM 2 Technical Report |
2023-05-17T17:43:38Z | http://arxiv.org/pdf/2305.10400v4 | http://arxiv.org/abs/2305.10400v4 | Michal Yarom, Yonatan Bitton, Soravit Changpinyo, Roee Aharoni, Jonathan Herzig, Oran Lang, Eran Ofek, Idan Szpektor | 2023-12-26T15:58:24Z | cs.CL, cs.CV | Automatically determining whether a text and a corresponding image are
semantically aligned is a significant challenge for vision-language models,
with applications in generative text-to-image and image-to-text tasks. In this
work, we study methods for automatic text-image alignment evaluation. We first
introduce SeeTRUE: a comprehensive evaluation set, spanning multiple datasets
from both text-to-image and image-to-text generation tasks, with human
judgements for whether a given text-image pair is semantically aligned. We then
describe two automatic methods to determine alignment: the first involving a
pipeline based on question generation and visual question answering models, and
the second employing an end-to-end classification approach by finetuning
multimodal pretrained models. Both methods surpass prior approaches in various
text-image alignment tasks, with significant improvements in challenging cases
that involve complex composition or unnatural images. Finally, we demonstrate
how our approaches can localize specific misalignments between an image and a
given text, and how they can be used to automatically re-rank candidates in
text-to-image generation. | cs.CL | What You See is What You Read? Improving Text-Image Alignment Evaluation |
2023-05-17T17:26:16Z | http://arxiv.org/pdf/2305.10387v3 | http://arxiv.org/abs/2305.10387v3 | Yating Wu, William Sheffield, Kyle Mahowald, Junyi Jessy Li | 2023-10-24T14:00:22Z | cs.CL | Automated text simplification, a technique useful for making text more
accessible to people such as children and emergent bilinguals, is often thought
of as a monolingual translation task from complex sentences to simplified
sentences using encoder-decoder models. This view fails to account for
elaborative simplification, where new information is added into the simplified
text. This paper proposes to view elaborative simplification through the lens
of the Question Under Discussion (QUD) framework, providing a robust way to
investigate what writers elaborate upon, how they elaborate, and how
elaborations fit into the discourse context by viewing elaborations as explicit
answers to implicit questions. We introduce ElabQUD, consisting of 1.3K
elaborations accompanied with implicit QUDs, to study these phenomena. We show
that explicitly modeling QUD (via question generation) not only provides
essential understanding of elaborative simplification and how the elaborations
connect with the rest of the discourse, but also substantially improves the
quality of elaboration generation. | cs.CL | Elaborative Simplification as Implicit Questions Under Discussion |
2023-05-17T17:21:10Z | http://arxiv.org/pdf/2305.10384v1 | http://arxiv.org/abs/2305.10384v1 | Yassir Fathullah, Guoxuan Xia, Mark Gales | 2023-05-17T17:21:10Z | cs.LG, cs.CL | Efficiently and reliably estimating uncertainty is an important objective in
deep learning. It is especially pertinent to autoregressive sequence tasks,
where training and inference costs are typically very high. However, existing
research has predominantly focused on tasks with static data such as image
classification. In this work, we investigate Ensemble Distribution Distillation
(EDD) applied to large-scale natural language sequence-to-sequence data. EDD
aims to compress the superior uncertainty performance of an expensive (teacher)
ensemble into a cheaper (student) single model. Importantly, the ability to
separate knowledge (epistemic) and data (aleatoric) uncertainty is retained.
Existing probability-space approaches to EDD, however, are difficult to scale
to large vocabularies. We show, for modern transformer architectures on
large-scale translation tasks, that modelling the ensemble logits, instead of
softmax probabilities, leads to significantly better students. Moreover, the
students surprisingly even outperform Deep Ensembles by up to ~10% AUROC on
out-of-distribution detection, whilst matching them at in-distribution
translation. | cs.LG | Logit-Based Ensemble Distribution Distillation for Robust Autoregressive Sequence Uncertainties |
2023-05-17T17:18:26Z | http://arxiv.org/pdf/2305.10383v2 | http://arxiv.org/abs/2305.10383v2 | Sergio Pelaez, Gaurav Verma, Barbara Ribeiro, Philip Shapira | 2023-05-18T12:34:47Z | cs.CL, cs.IR | Labeling data is essential for training text classifiers but is often
difficult to accomplish accurately, especially for complex and abstract
concepts. Seeking an improved method, this paper employs a novel approach using
a generative language model (GPT-4) to produce labels and rationales for
large-scale text analysis. We apply this approach to the task of discovering
public value expressions in US AI patents. We collect a database comprising
154,934 patent documents using an advanced Boolean query submitted to
InnovationQ+. The results are merged with full patent text from the USPTO,
resulting in 5.4 million sentences. We design a framework for identifying and
labeling public value expressions in these AI patent sentences. A prompt for
GPT-4 is developed which includes definitions, guidelines, examples, and
rationales for text classification. We evaluate the quality of the labels and
rationales produced by GPT-4 using BLEU scores and topic modeling and find that
they are accurate, diverse, and faithful. These rationales also serve as a
chain-of-thought for the model, a transparent mechanism for human verification,
and support for human annotators to overcome cognitive limitations. We conclude
that GPT-4 achieved a high-level of recognition of public value theory from our
framework, which it also uses to discover unseen public value expressions. We
use the labels produced by GPT-4 to train BERT-based classifiers and predict
sentences on the entire database, achieving high F1 scores for the 3-class
(0.85) and 2-class classification (0.91) tasks. We discuss the implications of
our approach for conducting large-scale text analyses with complex and abstract
concepts and suggest that, with careful framework design and interactive human
oversight, generative language models can offer significant advantages in
quality and in reduced time and costs for producing labels and rationales. | cs.CL | Large-Scale Text Analysis Using Generative Language Models: A Case Study in Discovering Public Value Expressions in AI Patents |
2023-05-17T16:34:01Z | http://arxiv.org/pdf/2305.10355v3 | http://arxiv.org/abs/2305.10355v3 | Yifan Li, Yifan Du, Kun Zhou, Jinpeng Wang, Wayne Xin Zhao, Ji-Rong Wen | 2023-10-26T02:52:40Z | cs.CV, cs.CL, cs.MM | Inspired by the superior language abilities of large language models (LLM),
large vision-language models (LVLM) have been recently explored by integrating
powerful LLMs for improving the performance on complex multimodal tasks.
Despite the promising progress on LVLMs, we find that LVLMs suffer from the
hallucination problem, i.e. they tend to generate objects that are inconsistent
with the target images in the descriptions. To investigate it, this work
presents the first systematic study on object hallucination of LVLMs. We
conduct the evaluation experiments on several representative LVLMs, and show
that they mostly suffer from severe object hallucination issue. We further
discuss that the visual instructions may influence the hallucination, and find
that: objects that frequently occur in the visual instructions or co-occur with
the image objects, are obviously prone to be hallucinated by LVLMs. Besides, we
find that existing evaluation methods might be affected by the input
instructions and generation styles of LVLMs. Thus, we further design an
improved evaluation method for object hallucination by proposing a
polling-based query method called POPE. Experiment results demonstrate that our
POPE can evaluate the object hallucination in a more stable and flexible way.
Our codes and data are publicly available at https://github.com/RUCAIBox/POPE. | cs.CV | Evaluating Object Hallucination in Large Vision-Language Models |
2023-05-17T16:32:40Z | http://arxiv.org/pdf/2305.10349v1 | http://arxiv.org/abs/2305.10349v1 | Lane Lawley, Christopher J. MacLellan | 2023-05-17T16:32:40Z | cs.HC, cs.AI, cs.CL | We present a system for interpretable, symbolic, interactive task learning
from dialog using a GPT model as a conversational front-end. The learned tasks
are represented as hierarchical decompositions of predicate-argument structures
with scoped variable arguments. By using a GPT model to convert interactive
dialog into a semantic representation, and then recursively asking for
definitions of unknown steps, we show that hierarchical task knowledge can be
acquired and re-used in a natural and unrestrained conversational environment.
We compare our system to a similar architecture using a more conventional
parser and show that our system tolerates a much wider variety of linguistic
variance. | cs.HC | Interactive Learning of Hierarchical Tasks from Dialog with GPT |
2023-05-17T16:01:50Z | http://arxiv.org/pdf/2305.10321v2 | http://arxiv.org/abs/2305.10321v2 | Atli Thor Sigurgeirsson, Simon King | 2023-09-19T16:35:57Z | cs.CL, cs.SD, eess.AS | Reference-based Text-to-Speech (TTS) models can generate multiple,
prosodically-different renditions of the same target text. Such models jointly
learn a latent acoustic space during training, which can be sampled from during
inference. Controlling these models during inference typically requires finding
an appropriate reference utterance, which is non-trivial.
Large generative language models (LLMs) have shown excellent performance in
various language-related tasks. Given only a natural language query text (the
prompt), such models can be used to solve specific, context-dependent tasks.
Recent work in TTS has attempted similar prompt-based control of novel speaking
style generation. Those methods do not require a reference utterance and can,
under ideal conditions, be controlled with only a prompt. But existing methods
typically require a prompt-labelled speech corpus for jointly training a
prompt-conditioned encoder.
In contrast, we instead employ an LLM to directly suggest prosodic
modifications for a controllable TTS model, using contextual information
provided in the prompt. The prompt can be designed for a multitude of tasks.
Here, we give two demonstrations: control of speaking style; prosody
appropriate for a given dialogue context. The proposed method is rated most
appropriate in 50% of cases vs. 31% for a baseline model. | cs.CL | Controllable Speaking Styles Using a Large Language Model |
2023-05-17T15:53:31Z | http://arxiv.org/pdf/2305.10314v2 | http://arxiv.org/abs/2305.10314v2 | Xingyao Wang, Hao Peng, Reyhaneh Jabbarvand, Heng Ji | 2024-03-19T11:53:15Z | cs.CL, cs.AI, cs.SE | Fine-tuning pre-trained language models (LMs) is essential for enhancing
their capabilities. Existing techniques commonly fine-tune on input-output
pairs (e.g., instruction tuning) or with numerical rewards that gauge the
output quality (e.g., RLHF). We explore LMs' potential to learn from textual
interactions (LETI) that not only check their correctness with binary labels
but also pinpoint and explain errors in their outputs through textual feedback.
Our focus is the code generation task, where the model produces code based on
natural language instructions. This setting invites a natural and scalable way
to acquire textual feedback: the error messages and stack traces from code
execution using a Python interpreter. LETI iteratively fine-tunes the model,
using the LM objective, on a concatenation of natural language instructions,
LM-generated programs, and textual feedback. Prepended to this fine-tuning
text, a binary reward token is used to differentiate correct and buggy
solutions. LETI requires no ground-truth outputs for training and even
outperforms a fine-tuned baseline that does. LETI not only improves the
performance of LMs on a code generation dataset MBPP, but also generalizes to
other datasets. Trained on MBPP, it achieves comparable or better performance
than the base LMs on unseen problems in HumanEval. Furthermore, compared to
binary feedback, we observe that textual feedback leads to improved generation
quality and sample efficiency, achieving the same performance with fewer than
half of the gradient steps. LETI is equally applicable in natural language
tasks when they can be formulated as code generation, which we empirically
verified on event argument extraction. | cs.CL | LeTI: Learning to Generate from Textual Interactions |
2023-05-17T15:44:57Z | http://arxiv.org/pdf/2305.10307v4 | http://arxiv.org/abs/2305.10307v4 | Zuhao Yang, Yingfang Yuan, Yang Xu, Shuo Zhan, Huajun Bai, Kefan Chen | 2023-10-25T13:32:58Z | cs.CL | Measuring the distance between machine-produced and human language is a
critical open problem. Inspired by empirical findings from psycholinguistics on
the periodicity of entropy in language, we propose FACE, a set of metrics based
on Fourier Analysis of the estimated Cross-Entropy of language, for measuring
the similarity between model-generated and human-written languages. Based on an
open-ended generation task and the experimental data from previous studies, we
find that FACE can effectively identify the human-model gap, scales with model
size, reflects the outcomes of different sampling methods for decoding,
correlates well with other evaluation metrics and with human judgment scores. | cs.CL | FACE: Evaluating Natural Language Generation with Fourier Analysis of Cross-Entropy |
2023-05-17T15:44:12Z | http://arxiv.org/pdf/2305.10306v3 | http://arxiv.org/abs/2305.10306v3 | Ping Yang, Junyu Lu, Ruyi Gan, Junjie Wang, Yuxiang Zhang, Jiaxing Zhang, Pingjian Zhang | 2023-05-22T05:25:33Z | cs.CL, cs.AI | We propose a new paradigm for universal information extraction (IE) that is
compatible with any schema format and applicable to a list of IE tasks, such as
named entity recognition, relation extraction, event extraction and sentiment
analysis. Our approach converts the text-based IE tasks as the token-pair
problem, which uniformly disassembles all extraction targets into joint span
detection, classification and association problems with a unified extractive
framework, namely UniEX. UniEX can synchronously encode schema-based prompt and
textual information, and collaboratively learn the generalized knowledge from
pre-defined information using the auto-encoder language models. We develop a
traffine attention mechanism to integrate heterogeneous factors including
tasks, labels and inside tokens, and obtain the extraction target via a scoring
matrix. Experiment results show that UniEX can outperform generative universal
IE models in terms of performance and inference-speed on $14$ benchmarks IE
datasets with the supervised setting. The state-of-the-art performance in
low-resource scenarios also verifies the transferability and effectiveness of
UniEX. | cs.CL | UniEX: An Effective and Efficient Framework for Unified Information Extraction via a Span-extractive Perspective |
2023-05-17T15:20:31Z | http://arxiv.org/pdf/2305.10284v1 | http://arxiv.org/abs/2305.10284v1 | Anas Himmi, Ekhine Irurozki, Nathan Noiry, Stephan Clemencon, Pierre Colombo | 2023-05-17T15:20:31Z | cs.CL, cs.AI | The evaluation of natural language processing (NLP) systems is crucial for
advancing the field, but current benchmarking approaches often assume that all
systems have scores available for all tasks, which is not always practical. In
reality, several factors such as the cost of running baseline, private systems,
computational limitations, or incomplete data may prevent some systems from
being evaluated on entire tasks. This paper formalize an existing problem in
NLP research: benchmarking when some systems scores are missing on the task,
and proposes a novel approach to address it. Our method utilizes a compatible
partial ranking approach to impute missing data, which is then aggregated using
the Borda count method. It includes two refinements designed specifically for
scenarios where either task-level or instance-level scores are available. We
also introduce an extended benchmark, which contains over 131 million scores,
an order of magnitude larger than existing benchmarks. We validate our methods
and demonstrate their effectiveness in addressing the challenge of missing
system evaluation on an entire task. This work highlights the need for more
comprehensive benchmarking approaches that can handle real-world scenarios
where not all systems are evaluated on the entire task. | cs.CL | Towards More Robust NLP System Evaluation: Handling Missing Scores in Benchmarks |
2023-05-17T15:07:50Z | http://arxiv.org/pdf/2305.10276v6 | http://arxiv.org/abs/2305.10276v6 | Hanxu Hu, Hongyuan Lu, Huajian Zhang, Yun-Ze Song, Wai Lam, Yue Zhang | 2023-10-04T02:03:45Z | cs.CL | In this paper, we take the initiative to investigate the performance of LLMs
on complex planning tasks that require LLMs to understand a virtual spatial
environment simulated via natural language and act correspondingly in text. We
propose a benchmark named Natural Language Planning and Action (Natala)
composed of a set of novel tasks: Brick World, NLVR-based Manipulations, and
Natural Language Navigation. We found that current popular LLMs such as ChatGPT
still lack abilities in complex planning. This arises a question -- do the LLMs
have a good understanding of the environments described in natural language, or
maybe other alternatives such as symbolic representations are neater and hence
better to be understood by LLMs? To this end, we propose a novel method called
CoS (Chain-of-Symbol Prompting) that represents the complex environments with
condensed symbolic spatial representations during the chained intermediate
thinking steps. CoS is easy to use and does not need additional training on
LLMs. Extensive experiments indicate that CoS clearly surpasses the performance
of the Chain-of-Thought (CoT) Prompting in all three planning tasks with even
fewer tokens used in the inputs compared with CoT on ChatGPT and InstructGPT.
The performance gain is strong, by up to 60.8% accuracy (from 31.8% to 92.6%)
on Brick World for ChatGPT. CoS also reduces the number of tokens in the prompt
obviously, by up to 65.8% of the tokens (from 407 to 139) for the intermediate
steps from demonstrations on Brick World. Code and data available at:
https://github.com/hanxuhu/chain-of-symbol-planning | cs.CL | Chain-of-Symbol Prompting Elicits Planning in Large Langauge Models |
2023-05-17T15:02:20Z | http://arxiv.org/pdf/2305.10270v3 | http://arxiv.org/abs/2305.10270v3 | Michael Guerzhoy | 2023-08-04T22:58:39Z | cs.CL, cs.SD, eess.AS | We introduce the problem of phone classification in the context of speech
recognition, and explore several sets of local spectro-temporal features that
can be used for phone classification. In particular, we present some
preliminary results for phone classification using two sets of features that
are commonly used for object detection: Haar features and SVM-classified
Histograms of Gradients (HoG). | cs.CL | Boosting Local Spectro-Temporal Features for Speech Analysis |
2023-05-17T14:58:06Z | http://arxiv.org/pdf/2305.10266v1 | http://arxiv.org/abs/2305.10266v1 | Eleftheria Briakou, Colin Cherry, George Foster | 2023-05-17T14:58:06Z | cs.CL | Large, multilingual language models exhibit surprisingly good zero- or
few-shot machine translation capabilities, despite having never seen the
intentionally-included translation examples provided to typical neural
translation systems. We investigate the role of incidental bilingualism -- the
unintentional consumption of bilingual signals, including translation examples
-- in explaining the translation capabilities of large language models, taking
the Pathways Language Model (PaLM) as a case study. We introduce a mixed-method
approach to measure and understand incidental bilingualism at scale. We show
that PaLM is exposed to over 30 million translation pairs across at least 44
languages. Furthermore, the amount of incidental bilingual content is highly
correlated with the amount of monolingual in-language content for non-English
languages. We relate incidental bilingual content to zero-shot prompts and show
that it can be used to mine new prompts to improve PaLM's out-of-English
zero-shot translation quality. Finally, in a series of small-scale ablations,
we show that its presence has a substantial impact on translation capabilities,
although this impact diminishes with model scale. | cs.CL | Searching for Needles in a Haystack: On the Role of Incidental Bilingualism in PaLM's Translation Capability |
2023-05-17T14:56:31Z | http://arxiv.org/pdf/2305.10263v2 | http://arxiv.org/abs/2305.10263v2 | Chuang Liu, Renren Jin, Yuqi Ren, Linhao Yu, Tianyu Dong, Xiaohan Peng, Shuting Zhang, Jianxiang Peng, Peiyi Zhang, Qingqing Lyu, Xiaowen Su, Qun Liu, Deyi Xiong | 2023-05-21T03:57:11Z | cs.CL | Large language models have recently made tremendous progress in a variety of
aspects, e.g., cross-task generalization, instruction following.
Comprehensively evaluating the capability of large language models in multiple
tasks is of great importance. In this paper, we propose M3KE, a Massive
Multi-Level Multi-Subject Knowledge Evaluation benchmark, which is developed to
measure knowledge acquired by Chinese large language models by testing their
multitask accuracy in zero- and few-shot settings. We have collected 20,477
questions from 71 tasks. Our selection covers all major levels of Chinese
education system, ranging from the primary school to college, as well as a wide
variety of subjects, including humanities, history, politics, law, education,
psychology, science, technology, art and religion. All questions are
multiple-choice questions with four options, hence guaranteeing a standardized
and unified assessment process. We've assessed a number of state-of-the-art
open-source Chinese large language models on the proposed benchmark. The size
of these models varies from 335M to 130B parameters. Experiment results
demonstrate that they perform significantly worse than GPT-3.5 that reaches an
accuracy of ~ 48% on M3KE. The dataset is available at
https://github.com/tjunlp-lab/M3KE. | cs.CL | M3KE: A Massive Multi-Level Multi-Subject Knowledge Evaluation Benchmark for Chinese Large Language Models |
2023-05-17T14:40:29Z | http://arxiv.org/pdf/2305.10250v3 | http://arxiv.org/abs/2305.10250v3 | Wanjun Zhong, Lianghong Guo, Qiqi Gao, He Ye, Yanlin Wang | 2023-05-21T06:20:28Z | cs.CL, cs.AI | Revolutionary advancements in Large Language Models have drastically reshaped
our interactions with artificial intelligence systems. Despite this, a notable
hindrance remains-the deficiency of a long-term memory mechanism within these
models. This shortfall becomes increasingly evident in situations demanding
sustained interaction, such as personal companion systems and psychological
counseling. Therefore, we propose MemoryBank, a novel memory mechanism tailored
for LLMs. MemoryBank enables the models to summon relevant memories,
continually evolve through continuous memory updates, comprehend, and adapt to
a user personality by synthesizing information from past interactions. To mimic
anthropomorphic behaviors and selectively preserve memory, MemoryBank
incorporates a memory updating mechanism, inspired by the Ebbinghaus Forgetting
Curve theory, which permits the AI to forget and reinforce memory based on time
elapsed and the relative significance of the memory, thereby offering a
human-like memory mechanism. MemoryBank is versatile in accommodating both
closed-source models like ChatGPT and open-source models like ChatGLM. We
exemplify application of MemoryBank through the creation of an LLM-based
chatbot named SiliconFriend in a long-term AI Companion scenario. Further tuned
with psychological dialogs, SiliconFriend displays heightened empathy in its
interactions. Experiment involves both qualitative analysis with real-world
user dialogs and quantitative analysis with simulated dialogs. In the latter,
ChatGPT acts as users with diverse characteristics and generates long-term
dialog contexts covering a wide array of topics. The results of our analysis
reveal that SiliconFriend, equipped with MemoryBank, exhibits a strong
capability for long-term companionship as it can provide emphatic response,
recall relevant memories and understand user personality. | cs.CL | MemoryBank: Enhancing Large Language Models with Long-Term Memory |
2023-05-17T14:26:00Z | http://arxiv.org/pdf/2305.10236v1 | http://arxiv.org/abs/2305.10236v1 | Luca Benedetto | 2023-05-17T14:26:00Z | cs.CL, cs.LG | Recent years witnessed an increase in the amount of research on the task of
Question Difficulty Estimation from Text QDET with Natural Language Processing
(NLP) techniques, with the goal of targeting the limitations of traditional
approaches to question calibration. However, almost the entirety of previous
research focused on single silos, without performing quantitative comparisons
between different models or across datasets from different educational domains.
In this work, we aim at filling this gap, by quantitatively analyzing several
approaches proposed in previous research, and comparing their performance on
three publicly available real world datasets containing questions of different
types from different educational domains. Specifically, we consider reading
comprehension Multiple Choice Questions (MCQs), science MCQs, and math
questions. We find that Transformer based models are the best performing across
different educational domains, with DistilBERT performing almost as well as
BERT, and that they outperform other approaches even on smaller datasets. As
for the other models, the hybrid ones often outperform the ones based on a
single type of features, the ones based on linguistic features perform well on
reading comprehension questions, while frequency based features (TF-IDF) and
word embeddings (word2vec) perform better in domain knowledge assessment. | cs.CL | A quantitative study of NLP approaches to question difficulty estimation |
2023-05-17T14:17:57Z | http://arxiv.org/pdf/2305.15425v2 | http://arxiv.org/abs/2305.15425v2 | Aleksandar Petrov, Emanuele La Malfa, Philip H. S. Torr, Adel Bibi | 2023-10-20T10:09:55Z | cs.CL, cs.LG | Recent language models have shown impressive multilingual performance, even
when not explicitly trained for it. Despite this, there are concerns about the
quality of their outputs across different languages. In this paper, we show how
disparity in the treatment of different languages arises at the tokenization
stage, well before a model is even invoked. The same text translated into
different languages can have drastically different tokenization lengths, with
differences up to 15 times in some cases. These disparities persist even for
tokenizers that are intentionally trained for multilingual support.
Character-level and byte-level models also exhibit over 4 times the difference
in the encoding length for some language pairs. This induces unfair treatment
for some language communities in regard to the cost of accessing commercial
language services, the processing time and latency, as well as the amount of
content that can be provided as context to the models. Therefore, we make the
case that we should train future language models using multilingually fair
subword tokenizers. | cs.CL | Language Model Tokenizers Introduce Unfairness Between Languages |
2023-05-17T14:12:29Z | http://arxiv.org/pdf/2305.10231v1 | http://arxiv.org/abs/2305.10231v1 | Libo Qin, Qiguang Chen, Xiao Xu, Yunlong Feng, Wanxiang Che | 2023-05-17T14:12:29Z | cs.CL | Spoken Language Understanding (SLU) is one of the core components of a
task-oriented dialogue system, which aims to extract the semantic meaning of
user queries (e.g., intents and slots). In this work, we introduce OpenSLU, an
open-source toolkit to provide a unified, modularized, and extensible toolkit
for spoken language understanding. Specifically, OpenSLU unifies 10 SLU models
for both single-intent and multi-intent scenarios, which support both
non-pretrained and pretrained models simultaneously. Additionally, OpenSLU is
highly modularized and extensible by decomposing the model architecture,
inference, and learning process into reusable modules, which allows researchers
to quickly set up SLU experiments with highly flexible configurations. OpenSLU
is implemented based on PyTorch, and released at
\url{https://github.com/LightChen233/OpenSLU}. | cs.CL | OpenSLU: A Unified, Modularized, and Extensible Toolkit for Spoken Language Understanding |
2023-05-17T13:26:57Z | http://arxiv.org/pdf/2305.10204v1 | http://arxiv.org/abs/2305.10204v1 | Shadi Iskander, Kira Radinsky, Yonatan Belinkov | 2023-05-17T13:26:57Z | cs.CL, cs.AI | Natural language processing models tend to learn and encode social biases
present in the data. One popular approach for addressing such biases is to
eliminate encoded information from the model's representations. However,
current methods are restricted to removing only linearly encoded information.
In this work, we propose Iterative Gradient-Based Projection (IGBP), a novel
method for removing non-linear encoded concepts from neural representations.
Our method consists of iteratively training neural classifiers to predict a
particular attribute we seek to eliminate, followed by a projection of the
representation on a hypersurface, such that the classifiers become oblivious to
the target attribute. We evaluate the effectiveness of our method on the task
of removing gender and race information as sensitive attributes. Our results
demonstrate that IGBP is effective in mitigating bias through intrinsic and
extrinsic evaluations, with minimal impact on downstream task accuracy. | cs.CL | Shielded Representations: Protecting Sensitive Attributes Through Iterative Gradient-Based Projection |
2023-05-17T13:19:01Z | http://arxiv.org/pdf/2305.10196v1 | http://arxiv.org/abs/2305.10196v1 | Longyue Wang, Siyou Liu, Mingzhou Xu, Linfeng Song, Shuming Shi, Zhaopeng Tu | 2023-05-17T13:19:01Z | cs.CL, cs.AI | Zero pronouns (ZPs) are frequently omitted in pro-drop languages (e.g.
Chinese, Hungarian, and Hindi), but should be recalled in non-pro-drop
languages (e.g. English). This phenomenon has been studied extensively in
machine translation (MT), as it poses a significant challenge for MT systems
due to the difficulty in determining the correct antecedent for the pronoun.
This survey paper highlights the major works that have been undertaken in zero
pronoun translation (ZPT) after the neural revolution, so that researchers can
recognise the current state and future directions of this field. We provide an
organisation of the literature based on evolution, dataset, method and
evaluation. In addition, we compare and analyze competing models and evaluation
metrics on different benchmarks. We uncover a number of insightful findings
such as: 1) ZPT is in line with the development trend of large language model;
2) data limitation causes learning bias in languages and domains; 3)
performance improvements are often reported on single benchmarks, but advanced
methods are still far from real-world use; 4) general-purpose metrics are not
reliable on nuances and complexities of ZPT, emphasizing the necessity of
targeted metrics; 5) apart from commonly-cited errors, ZPs will cause risks of
gender bias. | cs.CL | A Survey on Zero Pronoun Translation |
2023-05-17T13:18:28Z | http://arxiv.org/pdf/2305.10195v1 | http://arxiv.org/abs/2305.10195v1 | Anuradha Welivita, Pearl Pu | 2023-05-17T13:18:28Z | cs.CL | AI-driven chatbots have become an emerging solution to address psychological
distress. Due to the lack of psychotherapeutic data, researchers use dialogues
scraped from online peer support forums to train them. But since the responses
in such platforms are not given by professionals, they contain both conforming
and non-conforming responses. In this work, we attempt to recognize these
conforming and non-conforming response types present in online distress-support
dialogues using labels adapted from a well-established behavioral coding scheme
named Motivational Interviewing Treatment Integrity (MITI) code and show how
some response types could be rephrased into a more MI adherent form that can,
in turn, enable chatbot responses to be more compliant with the MI strategy. As
a proof of concept, we build several rephrasers by fine-tuning Blender and GPT3
to rephrase MI non-adherent "Advise without permission" responses into "Advise
with permission". We show how this can be achieved with the construction of
pseudo-parallel corpora avoiding costs for human labor. Through automatic and
human evaluation we show that in the presence of less training data, techniques
such as prompting and data augmentation can be used to produce substantially
good rephrasings that reflect the intended style and preserve the content of
the original text. | cs.CL | Boosting Distress Support Dialogue Responses with Motivational Interviewing Strategy |
2023-05-17T13:15:10Z | http://arxiv.org/pdf/2305.10190v1 | http://arxiv.org/abs/2305.10190v1 | Zhuoyuan Mao, Haiyue Song, Raj Dabre, Chenhui Chu, Sadao Kurohashi | 2023-05-17T13:15:10Z | cs.CL | The language-independency of encoded representations within multilingual
neural machine translation (MNMT) models is crucial for their generalization
ability on zero-shot translation. Neural interlingua representations have been
shown as an effective method for achieving this. However, fixed-length neural
interlingua representations introduced in previous work can limit its
flexibility and representation ability. In this study, we introduce a novel
method to enhance neural interlingua representations by making their length
variable, thereby overcoming the constraint of fixed-length neural interlingua
representations. Our empirical results on zero-shot translation on OPUS, IWSLT,
and Europarl datasets demonstrate stable model convergence and superior
zero-shot translation results compared to fixed-length neural interlingua
representations. However, our analysis reveals the suboptimal efficacy of our
approach in translating from certain source languages, wherein we pinpoint the
defective model component in our proposed method. | cs.CL | Variable-length Neural Interlingua Representations for Zero-shot Neural Machine Translation |
2023-05-17T12:55:52Z | http://arxiv.org/pdf/2305.10172v1 | http://arxiv.org/abs/2305.10172v1 | Yang Deng, Wenxuan Zhang, Yifei Yuan, Wai Lam | 2023-05-17T12:55:52Z | cs.CL, cs.IR | Unlike empathetic dialogues, the system in emotional support conversations
(ESC) is expected to not only convey empathy for comforting the help-seeker,
but also proactively assist in exploring and addressing their problems during
the conversation. In this work, we study the problem of mixed-initiative ESC
where the user and system can both take the initiative in leading the
conversation. Specifically, we conduct a novel analysis on mixed-initiative ESC
systems with a tailor-designed schema that divides utterances into different
types with speaker roles and initiative types. Four emotional support metrics
are proposed to evaluate the mixed-initiative interactions. The analysis
reveals the necessity and challenges of building mixed-initiative ESC systems.
In the light of this, we propose a knowledge-enhanced mixed-initiative
framework (KEMI) for ESC, which retrieves actual case knowledge from a
large-scale mental health knowledge graph for generating mixed-initiative
responses. Experimental results on two ESC datasets show the superiority of
KEMI in both content-preserving evaluation and mixed initiative related
analyses. | cs.CL | Knowledge-enhanced Mixed-initiative Dialogue System for Emotional Support Conversations |
2023-05-17T12:43:29Z | http://arxiv.org/pdf/2305.10167v1 | http://arxiv.org/abs/2305.10167v1 | Emil Carlsson, Devdatt Dubhashi | 2023-05-17T12:43:29Z | cs.AI, cs.CL | In this work we introduce a structured signaling game, an extension of the
classical signaling game with a similarity structure between meanings in the
context, along with a variant of the Rational Speech Act (RSA) framework which
we call structured-RSA (sRSA) for pragmatic reasoning in structured domains. We
explore the behavior of the sRSA in the domain of color and show that pragmatic
agents using sRSA on top of semantic representations, derived from the World
Color Survey, attain efficiency very close to the information theoretic limit
after only 1 or 2 levels of recursion. We also explore the interaction between
pragmatic reasoning and learning in multi-agent reinforcement learning
framework. Our results illustrate that artificial agents using sRSA develop
communication closer to the information theoretic frontier compared to agents
using RSA and just reinforcement learning. We also find that the ambiguity of
the semantic representation increases as the pragmatic agents are allowed to
perform deeper reasoning about each other during learning. | cs.AI | Pragmatic Reasoning in Structured Signaling Games |
2023-05-17T12:31:26Z | http://arxiv.org/pdf/2305.10163v4 | http://arxiv.org/abs/2305.10163v4 | Jiageng Wu, Xian Wu, Zhaopeng Qiu, Minghui Li, Yingying Zhang, Yefeng Zheng, Changzheng Yuan, Jie Yang | 2024-01-30T03:58:19Z | cs.CL, cs.AI, cs.CY | $\textbf{Objectives}$: Large Language Models (LLMs) such as ChatGPT and
Med-PaLM have excelled in various medical question-answering tasks. However,
these English-centric models encounter challenges in non-English clinical
settings, primarily due to limited clinical knowledge in respective languages,
a consequence of imbalanced training corpora. We systematically evaluate LLMs
in the Chinese medical context and develop a novel in-context learning
framework to enhance their performance.
$\textbf{Materials and Methods}$: The latest China National Medical Licensing
Examination (CNMLE-2022) served as the benchmark. We collected 53 medical books
and 381,149 medical questions to construct the medical knowledge base and
question bank. The proposed Knowledge and Few-shot Enhancement In-context
Learning (KFE) framework leverages the in-context learning ability of LLMs to
integrate diverse external clinical knowledge sources. We evaluated KFE with
ChatGPT(GPT3.5), GPT4, Baichuan2(BC2)-7B, and BC2-13B in CNMLE-2022 and
investigated the effectiveness of different pathways for incorporating LLMs
with medical knowledge from 7 perspectives.
$\textbf{Results}$: Directly applying ChatGPT failed to qualify for the
CNMLE-2022 at a score of 51. Cooperated with the KFE, the LLMs with varying
sizes yielded consistent and significant improvements. The ChatGPT's
performance surged to 70.04 and GPT-4 achieved the highest score of 82.59. This
surpasses the qualification threshold (60) and exceeds the average human score
of 68.70. It also enabled a smaller BC2-13B to pass the examination, showcasing
the great potential in low-resource settings.
$\textbf{Conclusion}$: By synergizing medical knowledge through in-context
learning, LLM can extend clinical insight beyond language barriers,
significantly reducing language-related disparities of LLM applications and
ensuring global benefit in healthcare. | cs.CL | Large Language Models Leverage External Knowledge to Extend Clinical Insight Beyond Language Boundaries |
2023-05-17T12:23:38Z | http://arxiv.org/pdf/2305.10160v2 | http://arxiv.org/abs/2305.10160v2 | Alon Jacovi, Avi Caciularu, Omer Goldman, Yoav Goldberg | 2023-10-18T13:17:13Z | cs.CL, cs.AI | Data contamination has become prevalent and challenging with the rise of
models pretrained on large automatically-crawled corpora. For closed models,
the training data becomes a trade secret, and even for open models, it is not
trivial to detect contamination. Strategies such as leaderboards with hidden
answers, or using test data which is guaranteed to be unseen, are expensive and
become fragile with time. Assuming that all relevant actors value clean test
data and will cooperate to mitigate data contamination, what can be done? We
propose three strategies that can make a difference: (1) Test data made public
should be encrypted with a public key and licensed to disallow derivative
distribution; (2) demand training exclusion controls from closed API holders,
and protect your test data by refusing to evaluate without them; (3) avoid data
which appears with its solution on the internet, and release the web-page
context of internet-derived data along with the data. These strategies are
practical and can be effective in preventing data contamination. | cs.CL | Stop Uploading Test Data in Plain Text: Practical Strategies for Mitigating Data Contamination by Evaluation Benchmarks |
2023-05-17T12:19:11Z | http://arxiv.org/pdf/2305.10156v3 | http://arxiv.org/abs/2305.10156v3 | Mo Yu, Jiangnan Li, Shunyu Yao, Wenjie Pang, Xiaochen Zhou, Zhou Xiao, Fandong Meng, Jie Zhou | 2023-10-29T08:57:47Z | cs.CL, cs.AI | Comprehending characters' personalities is a crucial aspect of story reading.
As readers engage with a story, their understanding of a character evolves
based on new events and information; and multiple fine-grained aspects of
personalities can be perceived. This leads to a natural problem of situated and
fine-grained personality understanding. The problem has not been studied in the
NLP field, primarily due to the lack of appropriate datasets mimicking the
process of book reading. We present the first labeled dataset PersoNet for this
problem. Our novel annotation strategy involves annotating user notes from
online reading apps as a proxy for the original books. Experiments and human
studies indicate that our dataset construction is both efficient and accurate;
and our task heavily relies on long-term context to achieve accurate
predictions for both machines and humans. The dataset is available at
https://github.com/Gorov/personet_acl23. | cs.CL | Personality Understanding of Fictional Characters during Book Reading |
2023-05-17T12:18:44Z | http://arxiv.org/pdf/2305.10154v2 | http://arxiv.org/abs/2305.10154v2 | Emil Carlsson, Devdatt Dubhashi, Terry Regier | 2024-04-16T12:44:07Z | cs.CL | It has been argued that semantic systems reflect pressure for efficiency, and
a current debate concerns the cultural evolutionary process that produces this
pattern. We consider efficiency as instantiated in the Information Bottleneck
(IB) principle, and a model of cultural evolution that combines iterated
learning and communication. We show that this model, instantiated in neural
networks, converges to color naming systems that are efficient in the IB sense
and similar to human color naming systems. We also show that some other
proposals such as iterated learning alone, communication alone, or the greater
learnability of convex categories, do not yield the same outcome as clearly. We
conclude that the combination of iterated learning and communication provides a
plausible means by which human semantic systems become efficient. | cs.CL | Cultural evolution via iterated learning and communication explains efficient color naming systems |
2023-05-17T12:12:46Z | http://arxiv.org/pdf/2305.10149v1 | http://arxiv.org/abs/2305.10149v1 | Fanqi Wan, Weizhou Shen, Ke Yang, Xiaojun Quan, Wei Bi | 2023-05-17T12:12:46Z | cs.CL | Retrieving proper domain knowledge from an external database lies at the
heart of end-to-end task-oriented dialog systems to generate informative
responses. Most existing systems blend knowledge retrieval with response
generation and optimize them with direct supervision from reference responses,
leading to suboptimal retrieval performance when the knowledge base becomes
large-scale. To address this, we propose to decouple knowledge retrieval from
response generation and introduce a multi-grained knowledge retriever (MAKER)
that includes an entity selector to search for relevant entities and an
attribute selector to filter out irrelevant attributes. To train the retriever,
we propose a novel distillation objective that derives supervision signals from
the response generator. Experiments conducted on three standard benchmarks with
both small and large-scale knowledge bases demonstrate that our retriever
performs knowledge retrieval more effectively than existing methods. Our code
has been made publicly
available.\footnote{https://github.com/18907305772/MAKER} | cs.CL | Multi-Grained Knowledge Retrieval for End-to-End Task-Oriented Dialog |
2023-05-17T11:55:32Z | http://arxiv.org/pdf/2305.10142v1 | http://arxiv.org/abs/2305.10142v1 | Yao Fu, Hao Peng, Tushar Khot, Mirella Lapata | 2023-05-17T11:55:32Z | cs.CL | We study whether multiple large language models (LLMs) can autonomously
improve each other in a negotiation game by playing, reflecting, and
criticizing. We are interested in this question because if LLMs were able to
improve each other, it would imply the possibility of creating strong AI agents
with minimal human intervention. We ask two LLMs to negotiate with each other,
playing the roles of a buyer and a seller, respectively. They aim to reach a
deal with the buyer targeting a lower price and the seller a higher one. A
third language model, playing the critic, provides feedback to a player to
improve the player's negotiation strategies. We let the two agents play
multiple rounds, using previous negotiation history and AI feedback as
in-context demonstrations to improve the model's negotiation strategy
iteratively. We use different LLMs (GPT and Claude) for different roles and use
the deal price as the evaluation metric. Our experiments reveal multiple
intriguing findings: (1) Only a subset of the language models we consider can
self-play and improve the deal price from AI feedback, weaker models either do
not understand the game's rules or cannot incorporate AI feedback for further
improvement. (2) Models' abilities to learn from the feedback differ when
playing different roles. For example, it is harder for Claude-instant to
improve as the buyer than as the seller. (3) When unrolling the game to
multiple rounds, stronger agents can consistently improve their performance by
meaningfully using previous experiences and iterative AI feedback, yet have a
higher risk of breaking the deal. We hope our work provides insightful initial
explorations of having models autonomously improve each other with game playing
and AI feedback. | cs.CL | Improving Language Model Negotiation with Self-Play and In-Context Learning from AI Feedback |
2023-05-17T11:39:31Z | http://arxiv.org/pdf/2305.10136v1 | http://arxiv.org/abs/2305.10136v1 | Tanise Ceron, Dmitry Nikolaev, Sebastian Padó | 2023-05-17T11:39:31Z | cs.CL, cs.CY | Automatic extraction of party (dis)similarities from texts such as party
election manifestos or parliamentary speeches plays an increasing role in
computational political science. However, existing approaches are fundamentally
limited to targeting only global party (dis)-similarity: they condense the
relationship between a pair of parties into a single figure, their similarity.
In aggregating over all policy domains (e.g., health or foreign policy), they
do not provide any qualitative insights into which domains parties agree or
disagree on. This paper proposes a workflow for estimating policy domain aware
party similarity that overcomes this limitation. The workflow covers (a)
definition of suitable policy domains; (b) automatic labeling of domains, if no
manual labels are available; (c) computation of domain-level similarities and
aggregation at a global level; (d) extraction of interpretable party positions
on major policy axes via multidimensional scaling. We evaluate our workflow on
manifestos from the German federal elections. We find that our method (a)
yields high correlation when predicting party similarity at a global level and
(b) provides accurate party-specific positions, even with automatically
labelled policy domains. | cs.CL | Additive manifesto decomposition: A policy domain aware method for understanding party positioning |
2023-05-17T11:01:38Z | http://arxiv.org/pdf/2305.10122v1 | http://arxiv.org/abs/2305.10122v1 | Swapnil Fadte, Edna Vaz, Atul Kr. Ojha, Ramdas Karmali, Jyoti D. Pawar | 2023-05-17T11:01:38Z | cs.CL | Konkani is a highly nasalised language which makes it unique among Indo-Aryan
languages. This work investigates the acoustic-phonetic properties of Konkani
oral and nasal vowels. For this study, speech samples from six speakers (3 male
and 3 female) were collected. A total of 74 unique sentences were used as a
part of the recording script, 37 each for oral and nasal vowels, respectively.
The final data set consisted of 1135 vowel phonemes. A comparative F1-F2 plot
of Konkani oral and nasal vowels is presented with an experimental result and
formant analysis. The average F1, F2 and F3 values are also reported for the
first time through experimentation for all nasal and oral vowels. This study
can be helpful for the linguistic research on vowels and speech synthesis
systems specific to the Konkani language. | cs.CL | Empirical Analysis of Oral and Nasal Vowels of Konkani |
2023-05-17T10:03:03Z | http://arxiv.org/pdf/2305.10096v1 | http://arxiv.org/abs/2305.10096v1 | Anuradha Welivita, Pearl Pu | 2023-05-17T10:03:03Z | cs.CL, cs.AI | A recent trend in the domain of open-domain conversational agents is enabling
them to converse empathetically to emotional prompts. Current approaches either
follow an end-to-end approach or condition the responses on similar emotion
labels to generate empathetic responses. But empathy is a broad concept that
refers to the cognitive and emotional reactions of an individual to the
observed experiences of another and it is more complex than mere mimicry of
emotion. Hence, it requires identifying complex human conversational strategies
and dynamics in addition to generic emotions to control and interpret
empathetic responding capabilities of chatbots. In this work, we make use of a
taxonomy of eight empathetic response intents in addition to generic emotion
categories in building a dialogue response generation model capable of
generating empathetic responses in a controllable and interpretable manner. It
consists of two modules: 1) a response emotion/intent prediction module; and 2)
a response generation module. We propose several rule-based and neural
approaches to predict the next response's emotion/intent and generate responses
conditioned on these predicted emotions/intents. Automatic and human evaluation
results emphasize the importance of the use of the taxonomy of empathetic
response intents in producing more diverse and empathetically more appropriate
responses than end-to-end models. | cs.CL | Use of a Taxonomy of Empathetic Response Intents to Control and Interpret Empathy in Neural Chatbots |
2023-05-17T08:38:59Z | http://arxiv.org/pdf/2305.10046v1 | http://arxiv.org/abs/2305.10046v1 | Philipp J. Rösch, Jindřich Libovický | 2023-05-17T08:38:59Z | cs.CL, cs.CV, I.4; I.7 | In most Vision-Language models (VL), the understanding of the image structure
is enabled by injecting the position information (PI) about objects in the
image. In our case study of LXMERT, a state-of-the-art VL model, we probe the
use of the PI in the representation and study its effect on Visual Question
Answering. We show that the model is not capable of leveraging the PI for the
image-text matching task on a challenge set where only position differs. Yet,
our experiments with probing confirm that the PI is indeed present in the
representation. We introduce two strategies to tackle this: (i) Positional
Information Pre-training and (ii) Contrastive Learning on PI using
Cross-Modality Matching. Doing so, the model can correctly classify if images
with detailed PI statements match. Additionally to the 2D information from
bounding boxes, we introduce the object's depth as new feature for a better
object localization in the space. Even though we were able to improve the model
properties as defined by our probes, it only has a negligible effect on the
downstream performance. Our results thus highlight an important issue of
multimodal modeling: the mere presence of information detectable by a probing
classifier is not a guarantee that the information is available in a
cross-modal setup. | cs.CL | Probing the Role of Positional Information in Vision-Language Models |
2023-05-17T08:29:21Z | http://arxiv.org/pdf/2305.10037v3 | http://arxiv.org/abs/2305.10037v3 | Heng Wang, Shangbin Feng, Tianxing He, Zhaoxuan Tan, Xiaochuang Han, Yulia Tsvetkov | 2024-01-06T01:01:38Z | cs.CL, cs.AI | Large language models (LLMs) are increasingly adopted for a variety of tasks
with implicit graphical structures, such as planning in robotics, multi-hop
question answering or knowledge probing, structured commonsense reasoning, and
more. While LLMs have advanced the state-of-the-art on these tasks with
structure implications, whether LLMs could explicitly process textual
descriptions of graphs and structures, map them to grounded conceptual spaces,
and perform structured operations remains underexplored. To this end, we
propose NLGraph (Natural Language Graph), a comprehensive benchmark of
graph-based problem solving designed in natural language. NLGraph contains
29,370 problems, covering eight graph reasoning tasks with varying complexity
from simple tasks such as connectivity and shortest path up to complex problems
such as maximum flow and simulating graph neural networks. We evaluate LLMs
(GPT-3/4) with various prompting approaches on the NLGraph benchmark and find
that 1) language models do demonstrate preliminary graph reasoning abilities,
2) the benefit of advanced prompting and in-context learning diminishes on more
complex graph problems, while 3) LLMs are also (un)surprisingly brittle in the
face of spurious correlations in graph and problem settings. We then propose
Build-a-Graph Prompting and Algorithmic Prompting, two instruction-based
approaches to enhance LLMs in solving natural language graph problems.
Build-a-Graph and Algorithmic prompting improve the performance of LLMs on
NLGraph by 3.07% to 16.85% across multiple tasks and settings, while how to
solve the most complicated graph reasoning tasks in our setup with language
models remains an open research question. The NLGraph benchmark and evaluation
code are available at https://github.com/Arthur-Heng/NLGraph. | cs.CL | Can Language Models Solve Graph Problems in Natural Language? |
2023-05-17T08:28:54Z | http://arxiv.org/pdf/2305.10036v3 | http://arxiv.org/abs/2305.10036v3 | Wenjun Peng, Jingwei Yi, Fangzhao Wu, Shangxi Wu, Bin Zhu, Lingjuan Lyu, Binxing Jiao, Tong Xu, Guangzhong Sun, Xing Xie | 2023-06-02T06:56:29Z | cs.CL, cs.CY | Large language models (LLMs) have demonstrated powerful capabilities in both
text understanding and generation. Companies have begun to offer Embedding as a
Service (EaaS) based on these LLMs, which can benefit various natural language
processing (NLP) tasks for customers. However, previous studies have shown that
EaaS is vulnerable to model extraction attacks, which can cause significant
losses for the owners of LLMs, as training these models is extremely expensive.
To protect the copyright of LLMs for EaaS, we propose an Embedding Watermark
method called EmbMarker that implants backdoors on embeddings. Our method
selects a group of moderate-frequency words from a general text corpus to form
a trigger set, then selects a target embedding as the watermark, and inserts it
into the embeddings of texts containing trigger words as the backdoor. The
weight of insertion is proportional to the number of trigger words included in
the text. This allows the watermark backdoor to be effectively transferred to
EaaS-stealer's model for copyright verification while minimizing the adverse
impact on the original embeddings' utility. Our extensive experiments on
various datasets show that our method can effectively protect the copyright of
EaaS models without compromising service quality. | cs.CL | Are You Copying My Model? Protecting the Copyright of Large Language Models for EaaS via Backdoor Watermark |
2023-05-17T07:48:28Z | http://arxiv.org/pdf/2305.10013v1 | http://arxiv.org/abs/2305.10013v1 | Chengcheng Han, Liqing Cui, Renyu Zhu, Jianing Wang, Nuo Chen, Qiushi Sun, Xiang Li, Ming Gao | 2023-05-17T07:48:28Z | cs.CL, cs.AI | Large pre-trained language models (PLMs) have garnered significant attention
for their versatility and potential for solving a wide spectrum of natural
language processing (NLP) tasks. However, the cost of running these PLMs may be
prohibitive. Furthermore, PLMs may not be open-sourced due to commercial
considerations and potential risks of misuse, such as GPT-3. The parameters and
gradients of PLMs are unavailable in this scenario. To solve the issue,
black-box tuning has been proposed, which utilizes derivative-free optimization
(DFO), instead of gradient descent, for training task-specific continuous
prompts. However, these gradient-free methods still exhibit a significant gap
compared to gradient-based methods. In this paper, we introduce gradient
descent into black-box tuning scenario through knowledge distillation.
Furthermore, we propose a novel method GDFO, which integrates gradient descent
and derivative-free optimization to optimize task-specific continuous prompts
in a harmonized manner. Experimental results show that GDFO can achieve
significant performance gains over previous state-of-the-art methods. | cs.CL | When Gradient Descent Meets Derivative-Free Optimization: A Match Made in Black-Box Scenario |
2023-05-17T07:40:12Z | http://arxiv.org/pdf/2305.10010v1 | http://arxiv.org/abs/2305.10010v1 | Siyue Wu, Hongzhan Chen, Xiaojun Quan, Qifan Wang, Rui Wang | 2023-05-17T07:40:12Z | cs.CL | Knowledge distillation has attracted a great deal of interest recently to
compress pre-trained language models. However, existing knowledge distillation
methods suffer from two limitations. First, the student model simply imitates
the teacher's behavior while ignoring the underlying reasoning. Second, these
methods usually focus on the transfer of sophisticated model-specific knowledge
but overlook data-specific knowledge. In this paper, we present a novel
attribution-driven knowledge distillation approach, which explores the
token-level rationale behind the teacher model based on Integrated Gradients
(IG) and transfers attribution knowledge to the student model. To enhance the
knowledge transfer of model reasoning and generalization, we further explore
multi-view attribution distillation on all potential decisions of the teacher.
Comprehensive experiments are conducted with BERT on the GLUE benchmark. The
experimental results demonstrate the superior performance of our approach to
several state-of-the-art methods. | cs.CL | AD-KD: Attribution-Driven Knowledge Distillation for Language Model Compression |
2023-05-17T07:28:46Z | http://arxiv.org/pdf/2305.10006v2 | http://arxiv.org/abs/2305.10006v2 | Lishun Wang, Miao Cao, Xin Yuan | 2023-05-18T05:13:09Z | cs.CV, cs.CL, eess.IV | Video snapshot compressive imaging (SCI) uses a two-dimensional detector to
capture consecutive video frames during a single exposure time. Following this,
an efficient reconstruction algorithm needs to be designed to reconstruct the
desired video frames. Although recent deep learning-based state-of-the-art
(SOTA) reconstruction algorithms have achieved good results in most tasks, they
still face the following challenges due to excessive model complexity and GPU
memory limitations: 1) these models need high computational cost, and 2) they
are usually unable to reconstruct large-scale video frames at high compression
ratios. To address these issues, we develop an efficient network for video SCI
by using dense connections and space-time factorization mechanism within a
single residual block, dubbed EfficientSCI. The EfficientSCI network can well
establish spatial-temporal correlation by using convolution in the spatial
domain and Transformer in the temporal domain, respectively. We are the first
time to show that an UHD color video with high compression ratio can be
reconstructed from a snapshot 2D measurement using a single end-to-end deep
learning model with PSNR above 32 dB. Extensive results on both simulation and
real data show that our method significantly outperforms all previous SOTA
algorithms with better real-time performance. The code is at
https://github.com/ucaswangls/EfficientSCI.git. | cs.CV | EfficientSCI: Densely Connected Network with Space-time Factorization for Large-scale Video Snapshot Compressive Imaging |
2023-05-17T07:23:46Z | http://arxiv.org/pdf/2305.10005v2 | http://arxiv.org/abs/2305.10005v2 | Alexander H. Liu, Heng-Jui Chang, Michael Auli, Wei-Ning Hsu, James R. Glass | 2024-01-16T05:43:20Z | cs.CL | In this paper, we introduce self-distillation and online clustering for
self-supervised speech representation learning (DinoSR) which combines masked
language modeling, self-distillation, and online clustering. We show that these
concepts complement each other and result in a strong representation learning
model for speech. DinoSR first extracts contextualized embeddings from the
input audio with a teacher network, then runs an online clustering system on
the embeddings to yield a machine-discovered phone inventory, and finally uses
the discretized tokens to guide a student network. We show that DinoSR
surpasses previous state-of-the-art performance in several downstream tasks,
and provide a detailed analysis of the model and the learned discrete units. | cs.CL | DinoSR: Self-Distillation and Online Clustering for Self-supervised Speech Representation Learning |
2023-05-17T06:35:43Z | http://arxiv.org/pdf/2305.09993v2 | http://arxiv.org/abs/2305.09993v2 | Weijia Xu, Andrzej Banburski-Fahey, Nebojsa Jojic | 2024-05-23T21:23:12Z | cs.LG, cs.AI, cs.CL | We introduce Reprompting, an iterative sampling algorithm that automatically
learns the Chain-of-Thought (CoT) recipes for a given task without human
intervention. Through Gibbs sampling, Reprompting infers the CoT recipes that
work consistently well for a set of training samples by iteratively sampling
new recipes using previously sampled recipes as parent prompts to solve other
training problems. We conduct extensive experiments on 20 challenging reasoning
tasks. Results show that Reprompting outperforms human-written CoT prompts
substantially by +9.4 points on average. It also achieves consistently better
performance than the state-of-the-art prompt optimization and decoding
algorithms. | cs.LG | Reprompting: Automated Chain-of-Thought Prompt Inference Through Gibbs Sampling |
2023-05-17T06:33:26Z | http://arxiv.org/pdf/2305.09990v1 | http://arxiv.org/abs/2305.09990v1 | Xiaolin Chen, Xuemeng Song, Yinwei Wei, Liqiang Nie, Tat-Seng Chua | 2023-05-17T06:33:26Z | cs.CL, cs.MM | Textual response generation is an essential task for multimodal task-oriented
dialog systems.Although existing studies have achieved fruitful progress, they
still suffer from two critical limitations: 1) focusing on the attribute
knowledge but ignoring the relation knowledge that can reveal the correlations
between different entities and hence promote the response generation}, and 2)
only conducting the cross-entropy loss based output-level supervision but
lacking the representation-level regularization. To address these limitations,
we devise a novel multimodal task-oriented dialog system (named MDS-S2).
Specifically, MDS-S2 first simultaneously acquires the context related
attribute and relation knowledge from the knowledge base, whereby the
non-intuitive relation knowledge is extracted by the n-hop graph walk.
Thereafter, considering that the attribute knowledge and relation knowledge can
benefit the responding to different levels of questions, we design a
multi-level knowledge composition module in MDS-S2 to obtain the latent
composed response representation. Moreover, we devise a set of latent query
variables to distill the semantic information from the composed response
representation and the ground truth response representation, respectively, and
thus conduct the representation-level semantic regularization. Extensive
experiments on a public dataset have verified the superiority of our proposed
MDS-S2. We have released the codes and parameters to facilitate the research
community. | cs.CL | Dual Semantic Knowledge Composed Multimodal Dialog Systems |
2023-05-17T06:15:41Z | http://arxiv.org/pdf/2305.09975v1 | http://arxiv.org/abs/2305.09975v1 | Chenshuo Wang, Shaoguang Mao, Tao Ge, Wenshan Wu, Xun Wang, Yan Xia, Jonathan Tien, Dongyan Zhao | 2023-05-17T06:15:41Z | cs.CL | Enhancing word usage is a desired feature for writing assistance. To further
advance research in this area, this paper introduces "Smart Word Suggestions"
(SWS) task and benchmark. Unlike other works, SWS emphasizes end-to-end
evaluation and presents a more realistic writing assistance scenario. This task
involves identifying words or phrases that require improvement and providing
substitution suggestions. The benchmark includes human-labeled data for
testing, a large distantly supervised dataset for training, and the framework
for evaluation. The test data includes 1,000 sentences written by English
learners, accompanied by over 16,000 substitution suggestions annotated by 10
native speakers. The training dataset comprises over 3.7 million sentences and
12.7 million suggestions generated through rules. Our experiments with seven
baselines demonstrate that SWS is a challenging task. Based on experimental
analysis, we suggest potential directions for future research on SWS. The
dataset and related codes is available at
https://github.com/microsoft/SmartWordSuggestions. | cs.CL | Smart Word Suggestions for Writing Assistance |
2023-05-17T05:25:27Z | http://arxiv.org/pdf/2305.09955v3 | http://arxiv.org/abs/2305.09955v3 | Shangbin Feng, Weijia Shi, Yuyang Bai, Vidhisha Balachandran, Tianxing He, Yulia Tsvetkov | 2024-03-22T04:04:41Z | cs.CL | By design, large language models (LLMs) are static general-purpose models,
expensive to retrain or update frequently. As they are increasingly adopted for
knowledge-intensive tasks, it becomes evident that these design choices lead to
failures to generate factual, relevant, and up-to-date knowledge. To this end,
we propose Knowledge Card, a modular framework to plug in new factual and
relevant knowledge into general-purpose LLMs. We first introduce knowledge
cards -- specialized language models trained on corpora from specific domains
and sources. Knowledge cards serve as parametric repositories that are selected
at inference time to generate background knowledge for the base LLM. We then
propose three content selectors to dynamically select and retain information in
documents generated by knowledge cards, specifically controlling for relevance,
brevity, and factuality of outputs. Finally, we propose two complementary
integration approaches to augment the base LLM with the (relevant, factual)
knowledge curated from the specialized LMs. Through extensive experiments, we
demonstrate that Knowledge Card achieves state-of-the-art performance on six
benchmark datasets. Ultimately, Knowledge Card framework enables dynamic
synthesis and updates of knowledge from diverse domains. Its modularity will
ensure that relevant knowledge can be continuously updated through the
collective efforts of the research community. | cs.CL | Knowledge Card: Filling LLMs' Knowledge Gaps with Plug-in Specialized Language Models |
2023-05-17T04:21:45Z | http://arxiv.org/pdf/2305.09941v4 | http://arxiv.org/abs/2305.09941v4 | Anaelia Ovalle, Palash Goyal, Jwala Dhamala, Zachary Jaggers, Kai-Wei Chang, Aram Galstyan, Richard Zemel, Rahul Gupta | 2023-06-01T20:42:13Z | cs.CL, cs.AI, cs.CY, cs.LG, I.2; I.7; K.4 | Transgender and non-binary (TGNB) individuals disproportionately experience
discrimination and exclusion from daily life. Given the recent popularity and
adoption of language generation technologies, the potential to further
marginalize this population only grows. Although a multitude of NLP fairness
literature focuses on illuminating and addressing gender biases, assessing
gender harms for TGNB identities requires understanding how such identities
uniquely interact with societal gender norms and how they differ from gender
binary-centric perspectives. Such measurement frameworks inherently require
centering TGNB voices to help guide the alignment between gender-inclusive NLP
and whom they are intended to serve. Towards this goal, we ground our work in
the TGNB community and existing interdisciplinary literature to assess how the
social reality surrounding experienced marginalization of TGNB persons
contributes to and persists within Open Language Generation (OLG). This social
knowledge serves as a guide for evaluating popular large language models (LLMs)
on two key aspects: (1) misgendering and (2) harmful responses to gender
disclosure. To do this, we introduce TANGO, a dataset of template-based
real-world text curated from a TGNB-oriented community. We discover a dominance
of binary gender norms reflected by the models; LLMs least misgendered subjects
in generated text when triggered by prompts whose subjects used binary
pronouns. Meanwhile, misgendering was most prevalent when triggering generation
with singular they and neopronouns. When prompted with gender disclosures, TGNB
disclosure generated the most stigmatizing language and scored most toxic, on
average. Our findings warrant further research on how TGNB harms manifest in
LLMs and serve as a broader case study toward concretely grounding the design
of gender-inclusive AI in community voices and interdisciplinary literature. | cs.CL | "I'm fully who I am": Towards Centering Transgender and Non-Binary Voices to Measure Biases in Open Language Generation |
2023-05-17T02:20:34Z | http://arxiv.org/pdf/2305.09900v2 | http://arxiv.org/abs/2305.09900v2 | Sourya Basu, Pulkit Katdare, Prasanna Sattigeri, Vijil Chenthamarakshan, Katherine Driggs-Campbell, Payel Das, Lav R. Varshney | 2023-10-10T19:01:41Z | cs.LG, cs.AI, cs.CL, cs.CV | Efficient transfer learning algorithms are key to the success of foundation
models on diverse downstream tasks even with limited data. Recent works of Basu
et al. (2023) and Kaba et al. (2022) propose group averaging (equitune) and
optimization-based methods, respectively, over features from group-transformed
inputs to obtain equivariant outputs from non-equivariant neural networks.
While Kaba et al. (2022) are only concerned with training from scratch, we find
that equitune performs poorly on equivariant zero-shot tasks despite good
finetuning results. We hypothesize that this is because pretrained models
provide better quality features for certain transformations than others and
simply averaging them is deleterious. Hence, we propose {\lambda}-equitune that
averages the features using importance weights, {\lambda}s. These weights are
learned directly from the data using a small neural network, leading to
excellent zero-shot and finetuned results that outperform equitune. Further, we
prove that {\lambda}-equitune is equivariant and a universal approximator of
equivariant functions. Additionally, we show that the method of Kaba et al.
(2022) used with appropriate loss functions, which we call equizero, also gives
excellent zero-shot and finetuned performance. Both equitune and equizero are
special cases of {\lambda}-equitune. To show the simplicity and generality of
our method, we validate on a wide range of diverse applications and models such
as 1) image classification using CLIP, 2) deep Q-learning, 3) fairness in
natural language generation (NLG), 4) compositional generalization in
languages, and 5) image classification using pretrained CNNs such as Resnet and
Alexnet. | cs.LG | Efficient Equivariant Transfer Learning from Pretrained Models |
2023-05-17T02:18:31Z | http://arxiv.org/pdf/2305.09898v1 | http://arxiv.org/abs/2305.09898v1 | Jeewoo Sul, Yong Suk Choi | 2023-05-17T02:18:31Z | cs.CL | An important problem of the sequence-to-sequence neural models widely used in
abstractive summarization is exposure bias. To alleviate this problem,
re-ranking systems have been applied in recent years. Despite some performance
improvements, this approach remains underexplored. Previous works have mostly
specified the rank through the ROUGE score and aligned candidate summaries, but
there can be quite a large gap between the lexical overlap metric and semantic
similarity. In this paper, we propose a novel training method in which a
re-ranker balances the lexical and semantic quality. We further newly define
false positives in ranking and present a strategy to reduce their influence.
Experiments on the CNN/DailyMail and XSum datasets show that our method can
estimate the meaning of summaries without seriously degrading the lexical
aspect. More specifically, it achieves an 89.67 BERTScore on the CNN/DailyMail
dataset, reaching new state-of-the-art performance. Our code is publicly
available at https://github.com/jeewoo1025/BalSum. | cs.CL | Balancing Lexical and Semantic Quality in Abstractive Summarization |
2023-05-17T02:06:47Z | http://arxiv.org/pdf/2305.09892v1 | http://arxiv.org/abs/2305.09892v1 | Jinghao Deng, Fanqi Wan, Tao Yang, Xiaojun Quan, Rui Wang | 2023-05-17T02:06:47Z | cs.CL, cs.AI | Contrastive learning has been widely studied in sentence representation
learning. However, earlier works mainly focus on the construction of positive
examples, while in-batch samples are often simply treated as negative examples.
This approach overlooks the importance of selecting appropriate negative
examples, potentially leading to a scarcity of hard negatives and the inclusion
of false negatives. To address these issues, we propose ClusterNS
(Clustering-aware Negative Sampling), a novel method that incorporates cluster
information into contrastive learning for unsupervised sentence representation
learning. We apply a modified K-means clustering algorithm to supply hard
negatives and recognize in-batch false negatives during training, aiming to
solve the two issues in one unified framework. Experiments on semantic textual
similarity (STS) tasks demonstrate that our proposed ClusterNS compares
favorably with baselines in unsupervised sentence representation learning. Our
code has been made publicly available. | cs.CL | Clustering-Aware Negative Sampling for Unsupervised Sentence Representation |
2023-05-17T01:17:57Z | http://arxiv.org/pdf/2305.09877v1 | http://arxiv.org/abs/2305.09877v1 | Yuanyuan Tian, Wenwen Li, Sizhe Wang, Zhining Gu | 2023-05-17T01:17:57Z | cs.CL, cs.AI, cs.IR | Initiated by the University Consortium of Geographic Information Science
(UCGIS), GIS&T Body of Knowledge (BoK) is a community-driven endeavor to
define, develop, and document geospatial topics related to geographic
information science and technologies (GIS&T). In recent years, GIS&T BoK has
undergone rigorous development in terms of its topic re-organization and
content updating, resulting in a new digital version of the project. While the
BoK topics provide useful materials for researchers and students to learn about
GIS, the semantic relationships among the topics, such as semantic similarity,
should also be identified so that a better and automated topic navigation can
be achieved. Currently, the related topics are either defined manually by
editors or authors, which may result in an incomplete assessment of topic
relationship. To address this challenge, our research evaluates the
effectiveness of multiple natural language processing (NLP) techniques in
extracting semantics from text, including both deep neural networks and
traditional machine learning approaches. Besides, a novel text summarization -
KACERS (Keyword-Aware Cross-Encoder-Ranking Summarizer) - is proposed to
generate a semantic summary of scientific publications. By identifying the
semantic linkages among key topics, this work provides guidance for future
development and content organization of the GIS&T BoK project. It also offers a
new perspective on the use of machine learning techniques for analyzing
scientific publications, and demonstrate the potential of KACERS summarizer in
semantic understanding of long text documents. | cs.CL | Semantic Similarity Measure of Natural Language Text through Machine Learning and a Keyword-Aware Cross-Encoder-Ranking Summarizer -- A Case Study Using UCGIS GIS&T Body of Knowledge |
2023-05-17T00:34:36Z | http://arxiv.org/pdf/2305.09864v1 | http://arxiv.org/abs/2305.09864v1 | Jason Mars, Yiping Kang, Roland Daynauth, Baichuan Li, Ashish Mahendra, Krisztian Flautner, Lingjia Tang | 2023-05-17T00:34:36Z | cs.CL, cs.DC, cs.PL, cs.SE | Today's production scale-out applications include many sub-application
components, such as storage backends, logging infrastructure and AI models.
These components have drastically different characteristics, are required to
work in collaboration, and interface with each other as microservices. This
leads to increasingly high complexity in developing, optimizing, configuring,
and deploying scale-out applications, raising the barrier to entry for most
individuals and small teams. We developed a novel co-designed runtime system,
Jaseci, and programming language, Jac, which aims to reduce this complexity.
The key design principle throughout Jaseci's design is to raise the level of
abstraction by moving as much of the scale-out data management, microservice
componentization, and live update complexity into the runtime stack to be
automated and optimized automatically. We use real-world AI applications to
demonstrate Jaseci's benefit for application performance and developer
productivity. | cs.CL | The Jaseci Programming Paradigm and Runtime Stack: Building Scale-out Production Applications Easy and Fast |
2023-05-17T00:29:18Z | http://arxiv.org/pdf/2305.09863v2 | http://arxiv.org/abs/2305.09863v2 | Chandan Singh, Aliyah R. Hsu, Richard Antonello, Shailee Jain, Alexander G. Huth, Bin Yu, Jianfeng Gao | 2023-11-15T17:19:10Z | cs.AI, cs.CL, cs.LG, q-bio.NC | Large language models (LLMs) have demonstrated remarkable prediction
performance for a growing array of tasks. However, their rapid proliferation
and increasing opaqueness have created a growing need for interpretability.
Here, we ask whether we can automatically obtain natural language explanations
for black box text modules. A "text module" is any function that maps text to a
scalar continuous value, such as a submodule within an LLM or a fitted model of
a brain region. "Black box" indicates that we only have access to the module's
inputs/outputs.
We introduce Summarize and Score (SASC), a method that takes in a text module
and returns a natural language explanation of the module's selectivity along
with a score for how reliable the explanation is. We study SASC in 3 contexts.
First, we evaluate SASC on synthetic modules and find that it often recovers
ground truth explanations. Second, we use SASC to explain modules found within
a pre-trained BERT model, enabling inspection of the model's internals.
Finally, we show that SASC can generate explanations for the response of
individual fMRI voxels to language stimuli, with potential applications to
fine-grained brain mapping. All code for using SASC and reproducing results is
made available on Github. | cs.AI | Explaining black box text modules in natural language with language models |
2023-05-17T00:11:38Z | http://arxiv.org/pdf/2305.09860v2 | http://arxiv.org/abs/2305.09860v2 | Markus Freitag, Behrooz Ghorbani, Patrick Fernandes | 2023-05-18T02:24:56Z | cs.CL, cs.AI, cs.LG | Recent advances in machine translation (MT) have shown that Minimum Bayes
Risk (MBR) decoding can be a powerful alternative to beam search decoding,
especially when combined with neural-based utility functions. However, the
performance of MBR decoding depends heavily on how and how many candidates are
sampled from the model. In this paper, we explore how different sampling
approaches for generating candidate lists for MBR decoding affect performance.
We evaluate popular sampling approaches, such as ancestral, nucleus, and top-k
sampling. Based on our insights into their limitations, we experiment with the
recently proposed epsilon-sampling approach, which prunes away all tokens with
a probability smaller than epsilon, ensuring that each token in a sample
receives a fair probability mass. Through extensive human evaluations, we
demonstrate that MBR decoding based on epsilon-sampling significantly
outperforms not only beam search decoding, but also MBR decoding with all other
tested sampling methods across four language pairs. | cs.CL | Epsilon Sampling Rocks: Investigating Sampling Strategies for Minimum Bayes Risk Decoding for Machine Translation |
2023-05-17T00:09:08Z | http://arxiv.org/pdf/2305.09859v4 | http://arxiv.org/abs/2305.09859v4 | Niloofar Mireshghallah, Justus Mattern, Sicun Gao, Reza Shokri, Taylor Berg-Kirkpatrick | 2024-02-24T19:47:14Z | cs.CL, cs.LG | With the advent of fluent generative language models that can produce
convincing utterances very similar to those written by humans, distinguishing
whether a piece of text is machine-generated or human-written becomes more
challenging and more important, as such models could be used to spread
misinformation, fake news, fake reviews and to mimic certain authors and
figures. To this end, there have been a slew of methods proposed to detect
machine-generated text. Most of these methods need access to the logits of the
target model or need the ability to sample from the target. One such black-box
detection method relies on the observation that generated text is locally
optimal under the likelihood function of the generator, while human-written
text is not. We find that overall, smaller and partially-trained models are
better universal text detectors: they can more precisely detect text generated
from both small and larger models. Interestingly, we find that whether the
detector and generator were trained on the same data is not critically
important to the detection success. For instance the OPT-125M model has an AUC
of 0.81 in detecting ChatGPT generations, whereas a larger model from the GPT
family, GPTJ-6B, has AUC of 0.45. | cs.CL | Smaller Language Models are Better Black-box Machine-Generated Text Detectors |
2023-05-17T00:08:36Z | http://arxiv.org/pdf/2305.09858v1 | http://arxiv.org/abs/2305.09858v1 | Jiao Chen, Luyi Ma, Xiaohan Li, Nikhil Thakurdesai, Jianpeng Xu, Jason H. D. Cho, Kaushiki Nag, Evren Korpeoglu, Sushant Kumar, Kannan Achan | 2023-05-17T00:08:36Z | cs.IR, cs.AI, cs.CL, cs.LG | Knowledge Graphs (KGs) play a crucial role in enhancing e-commerce system
performance by providing structured information about entities and their
relationships, such as complementary or substitutable relations between
products or product types, which can be utilized in recommender systems.
However, relation labeling in KGs remains a challenging task due to the dynamic
nature of e-commerce domains and the associated cost of human labor. Recently,
breakthroughs in Large Language Models (LLMs) have shown surprising results in
numerous natural language processing tasks. In this paper, we conduct an
empirical study of LLMs for relation labeling in e-commerce KGs, investigating
their powerful learning capabilities in natural language and effectiveness in
predicting relations between product types with limited labeled data. We
evaluate various LLMs, including PaLM and GPT-3.5, on benchmark datasets,
demonstrating their ability to achieve competitive performance compared to
humans on relation labeling tasks using just 1 to 5 labeled examples per
relation. Additionally, we experiment with different prompt engineering
techniques to examine their impact on model performance. Our results show that
LLMs significantly outperform existing KG completion models in relation
labeling for e-commerce KGs and exhibit performance strong enough to replace
human labeling. | cs.IR | Knowledge Graph Completion Models are Few-shot Learners: An Empirical Study of Relation Labeling in E-commerce with LLMs |
2023-05-17T00:05:24Z | http://arxiv.org/pdf/2305.09857v2 | http://arxiv.org/abs/2305.09857v2 | Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang | 2023-10-23T23:17:13Z | cs.CL, cs.AI, I.2.7 | We introduce CoEdIT, a state-of-the-art text editing system for writing
assistance. CoEdIT takes instructions from the user specifying the attributes
of the desired text, such as "Make the sentence simpler" or "Write it in a more
neutral style," and outputs the edited text. We present a large language model
fine-tuned on a diverse collection of task-specific instructions for text
editing (a total of 82K instructions). Our model (1) achieves state-of-the-art
performance on various text editing benchmarks, (2) is competitive with
publicly available largest-sized LLMs trained on instructions while being
nearly 60x smaller, (3) is capable of generalizing to unseen edit instructions,
and (4) exhibits abilities to generalize to composite instructions containing
different combinations of edit actions. Through extensive qualitative and
quantitative analysis, we show that writers prefer the edits suggested by
CoEdIT relative to other state-of-the-art text editing models. Our code, data,
and models are publicly available at https://github.com/vipulraheja/coedit. | cs.CL | CoEdIT: Text Editing by Task-Specific Instruction Tuning |
2023-05-16T23:27:59Z | http://arxiv.org/pdf/2305.09846v3 | http://arxiv.org/abs/2305.09846v3 | Zihao He, Jonathan May, Kristina Lerman | 2024-04-16T20:43:53Z | cs.CL, cs.SI | Detecting norm violations in online communities is critical to maintaining
healthy and safe spaces for online discussions. Existing machine learning
approaches often struggle to adapt to the diverse rules and interpretations
across different communities due to the inherent challenges of fine-tuning
models for such context-specific tasks. In this paper, we introduce
Context-aware Prompt-based Learning for Norm Violation Detection (CPL-NoViD), a
novel method that employs prompt-based learning to detect norm violations
across various types of rules. CPL-NoViD outperforms the baseline by
incorporating context through natural language prompts and demonstrates
improved performance across different rule types. Significantly, it not only
excels in cross-rule-type and cross-community norm violation detection but also
exhibits adaptability in few-shot learning scenarios. Most notably, it
establishes a new state-of-the-art in norm violation detection, surpassing
existing benchmarks. Our work highlights the potential of prompt-based learning
for context-sensitive norm violation detection and paves the way for future
research on more adaptable, context-aware models to better support online
community moderators. | cs.CL | CPL-NoViD: Context-Aware Prompt-based Learning for Norm Violation Detection in Online Communities |
2023-05-16T21:10:54Z | http://arxiv.org/pdf/2305.09807v2 | http://arxiv.org/abs/2305.09807v2 | Fran Jelenić, Josip Jukić, Nina Drobac, Jan Šnajder | 2023-09-29T09:05:00Z | cs.LG, cs.CL | Active learning (AL) aims to reduce labeling costs by querying the examples
most beneficial for model learning. While the effectiveness of AL for
fine-tuning transformer-based pre-trained language models (PLMs) has been
demonstrated, it is less clear to what extent the AL gains obtained with one
model transfer to others. We consider the problem of transferability of
actively acquired datasets in text classification and investigate whether AL
gains persist when a dataset built using AL coupled with a specific PLM is used
to train a different PLM. We link the AL dataset transferability to the
similarity of instances queried by the different PLMs and show that AL methods
with similar acquisition sequences produce highly transferable datasets
regardless of the models used. Additionally, we show that the similarity of
acquisition sequences is influenced more by the choice of the AL method than
the choice of the model. | cs.LG | On Dataset Transferability in Active Learning for Transformers |
2023-05-16T20:50:46Z | http://arxiv.org/pdf/2305.09800v2 | http://arxiv.org/abs/2305.09800v2 | Gavin Abercrombie, Amanda Cercas Curry, Tanvi Dinkar, Verena Rieser, Zeerak Talat | 2023-10-23T09:26:22Z | cs.CL | Automated dialogue or conversational systems are anthropomorphised by
developers and personified by users. While a degree of anthropomorphism may be
inevitable due to the choice of medium, conscious and unconscious design
choices can guide users to personify such systems to varying degrees.
Encouraging users to relate to automated systems as if they were human can lead
to high risk scenarios caused by over-reliance on their outputs. As a result,
natural language processing researchers have investigated the factors that
induce personification and develop resources to mitigate such effects. However,
these efforts are fragmented, and many aspects of anthropomorphism have yet to
be explored. In this paper, we discuss the linguistic factors that contribute
to the anthropomorphism of dialogue systems and the harms that can arise,
including reinforcing gender stereotypes and notions of acceptable language. We
recommend that future efforts towards developing dialogue systems take
particular care in their design, development, release, and description; and
attend to the many linguistic cues that can elicit personification by users. | cs.CL | Mirages: On Anthropomorphism in Dialogue Systems |
2023-05-16T20:46:36Z | http://arxiv.org/pdf/2305.09798v1 | http://arxiv.org/abs/2305.09798v1 | Nimrod Dvir, Elaine Friedman, Suraj Commuri, Fan Yang, Jennifer Romano | 2023-05-16T20:46:36Z | cs.CL, cs.HC, cs.SY, eess.SY, stat.AP, 28-08, H.5.2; H.1.2 | Little research has explored how information engagement (IE), the degree to
which individuals interact with and use information in a manner that manifests
cognitively, behaviorally, and affectively. This study explored the impact of
phrasing, specifically word choice, on IE and decision making. Synthesizing two
theoretical models, User Engagement Theory UET and Information Behavior Theory
IBT, a theoretical framework illustrating the impact of and relationships among
the three IE dimensions of perception, participation, and perseverance was
developed and hypotheses generated. The framework was empirically validated in
a large-scale user study measuring how word choice impacts the dimensions of
IE. The findings provide evidence that IE differs from other forms of
engagement in that it is driven and fostered by the expression of the
information itself, regardless of the information system used to view, interact
with, and use the information. The findings suggest that phrasing can have a
significant effect on the interpretation of and interaction with digital
information, indicating the importance of expression of information, in
particular word choice, on decision making and IE. The research contributes to
the literature by identifying methods for assessment and improvement of IE and
decision making with digital text. | cs.CL | The Ways of Words: The Impact of Word Choice on Information Engagement and Decision Making |
2023-05-16T20:17:02Z | http://arxiv.org/pdf/2305.09785v1 | http://arxiv.org/abs/2305.09785v1 | Na Li, Hanane Kteich, Zied Bouraoui, Steven Schockaert | 2023-05-16T20:17:02Z | cs.CL, cs.AI | Learning vectors that capture the meaning of concepts remains a fundamental
challenge. Somewhat surprisingly, perhaps, pre-trained language models have
thus far only enabled modest improvements to the quality of such concept
embeddings. Current strategies for using language models typically represent a
concept by averaging the contextualised representations of its mentions in some
corpus. This is potentially sub-optimal for at least two reasons. First,
contextualised word vectors have an unusual geometry, which hampers downstream
tasks. Second, concept embeddings should capture the semantic properties of
concepts, whereas contextualised word vectors are also affected by other
factors. To address these issues, we propose two contrastive learning
strategies, based on the view that whenever two sentences reveal similar
properties, the corresponding contextualised vectors should also be similar.
One strategy is fully unsupervised, estimating the properties which are
expressed in a sentence from the neighbourhood structure of the contextualised
word embeddings. The second strategy instead relies on a distant supervision
signal from ConceptNet. Our experimental results show that the resulting
vectors substantially outperform existing concept embeddings in predicting the
semantic properties of concepts, with the ConceptNet-based strategy achieving
the best results. These findings are furthermore confirmed in a clustering task
and in the downstream task of ontology completion. | cs.CL | Distilling Semantic Concept Embeddings from Contrastively Fine-Tuned Language Models |
2023-05-16T20:12:59Z | http://arxiv.org/pdf/2305.09781v4 | http://arxiv.org/abs/2305.09781v4 | Xupeng Miao, Gabriele Oliaro, Zhihao Zhang, Xinhao Cheng, Zeyu Wang, Zhengxin Zhang, Rae Ying Yee Wong, Alan Zhu, Lijie Yang, Xiaoxiang Shi, Chunan Shi, Zhuoming Chen, Daiyaan Arfeen, Reyna Abhyankar, Zhihao Jia | 2024-04-01T02:18:42Z | cs.CL, cs.DC, cs.LG | This paper introduces SpecInfer, a system that accelerates generative large
language model (LLM) serving with tree-based speculative inference and
verification. The key idea behind SpecInfer is leveraging small speculative
models to predict the LLM's outputs; the predictions are organized as a token
tree, whose nodes each represent a candidate token sequence. The correctness of
all candidate token sequences represented by a token tree is verified against
the LLM in parallel using a novel tree-based parallel decoding mechanism.
SpecInfer uses an LLM as a token tree verifier instead of an incremental
decoder, which significantly reduces the end-to-end latency and computational
requirement for serving generative LLMs while provably preserving model
quality. Our evaluation shows that SpecInfer outperforms existing LLM serving
systems by 1.5-2.8x for distributed LLM inference and by 2.6-3.5x for
offloading-based LLM inference, while preserving the same generative
performance. SpecInfer is publicly available at
https://github.com/flexflow/FlexFlow/ | cs.CL | SpecInfer: Accelerating Generative Large Language Model Serving with Tree-based Speculative Inference and Verification |
2023-05-16T19:52:40Z | http://arxiv.org/pdf/2305.10450v1 | http://arxiv.org/abs/2305.10450v1 | Bekir Yavuz Koc, Taner Arsan, Onder Pekcan | 2023-05-16T19:52:40Z | eess.IV, cs.CL, cs.CV, cs.LG, cs.NE, eess.SP, 68, I.5.1 | Cardiac diseases are one of the leading mortality factors in modern,
industrialized societies, which cause high expenses in public health systems.
Due to high costs, developing analytical methods to improve cardiac diagnostics
is essential. The heart's electric activity was first modeled using a set of
nonlinear differential equations. Following this, variations of cardiac spectra
originating from deterministic dynamics are investigated. Analyzing a normal
human heart's power spectra offers His-Purkinje network, which possesses a
fractal-like structure. Phase space trajectories are extracted from the time
series electrocardiogram (ECG) graph with third-order derivate Taylor Series.
Here in this study, phase space analysis and Convolutional Neural Networks
(CNNs) method are applied to 44 records via the MIT-BIH database recorded with
MLII. In order to increase accuracy, a straight line is drawn between the
highest Q-R distance in the phase space images of the records. Binary CNN
classification is used to determine healthy or unhealthy hearts. With a 90.90%
accuracy rate, this model could classify records according to their heart
status. | eess.IV | Understanding of Normal and Abnormal Hearts by Phase Space Analysis and Convolutional Neural Networks |
2023-05-16T19:48:49Z | http://arxiv.org/pdf/2305.09770v6 | http://arxiv.org/abs/2305.09770v6 | Hua Shen, Chieh-Yang Huang, Tongshuang Wu, Ting-Hao 'Kenneth' Huang | 2023-10-27T16:08:32Z | cs.HC, cs.AI, cs.CL | Despite a surge collection of XAI methods, users still struggle to obtain
required AI explanations. Previous research suggests chatbots as dynamic
solutions, but the effective design of conversational XAI agents for practical
human needs remains under-explored. This paper focuses on Conversational XAI
for AI-assisted scientific writing tasks. Drawing from human linguistic
theories and formative studies, we identify four design rationales:
"multifaceted", "controllability", "mix-initiative", "context-aware
drill-down". We incorporate them into an interactive prototype, ConvXAI, which
facilitates heterogeneous AI explanations for scientific writing through
dialogue. In two studies with 21 users, ConvXAI outperforms a GUI-based
baseline on improving human-perceived understanding and writing improvement.
The paper further discusses the practical human usage patterns in interacting
with ConvXAI for scientific co-writing. | cs.HC | ConvXAI: Delivering Heterogeneous AI Explanations via Conversations to Support Human-AI Scientific Writing |
2023-05-16T19:31:18Z | http://arxiv.org/pdf/2305.09764v1 | http://arxiv.org/abs/2305.09764v1 | Markus Nußbaum-Thom, Lyan Verwimp, Youssef Oualil | 2023-05-16T19:31:18Z | cs.CL, cs.SD, eess.AS | On-device automatic speech recognition systems face several challenges
compared to server-based systems. They have to meet stricter constraints in
terms of speed, disk size and memory while maintaining the same accuracy. Often
they have to serve several applications with different distributions at once,
such as communicating with a virtual assistant and speech-to-text. The simplest
solution to serve multiple applications is to build application-specific
(language) models, but this leads to an increase in memory. Therefore, we
explore different data- and architecture-driven language modeling approaches to
build a single application-agnostic model. We propose two novel feed-forward
architectures that find an optimal trade off between different on-device
constraints. In comparison to the application-specific solution, one of our
novel approaches reduces the disk size by half, while maintaining speed and
accuracy of the original model. | cs.CL | Application-Agnostic Language Modeling for On-Device ASR |
2023-05-16T19:13:11Z | http://arxiv.org/pdf/2305.09758v3 | http://arxiv.org/abs/2305.09758v3 | Aanisha Bhattacharya, Yaman K Singla, Balaji Krishnamurthy, Rajiv Ratn Shah, Changyou Chen | 2023-10-26T10:08:31Z | cs.CV, cs.CL | Multimedia content, such as advertisements and story videos, exhibit a rich
blend of creativity and multiple modalities. They incorporate elements like
text, visuals, audio, and storytelling techniques, employing devices like
emotions, symbolism, and slogans to convey meaning. There is a dearth of large
annotated training datasets in the multimedia domain hindering the development
of supervised learning models with satisfactory performance for real-world
applications. On the other hand, the rise of large language models (LLMs) has
witnessed remarkable zero-shot performance in various natural language
processing (NLP) tasks, such as emotion classification, question-answering, and
topic classification. To leverage such advanced techniques to bridge this
performance gap in multimedia understanding, we propose verbalizing long videos
to generate their descriptions in natural language, followed by performing
video-understanding tasks on the generated story as opposed to the original
video. Through extensive experiments on fifteen video-understanding tasks, we
demonstrate that our method, despite being zero-shot, achieves significantly
better results than supervised baselines for video understanding. Furthermore,
to alleviate a lack of story understanding benchmarks, we publicly release the
first dataset on a crucial task in computational social science on persuasion
strategy identification. | cs.CV | A Video Is Worth 4096 Tokens: Verbalize Videos To Understand Them In Zero Shot |
2023-05-16T19:08:18Z | http://arxiv.org/pdf/2305.09756v1 | http://arxiv.org/abs/2305.09756v1 | Nayeon Kim, Yinhua Piao, Sun Kim | 2023-05-16T19:08:18Z | cs.CL | Leveraging knowledge from electronic health records (EHRs) to predict a
patient's condition is essential to the effective delivery of appropriate care.
Clinical notes of patient EHRs contain valuable information from healthcare
professionals, but have been underused due to their difficult contents and
complex hierarchies. Recently, hypergraph-based methods have been proposed for
document classifications. Directly adopting existing hypergraph methods on
clinical notes cannot sufficiently utilize the hierarchy information of the
patient, which can degrade clinical semantic information by (1) frequent
neutral words and (2) hierarchies with imbalanced distribution. Thus, we
propose a taxonomy-aware multi-level hypergraph neural network (TM-HGNN), where
multi-level hypergraphs assemble useful neutral words with rare keywords via
note and taxonomy level hyperedges to retain the clinical semantic information.
The constructed patient hypergraphs are fed into hierarchical message passing
layers for learning more balanced multi-level knowledge at the note and
taxonomy levels. We validate the effectiveness of TM-HGNN by conducting
extensive experiments with MIMIC-III dataset on benchmark in-hospital-mortality
prediction. | cs.CL | Clinical Note Owns its Hierarchy: Multi-Level Hypergraph Neural Networks for Patient-Level Representation Learning |
2023-05-16T18:05:19Z | http://arxiv.org/pdf/2305.09731v1 | http://arxiv.org/abs/2305.09731v1 | Jane Pan, Tianyu Gao, Howard Chen, Danqi Chen | 2023-05-16T18:05:19Z | cs.CL, cs.LG | Large language models (LLMs) exploit in-context learning (ICL) to solve tasks
with only a few demonstrations, but its mechanisms are not yet well-understood.
Some works suggest that LLMs only recall already learned concepts from
pre-training, while others hint that ICL performs implicit learning over
demonstrations. We characterize two ways through which ICL leverages
demonstrations. Task recognition (TR) captures the extent to which LLMs can
recognize a task through demonstrations -- even without ground-truth labels --
and apply their pre-trained priors, whereas task learning (TL) is the ability
to capture new input-label mappings unseen in pre-training. Using a wide range
of classification datasets and three LLM families (GPT-3, LLaMA and OPT), we
design controlled experiments to disentangle the roles of TR and TL in ICL. We
show that (1) models can achieve non-trivial performance with only TR, and TR
does not further improve with larger models or more demonstrations; (2) LLMs
acquire TL as the model scales, and TL's performance consistently improves with
more demonstrations in context. Our findings unravel two different forces
behind ICL and we advocate for discriminating them in future ICL research due
to their distinct nature. | cs.CL | What In-Context Learning "Learns" In-Context: Disentangling Task Recognition and Task Learning |
2023-05-16T17:55:51Z | http://arxiv.org/pdf/2305.09656v3 | http://arxiv.org/abs/2305.09656v3 | Xi Ye, Qiaochu Chen, Isil Dillig, Greg Durrett | 2023-10-11T21:38:22Z | cs.CL, cs.AI | Prior work has combined chain-of-thought prompting in large language models
(LLMs) with programmatic representations to perform effective and transparent
reasoning. While such an approach works well for tasks that only require
forward reasoning (e.g., straightforward arithmetic), it is less effective for
constraint solving problems that require more sophisticated planning and
search. In this paper, we propose a new satisfiability-aided language modeling
(SatLM) approach for improving the reasoning capabilities of LLMs. We use an
LLM to generate a declarative task specification rather than an imperative
program and leverage an off-the-shelf automated theorem prover to derive the
final answer. This approach has two key advantages. The declarative
specification is closer to the problem description than the reasoning steps
are, so the LLM can parse it out of the description more accurately.
Furthermore, by offloading the actual reasoning task to an automated theorem
prover, our approach can guarantee the correctness of the answer with respect
to the parsed specification and avoid planning errors in the solving process.
We evaluate SATLM on 8 different datasets and show that it consistently
outperforms program-aided LMs in the imperative paradigm. In particular, SATLM
outperforms program-aided LMs by 23% on a challenging subset of the GSM
arithmetic reasoning dataset; SATLM also achieves a new SoTA on LSAT and
BoardgameQA, surpassing previous models that are trained on the respective
training sets. | cs.CL | SatLM: Satisfiability-Aided Language Models Using Declarative Prompting |
2023-05-16T17:53:03Z | http://arxiv.org/pdf/2305.09652v2 | http://arxiv.org/abs/2305.09652v2 | Mutian He, Philip N. Garner | 2023-10-17T14:59:28Z | cs.CL, cs.SD, eess.AS | End-to-end spoken language understanding (SLU) remains elusive even with
current large pretrained language models on text and speech, especially in
multilingual cases. Machine translation has been established as a powerful
pretraining objective on text as it enables the model to capture high-level
semantics of the input utterance and associations between different languages,
which is desired for speech models that work on lower-level acoustic frames.
Motivated particularly by the task of cross-lingual SLU, we demonstrate that
the task of speech translation (ST) is a good means of pretraining speech
models for end-to-end SLU on both intra- and cross-lingual scenarios.
By introducing ST, our models reach higher performance over baselines on
monolingual and multilingual intent classification as well as spoken question
answering using SLURP, MINDS-14, and NMSQA benchmarks. To verify the
effectiveness of our methods, we also create new benchmark datasets from both
synthetic and real sources, for speech summarization and low-resource/zero-shot
transfer from English to French or Spanish. We further show the value of
preserving knowledge for the ST pretraining task for better downstream
performance, possibly using Bayesian transfer regularizers. | cs.CL | The Interpreter Understands Your Meaning: End-to-end Spoken Language Understanding Aided by Speech Translation |
2023-05-16T17:50:09Z | http://arxiv.org/pdf/2305.09651v3 | http://arxiv.org/abs/2305.09651v3 | Yuxin Ren, Zihan Zhong, Xingjian Shi, Yi Zhu, Chun Yuan, Mu Li | 2024-05-15T15:32:27Z | cs.CL, cs.LG | It has been commonly observed that a teacher model with superior performance
does not necessarily result in a stronger student, highlighting a discrepancy
between current teacher training practices and effective knowledge transfer. In
order to enhance the guidance of the teacher training process, we introduce the
concept of distillation influence to determine the impact of distillation from
each training sample on the student's generalization ability. In this paper, we
propose Learning Good Teacher Matters (LGTM), an efficient training technique
for incorporating distillation influence into the teacher's learning process.
By prioritizing samples that are likely to enhance the student's generalization
ability, our LGTM outperforms 10 common knowledge distillation baselines on 6
text classification tasks in the GLUE benchmark. | cs.CL | Tailoring Instructions to Student's Learning Levels Boosts Knowledge Distillation |
2023-05-16T17:45:23Z | http://arxiv.org/pdf/2305.09645v2 | http://arxiv.org/abs/2305.09645v2 | Jinhao Jiang, Kun Zhou, Zican Dong, Keming Ye, Wayne Xin Zhao, Ji-Rong Wen | 2023-10-23T07:51:23Z | cs.CL | In this paper, we study how to improve the zero-shot reasoning ability of
large language models~(LLMs) over structured data in a unified way. Inspired by
the study on tool augmentation for LLMs, we develop an \emph{Iterative
Reading-then-Reasoning~(IRR)} approach for solving question answering tasks
based on structured data, called \textbf{StructGPT}. In our approach, we
construct the specialized function to collect relevant evidence from structured
data (\ie \emph{reading}), and let LLMs concentrate the reasoning task based on
the collected information (\ie \emph{reasoning}). Specially, we propose an
\emph{invoking-linearization-generation} procedure to support LLMs in reasoning
on the structured data with the help of the external interfaces. By iterating
this procedures with provided interfaces, our approach can gradually approach
the target answer to a given query. Extensive experiments conducted on three
types of structured data demonstrate the effectiveness of our approach, which
can significantly boost the performance of ChatGPT and achieve comparable
performance against the full-data supervised-tuning baselines. Our codes and
data are publicly available at~\url{https://github.com/RUCAIBox/StructGPT}. | cs.CL | StructGPT: A General Framework for Large Language Model to Reason over Structured Data |
2023-05-16T17:13:07Z | http://arxiv.org/pdf/2305.09620v3 | http://arxiv.org/abs/2305.09620v3 | Junsol Kim, Byungkyu Lee | 2024-04-07T02:10:04Z | cs.CL, cs.AI, cs.LG | Large language models (LLMs) that produce human-like responses have begun to
revolutionize research practices in the social sciences. We develop a novel
methodological framework that fine-tunes LLMs with repeated cross-sectional
surveys to incorporate the meaning of survey questions, individual beliefs, and
temporal contexts for opinion prediction. We introduce two new emerging
applications of the AI-augmented survey: retrodiction (i.e., predict year-level
missing responses) and unasked opinion prediction (i.e., predict entirely
missing responses). Among 3,110 binarized opinions from 68,846 Americans in the
General Social Survey from 1972 to 2021, our models based on Alpaca-7b excel in
retrodiction (AUC = 0.86 for personal opinion prediction, $\rho$ = 0.98 for
public opinion prediction). These remarkable prediction capabilities allow us
to fill in missing trends with high confidence and pinpoint when public
attitudes changed, such as the rising support for same-sex marriage. On the
other hand, our fine-tuned Alpaca-7b models show modest success in unasked
opinion prediction (AUC = 0.73, $\rho$ = 0.67). We discuss practical
constraints and ethical concerns regarding individual autonomy and privacy when
using LLMs for opinion prediction. Our study demonstrates that LLMs and surveys
can mutually enhance each other's capabilities: LLMs can broaden survey
potential, while surveys can improve the alignment of LLMs. | cs.CL | AI-Augmented Surveys: Leveraging Large Language Models and Surveys for Opinion Prediction |
2023-05-16T17:11:29Z | http://arxiv.org/pdf/2305.09617v1 | http://arxiv.org/abs/2305.09617v1 | Karan Singhal, Tao Tu, Juraj Gottweis, Rory Sayres, Ellery Wulczyn, Le Hou, Kevin Clark, Stephen Pfohl, Heather Cole-Lewis, Darlene Neal, Mike Schaekermann, Amy Wang, Mohamed Amin, Sami Lachgar, Philip Mansfield, Sushant Prakash, Bradley Green, Ewa Dominowska, Blaise Aguera y Arcas, Nenad Tomasev, Yun Liu, Renee Wong, Christopher Semturs, S. Sara Mahdavi, Joelle Barral, Dale Webster, Greg S. Corrado, Yossi Matias, Shekoofeh Azizi, Alan Karthikesalingam, Vivek Natarajan | 2023-05-16T17:11:29Z | cs.CL, cs.AI, cs.LG | Recent artificial intelligence (AI) systems have reached milestones in "grand
challenges" ranging from Go to protein-folding. The capability to retrieve
medical knowledge, reason over it, and answer medical questions comparably to
physicians has long been viewed as one such grand challenge.
Large language models (LLMs) have catalyzed significant progress in medical
question answering; Med-PaLM was the first model to exceed a "passing" score in
US Medical Licensing Examination (USMLE) style questions with a score of 67.2%
on the MedQA dataset. However, this and other prior work suggested significant
room for improvement, especially when models' answers were compared to
clinicians' answers. Here we present Med-PaLM 2, which bridges these gaps by
leveraging a combination of base LLM improvements (PaLM 2), medical domain
finetuning, and prompting strategies including a novel ensemble refinement
approach.
Med-PaLM 2 scored up to 86.5% on the MedQA dataset, improving upon Med-PaLM
by over 19% and setting a new state-of-the-art. We also observed performance
approaching or exceeding state-of-the-art across MedMCQA, PubMedQA, and MMLU
clinical topics datasets.
We performed detailed human evaluations on long-form questions along multiple
axes relevant to clinical applications. In pairwise comparative ranking of 1066
consumer medical questions, physicians preferred Med-PaLM 2 answers to those
produced by physicians on eight of nine axes pertaining to clinical utility (p
< 0.001). We also observed significant improvements compared to Med-PaLM on
every evaluation axis (p < 0.001) on newly introduced datasets of 240 long-form
"adversarial" questions to probe LLM limitations.
While further studies are necessary to validate the efficacy of these models
in real-world settings, these results highlight rapid progress towards
physician-level performance in medical question answering. | cs.CL | Towards Expert-Level Medical Question Answering with Large Language Models |
2023-05-16T17:04:48Z | http://arxiv.org/pdf/2305.09612v1 | http://arxiv.org/abs/2305.09612v1 | Noah Ziems, Wenhao Yu, Zhihan Zhang, Meng Jiang | 2023-05-16T17:04:48Z | cs.CL, cs.IR | Document retrieval is a key stage of standard Web search engines. Existing
dual-encoder dense retrievers obtain representations for questions and
documents independently, allowing for only shallow interactions between them.
To overcome this limitation, recent autoregressive search engines replace the
dual-encoder architecture by directly generating identifiers for relevant
documents in the candidate pool. However, the training cost of such
autoregressive search engines rises sharply as the number of candidate
documents increases. In this paper, we find that large language models (LLMs)
can follow human instructions to directly generate URLs for document retrieval.
Surprisingly, when providing a few {Query-URL} pairs as in-context
demonstrations, LLMs can generate Web URLs where nearly 90\% of the
corresponding documents contain correct answers to open-domain questions. In
this way, LLMs can be thought of as built-in search engines, since they have
not been explicitly trained to map questions to document identifiers.
Experiments demonstrate that our method can consistently achieve better
retrieval performance than existing retrieval approaches by a significant
margin on three open-domain question answering benchmarks, under both zero and
few-shot settings. The code for this work can be found at
\url{https://github.com/Ziems/llm-url}. | cs.CL | Large Language Models are Built-in Autoregressive Search Engines |
2023-05-16T16:52:07Z | http://arxiv.org/pdf/2305.09598v1 | http://arxiv.org/abs/2305.09598v1 | bo wang, Heyan Huang, Xiaochi Wei, Ge Shi, Xiao Liu, Chong Feng, Tong Zhou, Shuaiqiang Wang, Dawei Yin | 2023-05-16T16:52:07Z | cs.CL | Event extraction aims to recognize pre-defined event triggers and arguments
from texts, which suffer from the lack of high-quality annotations. In most NLP
applications, involving a large scale of synthetic training data is a practical
and effective approach to alleviate the problem of data scarcity. However, when
applying to the task of event extraction, recent data augmentation methods
often neglect the problem of grammatical incorrectness, structure misalignment,
and semantic drifting, leading to unsatisfactory performances. In order to
solve these problems, we propose a denoised structure-to-text augmentation
framework for event extraction DAEE, which generates additional training data
through the knowledge-based structure-to-text generation model and selects the
effective subset from the generated data iteratively with a deep reinforcement
learning agent. Experimental results on several datasets demonstrate that the
proposed method generates more diverse text representations for event
extraction and achieves comparable results with the state-of-the-art. | cs.CL | Boosting Event Extraction with Denoised Structure-to-Text Augmentation |
2023-05-16T16:11:48Z | http://arxiv.org/pdf/2305.09574v1 | http://arxiv.org/abs/2305.09574v1 | Wei Du, Peixuan Li, Boqun Li, Haodong Zhao, Gongshen Liu | 2023-05-16T16:11:48Z | cs.CL, cs.AI, cs.CR | Backdoors implanted in pre-trained language models (PLMs) can be transferred
to various downstream tasks, which exposes a severe security threat. However,
most existing backdoor attacks against PLMs are un-targeted and task-specific.
Few targeted and task-agnostic methods use manually pre-defined triggers and
output representations, which prevent the attacks from being more effective and
general. In this paper, we first summarize the requirements that a more
threatening backdoor attack against PLMs should satisfy, and then propose a new
backdoor attack method called UOR, which breaks the bottleneck of the previous
approach by turning manual selection into automatic optimization. Specifically,
we define poisoned supervised contrastive learning which can automatically
learn the more uniform and universal output representations of triggers for
various PLMs. Moreover, we use gradient search to select appropriate trigger
words which can be adaptive to different PLMs and vocabularies. Experiments
show that our method can achieve better attack performance on various text
classification tasks compared to manual methods. Further, we tested our method
on PLMs with different architectures, different usage paradigms, and more
difficult tasks, which demonstrated the universality of our method. | cs.CL | UOR: Universal Backdoor Attacks on Pre-trained Language Models |
2023-05-16T15:53:24Z | http://arxiv.org/pdf/2305.09556v2 | http://arxiv.org/abs/2305.09556v2 | Liya Wang, Jason Chou, Dave Rouck, Alex Tien, Diane M Baumgartner | 2023-11-29T14:45:46Z | cs.CL | Learning effective sentence representations is crucial for many Natural
Language Processing (NLP) tasks, including semantic search, semantic textual
similarity (STS), and clustering. While multiple transformer models have been
developed for sentence embedding learning, these models may not perform
optimally when dealing with specialized domains like aviation, which has unique
characteristics such as technical jargon, abbreviations, and unconventional
grammar. Furthermore, the absence of labeled datasets makes it difficult to
train models specifically for the aviation domain. To address these challenges,
we propose a novel approach for adapting sentence transformers for the aviation
domain. Our method is a two-stage process consisting of pre-training followed
by fine-tuning. During pre-training, we use Transformers and Sequential
Denoising AutoEncoder (TSDAE) with aviation text data as input to improve the
initial model performance. Subsequently, we fine-tune our models using a
Natural Language Inference (NLI) dataset in the Sentence Bidirectional Encoder
Representations from Transformers (SBERT) architecture to mitigate overfitting
issues. Experimental results on several downstream tasks show that our adapted
sentence transformers significantly outperform general-purpose transformers,
demonstrating the effectiveness of our approach in capturing the nuances of the
aviation domain. Overall, our work highlights the importance of domain-specific
adaptation in developing high-quality NLP solutions for specialized industries
like aviation. | cs.CL | Adapting Sentence Transformers for the Aviation Domain |
2023-05-16T15:48:36Z | http://arxiv.org/pdf/2305.09550v2 | http://arxiv.org/abs/2305.09550v2 | Ajinkya Deshmukh, Saumya Banthia, Anantha Sharma | 2023-05-17T12:32:26Z | cs.CL, cs.IR, cs.IT, math.IT | Protecting sensitive information is crucial in today's world of Large
Language Models (LLMs) and data-driven services. One common method used to
preserve privacy is by using data perturbation techniques to reduce
overreaching utility of (sensitive) Personal Identifiable Information (PII)
data while maintaining its statistical and semantic properties. Data
perturbation methods often result in significant information loss, making them
impractical for use. In this paper, we propose 'Life of PII', a novel
Obfuscation Transformer framework for transforming PII into faux-PII while
preserving the original information, intent, and context as much as possible.
Our approach includes an API to interface with the given document, a
configuration-based obfuscator, and a model based on the Transformer
architecture, which has shown high context preservation and performance in
natural language processing tasks and LLMs.
Our Transformer-based approach learns mapping between the original PII and
its transformed faux-PII representation, which we call "obfuscated" data. Our
experiments demonstrate that our method, called Life of PII, outperforms
traditional data perturbation techniques in terms of both utility preservation
and privacy protection. We show that our approach can effectively reduce
utility loss while preserving the original information, offering greater
flexibility in the trade-off between privacy protection and data utility. Our
work provides a solution for protecting PII in various real-world applications. | cs.CL | Life of PII -- A PII Obfuscation Transformer |
2023-05-16T15:45:59Z | http://arxiv.org/pdf/2305.09548v2 | http://arxiv.org/abs/2305.09548v2 | Navid Madani, Rabiraj Bandyopadhyay, Briony Swire-Thompson, Michael Miller Yoder, Kenneth Joseph | 2023-10-11T19:57:43Z | cs.CL | Social media users on sites like Twitter, Instagram, and Tiktok use the
profile description, or bio, field of user profiles to present themselves to
the world. In contrast to the ``offline'' world, where social context often
encourages us to adopt a single identity, the profile description is a
free-text field in which users are encouraged to present the self using
multiple, sometimes conflicting, social identities. While sociologists, social
psychologists, sociolinguists, and increasingly computational social
scientists, have developed a large and growing array of methods to estimate the
meaning of individual social identities, little work has attended to the ways
in which social meanings emerge from the collections of social identities
present in social media bios. The present work proposes and evaluate three
novel, identity-based methods to measure the social dimensions of meaning
expressed in Twitter bios. We show that these models outperform reasonable
baselines with respect to 1) predicting which sets of identities are more
likely to co-occur within a single biography and 2) quantifying perceptions of
entire social media biographies along salient dimensions of social meaning on
Twitter, in particular partisanship. We demonstrate the utility of our method
in a computational social science setting by using model outputs to better
understand how self presentation along dimensions of partisanship, religion,
age, and gender are related to the sharing of URLs on Twitter from low versus
high quality news sites. | cs.CL | Measuring Social Dimensions of Self-Presentation in Social Media Biographies with an Identity-based Approach |
2023-05-16T15:26:52Z | http://arxiv.org/pdf/2305.09534v1 | http://arxiv.org/abs/2305.09534v1 | Fritz Hohl, Nianheng Wu, Martina Galetti, Remi van Trijp | 2023-05-16T15:26:52Z | cs.CL | Despite enormous progress in Natural Language Processing (NLP), our field is
still lacking a common deep semantic representation scheme. As a result, the
problem of meaning and understanding is typically sidestepped through more
simple, approximative methods. This paper argues that in order to arrive at
such a scheme, we also need a common modelling scheme. It therefore introduces
MetaSRL++, a uniform, language- and modality-independent modelling scheme based
on Semantic Graphs, as a step towards a common representation scheme; as well
as a method for defining the concepts and entities that are used in these
graphs. Our output is twofold. First, we illustrate MetaSRL++ through concrete
examples. Secondly, we discuss how it relates to existing work in the field. | cs.CL | MetaSRL++: A Uniform Scheme for Modelling Deeper Semantics |
2023-05-16T15:25:19Z | http://arxiv.org/pdf/2305.10448v1 | http://arxiv.org/abs/2305.10448v1 | Shuwei Feng, Tianyang Zhan, Zhanming Jie, Trung Quoc Luong, Xiaoran Jin | 2023-05-16T15:25:19Z | cs.CL, cs.AI | This paper presents GenDoc, a general sequence-to-sequence document
understanding model pre-trained with unified masking across three modalities:
text, image, and layout. The proposed model utilizes an encoder-decoder
architecture, which allows for increased adaptability to a wide range of
downstream tasks with diverse output formats, in contrast to the encoder-only
models commonly employed in document understanding. In addition to the
traditional text infilling task used in previous encoder-decoder models, our
pre-training extends to include tasks of masked image token prediction and
masked layout prediction. We also design modality-specific instruction and
adopt both disentangled attention and the mixture-of-modality-experts strategy
to effectively capture the information leveraged by each modality. Evaluation
of the proposed model through extensive experiments on several downstream tasks
in document understanding demonstrates its ability to achieve superior or
competitive performance compared to state-of-the-art approaches. Our analysis
further suggests that GenDoc is more robust than the encoder-only models in
scenarios where the OCR quality is imperfect. | cs.CL | Sequence-to-Sequence Pre-training with Unified Modality Masking for Visual Document Understanding |
2023-05-16T15:16:24Z | http://arxiv.org/pdf/2305.09520v1 | http://arxiv.org/abs/2305.09520v1 | Ruoxi Xu, Hongyu Lin, Xinyan Guan, Xianpei Han, Yingfei Sun, Le Sun | 2023-05-16T15:16:24Z | cs.CL | Understanding documents is central to many real-world tasks but remains a
challenging topic. Unfortunately, there is no well-established consensus on how
to comprehensively evaluate document understanding abilities, which
significantly hinders the fair comparison and measuring the progress of the
field. To benchmark document understanding researches, this paper summarizes
four representative abilities, i.e., document classification, document
structural analysis, document information extraction, and document
transcription. Under the new evaluation framework, we propose \textbf{Document
Language Understanding Evaluation} -- \textbf{DLUE}, a new task suite which
covers a wide-range of tasks in various forms, domains and document genres. We
also systematically evaluate six well-established transformer models on DLUE,
and find that due to the lengthy content, complicated underlying structure and
dispersed knowledge, document understanding is still far from being solved, and
currently there is no neural architecture that dominates all tasks, raising
requirements for a universal document understanding architecture. | cs.CL | DLUE: Benchmarking Document Language Understanding |
2023-05-16T15:10:22Z | http://arxiv.org/pdf/2305.09515v3 | http://arxiv.org/abs/2305.09515v3 | Tong Wu, Zhihao Fan, Xiao Liu, Yeyun Gong, Yelong Shen, Jian Jiao, Hai-Tao Zheng, Juntao Li, Zhongyu Wei, Jian Guo, Nan Duan, Weizhu Chen | 2023-12-13T10:24:00Z | cs.CL | Diffusion models have gained significant attention in the realm of image
generation due to their exceptional performance. Their success has been
recently expanded to text generation via generating all tokens within a
sequence concurrently. However, natural language exhibits a far more pronounced
sequential dependency in comparison to images, and the majority of existing
language models are trained with a left-to-right auto-regressive approach. To
account for the inherent sequential characteristic of natural language, we
introduce Auto-Regressive Diffusion (AR-Diffusion). AR-Diffusion ensures that
the generation of tokens on the right depends on the generated ones on the
left, a mechanism achieved through employing a dynamic number of denoising
steps that vary based on token position. This results in tokens on the left
undergoing fewer denoising steps than those on the right, thereby enabling them
to generate earlier and subsequently influence the generation of tokens on the
right. In a series of experiments on various text generation tasks, including
text summarization, machine translation, and common sense generation,
AR-Diffusion clearly demonstrated its superiority over existing diffusion
language models and that it can be $100\times\sim600\times$ faster when
achieving comparable results. Our code is available at
https://github.com/microsoft/ProphetNet/tree/master/AR-diffusion. | cs.CL | AR-Diffusion: Auto-Regressive Diffusion Model for Text Generation |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.