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-10-24T00:43:54Z | http://arxiv.org/pdf/2310.15425v1 | http://arxiv.org/abs/2310.15425v1 | Matthew C. Kelley, Scott James Perry, Benjamin V. Tucker | 2023-10-24T00:43:54Z | eess.AS, cs.CL, cs.LG, cs.SD | Forced alignment systems automatically determine boundaries between segments
in speech data, given an orthographic transcription. These tools are
commonplace in phonetics to facilitate the use of speech data that would be
infeasible to manually transcribe and segment. In the present paper, we
describe a new neural network-based forced alignment system, the Mason-Alberta
Phonetic Segmenter (MAPS). The MAPS aligner serves as a testbed for two
possible improvements we pursue for forced alignment systems. The first is
treating the acoustic model in a forced aligner as a tagging task, rather than
a classification task, motivated by the common understanding that segments in
speech are not truly discrete and commonly overlap. The second is an
interpolation technique to allow boundaries more precise than the common 10 ms
limit in modern forced alignment systems. We compare configurations of our
system to a state-of-the-art system, the Montreal Forced Aligner. The tagging
approach did not generally yield improved results over the Montreal Forced
Aligner. However, a system with the interpolation technique had a 27.92%
increase relative to the Montreal Forced Aligner in the amount of boundaries
within 10 ms of the target on the test set. We also reflect on the task and
training process for acoustic modeling in forced alignment, highlighting how
the output targets for these models do not match phoneticians' conception of
similarity between phones and that reconciliation of this tension may require
rethinking the task and output targets or how speech itself should be
segmented. | eess.AS | The Mason-Alberta Phonetic Segmenter: A forced alignment system based on deep neural networks and interpolation |
2023-10-24T00:24:11Z | http://arxiv.org/pdf/2310.15421v3 | http://arxiv.org/abs/2310.15421v3 | Hyunwoo Kim, Melanie Sclar, Xuhui Zhou, Ronan Le Bras, Gunhee Kim, Yejin Choi, Maarten Sap | 2023-10-31T17:58:30Z | cs.CL, cs.AI | Theory of mind (ToM) evaluations currently focus on testing models using
passive narratives that inherently lack interactivity. We introduce FANToM, a
new benchmark designed to stress-test ToM within information-asymmetric
conversational contexts via question answering. Our benchmark draws upon
important theoretical requisites from psychology and necessary empirical
considerations when evaluating large language models (LLMs). In particular, we
formulate multiple types of questions that demand the same underlying reasoning
to identify illusory or false sense of ToM capabilities in LLMs. We show that
FANToM is challenging for state-of-the-art LLMs, which perform significantly
worse than humans even with chain-of-thought reasoning or fine-tuning. | cs.CL | FANToM: A Benchmark for Stress-testing Machine Theory of Mind in Interactions |
2023-10-24T00:23:30Z | http://arxiv.org/pdf/2310.15420v1 | http://arxiv.org/abs/2310.15420v1 | Pritom Saha Akash, Jie Huang, Kevin Chen-Chuan Chang | 2023-10-24T00:23:30Z | cs.CL | Topic models are one of the compelling methods for discovering latent
semantics in a document collection. However, it assumes that a document has
sufficient co-occurrence information to be effective. However, in short texts,
co-occurrence information is minimal, which results in feature sparsity in
document representation. Therefore, existing topic models (probabilistic or
neural) mostly fail to mine patterns from them to generate coherent topics. In
this paper, we take a new approach to short-text topic modeling to address the
data-sparsity issue by extending short text into longer sequences using
existing pre-trained language models (PLMs). Besides, we provide a simple
solution extending a neural topic model to reduce the effect of noisy
out-of-topics text generation from PLMs. We observe that our model can
substantially improve the performance of short-text topic modeling. Extensive
experiments on multiple real-world datasets under extreme data sparsity
scenarios show that our models can generate high-quality topics outperforming
state-of-the-art models. | cs.CL | Let the Pretrained Language Models "Imagine" for Short Texts Topic Modeling |
2023-10-24T00:12:38Z | http://arxiv.org/pdf/2310.15415v1 | http://arxiv.org/abs/2310.15415v1 | Qiang Zhang, Jason Naradowsky, Yusuke Miyao | 2023-10-24T00:12:38Z | cs.CL, cs.AI, cs.HC | Knowing how to end and resume conversations over time is a natural part of
communication, allowing for discussions to span weeks, months, or years. The
duration of gaps between conversations dictates which topics are relevant and
which questions to ask, and dialogue systems which do not explicitly model time
may generate responses that are unnatural. In this work we explore the idea of
making dialogue models aware of time, and present GapChat, a multi-session
dialogue dataset in which the time between each session varies. While the
dataset is constructed in real-time, progress on events in speakers' lives is
simulated in order to create realistic dialogues occurring across a long
timespan. We expose time information to the model and compare different
representations of time and event progress. In human evaluation we show that
time-aware models perform better in metrics that judge the relevance of the
chosen topics and the information gained from the conversation. | cs.CL | Mind the Gap Between Conversations for Improved Long-Term Dialogue Generation |
2023-10-23T23:24:57Z | http://arxiv.org/pdf/2310.15405v1 | http://arxiv.org/abs/2310.15405v1 | Ting-Yao Hsu, Chieh-Yang Huang, Ryan Rossi, Sungchul Kim, C. Lee Giles, Ting-Hao K. Huang | 2023-10-23T23:24:57Z | cs.CL | There is growing interest in systems that generate captions for scientific
figures. However, assessing these systems output poses a significant challenge.
Human evaluation requires academic expertise and is costly, while automatic
evaluation depends on often low-quality author-written captions. This paper
investigates using large language models (LLMs) as a cost-effective,
reference-free method for evaluating figure captions. We first constructed
SCICAP-EVAL, a human evaluation dataset that contains human judgments for 3,600
scientific figure captions, both original and machine-made, for 600 arXiv
figures. We then prompted LLMs like GPT-4 and GPT-3 to score (1-6) each caption
based on its potential to aid reader understanding, given relevant context such
as figure-mentioning paragraphs. Results show that GPT-4, used as a zero-shot
evaluator, outperformed all other models and even surpassed assessments made by
Computer Science and Informatics undergraduates, achieving a Kendall
correlation score of 0.401 with Ph.D. students rankings | cs.CL | GPT-4 as an Effective Zero-Shot Evaluator for Scientific Figure Captions |
2023-10-23T23:00:34Z | http://arxiv.org/pdf/2310.15398v2 | http://arxiv.org/abs/2310.15398v2 | Li Lucy, Su Lin Blodgett, Milad Shokouhi, Hanna Wallach, Alexandra Olteanu | 2024-04-03T07:20:15Z | cs.CL, cs.HC | Fairness-related assumptions about what constitute appropriate NLG system
behaviors range from invariance, where systems are expected to behave
identically for social groups, to adaptation, where behaviors should instead
vary across them. To illuminate tensions around invariance and adaptation, we
conduct five case studies, in which we perturb different types of
identity-related language features (names, roles, locations, dialect, and
style) in NLG system inputs. Through these cases studies, we examine people's
expectations of system behaviors, and surface potential caveats of these
contrasting yet commonly held assumptions. We find that motivations for
adaptation include social norms, cultural differences, feature-specific
information, and accommodation; in contrast, motivations for invariance include
perspectives that favor prescriptivism, view adaptation as unnecessary or too
difficult for NLG systems to do appropriately, and are wary of false
assumptions. Our findings highlight open challenges around what constitute
"fair" or "good" NLG system behaviors. | cs.CL | "One-Size-Fits-All"? Examining Expectations around What Constitute "Fair" or "Good" NLG System Behaviors |
2023-10-23T22:51:58Z | http://arxiv.org/pdf/2310.15393v2 | http://arxiv.org/abs/2310.15393v2 | Simin Fan, Matteo Pagliardini, Martin Jaggi | 2024-02-05T16:33:05Z | cs.LG, cs.AI, cs.CL | The coverage and composition of the pretraining data significantly impacts
the generalization ability of Large Language Models (LLMs). Despite its
importance, recent LLMs still rely on heuristics and trial and error to
increase or reduce the influence of data-domains. We propose DOmain reweighting
with Generalization Estimation (DoGE), which optimizes the probability of
sampling from each domain (domain weights) in a principled way. Our approach is
a two-stage process consisting of (i) training a proxy model to obtain domain
weights using a bi-level optimization algorithm; (ii) training a larger base
model by sampling training domains according to the learned domain weights. In
our experiments, we extensively show how DoGE improves the generalization of
the base model to any target data mixture. On the SlimPajama dataset, our base
model gets better perplexity and few-shot reasoning accuracies across $6$ tasks
compared to baseline methods. Moreover, aiming to generalize to out-of-domain
target tasks, which is unseen in the pretraining corpus (OOD domain), DoGE can
effectively identify inter-domain dependencies, and consistently achieves
better test perplexity on the target domain. | cs.LG | DoGE: Domain Reweighting with Generalization Estimation |
2023-10-23T22:41:33Z | http://arxiv.org/pdf/2310.15389v1 | http://arxiv.org/abs/2310.15389v1 | Simin Fan, Martin Jaggi | 2023-10-23T22:41:33Z | cs.CL, cs.AI, cs.LG | Automatic data selection and curriculum design for training large language
models is challenging, with only a few existing methods showing improvements
over standard training. Furthermore, current schemes focus on domain-level
selection, overlooking the more fine-grained contributions of each individual
training point. It is difficult to apply traditional datapoint selection
methods on large language models: most online batch selection methods perform
two-times forward or backward passes, which introduces considerable extra costs
with large-scale models. To mitigate these obstacles, we propose irreducible
curriculum as a curriculum learning algorithm for language model pretraining,
which prioritizes samples with higher learnability. Specifically, to avoid
prohibitive extra computation overhead, we simulate the sample loss along the
main model's training trajectory using a small-scale proxy model. Our
experiments on the RedPajama-1B dataset demonstrate a consistent improvement on
validation perplexity across all 7 domains compared to random uniform baseline
and the anti-curriculum strategy. Our method also reduces the sharpness of the
network and illustrates a better 5-shot accuracy on MMLU benchmarks. | cs.CL | Irreducible Curriculum for Language Model Pretraining |
2023-10-23T22:03:56Z | http://arxiv.org/pdf/2310.15383v1 | http://arxiv.org/abs/2310.15383v1 | Mehar Bhatia, Vered Shwartz | 2023-10-23T22:03:56Z | cs.CL | With the increasing integration of AI into everyday life, it's becoming
crucial to design AI systems that serve users from diverse backgrounds by
making them culturally aware. In this paper, we present GD-COMET, a geo-diverse
version of the COMET commonsense inference model. GD-COMET goes beyond Western
commonsense knowledge and is capable of generating inferences pertaining to a
broad range of cultures. We demonstrate the effectiveness of GD-COMET through a
comprehensive human evaluation across 5 diverse cultures, as well as extrinsic
evaluation on a geo-diverse task. The evaluation shows that GD-COMET captures
and generates culturally nuanced commonsense knowledge, demonstrating its
potential to benefit NLP applications across the board and contribute to making
NLP more inclusive. | cs.CL | GD-COMET: A Geo-Diverse Commonsense Inference Model |
2023-10-23T21:24:05Z | http://arxiv.org/pdf/2310.18355v1 | http://arxiv.org/abs/2310.18355v1 | Yohn Jairo Parra Bautista, Vinicious Lima, Carlos Theran, Richard Alo | 2023-10-23T21:24:05Z | cs.CL, cs.AI, cs.LG | Health disparities are differences in health outcomes and access to
healthcare between different groups, including racial and ethnic minorities,
low-income people, and rural residents. An artificial intelligence (AI) program
called large language models (LLMs) can understand and generate human language,
improving health communication and reducing health disparities. There are many
challenges in using LLMs in human-doctor interaction, including the need for
diverse and representative data, privacy concerns, and collaboration between
healthcare providers and technology experts. We introduce the comparative
investigation of domain-specific large language models such as SciBERT with a
multi-purpose LLMs BERT. We used cosine similarity to analyze text queries
about health disparities in exam rooms when factors such as race are used
alone. Using text queries, SciBERT fails when it doesn't differentiate between
queries text: "race" alone and "perpetuates health disparities." We believe
clinicians can use generative AI to create a draft response when communicating
asynchronously with patients. However, careful attention must be paid to ensure
they are developed and implemented ethically and equitably. | cs.CL | Health Disparities through Generative AI Models: A Comparison Study Using A Domain Specific large language model |
2023-10-23T21:16:50Z | http://arxiv.org/pdf/2310.15373v1 | http://arxiv.org/abs/2310.15373v1 | Sayed Hoseini, Johannes Theissen-Lipp, Christoph Quix | 2023-10-23T21:16:50Z | cs.DB, cs.AI, cs.CL, cs.HC | In recent years, data lakes emerged as away to manage large amounts of
heterogeneous data for modern data analytics. One way to prevent data lakes
from turning into inoperable data swamps is semantic data management. Some
approaches propose the linkage of metadata to knowledge graphs based on the
Linked Data principles to provide more meaning and semantics to the data in the
lake. Such a semantic layer may be utilized not only for data management but
also to tackle the problem of data integration from heterogeneous sources, in
order to make data access more expressive and interoperable. In this survey, we
review recent approaches with a specific focus on the application within data
lake systems and scalability to Big Data. We classify the approaches into (i)
basic semantic data management, (ii) semantic modeling approaches for enriching
metadata in data lakes, and (iii) methods for ontologybased data access. In
each category, we cover the main techniques and their background, and compare
latest research. Finally, we point out challenges for future work in this
research area, which needs a closer integration of Big Data and Semantic Web
technologies. | cs.DB | Semantic Data Management in Data Lakes |
2023-10-23T21:15:54Z | http://arxiv.org/pdf/2310.15372v2 | http://arxiv.org/abs/2310.15372v2 | Gabriele Prato, Jerry Huang, Prasannna Parthasarathi, Shagun Sodhani, Sarath Chandar | 2024-02-22T20:59:54Z | cs.CL, cs.AI | In the age of artificial intelligence, the role of large language models
(LLMs) is becoming increasingly central. Despite their growing prevalence,
their capacity to consolidate knowledge from different training documents - a
crucial ability in numerous applications - remains unexplored. This paper
presents the first study examining the capability of LLMs to effectively
combine such information within their parameter space. We introduce EpiK-Eval,
a novel question-answering benchmark tailored to evaluate LLMs' proficiency in
formulating a coherent and consistent knowledge representation from segmented
narratives. Evaluations across various LLMs reveal significant weaknesses in
this domain. We contend that these shortcomings stem from the intrinsic nature
of prevailing training objectives. Consequently, we advocate for refining the
approach towards knowledge consolidation, as it harbors the potential to
dramatically improve their overall effectiveness and performance. The findings
from this study offer insights for developing more robust and reliable LLMs.
Our code and benchmark are available at
https://github.com/chandar-lab/EpiK-Eval | cs.CL | EpiK-Eval: Evaluation for Language Models as Epistemic Models |
2023-10-23T20:35:52Z | http://arxiv.org/pdf/2310.15355v1 | http://arxiv.org/abs/2310.15355v1 | Adam Bouyamourn | 2023-10-23T20:35:52Z | cs.CL, cs.AI, I.2.7 | We show that LLMs hallucinate because their output is not constrained to be
synonymous with claims for which they have evidence: a condition that we call
evidential closure. Information about the truth or falsity of sentences is not
statistically identified in the standard neural probabilistic language model
setup, and so cannot be conditioned on to generate new strings. We then show
how to constrain LLMs to produce output that does satisfy evidential closure. A
multimodal LLM must learn about the external world (perceptual learning); it
must learn a mapping from strings to states of the world (extensional
learning); and, to achieve fluency when generalizing beyond a body of evidence,
it must learn mappings from strings to their synonyms (intensional learning).
The output of a unimodal LLM must be synonymous with strings in a validated
evidence set. Finally, we present a heuristic procedure, Learn-Babble-Prune,
that yields faithful output from an LLM by rejecting output that is not
synonymous with claims for which the LLM has evidence. | cs.CL | Why LLMs Hallucinate, and How to Get (Evidential) Closure: Perceptual, Intensional, and Extensional Learning for Faithful Natural Language Generation |
2023-10-23T20:26:15Z | http://arxiv.org/pdf/2310.18354v1 | http://arxiv.org/abs/2310.18354v1 | Ying Liu, Haozhu Wang, Huixue Zhou, Mingchen Li, Yu Hou, Sicheng Zhou, Fang Wang, Rama Hoetzlein, Rui Zhang | 2023-10-23T20:26:15Z | cs.CL | Reinforcement learning (RL) has emerged as a powerful approach for tackling
complex medical decision-making problems such as treatment planning,
personalized medicine, and optimizing the scheduling of surgeries and
appointments. It has gained significant attention in the field of Natural
Language Processing (NLP) due to its ability to learn optimal strategies for
tasks such as dialogue systems, machine translation, and question-answering.
This paper presents a review of the RL techniques in NLP, highlighting key
advancements, challenges, and applications in healthcare. The review begins by
visualizing a roadmap of machine learning and its applications in healthcare.
And then it explores the integration of RL with NLP tasks. We examined dialogue
systems where RL enables the learning of conversational strategies, RL-based
machine translation models, question-answering systems, text summarization, and
information extraction. Additionally, ethical considerations and biases in
RL-NLP systems are addressed. | cs.CL | A Review of Reinforcement Learning for Natural Language Processing, and Applications in Healthcare |
2023-10-23T20:05:37Z | http://arxiv.org/pdf/2310.15337v1 | http://arxiv.org/abs/2310.15337v1 | Marwa Abdulhai, Gregory Serapio-Garcia, Clément Crepy, Daria Valter, John Canny, Natasha Jaques | 2023-10-23T20:05:37Z | cs.AI, cs.CL, cs.CY | Moral foundations theory (MFT) is a psychological assessment tool that
decomposes human moral reasoning into five factors, including care/harm,
liberty/oppression, and sanctity/degradation (Graham et al., 2009). People vary
in the weight they place on these dimensions when making moral decisions, in
part due to their cultural upbringing and political ideology. As large language
models (LLMs) are trained on datasets collected from the internet, they may
reflect the biases that are present in such corpora. This paper uses MFT as a
lens to analyze whether popular LLMs have acquired a bias towards a particular
set of moral values. We analyze known LLMs and find they exhibit particular
moral foundations, and show how these relate to human moral foundations and
political affiliations. We also measure the consistency of these biases, or
whether they vary strongly depending on the context of how the model is
prompted. Finally, we show that we can adversarially select prompts that
encourage the moral to exhibit a particular set of moral foundations, and that
this can affect the model's behavior on downstream tasks. These findings help
illustrate the potential risks and unintended consequences of LLMs assuming a
particular moral stance. | cs.AI | Moral Foundations of Large Language Models |
2023-10-23T19:46:48Z | http://arxiv.org/pdf/2310.15326v1 | http://arxiv.org/abs/2310.15326v1 | Chufan Shi, Yixuan Su, Cheng Yang, Yujiu Yang, Deng Cai | 2023-10-23T19:46:48Z | cs.CL | The potential of large language models (LLMs) to simultaneously perform a
wide range of natural language processing (NLP) tasks has been the subject of
extensive research. Although instruction tuning has proven to be a
data-efficient method for transforming LLMs into such generalist models, their
performance still lags behind specialist models trained exclusively for
specific tasks. In this paper, we investigate whether incorporating
broad-coverage generalist instruction tuning can contribute to building a
specialist model. We hypothesize that its efficacy depends on task specificity
and skill requirements. Our experiments assess four target tasks with distinct
coverage levels, revealing that integrating generalist instruction tuning
consistently enhances model performance when the task coverage is broad. The
effect is particularly pronounced when the amount of task-specific training
data is limited. Further investigation into three target tasks focusing on
different capabilities demonstrates that generalist instruction tuning improves
understanding and reasoning abilities. However, for tasks requiring factual
knowledge, generalist data containing hallucinatory information may negatively
affect the model's performance. Overall, our work provides a systematic guide
for developing specialist models with general instruction tuning. Our code and
other related resources can be found at
https://github.com/DavidFanzz/Generalist_or_Specialist. | cs.CL | Specialist or Generalist? Instruction Tuning for Specific NLP Tasks |
2023-10-23T19:46:41Z | http://arxiv.org/pdf/2310.15325v1 | http://arxiv.org/abs/2310.15325v1 | Maryam Hashemi, Ghazaleh Mahmoudi, Sara Kodeiri, Hadi Sheikhi, Sauleh Eetemadi | 2023-10-23T19:46:41Z | cs.CV, cs.CL, cs.LG | Large-scale pretrained models such as LXMERT are becoming popular for
learning cross-modal representations on text-image pairs for vision-language
tasks. According to the lottery ticket hypothesis, NLP and computer vision
models contain smaller subnetworks capable of being trained in isolation to
full performance. In this paper, we combine these observations to evaluate
whether such trainable subnetworks exist in LXMERT when fine-tuned on the VQA
task. In addition, we perform a model size cost-benefit analysis by
investigating how much pruning can be done without significant loss in
accuracy. Our experiment results demonstrate that LXMERT can be effectively
pruned by 40%-60% in size with 3% loss in accuracy. | cs.CV | LXMERT Model Compression for Visual Question Answering |
2023-10-23T19:36:28Z | http://arxiv.org/pdf/2310.15319v1 | http://arxiv.org/abs/2310.15319v1 | Lingjun Zhao, Khanh Nguyen, Hal Daumé III | 2023-10-23T19:36:28Z | cs.CL, cs.AI, cs.LG | We investigate the problem of generating instructions to guide humans to
navigate in simulated residential environments. A major issue with current
models is hallucination: they generate references to actions or objects that
are inconsistent with what a human follower would perform or encounter along
the described path. We develop a model that detects these hallucinated
references by adopting a model pre-trained on a large corpus of image-text
pairs, and fine-tuning it with a contrastive loss that separates correct
instructions from instructions containing synthesized hallucinations. Our final
model outperforms several baselines, including using word probability estimated
by the instruction-generation model, and supervised models based on LSTM and
Transformer. | cs.CL | Hallucination Detection for Grounded Instruction Generation |
2023-10-23T19:35:01Z | http://arxiv.org/pdf/2310.15317v1 | http://arxiv.org/abs/2310.15317v1 | Aysa Xuemo Fan, Ranran Haoran Zhang, Luc Paquette, Rui Zhang | 2023-10-23T19:35:01Z | cs.CL, cs.CY | In this paper, we explore the application of large language models (LLMs) for
generating code-tracing questions in introductory programming courses. We
designed targeted prompts for GPT4, guiding it to generate code-tracing
questions based on code snippets and descriptions. We established a set of
human evaluation metrics to assess the quality of questions produced by the
model compared to those created by human experts. Our analysis provides
insights into the capabilities and potential of LLMs in generating diverse
code-tracing questions. Additionally, we present a unique dataset of human and
LLM-generated tracing questions, serving as a valuable resource for both the
education and NLP research communities. This work contributes to the ongoing
dialogue on the potential uses of LLMs in educational settings. | cs.CL | Exploring the Potential of Large Language Models in Generating Code-Tracing Questions for Introductory Programming Courses |
2023-10-23T19:33:04Z | http://arxiv.org/pdf/2310.15316v1 | http://arxiv.org/abs/2310.15316v1 | Barry Wang, Xinya Du, Claire Cardie | 2023-10-23T19:33:04Z | cs.CL | The probing classifiers framework has been employed for interpreting deep
neural network models for a variety of natural language processing (NLP)
applications. Studies, however, have largely focused on sentencelevel NLP
tasks. This work is the first to apply the probing paradigm to representations
learned for document-level information extraction (IE). We designed eight
embedding probes to analyze surface, semantic, and event-understanding
capabilities relevant to document-level event extraction. We apply them to the
representations acquired by learning models from three different LLM-based
document-level IE approaches on a standard dataset. We found that trained
encoders from these models yield embeddings that can modestly improve argument
detections and labeling but only slightly enhance event-level tasks, albeit
trade-offs in information helpful for coherence and event-type prediction. We
further found that encoder models struggle with document length and
cross-sentence discourse. | cs.CL | Probing Representations for Document-level Event Extraction |
2023-10-23T19:09:07Z | http://arxiv.org/pdf/2310.15302v1 | http://arxiv.org/abs/2310.15302v1 | Mikael Brunila, Jack LaViolette, Sky CH-Wang, Priyanka Verma, Clara Féré, Grant McKenzie | 2023-10-23T19:09:07Z | cs.CL, cs.AI, cs.CY | Critical toponymy examines the dynamics of power, capital, and resistance
through place names and the sites to which they refer. Studies here have
traditionally focused on the semantic content of toponyms and the top-down
institutional processes that produce them. However, they have generally ignored
the ways in which toponyms are used by ordinary people in everyday discourse,
as well as the other strategies of geospatial description that accompany and
contextualize toponymic reference. Here, we develop computational methods to
measure how cultural and economic capital shape the ways in which people refer
to places, through a novel annotated dataset of 47,440 New York City Airbnb
listings from the 2010s. Building on this dataset, we introduce a new named
entity recognition (NER) model able to identify important discourse categories
integral to the characterization of place. Our findings point toward new
directions for critical toponymy and to a range of previously understudied
linguistic signals relevant to research on neighborhood status, housing and
tourism markets, and gentrification. | cs.CL | Toward a Critical Toponymy Framework for Named Entity Recognition: A Case Study of Airbnb in New York City |
2023-10-23T19:03:35Z | http://arxiv.org/pdf/2310.15298v2 | http://arxiv.org/abs/2310.15298v2 | Ankita Bhaumik, Praveen Venkateswaran, Yara Rizk, Vatche Isahagian | 2023-10-25T06:10:07Z | cs.CL, cs.AI | The popularity of conversational digital assistants has resulted in the
availability of large amounts of conversational data which can be utilized for
improved user experience and personalized response generation. Building these
assistants using popular large language models like ChatGPT also require
additional emphasis on prompt engineering and evaluation methods. Textual
similarity metrics are a key ingredient for such analysis and evaluations.
While many similarity metrics have been proposed in the literature, they have
not proven effective for task-oriented conversations as they do not take
advantage of unique conversational features. To address this gap, we present
TaskDiff, a novel conversational similarity metric that utilizes different
dialogue components (utterances, intents, and slots) and their distributions to
compute similarity. Extensive experimental evaluation of TaskDiff on a
benchmark dataset demonstrates its superior performance and improved robustness
over other related approaches. | cs.CL | TaskDiff: A Similarity Metric for Task-Oriented Conversations |
2023-10-23T19:03:04Z | http://arxiv.org/pdf/2310.15296v2 | http://arxiv.org/abs/2310.15296v2 | Weijie Xu, Wenxiang Hu, Fanyou Wu, Srinivasan Sengamedu | 2023-12-23T07:05:20Z | cs.CL, cs.AI, 68T50, I.2.7 | In the burgeoning field of natural language processing (NLP), Neural Topic
Models (NTMs) , Large Language Models (LLMs) and Diffusion model have emerged
as areas of significant research interest. Despite this, NTMs primarily utilize
contextual embeddings from LLMs, which are not optimal for clustering or
capable for topic based text generation. NTMs have never been combined with
diffusion model for text generation. Our study addresses these gaps by
introducing a novel framework named Diffusion-Enhanced Topic Modeling using
Encoder-Decoder-based LLMs (DeTiME). DeTiME leverages Encoder-Decoder-based
LLMs to produce highly clusterable embeddings that could generate topics that
exhibit both superior clusterability and enhanced semantic coherence compared
to existing methods. Additionally, by exploiting the power of diffusion model,
our framework also provides the capability to do topic based text generation.
This dual functionality allows users to efficiently produce highly clustered
topics and topic based text generation simultaneously. DeTiME's potential
extends to generating clustered embeddings as well. Notably, our proposed
framework(both encoder-decoder based LLM and diffusion model) proves to be
efficient to train and exhibits high adaptability to other LLMs and diffusion
model, demonstrating its potential for a wide array of applications. | cs.CL | DeTiME: Diffusion-Enhanced Topic Modeling using Encoder-decoder based LLM |
2023-10-23T19:01:16Z | http://arxiv.org/pdf/2310.15294v1 | http://arxiv.org/abs/2310.15294v1 | Yuanjun Shi, Linzhi Wu, Minglai Shao | 2023-10-23T19:01:16Z | cs.CL | Recently slot filling has witnessed great development thanks to deep learning
and the availability of large-scale annotated data. However, it poses a
critical challenge to handle a novel domain whose samples are never seen during
training. The recognition performance might be greatly degraded due to severe
domain shifts. Most prior works deal with this problem in a two-pass pipeline
manner based on metric learning. In practice, these dominant pipeline models
may be limited in computational efficiency and generalization capacity because
of non-parallel inference and context-free discrete label embeddings. To this
end, we re-examine the typical metric-based methods, and propose a new adaptive
end-to-end metric learning scheme for the challenging zero-shot slot filling.
Considering simplicity, efficiency and generalizability, we present a
cascade-style joint learning framework coupled with context-aware soft label
representations and slot-level contrastive representation learning to mitigate
the data and label shift problems effectively. Extensive experiments on public
benchmarks demonstrate the superiority of the proposed approach over a series
of competitive baselines. | cs.CL | Adaptive End-to-End Metric Learning for Zero-Shot Cross-Domain Slot Filling |
2023-10-23T18:51:00Z | http://arxiv.org/pdf/2310.15285v1 | http://arxiv.org/abs/2310.15285v1 | Hongwei Wang, Hongming Zhang, Dong Yu | 2023-10-23T18:51:00Z | cs.CL | Learning sentence embeddings is a fundamental problem in natural language
processing. While existing research primarily focuses on enhancing the quality
of sentence embeddings, the exploration of sentence embedding dimensions is
limited. Here we present a comprehensive and empirical analysis of the
dimensionality of sentence embeddings. First, we demonstrate that the optimal
dimension of sentence embeddings is usually smaller than the default value.
Subsequently, to compress the dimension of sentence embeddings with minimum
performance degradation, we identify two components contributing to the overall
performance loss: the encoder's performance loss and the pooler's performance
loss. Therefore, we propose a two-step training method for sentence
representation learning models, wherein the encoder and the pooler are
optimized separately to mitigate the overall performance loss in low-dimension
scenarios. Experimental results on seven STS tasks and seven sentence
classification tasks demonstrate that our method significantly improves the
performance of low-dimensional sentence embeddings. | cs.CL | On the Dimensionality of Sentence Embeddings |
2023-10-23T18:26:00Z | http://arxiv.org/pdf/2310.15276v1 | http://arxiv.org/abs/2310.15276v1 | Alexandra Butoi, Tim Vieira, Ryan Cotterell, David Chiang | 2023-10-23T18:26:00Z | cs.CL, cs.FL | The class of tree-adjoining languages can be characterized by various
two-level formalisms, consisting of a context-free grammar (CFG) or pushdown
automaton (PDA) controlling another CFG or PDA. These four formalisms are
equivalent to tree-adjoining grammars (TAG), linear indexed grammars (LIG),
pushdown-adjoining automata (PAA), and embedded pushdown automata (EPDA). We
define semiring-weighted versions of the above two-level formalisms, and we
design new algorithms for computing their stringsums (the weight of all
derivations of a string) and allsums (the weight of all derivations). From
these, we also immediately obtain stringsum and allsum algorithms for TAG, LIG,
PAA, and EPDA. For LIG, our algorithm is more time-efficient by a factor of
$\mathcal{O}(n|\mathcal{N}|)$ (where $n$ is the string length and
$|\mathcal{N}|$ is the size of the nonterminal set) and more space-efficient by
a factor of $\mathcal{O}(|\Gamma|)$ (where $|\Gamma|$ is the size of the stack
alphabet) than the algorithm of Vijay-Shanker and Weir (1989). For EPDA, our
algorithm is both more space-efficient and time-efficient than the algorithm of
Alonso et al. (2001) by factors of $\mathcal{O}(|\Gamma|^2)$ and
$\mathcal{O}(|\Gamma|^3)$, respectively. Finally, we give the first PAA
stringsum and allsum algorithms. | cs.CL | Efficient Algorithms for Recognizing Weighted Tree-Adjoining Languages |
2023-10-23T18:13:37Z | http://arxiv.org/pdf/2310.15269v1 | http://arxiv.org/abs/2310.15269v1 | Mingyang Wang, Heike Adel, Lukas Lange, Jannik Strötgen, Hinrich Schütze | 2023-10-23T18:13:37Z | cs.LG, cs.CL | Most languages of the world pose low-resource challenges to natural language
processing models. With multilingual training, knowledge can be shared among
languages. However, not all languages positively influence each other and it is
an open research question how to select the most suitable set of languages for
multilingual training and avoid negative interference among languages whose
characteristics or data distributions are not compatible. In this paper, we
propose GradSim, a language grouping method based on gradient similarity. Our
experiments on three diverse multilingual benchmark datasets show that it leads
to the largest performance gains compared to other similarity measures and it
is better correlated with cross-lingual model performance. As a result, we set
the new state of the art on AfriSenti, a benchmark dataset for sentiment
analysis on low-resource African languages. In our extensive analysis, we
further reveal that besides linguistic features, the topics of the datasets
play an important role for language grouping and that lower layers of
transformer models encode language-specific features while higher layers
capture task-specific information. | cs.LG | GradSim: Gradient-Based Language Grouping for Effective Multilingual Training |
2023-10-23T18:11:32Z | http://arxiv.org/pdf/2310.15264v1 | http://arxiv.org/abs/2310.15264v1 | Soumya Suvra Ghosal, Souradip Chakraborty, Jonas Geiping, Furong Huang, Dinesh Manocha, Amrit Singh Bedi | 2023-10-23T18:11:32Z | cs.CL, cs.AI | Large Language Models (LLMs) have revolutionized the domain of natural
language processing (NLP) with remarkable capabilities of generating human-like
text responses. However, despite these advancements, several works in the
existing literature have raised serious concerns about the potential misuse of
LLMs such as spreading misinformation, generating fake news, plagiarism in
academia, and contaminating the web. To address these concerns, a consensus
among the research community is to develop algorithmic solutions to detect
AI-generated text. The basic idea is that whenever we can tell if the given
text is either written by a human or an AI, we can utilize this information to
address the above-mentioned concerns. To that end, a plethora of detection
frameworks have been proposed, highlighting the possibilities of AI-generated
text detection. But in parallel to the development of detection frameworks,
researchers have also concentrated on designing strategies to elude detection,
i.e., focusing on the impossibilities of AI-generated text detection. This is a
crucial step in order to make sure the detection frameworks are robust enough
and it is not too easy to fool a detector. Despite the huge interest and the
flurry of research in this domain, the community currently lacks a
comprehensive analysis of recent developments. In this survey, we aim to
provide a concise categorization and overview of current work encompassing both
the prospects and the limitations of AI-generated text detection. To enrich the
collective knowledge, we engage in an exhaustive discussion on critical and
challenging open questions related to ongoing research on AI-generated text
detection. | cs.CL | Towards Possibilities & Impossibilities of AI-generated Text Detection: A Survey |
2023-10-23T18:09:41Z | http://arxiv.org/pdf/2310.15262v1 | http://arxiv.org/abs/2310.15262v1 | Injy Hamed, Nizar Habash, Ngoc Thang Vu | 2023-10-23T18:09:41Z | cs.CL | Code-switching (CSW) text generation has been receiving increasing attention
as a solution to address data scarcity. In light of this growing interest, we
need more comprehensive studies comparing different augmentation approaches. In
this work, we compare three popular approaches: lexical replacements,
linguistic theories, and back-translation (BT), in the context of Egyptian
Arabic-English CSW. We assess the effectiveness of the approaches on machine
translation and the quality of augmentations through human evaluation. We show
that BT and CSW predictive-based lexical replacement, being trained on CSW
parallel data, perform best on both tasks. Linguistic theories and random
lexical replacement prove to be effective in the lack of CSW parallel data,
where both approaches achieve similar results. | cs.CL | Data Augmentation Techniques for Machine Translation of Code-Switched Texts: A Comparative Study |
2023-10-23T18:08:01Z | http://arxiv.org/pdf/2310.15259v1 | http://arxiv.org/abs/2310.15259v1 | Baban Gain, Ramakrishna Appicharla, Soumya Chennabasavaraj, Nikesh Garera, Asif Ekbal, Muthusamy Chelliah | 2023-10-23T18:08:01Z | cs.CL, cs.AI, cs.LG | Community Question-Answering (CQA) portals serve as a valuable tool for
helping users within an organization. However, making them accessible to
non-English-speaking users continues to be a challenge. Translating questions
can broaden the community's reach, benefiting individuals with similar
inquiries in various languages. Translating questions using Neural Machine
Translation (NMT) poses more challenges, especially in noisy environments,
where the grammatical correctness of the questions is not monitored. These
questions may be phrased as statements by non-native speakers, with incorrect
subject-verb order and sometimes even missing question marks. Creating a
synthetic parallel corpus from such data is also difficult due to its noisy
nature. To address this issue, we propose a training methodology that
fine-tunes the NMT system only using source-side data. Our approach balances
adequacy and fluency by utilizing a loss function that combines BERTScore and
Masked Language Model (MLM) Score. Our method surpasses the conventional
Maximum Likelihood Estimation (MLE) based fine-tuning approach, which relies on
synthetic target data, by achieving a 1.9 BLEU score improvement. Our model
exhibits robustness while we add noise to our baseline, and still achieve 1.1
BLEU improvement and large improvements on TER and BLEURT metrics. Our proposed
methodology is model-agnostic and is only necessary during the training phase.
We make the codes and datasets publicly available at
\url{https://www.iitp.ac.in/~ai-nlp-ml/resources.html#DomainAdapt} for
facilitating further research. | cs.CL | Reference Free Domain Adaptation for Translation of Noisy Questions with Question Specific Rewards |
2023-10-23T18:06:38Z | http://arxiv.org/pdf/2310.15258v1 | http://arxiv.org/abs/2310.15258v1 | Negar Foroutan, Mohammadreza Banaei, Karl Aberer, Antoine Bosselut | 2023-10-23T18:06:38Z | cs.CL | In this work, we study whether multilingual language models (MultiLMs) can
transfer logical reasoning abilities to other languages when they are
fine-tuned for reasoning in a different language. We evaluate the cross-lingual
reasoning abilities of MultiLMs in two schemes: (1) where the language of the
context and the question remain the same in the new languages that are tested
(i.e., the reasoning is still monolingual, but the model must transfer the
learned reasoning ability across languages), and (2) where the language of the
context and the question is different (which we term code-switched reasoning).
On two logical reasoning datasets, RuleTaker and LeapOfThought, we demonstrate
that although MultiLMs can transfer reasoning ability across languages in a
monolingual setting, they struggle to transfer reasoning abilities in a
code-switched setting. Following this observation, we propose a novel attention
mechanism that uses a dedicated set of parameters to encourage cross-lingual
attention in code-switched sequences, which improves the reasoning performance
by up to 14% and 4% on the RuleTaker and LeapOfThought datasets, respectively. | cs.CL | Breaking the Language Barrier: Improving Cross-Lingual Reasoning with Structured Self-Attention |
2023-10-23T18:00:23Z | http://arxiv.org/pdf/2310.15239v1 | http://arxiv.org/abs/2310.15239v1 | Mete Ismayilzada, Debjit Paul, Syrielle Montariol, Mor Geva, Antoine Bosselut | 2023-10-23T18:00:23Z | cs.CL, cs.AI | Recent efforts in natural language processing (NLP) commonsense reasoning
research have yielded a considerable number of new datasets and benchmarks.
However, most of these datasets formulate commonsense reasoning challenges in
artificial scenarios that are not reflective of the tasks which real-world NLP
systems are designed to solve. In this work, we present CRoW, a
manually-curated, multi-task benchmark that evaluates the ability of models to
apply commonsense reasoning in the context of six real-world NLP tasks. CRoW is
constructed using a multi-stage data collection pipeline that rewrites examples
from existing datasets using commonsense-violating perturbations. We use CRoW
to study how NLP systems perform across different dimensions of commonsense
knowledge, such as physical, temporal, and social reasoning. We find a
significant performance gap when NLP systems are evaluated on CRoW compared to
humans, showcasing that commonsense reasoning is far from being solved in
real-world task settings. We make our dataset and leaderboard available to the
research community at https://github.com/mismayil/crow. | cs.CL | CRoW: Benchmarking Commonsense Reasoning in Real-World Tasks |
2023-10-23T17:59:31Z | http://arxiv.org/pdf/2310.15166v1 | http://arxiv.org/abs/2310.15166v1 | Liangyu Chen, Bo Li, Sheng Shen, Jingkang Yang, Chunyuan Li, Kurt Keutzer, Trevor Darrell, Ziwei Liu | 2023-10-23T17:59:31Z | cs.CV, cs.CL | Visual reasoning requires multimodal perception and commonsense cognition of
the world. Recently, multiple vision-language models (VLMs) have been proposed
with excellent commonsense reasoning ability in various domains. However, how
to harness the collective power of these complementary VLMs is rarely explored.
Existing methods like ensemble still struggle to aggregate these models with
the desired higher-order communications. In this work, we propose Cola, a novel
paradigm that coordinates multiple VLMs for visual reasoning. Our key insight
is that a large language model (LLM) can efficiently coordinate multiple VLMs
by facilitating natural language communication that leverages their distinct
and complementary capabilities. Extensive experiments demonstrate that our
instruction tuning variant, Cola-FT, achieves state-of-the-art performance on
visual question answering (VQA), outside knowledge VQA, visual entailment, and
visual spatial reasoning tasks. Moreover, we show that our in-context learning
variant, Cola-Zero, exhibits competitive performance in zero and few-shot
settings, without finetuning. Through systematic ablation studies and
visualizations, we validate that a coordinator LLM indeed comprehends the
instruction prompts as well as the separate functionalities of VLMs; it then
coordinates them to enable impressive visual reasoning capabilities. | cs.CV | Large Language Models are Visual Reasoning Coordinators |
2023-10-23T17:58:40Z | http://arxiv.org/pdf/2310.15164v2 | http://arxiv.org/abs/2310.15164v2 | Theo X. Olausson, Alex Gu, Benjamin Lipkin, Cedegao E. Zhang, Armando Solar-Lezama, Joshua B. Tenenbaum, Roger Levy | 2024-02-14T18:56:03Z | cs.CL, cs.AI | Logical reasoning, i.e., deductively inferring the truth value of a
conclusion from a set of premises, is an important task for artificial
intelligence with wide potential impacts on science, mathematics, and society.
While many prompting-based strategies have been proposed to enable Large
Language Models (LLMs) to do such reasoning more effectively, they still appear
unsatisfactory, often failing in subtle and unpredictable ways. In this work,
we investigate the validity of instead reformulating such tasks as modular
neurosymbolic programming, which we call LINC: Logical Inference via
Neurosymbolic Computation. In LINC, the LLM acts as a semantic parser,
translating premises and conclusions from natural language to expressions in
first-order logic. These expressions are then offloaded to an external theorem
prover, which symbolically performs deductive inference. Leveraging this
approach, we observe significant performance gains on FOLIO and a balanced
subset of ProofWriter for three different models in nearly all experimental
conditions we evaluate. On ProofWriter, augmenting the comparatively small
open-source StarCoder+ (15.5B parameters) with LINC even outperforms GPT-3.5
and GPT-4 with Chain-of-Thought (CoT) prompting by an absolute 38% and 10%,
respectively. When used with GPT-4, LINC scores 26% higher than CoT on
ProofWriter while performing comparatively on FOLIO. Further analysis reveals
that although both methods on average succeed roughly equally often on this
dataset, they exhibit distinct and complementary failure modes. We thus provide
promising evidence for how logical reasoning over natural language can be
tackled through jointly leveraging LLMs alongside symbolic provers. All
corresponding code is publicly available at https://github.com/benlipkin/linc | cs.CL | LINC: A Neurosymbolic Approach for Logical Reasoning by Combining Language Models with First-Order Logic Provers |
2023-10-23T17:55:31Z | http://arxiv.org/pdf/2310.15154v1 | http://arxiv.org/abs/2310.15154v1 | Curt Tigges, Oskar John Hollinsworth, Atticus Geiger, Neel Nanda | 2023-10-23T17:55:31Z | cs.LG, cs.AI, cs.CL | Sentiment is a pervasive feature in natural language text, yet it is an open
question how sentiment is represented within Large Language Models (LLMs). In
this study, we reveal that across a range of models, sentiment is represented
linearly: a single direction in activation space mostly captures the feature
across a range of tasks with one extreme for positive and the other for
negative. Through causal interventions, we isolate this direction and show it
is causally relevant in both toy tasks and real world datasets such as Stanford
Sentiment Treebank. Through this case study we model a thorough investigation
of what a single direction means on a broad data distribution.
We further uncover the mechanisms that involve this direction, highlighting
the roles of a small subset of attention heads and neurons. Finally, we
discover a phenomenon which we term the summarization motif: sentiment is not
solely represented on emotionally charged words, but is additionally summarized
at intermediate positions without inherent sentiment, such as punctuation and
names. We show that in Stanford Sentiment Treebank zero-shot classification,
76% of above-chance classification accuracy is lost when ablating the sentiment
direction, nearly half of which (36%) is due to ablating the summarized
sentiment direction exclusively at comma positions. | cs.LG | Linear Representations of Sentiment in Large Language Models |
2023-10-23T17:55:24Z | http://arxiv.org/pdf/2310.15213v2 | http://arxiv.org/abs/2310.15213v2 | Eric Todd, Millicent L. Li, Arnab Sen Sharma, Aaron Mueller, Byron C. Wallace, David Bau | 2024-02-25T18:32:18Z | cs.CL, cs.LG | We report the presence of a simple neural mechanism that represents an
input-output function as a vector within autoregressive transformer language
models (LMs). Using causal mediation analysis on a diverse range of
in-context-learning (ICL) tasks, we find that a small number attention heads
transport a compact representation of the demonstrated task, which we call a
function vector (FV). FVs are robust to changes in context, i.e., they trigger
execution of the task on inputs such as zero-shot and natural text settings
that do not resemble the ICL contexts from which they are collected. We test
FVs across a range of tasks, models, and layers and find strong causal effects
across settings in middle layers. We investigate the internal structure of FVs
and find while that they often contain information that encodes the output
space of the function, this information alone is not sufficient to reconstruct
an FV. Finally, we test semantic vector composition in FVs, and find that to
some extent they can be summed to create vectors that trigger new complex
tasks. Our findings show that compact, causal internal vector representations
of function abstractions can be explicitly extracted from LLMs. Our code and
data are available at https://functions.baulab.info. | cs.CL | Function Vectors in Large Language Models |
2023-10-23T17:53:47Z | http://arxiv.org/pdf/2310.15151v1 | http://arxiv.org/abs/2310.15151v1 | Sophie Hao, Tal Linzen | 2023-10-23T17:53:47Z | cs.CL, cs.AI, cs.LG | Deep architectures such as Transformers are sometimes criticized for having
uninterpretable "black-box" representations. We use causal intervention
analysis to show that, in fact, some linguistic features are represented in a
linear, interpretable format. Specifically, we show that BERT's ability to
conjugate verbs relies on a linear encoding of subject number that can be
manipulated with predictable effects on conjugation accuracy. This encoding is
found in the subject position at the first layer and the verb position at the
last layer, but distributed across positions at middle layers, particularly
when there are multiple cues to subject number. | cs.CL | Verb Conjugation in Transformers Is Determined by Linear Encodings of Subject Number |
2023-10-23T17:52:06Z | http://arxiv.org/pdf/2310.15147v2 | http://arxiv.org/abs/2310.15147v2 | Fangyu Lei, Qian Liu, Yiming Huang, Shizhu He, Jun Zhao, Kang Liu | 2024-04-06T15:20:18Z | cs.CL | The rapid development of Large Language Models (LLMs) has led to great
strides in model capabilities like long-context understanding and reasoning.
However, as LLMs are able to process longer contexts, it becomes more
challenging to evaluate whether they have acquired certain capabilities, since
the length of text (e.g., 200K tokens) they can process far exceeds what humans
can reliably assess in a reasonable duration. In this paper, we propose using
complex synthetic tasks as a proxy evaluation method, and present S3Eval, a
Synthetic, Scalable, Systematic evaluation suite for LLMs evaluation. The
synthetic nature of S3Eval provides users full control over the dataset,
allowing them to systematically probe LLM capabilities by scaling text length
and varying task difficulty across diverse scenarios. The strong correlation
between S3Eval and real-world benchmarks demonstrates the soundness of using
S3Eval for evaluation of LLMs. S3Eval provides a flexible and infinite
long-context data generation method. We have generated a comprehensive dataset
called S3Eval-Standard, and experimental results have shown that it poses
significant challenges for all existing LLMs. | cs.CL | S3Eval: A Synthetic, Scalable, Systematic Evaluation Suite for Large Language Models |
2023-10-23T17:47:34Z | http://arxiv.org/pdf/2310.15141v2 | http://arxiv.org/abs/2310.15141v2 | Ziteng Sun, Ananda Theertha Suresh, Jae Hun Ro, Ahmad Beirami, Himanshu Jain, Felix Yu | 2024-01-18T04:42:34Z | cs.LG, cs.CL, cs.DS, cs.IT, math.IT | Autoregressive sampling from large language models has led to
state-of-the-art results in several natural language tasks. However,
autoregressive sampling generates tokens one at a time making it slow, and even
prohibitive in certain tasks. One way to speed up sampling is
$\textit{speculative decoding}$: use a small model to sample a $\textit{draft}$
(block or sequence of tokens), and then score all tokens in the draft by the
large language model in parallel. A subset of the tokens in the draft are
accepted (and the rest rejected) based on a statistical method to guarantee
that the final output follows the distribution of the large model. In this
work, we provide a principled understanding of speculative decoding through the
lens of optimal transport (OT) with $\textit{membership cost}$. This framework
can be viewed as an extension of the well-known $\textit{maximal-coupling}$
problem. This new formulation enables us to generalize the speculative decoding
method to allow for a set of $k$ candidates at the token-level, which leads to
an improved optimal membership cost. We show that the optimal draft selection
algorithm (transport plan) can be computed via linear programming, whose
best-known runtime is exponential in $k$. We then propose a valid draft
selection algorithm whose acceptance probability is $(1-1/e)$-optimal
multiplicatively. Moreover, it can be computed in time almost linear with size
of domain of a single token. Using this $new draft selection$ algorithm, we
develop a new autoregressive sampling algorithm called $\textit{SpecTr}$, which
provides speedup in decoding while ensuring that there is no quality
degradation in the decoded output. We experimentally demonstrate that for
state-of-the-art large language models, the proposed approach achieves a wall
clock speedup of 2.13X, a further 1.37X speedup over speculative decoding on
standard benchmarks. | cs.LG | SpecTr: Fast Speculative Decoding via Optimal Transport |
2023-10-23T17:46:07Z | http://arxiv.org/pdf/2310.15140v2 | http://arxiv.org/abs/2310.15140v2 | Sicheng Zhu, Ruiyi Zhang, Bang An, Gang Wu, Joe Barrow, Zichao Wang, Furong Huang, Ani Nenkova, Tong Sun | 2023-12-14T06:22:51Z | cs.CR, cs.AI, cs.CL, cs.LG | Safety alignment of Large Language Models (LLMs) can be compromised with
manual jailbreak attacks and (automatic) adversarial attacks. Recent studies
suggest that defending against these attacks is possible: adversarial attacks
generate unlimited but unreadable gibberish prompts, detectable by
perplexity-based filters; manual jailbreak attacks craft readable prompts, but
their limited number due to the necessity of human creativity allows for easy
blocking. In this paper, we show that these solutions may be too optimistic. We
introduce AutoDAN, an interpretable, gradient-based adversarial attack that
merges the strengths of both attack types. Guided by the dual goals of
jailbreak and readability, AutoDAN optimizes and generates tokens one by one
from left to right, resulting in readable prompts that bypass perplexity
filters while maintaining high attack success rates. Notably, these prompts,
generated from scratch using gradients, are interpretable and diverse, with
emerging strategies commonly seen in manual jailbreak attacks. They also
generalize to unforeseen harmful behaviors and transfer to black-box LLMs
better than their unreadable counterparts when using limited training data or a
single proxy model. Furthermore, we show the versatility of AutoDAN by
automatically leaking system prompts using a customized objective. Our work
offers a new way to red-team LLMs and understand jailbreak mechanisms via
interpretability. | cs.CR | AutoDAN: Interpretable Gradient-Based Adversarial Attacks on Large Language Models |
2023-10-23T17:42:01Z | http://arxiv.org/pdf/2310.15135v1 | http://arxiv.org/abs/2310.15135v1 | Anjali Kantharuban, Ivan Vulić, Anna Korhonen | 2023-10-23T17:42:01Z | cs.CL, cs.LG | Historically, researchers and consumers have noticed a decrease in quality
when applying NLP tools to minority variants of languages (i.e. Puerto Rican
Spanish or Swiss German), but studies exploring this have been limited to a
select few languages. Additionally, past studies have mainly been conducted in
a monolingual context, so cross-linguistic trends have not been identified and
tied to external factors. In this work, we conduct a comprehensive evaluation
of the most influential, state-of-the-art large language models (LLMs) across
two high-use applications, machine translation and automatic speech
recognition, to assess their functionality on the regional dialects of several
high- and low-resource languages. Additionally, we analyze how the regional
dialect gap is correlated with economic, social, and linguistic factors. The
impact of training data, including related factors like dataset size and its
construction procedure, is shown to be significant but not consistent across
models or languages, meaning a one-size-fits-all approach cannot be taken in
solving the dialect gap. This work will lay the foundation for furthering the
field of dialectal NLP by laying out evident disparities and identifying
possible pathways for addressing them through mindful data collection. | cs.CL | Quantifying the Dialect Gap and its Correlates Across Languages |
2023-10-23T17:33:31Z | http://arxiv.org/pdf/2310.15129v1 | http://arxiv.org/abs/2310.15129v1 | Nicholas Collin Suwono, Justin Chih-Yao Chen, Tun Min Hung, Ting-Hao Kenneth Huang, I-Bin Liao, Yung-Hui Li, Lun-Wei Ku, Shao-Hua Sun | 2023-10-23T17:33:31Z | cs.CL, cs.LG | This work introduces a novel task, location-aware visual question generation
(LocaVQG), which aims to generate engaging questions from data relevant to a
particular geographical location. Specifically, we represent such
location-aware information with surrounding images and a GPS coordinate. To
tackle this task, we present a dataset generation pipeline that leverages GPT-4
to produce diverse and sophisticated questions. Then, we aim to learn a
lightweight model that can address the LocaVQG task and fit on an edge device,
such as a mobile phone. To this end, we propose a method which can reliably
generate engaging questions from location-aware information. Our proposed
method outperforms baselines regarding human evaluation (e.g., engagement,
grounding, coherence) and automatic evaluation metrics (e.g., BERTScore,
ROUGE-2). Moreover, we conduct extensive ablation studies to justify our
proposed techniques for both generating the dataset and solving the task. | cs.CL | Location-Aware Visual Question Generation with Lightweight Models |
2023-10-23T17:31:55Z | http://arxiv.org/pdf/2310.15127v2 | http://arxiv.org/abs/2310.15127v2 | Gabriel Sarch, Yue Wu, Michael J. Tarr, Katerina Fragkiadaki | 2023-11-20T18:51:29Z | cs.AI, cs.CL, cs.LG, cs.RO | Pre-trained and frozen large language models (LLMs) can effectively map
simple scene rearrangement instructions to programs over a robot's visuomotor
functions through appropriate few-shot example prompting. To parse open-domain
natural language and adapt to a user's idiosyncratic procedures, not known
during prompt engineering time, fixed prompts fall short. In this paper, we
introduce HELPER, an embodied agent equipped with an external memory of
language-program pairs that parses free-form human-robot dialogue into action
programs through retrieval-augmented LLM prompting: relevant memories are
retrieved based on the current dialogue, instruction, correction, or VLM
description, and used as in-context prompt examples for LLM querying. The
memory is expanded during deployment to include pairs of user's language and
action plans, to assist future inferences and personalize them to the user's
language and routines. HELPER sets a new state-of-the-art in the TEACh
benchmark in both Execution from Dialog History (EDH) and Trajectory from
Dialogue (TfD), with a 1.7x improvement over the previous state-of-the-art for
TfD. Our models, code, and video results can be found in our project's website:
https://helper-agent-llm.github.io. | cs.AI | Open-Ended Instructable Embodied Agents with Memory-Augmented Large Language Models |
2023-10-23T17:29:48Z | http://arxiv.org/pdf/2310.15123v2 | http://arxiv.org/abs/2310.15123v2 | Swarnadeep Saha, Omer Levy, Asli Celikyilmaz, Mohit Bansal, Jason Weston, Xian Li | 2024-06-07T16:08:49Z | cs.CL, cs.AI, cs.LG | Large Language Models (LLMs) are frequently used for multi-faceted language
generation and evaluation tasks that involve satisfying intricate user
constraints or taking into account multiple aspects and criteria. However,
their performance can fall short, due to the model's lack of coherence and
inability to plan and decompose the problem. We propose Branch-Solve-Merge
(BSM), a Large Language Model program (Schlag et al., 2023) for tackling such
challenging natural language tasks. It consists of branch, solve, and merge
modules that are parameterized with specific prompts to the base LLM. These
three modules plan a decomposition of the task into multiple parallel
sub-tasks, independently solve them, and fuse the solutions to the sub-tasks.
We apply our method to the tasks of LLM response evaluation and constrained
text generation and evaluate its effectiveness with multiple LLMs, including
Vicuna, LLaMA-2-chat, and GPT-4. BSM improves the evaluation correctness and
consistency for each LLM by enhancing human-LLM agreement by up to 26%,
reducing length and pairwise position biases by up to 50%, and allowing
LLaMA2-chat to match or outperform GPT-4 on most domains. On a constraint story
generation task, BSM improves the coherence of stories while also improving
constraint satisfaction by 12%. | cs.CL | Branch-Solve-Merge Improves Large Language Model Evaluation and Generation |
2023-10-23T17:23:56Z | http://arxiv.org/pdf/2310.15117v1 | http://arxiv.org/abs/2310.15117v1 | Aniket Vashishtha, Abbavaram Gowtham Reddy, Abhinav Kumar, Saketh Bachu, Vineeth N Balasubramanian, Amit Sharma | 2023-10-23T17:23:56Z | cs.AI, cs.CL | At the core of causal inference lies the challenge of determining reliable
causal graphs solely based on observational data. Since the well-known backdoor
criterion depends on the graph, any errors in the graph can propagate
downstream to effect inference. In this work, we initially show that complete
graph information is not necessary for causal effect inference; the topological
order over graph variables (causal order) alone suffices. Further, given a node
pair, causal order is easier to elicit from domain experts compared to graph
edges since determining the existence of an edge can depend extensively on
other variables. Interestingly, we find that the same principle holds for Large
Language Models (LLMs) such as GPT-3.5-turbo and GPT-4, motivating an automated
method to obtain causal order (and hence causal effect) with LLMs acting as
virtual domain experts. To this end, we employ different prompting strategies
and contextual cues to propose a robust technique of obtaining causal order
from LLMs. Acknowledging LLMs' limitations, we also study possible techniques
to integrate LLMs with established causal discovery algorithms, including
constraint-based and score-based methods, to enhance their performance.
Extensive experiments demonstrate that our approach significantly improves
causal ordering accuracy as compared to discovery algorithms, highlighting the
potential of LLMs to enhance causal inference across diverse fields. | cs.AI | Causal Inference Using LLM-Guided Discovery |
2023-10-23T17:21:32Z | http://arxiv.org/pdf/2310.15114v1 | http://arxiv.org/abs/2310.15114v1 | Marco Gaido, Dennis Fucci, Matteo Negri, Luisa Bentivogli | 2023-10-23T17:21:32Z | cs.CL | When translating from notional gender languages (e.g., English) into
grammatical gender languages (e.g., Italian), the generated translation
requires explicit gender assignments for various words, including those
referring to the speaker. When the source sentence does not convey the
speaker's gender, speech translation (ST) models either rely on the
possibly-misleading vocal traits of the speaker or default to the masculine
gender, the most frequent in existing training corpora. To avoid such biased
and not inclusive behaviors, the gender assignment of speaker-related
expressions should be guided by externally-provided metadata about the
speaker's gender. While previous work has shown that the most effective
solution is represented by separate, dedicated gender-specific models, the goal
of this paper is to achieve the same results by integrating the speaker's
gender metadata into a single "multi-gender" neural ST model, easier to
maintain. Our experiments demonstrate that a single multi-gender model
outperforms gender-specialized ones when trained from scratch (with gender
accuracy gains up to 12.9 for feminine forms), while fine-tuning from existing
ST models does not lead to competitive results. | cs.CL | How To Build Competitive Multi-gender Speech Translation Models For Controlling Speaker Gender Translation |
2023-10-23T17:21:03Z | http://arxiv.org/pdf/2310.15113v2 | http://arxiv.org/abs/2310.15113v2 | Leonie Weissweiler, Valentin Hofmann, Anjali Kantharuban, Anna Cai, Ritam Dutt, Amey Hengle, Anubha Kabra, Atharva Kulkarni, Abhishek Vijayakumar, Haofei Yu, Hinrich Schütze, Kemal Oflazer, David R. Mortensen | 2023-10-26T11:45:28Z | cs.CL | Large language models (LLMs) have recently reached an impressive level of
linguistic capability, prompting comparisons with human language skills.
However, there have been relatively few systematic inquiries into the
linguistic capabilities of the latest generation of LLMs, and those studies
that do exist (i) ignore the remarkable ability of humans to generalize, (ii)
focus only on English, and (iii) investigate syntax or semantics and overlook
other capabilities that lie at the heart of human language, like morphology.
Here, we close these gaps by conducting the first rigorous analysis of the
morphological capabilities of ChatGPT in four typologically varied languages
(specifically, English, German, Tamil, and Turkish). We apply a version of
Berko's (1958) wug test to ChatGPT, using novel, uncontaminated datasets for
the four examined languages. We find that ChatGPT massively underperforms
purpose-built systems, particularly in English. Overall, our results -- through
the lens of morphology -- cast a new light on the linguistic capabilities of
ChatGPT, suggesting that claims of human-like language skills are premature and
misleading. | cs.CL | Counting the Bugs in ChatGPT's Wugs: A Multilingual Investigation into the Morphological Capabilities of a Large Language Model |
2023-10-23T17:18:35Z | http://arxiv.org/pdf/2310.15109v1 | http://arxiv.org/abs/2310.15109v1 | Yichuan Li, Kaize Ding, Kyumin Lee | 2023-10-23T17:18:35Z | cs.CL | Self-supervised representation learning on text-attributed graphs, which aims
to create expressive and generalizable representations for various downstream
tasks, has received increasing research attention lately. However, existing
methods either struggle to capture the full extent of structural context
information or rely on task-specific training labels, which largely hampers
their effectiveness and generalizability in practice. To solve the problem of
self-supervised representation learning on text-attributed graphs, we develop a
novel Graph-Centric Language model -- GRENADE. Specifically, GRENADE exploits
the synergistic effect of both pre-trained language model and graph neural
network by optimizing with two specialized self-supervised learning algorithms:
graph-centric contrastive learning and graph-centric knowledge alignment. The
proposed graph-centric self-supervised learning algorithms effectively help
GRENADE to capture informative textual semantics as well as structural context
information on text-attributed graphs. Through extensive experiments, GRENADE
shows its superiority over state-of-the-art methods. Implementation is
available at \url{https://github.com/bigheiniu/GRENADE}. | cs.CL | GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs |
2023-10-23T17:05:59Z | http://arxiv.org/pdf/2310.15100v1 | http://arxiv.org/abs/2310.15100v1 | Shih-Chieh Dai, Aiping Xiong, Lun-Wei Ku | 2023-10-23T17:05:59Z | cs.CL | Thematic analysis (TA) has been widely used for analyzing qualitative data in
many disciplines and fields. To ensure reliable analysis, the same piece of
data is typically assigned to at least two human coders. Moreover, to produce
meaningful and useful analysis, human coders develop and deepen their data
interpretation and coding over multiple iterations, making TA labor-intensive
and time-consuming. Recently the emerging field of large language models (LLMs)
research has shown that LLMs have the potential replicate human-like behavior
in various tasks: in particular, LLMs outperform crowd workers on
text-annotation tasks, suggesting an opportunity to leverage LLMs on TA. We
propose a human-LLM collaboration framework (i.e., LLM-in-the-loop) to conduct
TA with in-context learning (ICL). This framework provides the prompt to frame
discussions with a LLM (e.g., GPT-3.5) to generate the final codebook for TA.
We demonstrate the utility of this framework using survey datasets on the
aspects of the music listening experience and the usage of a password manager.
Results of the two case studies show that the proposed framework yields similar
coding quality to that of human coders but reduces TA's labor and time demands. | cs.CL | LLM-in-the-loop: Leveraging Large Language Model for Thematic Analysis |
2023-10-23T16:37:59Z | http://arxiv.org/pdf/2310.15080v3 | http://arxiv.org/abs/2310.15080v3 | Tianshi Che, Ji Liu, Yang Zhou, Jiaxiang Ren, Jiwen Zhou, Victor S. Sheng, Huaiyu Dai, Dejing Dou | 2024-02-11T11:59:52Z | cs.LG, cs.CL, cs.DC | Federated learning (FL) is a promising paradigm to enable collaborative model
training with decentralized data. However, the training process of Large
Language Models (LLMs) generally incurs the update of significant parameters,
which limits the applicability of FL techniques to tackle the LLMs in real
scenarios. Prompt tuning can significantly reduce the number of parameters to
update, but it either incurs performance degradation or low training
efficiency. The straightforward utilization of prompt tuning in the FL often
raises non-trivial communication costs and dramatically degrades performance.
In addition, the decentralized data is generally non-Independent and
Identically Distributed (non-IID), which brings client drift problems and thus
poor performance. This paper proposes a Parameter-efficient prompt Tuning
approach with Adaptive Optimization, i.e., FedPepTAO, to enable efficient and
effective FL of LLMs. First, an efficient partial prompt tuning approach is
proposed to improve performance and efficiency simultaneously. Second, a novel
adaptive optimization method is developed to address the client drift problems
on both the device and server sides to enhance performance further. Extensive
experiments based on 10 datasets demonstrate the superb performance (up to
60.8\% in terms of accuracy) and efficiency (up to 97.59\% in terms of training
time) of FedPepTAO compared with 9 baseline approaches. Our code is available
at https://github.com/llm-eff/FedPepTAO. | cs.LG | Federated Learning of Large Language Models with Parameter-Efficient Prompt Tuning and Adaptive Optimization |
2023-10-23T16:37:14Z | http://arxiv.org/pdf/2310.15079v1 | http://arxiv.org/abs/2310.15079v1 | Tenghao Huang, Ehsan Qasemi, Bangzheng Li, He Wang, Faeze Brahman, Muhao Chen, Snigdha Chaturvedi | 2023-10-23T16:37:14Z | cs.CL, cs.AI, cs.LG | Storytelling's captivating potential makes it a fascinating research area,
with implications for entertainment, education, therapy, and cognitive studies.
In this paper, we propose Affective Story Generator (AffGen) for generating
interesting narratives. AffGen introduces "intriguing twists" in narratives by
employing two novel techniques-Dynamic Beam Sizing and Affective Reranking.
Dynamic Beam Sizing encourages less predictable, more captivating word choices
using a contextual multi-arm bandit model. Affective Reranking prioritizes
sentence candidates based on affect intensity. Our empirical evaluations, both
automatic and human, demonstrate AffGen's superior performance over existing
baselines in generating affectively charged and interesting narratives. Our
ablation study and analysis provide insights into the strengths and weaknesses
of AffGen. | cs.CL | Affective and Dynamic Beam Search for Story Generation |
2023-10-23T16:35:05Z | http://arxiv.org/pdf/2310.15077v1 | http://arxiv.org/abs/2310.15077v1 | Ronald Cardenas, Bingsheng Yao, Dakuo Wang, Yufang Hou | 2023-10-23T16:35:05Z | cs.CL | Science journalism refers to the task of reporting technical findings of a
scientific paper as a less technical news article to the general public
audience. We aim to design an automated system to support this real-world task
(i.e., automatic science journalism) by 1) introducing a newly-constructed and
real-world dataset (SciTechNews), with tuples of a publicly-available
scientific paper, its corresponding news article, and an expert-written short
summary snippet; 2) proposing a novel technical framework that integrates a
paper's discourse structure with its metadata to guide generation; and, 3)
demonstrating with extensive automatic and human experiments that our framework
outperforms other baseline methods (e.g. Alpaca and ChatGPT) in elaborating a
content plan meaningful for the target audience, simplifying the information
selected, and producing a coherent final report in a layman's style. | cs.CL | 'Don't Get Too Technical with Me': A Discourse Structure-Based Framework for Science Journalism |
2023-10-23T16:33:23Z | http://arxiv.org/pdf/2310.15075v1 | http://arxiv.org/abs/2310.15075v1 | Fangyu Lei, Tongxu Luo, Pengqi Yang, Weihao Liu, Hanwen Liu, Jiahe Lei, Yiming Huang, Yifan Wei, Shizhu He, Jun Zhao, Kang Liu | 2023-10-23T16:33:23Z | cs.CL | Table-based question answering (TableQA) is an important task in natural
language processing, which requires comprehending tables and employing various
reasoning ways to answer the questions. This paper introduces TableQAKit, the
first comprehensive toolkit designed specifically for TableQA. The toolkit
designs a unified platform that includes plentiful TableQA datasets and
integrates popular methods of this task as well as large language models
(LLMs). Users can add their datasets and methods according to the friendly
interface. Also, pleasantly surprised using the modules in this toolkit
achieves new SOTA on some datasets. Finally, \tableqakit{} also provides an
LLM-based TableQA Benchmark for evaluating the role of LLMs in TableQA.
TableQAKit is open-source with an interactive interface that includes visual
operations, and comprehensive data for ease of use. | cs.CL | TableQAKit: A Comprehensive and Practical Toolkit for Table-based Question Answering |
2023-10-23T16:14:05Z | http://arxiv.org/pdf/2310.15066v1 | http://arxiv.org/abs/2310.15066v1 | Te-Lin Wu, Yu Zhou, Nanyun Peng | 2023-10-23T16:14:05Z | cs.CV, cs.CL | The ability to actively ground task instructions from an egocentric view is
crucial for AI agents to accomplish tasks or assist humans virtually. One
important step towards this goal is to localize and track key active objects
that undergo major state change as a consequence of human actions/interactions
to the environment without being told exactly what/where to ground (e.g.,
localizing and tracking the `sponge` in video from the instruction "Dip the
`sponge` into the bucket."). While existing works approach this problem from a
pure vision perspective, we investigate to which extent the textual modality
(i.e., task instructions) and their interaction with visual modality can be
beneficial. Specifically, we propose to improve phrase grounding models'
ability on localizing the active objects by: (1) learning the role of `objects
undergoing change` and extracting them accurately from the instructions, (2)
leveraging pre- and post-conditions of the objects during actions, and (3)
recognizing the objects more robustly with descriptional knowledge. We leverage
large language models (LLMs) to extract the aforementioned action-object
knowledge, and design a per-object aggregation masking technique to effectively
perform joint inference on object phrases and symbolic knowledge. We evaluate
our framework on Ego4D and Epic-Kitchens datasets. Extensive experiments
demonstrate the effectiveness of our proposed framework, which leads to>54%
improvements in all standard metrics on the TREK-150-OPE-Det localization +
tracking task, >7% improvements in all standard metrics on the TREK-150-OPE
tracking task, and >3% improvements in average precision (AP) on the Ego4D SCOD
task. | cs.CV | Localizing Active Objects from Egocentric Vision with Symbolic World Knowledge |
2023-10-23T16:05:13Z | http://arxiv.org/pdf/2310.15061v1 | http://arxiv.org/abs/2310.15061v1 | Xinyi Chen, Raquel Fernández, Sandro Pezzelle | 2023-10-23T16:05:13Z | cs.CL, cs.AI, cs.CV | Despite the impressive performance achieved by pre-trained
language-and-vision models in downstream tasks, it remains an open question
whether this reflects a proper understanding of image-text interaction. In this
work, we explore to what extent they handle basic linguistic constructions --
active-passive voice, coordination, and relative clauses -- that even preschool
children can typically master. We present BLA, a novel, automatically
constructed benchmark to evaluate multimodal models on these Basic Language
Abilities. We show that different types of Transformer-based systems, such as
CLIP, ViLBERT, and BLIP2, generally struggle with BLA in a zero-shot setting,
in line with previous findings. Our experiments, in particular, show that most
of the tested models only marginally benefit when fine-tuned or prompted with
construction-specific samples. Yet, the generative BLIP2 shows promising
trends, especially in an in-context learning setting. This opens the door to
using BLA not only as an evaluation benchmark but also to improve models' basic
language abilities. | cs.CL | The BLA Benchmark: Investigating Basic Language Abilities of Pre-Trained Multimodal Models |
2023-10-23T15:57:41Z | http://arxiv.org/pdf/2310.15055v1 | http://arxiv.org/abs/2310.15055v1 | Tin Nguyen, Jiannan Xu, Aayushi Roy, Hal Daumé III, Marine Carpuat | 2023-10-23T15:57:41Z | cs.CL, cs.AI, cs.HC | Recent research at the intersection of AI explainability and fairness has
focused on how explanations can improve human-plus-AI task performance as
assessed by fairness measures. We propose to characterize what constitutes an
explanation that is itself "fair" -- an explanation that does not adversely
impact specific populations. We formulate a novel evaluation method of "fair
explanations" using not just accuracy and label time, but also psychological
impact of explanations on different user groups across many metrics (mental
discomfort, stereotype activation, and perceived workload). We apply this
method in the context of content moderation of potential hate speech, and its
differential impact on Asian vs. non-Asian proxy moderators, across explanation
approaches (saliency map and counterfactual explanation). We find that saliency
maps generally perform better and show less evidence of disparate impact
(group) and individual unfairness than counterfactual explanations.
Content warning: This paper contains examples of hate speech and racially
discriminatory language. The authors do not support such content. Please
consider your risk of discomfort carefully before continuing reading! | cs.CL | Towards Conceptualization of "Fair Explanation": Disparate Impacts of anti-Asian Hate Speech Explanations on Content Moderators |
2023-10-23T15:39:09Z | http://arxiv.org/pdf/2310.15040v1 | http://arxiv.org/abs/2310.15040v1 | Bingzhi Li, Lucia Donatelli, Alexander Koller, Tal Linzen, Yuekun Yao, Najoung Kim | 2023-10-23T15:39:09Z | cs.CL | The goal of compositional generalization benchmarks is to evaluate how well
models generalize to new complex linguistic expressions. Existing benchmarks
often focus on lexical generalization, the interpretation of novel lexical
items in syntactic structures familiar from training; structural generalization
tasks, where a model needs to interpret syntactic structures that are
themselves unfamiliar from training, are often underrepresented, resulting in
overly optimistic perceptions of how well models can generalize. We introduce
SLOG, a semantic parsing dataset that extends COGS (Kim and Linzen, 2020) with
17 structural generalization cases. In our experiments, the generalization
accuracy of Transformer models, including pretrained ones, only reaches 40.6%,
while a structure-aware parser only achieves 70.8%. These results are far from
the near-perfect accuracy existing models achieve on COGS, demonstrating the
role of SLOG in foregrounding the large discrepancy between models' lexical and
structural generalization capacities. | cs.CL | SLOG: A Structural Generalization Benchmark for Semantic Parsing |
2023-10-23T15:19:24Z | http://arxiv.org/pdf/2310.15021v2 | http://arxiv.org/abs/2310.15021v2 | Zhiyuan Fan, Shizhu He | 2024-06-26T08:23:10Z | cs.CL, cs.AI | Open Information Extraction (OpenIE) is a fundamental yet challenging task in
Natural Language Processing, which involves extracting all triples (subject,
predicate, object) from a given sentence. While labeling-based methods have
their merits, generation-based techniques offer unique advantages, such as the
ability to generate tokens not present in the original sentence. However, these
generation-based methods often require a significant amount of training data to
learn the task form of OpenIE and substantial training time to overcome slow
model convergence due to the order penalty. In this paper, we introduce a novel
framework, OK-IE, that ingeniously transforms the task form of OpenIE into the
pre-training task form of the T5 model, thereby reducing the need for extensive
training data. Furthermore, we introduce an innovative concept of Anchor to
control the sequence of model outputs, effectively eliminating the impact of
order penalty on model convergence and significantly reducing training time.
Experimental results indicate that, compared to previous SOTA methods, OK-IE
requires only 1/100 of the training data (900 instances) and 1/120 of the
training time (3 minutes) to achieve comparable results. | cs.CL | Efficient Data Learning for Open Information Extraction with Pre-trained Language Models |
2023-10-23T15:14:55Z | http://arxiv.org/pdf/2310.15019v2 | http://arxiv.org/abs/2310.15019v2 | Apostol Vassilev, Honglan Jin, Munawar Hasan | 2023-10-24T15:15:38Z | cs.LG, cs.AI, cs.CL | Detecting out of policy speech (OOPS) content is important but difficult.
While machine learning is a powerful tool to tackle this challenging task, it
is hard to break the performance ceiling due to factors like quantity and
quality limitations on training data and inconsistencies in OOPS definition and
data labeling. To realize the full potential of available limited resources, we
propose a meta learning technique (MLT) that combines individual models built
with different text representations. We analytically show that the resulting
technique is numerically stable and produces reasonable combining weights. We
combine the MLT with a threshold-moving (TM) technique to further improve the
performance of the combined predictor on highly-imbalanced in-distribution and
out-of-distribution datasets. We also provide computational results to show the
statistically significant advantages of the proposed MLT approach.
All authors contributed equally to this work. | cs.LG | Meta learning with language models: Challenges and opportunities in the classification of imbalanced text |
2023-10-23T15:02:44Z | http://arxiv.org/pdf/2310.15010v1 | http://arxiv.org/abs/2310.15010v1 | Parker Seegmiller, Sarah Masud Preum | 2023-10-23T15:02:44Z | cs.CL | The popularity of transformer-based text embeddings calls for better
statistical tools for measuring distributions of such embeddings. One such tool
would be a method for ranking texts within a corpus by centrality, i.e.
assigning each text a number signifying how representative that text is of the
corpus as a whole. However, an intrinsic center-outward ordering of
high-dimensional text representations is not trivial. A statistical depth is a
function for ranking k-dimensional objects by measuring centrality with respect
to some observed k-dimensional distribution. We adopt a statistical depth to
measure distributions of transformer-based text embeddings, transformer-based
text embedding (TTE) depth, and introduce the practical use of this depth for
both modeling and distributional inference in NLP pipelines. We first define
TTE depth and an associated rank sum test for determining whether two corpora
differ significantly in embedding space. We then use TTE depth for the task of
in-context learning prompt selection, showing that this approach reliably
improves performance over statistical baseline approaches across six text
classification tasks. Finally, we use TTE depth and the associated rank sum
test to characterize the distributions of synthesized and human-generated
corpora, showing that five recent synthetic data augmentation processes cause a
measurable distributional shift away from associated human-generated text. | cs.CL | Statistical Depth for Ranking and Characterizing Transformer-Based Text Embeddings |
2023-10-23T15:00:46Z | http://arxiv.org/pdf/2310.15007v1 | http://arxiv.org/abs/2310.15007v1 | Matthieu Meeus, Shubham Jain, Marek Rei, Yves-Alexandre de Montjoye | 2023-10-23T15:00:46Z | cs.CL, cs.CR, cs.LG | With large language models (LLMs) poised to become embedded in our daily
lives, questions are starting to be raised about the dataset(s) they learned
from. These questions range from potential bias or misinformation LLMs could
retain from their training data to questions of copyright and fair use of
human-generated text. However, while these questions emerge, developers of the
recent state-of-the-art LLMs become increasingly reluctant to disclose details
on their training corpus. We here introduce the task of document-level
membership inference for real-world LLMs, i.e. inferring whether the LLM has
seen a given document during training or not. First, we propose a procedure for
the development and evaluation of document-level membership inference for LLMs
by leveraging commonly used data sources for training and the model release
date. We then propose a practical, black-box method to predict document-level
membership and instantiate it on OpenLLaMA-7B with both books and academic
papers. We show our methodology to perform very well, reaching an impressive
AUC of 0.856 for books and 0.678 for papers. We then show our approach to
outperform the sentence-level membership inference attacks used in the privacy
literature for the document-level membership task. We finally evaluate whether
smaller models might be less sensitive to document-level inference and show
OpenLLaMA-3B to be approximately as sensitive as OpenLLaMA-7B to our approach.
Taken together, our results show that accurate document-level membership can be
inferred for LLMs, increasing the transparency of technology poised to change
our lives. | cs.CL | Did the Neurons Read your Book? Document-level Membership Inference for Large Language Models |
2023-10-23T14:57:52Z | http://arxiv.org/pdf/2310.15004v1 | http://arxiv.org/abs/2310.15004v1 | Michael Hanna, Yonatan Belinkov, Sandro Pezzelle | 2023-10-23T14:57:52Z | cs.CL | Animacy - whether an entity is alive and sentient - is fundamental to
cognitive processing, impacting areas such as memory, vision, and language.
However, animacy is not always expressed directly in language: in English it
often manifests indirectly, in the form of selectional constraints on verbs and
adjectives. This poses a potential issue for transformer language models (LMs):
they often train only on text, and thus lack access to extralinguistic
information from which humans learn about animacy. We ask: how does this impact
LMs' animacy processing - do they still behave as humans do? We answer this
question using open-source LMs. Like previous studies, we find that LMs behave
much like humans when presented with entities whose animacy is typical.
However, we also show that even when presented with stories about atypically
animate entities, such as a peanut in love, LMs adapt: they treat these
entities as animate, though they do not adapt as well as humans. Even when the
context indicating atypical animacy is very short, LMs pick up on subtle clues
and change their behavior. We conclude that despite the limited signal through
which LMs can learn about animacy, they are indeed sensitive to the relevant
lexical semantic nuances available in English. | cs.CL | When Language Models Fall in Love: Animacy Processing in Transformer Language Models |
2023-10-23T14:48:51Z | http://arxiv.org/pdf/2310.14997v1 | http://arxiv.org/abs/2310.14997v1 | Wei Liu, Songlin Yang, Yoon Kim, Kewei Tu | 2023-10-23T14:48:51Z | cs.CL, cs.LG | Scaling dense PCFGs to thousands of nonterminals via a low-rank
parameterization of the rule probability tensor has been shown to be beneficial
for unsupervised parsing. However, PCFGs scaled this way still perform poorly
as a language model, and even underperform similarly-sized HMMs. This work
introduces \emph{SimplePCFG}, a simple PCFG formalism with independent left and
right productions. Despite imposing a stronger independence assumption than the
low-rank approach, we find that this formalism scales more effectively both as
a language model and as an unsupervised parser. As an unsupervised parser, our
simple PCFG obtains an average F1 of 65.1 on the English PTB, and as a language
model, it obtains a perplexity of 119.0, outperforming similarly-sized low-rank
PCFGs. We further introduce \emph{FlashInside}, a hardware IO-aware
implementation of the inside algorithm for efficiently scaling simple PCFGs. | cs.CL | Simple Hardware-Efficient PCFGs with Independent Left and Right Productions |
2023-10-23T14:46:20Z | http://arxiv.org/pdf/2310.14993v1 | http://arxiv.org/abs/2310.14993v1 | Davis Brown, Charles Godfrey, Nicholas Konz, Jonathan Tu, Henry Kvinge | 2023-10-23T14:46:20Z | cs.LG, cs.AI, cs.CL | As language models are applied to an increasing number of real-world
applications, understanding their inner workings has become an important issue
in model trust, interpretability, and transparency. In this work we show that
representation dissimilarity measures, which are functions that measure the
extent to which two model's internal representations differ, can be a valuable
tool for gaining insight into the mechanics of language models. Among our
insights are: (i) an apparent asymmetry in the internal representations of
model using SoLU and GeLU activation functions, (ii) evidence that
dissimilarity measures can identify and locate generalization properties of
models that are invisible via in-distribution test set performance, and (iii)
new evaluations of how language model features vary as width and depth are
increased. Our results suggest that dissimilarity measures are a promising set
of tools for shedding light on the inner workings of language models. | cs.LG | Understanding the Inner Workings of Language Models Through Representation Dissimilarity |
2023-10-23T14:35:26Z | http://arxiv.org/pdf/2310.14985v3 | http://arxiv.org/abs/2310.14985v3 | Yihuai Lan, Zhiqiang Hu, Lei Wang, Yang Wang, Deheng Ye, Peilin Zhao, Ee-Peng Lim, Hui Xiong, Hao Wang | 2024-03-07T08:41:58Z | cs.CL | This paper aims to investigate the open research problem of uncovering the
social behaviors of LLM-based agents. To achieve this goal, we adopt Avalon, a
representative communication game, as the environment and use system prompts to
guide LLM agents to play the game. While previous studies have conducted
preliminary investigations into gameplay with LLM agents, there lacks research
on their social behaviors. In this paper, we present a novel framework designed
to seamlessly adapt to Avalon gameplay. The core of our proposed framework is a
multi-agent system that enables efficient communication and interaction among
agents. We evaluate the performance of our framework based on metrics from two
perspectives: winning the game and analyzing the social behaviors of LLM
agents. Our results demonstrate the effectiveness of our framework in
generating adaptive and intelligent agents and highlight the potential of
LLM-based agents in addressing the challenges associated with dynamic social
environment interaction. By analyzing the social behaviors of LLM agents from
the aspects of both collaboration and confrontation, we provide insights into
the research and applications of this domain. Our code is publicly available at
https://github.com/3DAgentWorld/LLM-Game-Agent | cs.CL | LLM-Based Agent Society Investigation: Collaboration and Confrontation in Avalon Gameplay |
2023-10-23T14:27:45Z | http://arxiv.org/pdf/2310.14981v1 | http://arxiv.org/abs/2310.14981v1 | Wei-Lin Chen, Cheng-Kuang Wu, Hsin-Hsi Chen, Chung-Chi Chen | 2023-10-23T14:27:45Z | cs.CL | In this paper, we address the hallucination problem commonly found in natural
language generation tasks. Language models often generate fluent and convincing
content but can lack consistency with the provided source, resulting in
potential inaccuracies. We propose a new decoding method called
Fidelity-Enriched Contrastive Search (FECS), which augments the contrastive
search framework with context-aware regularization terms. FECS promotes tokens
that are semantically similar to the provided source while penalizing
repetitiveness in the generated text. We demonstrate its effectiveness across
two tasks prone to hallucination: abstractive summarization and dialogue
generation. Results show that FECS consistently enhances faithfulness across
various language model sizes while maintaining output diversity comparable to
well-performing decoding algorithms. | cs.CL | Fidelity-Enriched Contrastive Search: Reconciling the Faithfulness-Diversity Trade-Off in Text Generation |
2023-10-23T14:26:43Z | http://arxiv.org/pdf/2310.14979v1 | http://arxiv.org/abs/2310.14979v1 | Xinpeng Wang, Barbara Plank | 2023-10-23T14:26:43Z | cs.CL, cs.AI, cs.LG | Label aggregation such as majority voting is commonly used to resolve
annotator disagreement in dataset creation. However, this may disregard
minority values and opinions. Recent studies indicate that learning from
individual annotations outperforms learning from aggregated labels, though they
require a considerable amount of annotation. Active learning, as an annotation
cost-saving strategy, has not been fully explored in the context of learning
from disagreement. We show that in the active learning setting, a multi-head
model performs significantly better than a single-head model in terms of
uncertainty estimation. By designing and evaluating acquisition functions with
annotator-specific heads on two datasets, we show that group-level entropy
works generally well on both datasets. Importantly, it achieves performance in
terms of both prediction and uncertainty estimation comparable to full-scale
training from disagreement, while saving up to 70% of the annotation budget. | cs.CL | ACTOR: Active Learning with Annotator-specific Classification Heads to Embrace Human Label Variation |
2023-10-23T14:20:04Z | http://arxiv.org/pdf/2310.14971v1 | http://arxiv.org/abs/2310.14971v1 | Wenhong Zhu, Hongkun Hao, Rui Wang | 2023-10-23T14:20:04Z | cs.CL | The decoding algorithm is critical for open-ended text generation,
transforming latent representations into coherent and meaningful outputs. This
paper investigates the self-reinforcement effect in text generation and the
effectiveness of a repetition penalty to mitigate it. However, determining the
optimal repetition penalty value is challenging. To tackle this, we propose a
forgetting mechanism that disregards distant tokens, reducing the burden of
penalty selection. In addition, we introduce a length penalty to address overly
short sentences caused by excessive penalties. Our penalty decoding approach
incorporating three strategies helps resolve issues with sampling methods
deviating from factual information. Experimental results demonstrate the
efficacy of our approach in generating high-quality sentences resembling human
output. | cs.CL | Penalty Decoding: Well Suppress the Self-Reinforcement Effect in Open-Ended Text Generation |
2023-10-23T14:15:28Z | http://arxiv.org/pdf/2310.14970v1 | http://arxiv.org/abs/2310.14970v1 | Yujie Feng, Zexin Lu, Bo Liu, Liming Zhan, Xiao-Ming Wu | 2023-10-23T14:15:28Z | cs.CL | Dialogue State Tracking (DST) is of paramount importance in ensuring accurate
tracking of user goals and system actions within task-oriented dialogue
systems. The emergence of large language models (LLMs) such as GPT3 and ChatGPT
has sparked considerable interest in assessing their efficacy across diverse
applications. In this study, we conduct an initial examination of ChatGPT's
capabilities in DST. Our evaluation uncovers the exceptional performance of
ChatGPT in this task, offering valuable insights to researchers regarding its
capabilities and providing useful directions for designing and enhancing
dialogue systems. Despite its impressive performance, ChatGPT has significant
limitations including its closed-source nature, request restrictions, raising
data privacy concerns, and lacking local deployment capabilities. To address
these concerns, we present LDST, an LLM-driven DST framework based on smaller,
open-source foundation models. By utilizing a novel domain-slot instruction
tuning method, LDST achieves performance on par with ChatGPT. Comprehensive
evaluations across three distinct experimental settings, we find that LDST
exhibits remarkable performance improvements in both zero-shot and few-shot
setting compared to previous SOTA methods. The source code is provided for
reproducibility. | cs.CL | Towards LLM-driven Dialogue State Tracking |
2023-10-23T13:55:49Z | http://arxiv.org/pdf/2310.14954v2 | http://arxiv.org/abs/2310.14954v2 | Peng Fan, Changhao Shan, Sining Sun, Qing Yang, Jianwei Zhang | 2023-10-28T14:38:46Z | cs.SD, cs.CL, eess.AS | Recently, Conformer as a backbone network for end-to-end automatic speech
recognition achieved state-of-the-art performance. The Conformer block
leverages a self-attention mechanism to capture global information, along with
a convolutional neural network to capture local information, resulting in
improved performance. However, the Conformer-based model encounters an issue
with the self-attention mechanism, as computational complexity grows
quadratically with the length of the input sequence. Inspired by previous
Connectionist Temporal Classification (CTC) guided blank skipping during
decoding, we introduce intermediate CTC outputs as guidance into the
downsampling procedure of the Conformer encoder. We define the frame with
non-blank output as key frame. Specifically, we introduce the key frame-based
self-attention (KFSA) mechanism, a novel method to reduce the computation of
the self-attention mechanism using key frames. The structure of our proposed
approach comprises two encoders. Following the initial encoder, we introduce an
intermediate CTC loss function to compute the label frame, enabling us to
extract the key frames and blank frames for KFSA. Furthermore, we introduce the
key frame-based downsampling (KFDS) mechanism to operate on high-dimensional
acoustic features directly and drop the frames corresponding to blank labels,
which results in new acoustic feature sequences as input to the second encoder.
By using the proposed method, which achieves comparable or higher performance
than vanilla Conformer and other similar work such as Efficient Conformer.
Meantime, our proposed method can discard more than 60\% useless frames during
model training and inference, which will accelerate the inference speed
significantly. This work code is available in
{https://github.com/scufan1990/Key-Frame-Mechanism-For-Efficient-Conformer} | cs.SD | Key Frame Mechanism For Efficient Conformer Based End-to-end Speech Recognition |
2023-10-23T13:46:49Z | http://arxiv.org/pdf/2310.14947v1 | http://arxiv.org/abs/2310.14947v1 | Muhammad Reza Qorib, Hwee Tou Ng | 2023-10-23T13:46:49Z | cs.CL | Quality estimation models have been developed to assess the corrections made
by grammatical error correction (GEC) models when the reference or
gold-standard corrections are not available. An ideal quality estimator can be
utilized to combine the outputs of multiple GEC systems by choosing the best
subset of edits from the union of all edits proposed by the GEC base systems.
However, we found that existing GEC quality estimation models are not good
enough in differentiating good corrections from bad ones, resulting in a low
F0.5 score when used for system combination. In this paper, we propose GRECO, a
new state-of-the-art quality estimation model that gives a better estimate of
the quality of a corrected sentence, as indicated by having a higher
correlation to the F0.5 score of a corrected sentence. It results in a combined
GEC system with a higher F0.5 score. We also propose three methods for
utilizing GEC quality estimation models for system combination with varying
generality: model-agnostic, model-agnostic with voting bias, and
model-dependent method. The combined GEC system outperforms the state of the
art on the CoNLL-2014 test set and the BEA-2019 test set, achieving the highest
F0.5 scores published to date. | cs.CL | System Combination via Quality Estimation for Grammatical Error Correction |
2023-10-23T13:31:32Z | http://arxiv.org/pdf/2310.14928v1 | http://arxiv.org/abs/2310.14928v1 | Jun Zhao, Zhihao Zhang, Yide Ma, Qi Zhang, Tao Gui, Luhui Gao, Xuanjing Huang | 2023-10-23T13:31:32Z | cs.CL | Brain localization, which describes the association between specific regions
of the brain and their corresponding functions, is widely accepted in the field
of cognitive science as an objective fact. Today's large language models (LLMs)
possess human-level linguistic competence and can execute complex tasks
requiring abstract knowledge and reasoning. To deeply understand the inherent
mechanisms of intelligence emergence in LLMs, this paper conducts an analogical
research using brain localization as a prototype. We have discovered a core
region in LLMs that corresponds to linguistic competence, accounting for
approximately 1% of the total model parameters. This core region exhibits
significant dimension dependency, and perturbations to even a single parameter
on specific dimensions can lead to a loss of linguistic competence.
Furthermore, we observe that an improvement in linguistic competence does not
necessarily accompany an elevation in the model's knowledge level, which might
imply the existence of regions of domain knowledge that are dissociated from
the linguistic region. Overall, exploring the LLMs' functional regions provides
insights into the foundation of their intelligence. In the future, we will
continue to investigate knowledge regions within LLMs and the interactions
between them. | cs.CL | Unveiling A Core Linguistic Region in Large Language Models |
2023-10-23T13:25:54Z | http://arxiv.org/pdf/2310.14921v2 | http://arxiv.org/abs/2310.14921v2 | Tong Zheng, Bei Li, Huiwen Bao, Jiale Wang, Weiqiao Shan, Tong Xiao, Jingbo Zhu | 2024-06-05T17:12:04Z | cs.CL, cs.AI | The design choices in Transformer feed-forward neural networks have resulted
in significant computational and parameter overhead. In this work, we emphasize
the importance of hidden dimensions in designing lightweight FFNs, a factor
often overlooked in previous architectures. Guided by this principle, we
introduce PartialFormer, a parameter-efficient Transformer architecture
utilizing multiple smaller FFNs to reduce parameters and computation while
maintaining essential hidden dimensions. These smaller FFNs are integrated into
a multi-head attention mechanism for effective collaboration. We also propose a
tailored head scaling strategy to enhance PartialFormer's capabilities.
Furthermore, we present a residual-like attention calculation to improve depth
scaling within PartialFormer. Extensive experiments on 9 translation tasks and
1 abstractive summarization task validate the effectiveness of our
PartialFormer approach on machine translation and summarization tasks. Our code
would be available at: https://github.com/zhengkid/PartialFormer. | cs.CL | PartialFormer: Modeling Part Instead of Whole for Machine Translation |
2023-10-23T13:18:49Z | http://arxiv.org/pdf/2310.14909v1 | http://arxiv.org/abs/2310.14909v1 | Gorjan Radevski, Kiril Gashteovski, Chia-Chien Hung, Carolin Lawrence, Goran Glavaš | 2023-10-23T13:18:49Z | cs.CL, cs.AI, cs.LG | Open Information Extraction (OIE) methods extract facts from natural language
text in the form of ("subject"; "relation"; "object") triples. These facts are,
however, merely surface forms, the ambiguity of which impedes their downstream
usage; e.g., the surface phrase "Michael Jordan" may refer to either the former
basketball player or the university professor. Knowledge Graphs (KGs), on the
other hand, contain facts in a canonical (i.e., unambiguous) form, but their
coverage is limited by a static schema (i.e., a fixed set of entities and
predicates). To bridge this gap, we need the best of both worlds: (i) high
coverage of free-text OIEs, and (ii) semantic precision (i.e., monosemy) of
KGs. In order to achieve this goal, we propose a new benchmark with novel
evaluation protocols that can, for example, measure fact linking performance on
a granular triple slot level, while also measuring if a system has the ability
to recognize that a surface form has no match in the existing KG. Our extensive
evaluation of several baselines show that detection of out-of-KG entities and
predicates is more difficult than accurate linking to existing ones, thus
calling for more research efforts on this difficult task. We publicly release
all resources (data, benchmark and code) on
https://github.com/nec-research/fact-linking. | cs.CL | Linking Surface Facts to Large-Scale Knowledge Graphs |
2023-10-23T12:59:11Z | http://arxiv.org/pdf/2310.14892v3 | http://arxiv.org/abs/2310.14892v3 | Tianqi Zhong, Quan Wang, Jingxuan Han, Yongdong Zhang, Zhendong Mao | 2023-11-02T03:14:47Z | cs.CL | Controllable text generation (CTG) aims to generate text with desired
attributes, and decoding-time-based methods have shown promising performance on
this task. However, in this paper, we identify the phenomenon of Attribute
Collapse for the first time. It causes the fluency of generated text to rapidly
decrease when the control strength exceeds a critical value, rendering the text
completely unusable. This limitation hinders the effectiveness of decoding
methods in achieving high levels of controllability. To address this problem,
we propose a novel lightweight decoding framework named Air-Decoding. Its main
idea is reconstructing the attribute distributions to balance the weights
between attribute words and non-attribute words to generate more fluent text.
Specifically, we train prefixes by prefix-tuning to obtain attribute
distributions. Then we design a novel attribute distribution reconstruction
method to balance the obtained distributions and use the reconstructed
distributions to guide language models for generation, effectively avoiding the
issue of Attribute Collapse. Experiments on multiple CTG tasks prove that our
method achieves a new state-of-the-art control performance. | cs.CL | Air-Decoding: Attribute Distribution Reconstruction for Decoding-Time Controllable Text Generation |
2023-10-23T12:52:24Z | http://arxiv.org/pdf/2310.14883v1 | http://arxiv.org/abs/2310.14883v1 | Zhengrui Ma, Shaolei Zhang, Shoutao Guo, Chenze Shao, Min Zhang, Yang Feng | 2023-10-23T12:52:24Z | cs.CL, cs.AI, I.2.7 | Simultaneous machine translation (SiMT) models are trained to strike a
balance between latency and translation quality. However, training these models
to achieve high quality while maintaining low latency often leads to a tendency
for aggressive anticipation. We argue that such issue stems from the
autoregressive architecture upon which most existing SiMT models are built. To
address those issues, we propose non-autoregressive streaming Transformer
(NAST) which comprises a unidirectional encoder and a non-autoregressive
decoder with intra-chunk parallelism. We enable NAST to generate the blank
token or repetitive tokens to adjust its READ/WRITE strategy flexibly, and
train it to maximize the non-monotonic latent alignment with an alignment-based
latency loss. Experiments on various SiMT benchmarks demonstrate that NAST
outperforms previous strong autoregressive SiMT baselines. | cs.CL | Non-autoregressive Streaming Transformer for Simultaneous Translation |
2023-10-23T12:51:49Z | http://arxiv.org/pdf/2310.14880v2 | http://arxiv.org/abs/2310.14880v2 | Xiaoxi Kang, Lizhen Qu, Lay-Ki Soon, Adnan Trakic, Terry Yue Zhuo, Patrick Charles Emerton, Genevieve Grant | 2023-11-03T03:50:07Z | cs.CL | Large Language Models (LLMs), such as ChatGPT, have drawn a lot of attentions
recently in the legal domain due to its emergent ability to tackle a variety of
legal tasks. However, it is still unknown if LLMs are able to analyze a legal
case and perform reasoning in the same manner as lawyers. Therefore, we
constructed a novel corpus consisting of scenarios pertain to Contract Acts
Malaysia and Australian Social Act for Dependent Child. ChatGPT is applied to
perform analysis on the corpus using the IRAC method, which is a framework
widely used by legal professionals for organizing legal analysis. Each scenario
in the corpus is annotated with a complete IRAC analysis in a semi-structured
format so that both machines and legal professionals are able to interpret and
understand the annotations. In addition, we conducted the first empirical
assessment of ChatGPT for IRAC analysis in order to understand how well it
aligns with the analysis of legal professionals. Our experimental results shed
lights on possible future research directions to improve alignments between
LLMs and legal experts in terms of legal reasoning. | cs.CL | Can ChatGPT Perform Reasoning Using the IRAC Method in Analyzing Legal Scenarios Like a Lawyer? |
2023-10-23T12:42:06Z | http://arxiv.org/pdf/2310.14870v2 | http://arxiv.org/abs/2310.14870v2 | Jan Philip Wahle, Terry Ruas, Mohamed Abdalla, Bela Gipp, Saif M. Mohammad | 2024-07-01T12:31:46Z | cs.CL, cs.DL | Natural Language Processing (NLP) is poised to substantially influence the
world. However, significant progress comes hand-in-hand with substantial risks.
Addressing them requires broad engagement with various fields of study. Yet,
little empirical work examines the state of such engagement (past or current).
In this paper, we quantify the degree of influence between 23 fields of study
and NLP (on each other). We analyzed ~77k NLP papers, ~3.1m citations from NLP
papers to other papers, and ~1.8m citations from other papers to NLP papers. We
show that, unlike most fields, the cross-field engagement of NLP, measured by
our proposed Citation Field Diversity Index (CFDI), has declined from 0.58 in
1980 to 0.31 in 2022 (an all-time low). In addition, we find that NLP has grown
more insular -- citing increasingly more NLP papers and having fewer papers
that act as bridges between fields. NLP citations are dominated by computer
science; Less than 8% of NLP citations are to linguistics, and less than 3% are
to math and psychology. These findings underscore NLP's urgent need to reflect
on its engagement with various fields. | cs.CL | We are Who We Cite: Bridges of Influence Between Natural Language Processing and Other Academic Fields |
2023-10-23T12:40:41Z | http://arxiv.org/pdf/2310.14868v1 | http://arxiv.org/abs/2310.14868v1 | Mengyu Ye, Tatsuki Kuribayashi, Jun Suzuki, Goro Kobayashi, Hiroaki Funayama | 2023-10-23T12:40:41Z | cs.CL | Large language models (LLMs) take advantage of step-by-step reasoning
instructions, e.g., chain-of-thought (CoT) prompting. Building on this, their
ability to perform CoT-style reasoning robustly is of interest from a probing
perspective. In this study, we inspect the step-by-step reasoning ability of
LLMs with a focus on negation, which is a core linguistic phenomenon that is
difficult to process. In particular, we introduce several controlled settings
(e.g., reasoning in case of fictional entities) to evaluate the logical
reasoning abilities of the models. We observed that dozens of modern LLMs were
not robust against lexical negation (e.g., plausible ->implausible) when
performing CoT-style reasoning, and the results highlight unique limitations in
each LLM family. | cs.CL | Assessing Step-by-Step Reasoning against Lexical Negation: A Case Study on Syllogism |
2023-10-23T12:32:41Z | http://arxiv.org/pdf/2310.14863v2 | http://arxiv.org/abs/2310.14863v2 | Jan Philip Wahle, Bela Gipp, Terry Ruas | 2024-07-01T12:32:37Z | cs.CL | Current approaches in paraphrase generation and detection heavily rely on a
single general similarity score, ignoring the intricate linguistic properties
of language. This paper introduces two new tasks to address this shortcoming by
considering paraphrase types - specific linguistic perturbations at particular
text positions. We name these tasks Paraphrase Type Generation and Paraphrase
Type Detection. Our results suggest that while current techniques perform well
in a binary classification scenario, i.e., paraphrased or not, the inclusion of
fine-grained paraphrase types poses a significant challenge. While most
approaches are good at generating and detecting general semantic similar
content, they fail to understand the intrinsic linguistic variables they
manipulate. Models trained in generating and identifying paraphrase types also
show improvements in tasks without them. In addition, scaling these models
further improves their ability to understand paraphrase types. We believe
paraphrase types can unlock a new paradigm for developing paraphrase models and
solving tasks in the future. | cs.CL | Paraphrase Types for Generation and Detection |
2023-10-23T12:29:10Z | http://arxiv.org/pdf/2310.14859v3 | http://arxiv.org/abs/2310.14859v3 | Mehdi Fatan, Emanuele Mincato, Dimitra Pintzou, Mariella Dimiccoli | 2023-12-21T18:19:58Z | cs.CV, cs.CL | Predicting turn-taking in multiparty conversations has many practical
applications in human-computer/robot interaction. However, the complexity of
human communication makes it a challenging task. Recent advances have shown
that synchronous multi-perspective egocentric data can significantly improve
turn-taking prediction compared to asynchronous, single-perspective
transcriptions. Building on this research, we propose a new multimodal
transformer-based architecture for predicting turn-taking in embodied,
synchronized multi-perspective data. Our experimental results on the recently
introduced EgoCom dataset show a substantial performance improvement of up to
14.01% on average compared to existing baselines and alternative
transformer-based approaches. The source code, and the pre-trained models of
our 3M-Transformer will be available upon acceptance. | cs.CV | 3M-TRANSFORMER: A Multi-Stage Multi-Stream Multimodal Transformer for Embodied Turn-Taking Prediction |
2023-10-23T12:22:15Z | http://arxiv.org/pdf/2310.14855v2 | http://arxiv.org/abs/2310.14855v2 | Sai Koneru, Miriam Exel, Matthias Huck, Jan Niehues | 2024-03-18T20:11:03Z | cs.CL, cs.AI | Large Language Models (LLM's) have demonstrated considerable success in
various Natural Language Processing tasks, but they have yet to attain
state-of-the-art performance in Neural Machine Translation (NMT). Nevertheless,
their significant performance in tasks demanding a broad understanding and
contextual processing shows their potential for translation. To exploit these
abilities, we investigate using LLM's for MT and explore recent
parameter-efficient fine-tuning techniques. Surprisingly, our initial
experiments find that fine-tuning for translation purposes even led to
performance degradation. To overcome this, we propose an alternative approach:
adapting LLM's as Automatic Post-Editors (APE) rather than direct translators.
Building on the LLM's exceptional ability to process and generate lengthy
sequences, we also propose extending our approach to document-level
translation. We show that leveraging Low-Rank-Adapter fine-tuning for APE can
yield significant improvements across both sentence and document-level metrics
while generalizing to out-of-domain data. Most notably, we achieve a
state-of-the-art accuracy rate of 89\% on the ContraPro test set, which
specifically assesses the model's ability to resolve pronoun ambiguities when
translating from English to German. Lastly, we investigate a practical scenario
involving manual post-editing for document-level translation, where reference
context is made available. Here, we demonstrate that leveraging human
corrections can significantly reduce the number of edits required for
subsequent translations (Interactive Demo for integrating manual feedback can
be found here:
https://huggingface.co/spaces/skoneru/contextual_refinement_ende). | cs.CL | Contextual Refinement of Translations: Large Language Models for Sentence and Document-Level Post-Editing |
2023-10-23T12:16:32Z | http://arxiv.org/pdf/2310.14853v1 | http://arxiv.org/abs/2310.14853v1 | Libo Zhao, Kai Fan, Wei Luo, Jing Wu, Shushu Wang, Ziqian Zeng, Zhongqiang Huang | 2023-10-23T12:16:32Z | cs.CL | Simultaneous machine translation (SiMT) requires a robust read/write policy
in conjunction with a high-quality translation model. Traditional methods rely
on either a fixed wait-$k$ policy coupled with a standalone wait-$k$
translation model, or an adaptive policy jointly trained with the translation
model. In this study, we propose a more flexible approach by decoupling the
adaptive policy model from the translation model. Our motivation stems from the
observation that a standalone multi-path wait-$k$ model performs competitively
with adaptive policies utilized in state-of-the-art SiMT approaches.
Specifically, we introduce DaP, a divergence-based adaptive policy, that makes
read/write decisions for any translation model based on the potential
divergence in translation distributions resulting from future information. DaP
extends a frozen wait-$k$ model with lightweight parameters, and is both memory
and computation efficient. Experimental results across various benchmarks
demonstrate that our approach offers an improved trade-off between translation
accuracy and latency, outperforming strong baselines. | cs.CL | Adaptive Policy with Wait-$k$ Model for Simultaneous Translation |
2023-10-23T12:15:25Z | http://arxiv.org/pdf/2310.14849v1 | http://arxiv.org/abs/2310.14849v1 | Hyuhng Joon Kim, Hyunsoo Cho, Sang-Woo Lee, Junyeob Kim, Choonghyun Park, Sang-goo Lee, Kang Min Yoo, Taeuk Kim | 2023-10-23T12:15:25Z | cs.CL | When deploying machine learning systems to the wild, it is highly desirable
for them to effectively leverage prior knowledge to the unfamiliar domain while
also firing alarms to anomalous inputs. In order to address these requirements,
Universal Domain Adaptation (UniDA) has emerged as a novel research area in
computer vision, focusing on achieving both adaptation ability and robustness
(i.e., the ability to detect out-of-distribution samples). While UniDA has led
significant progress in computer vision, its application on language input
still needs to be explored despite its feasibility. In this paper, we propose a
comprehensive benchmark for natural language that offers thorough viewpoints of
the model's generalizability and robustness. Our benchmark encompasses multiple
datasets with varying difficulty levels and characteristics, including temporal
shifts and diverse domains. On top of our testbed, we validate existing UniDA
methods from computer vision and state-of-the-art domain adaptation techniques
from NLP literature, yielding valuable findings: We observe that UniDA methods
originally designed for image input can be effectively transferred to the
natural language domain while also underscoring the effect of adaptation
difficulty in determining the model's performance. | cs.CL | Universal Domain Adaptation for Robust Handling of Distributional Shifts in NLP |
2023-10-23T12:03:01Z | http://arxiv.org/pdf/2310.14840v1 | http://arxiv.org/abs/2310.14840v1 | Jaap Jumelet, Willem Zuidema | 2023-10-23T12:03:01Z | cs.CL | We present a setup for training, evaluating and interpreting neural language
models, that uses artificial, language-like data. The data is generated using a
massive probabilistic grammar (based on state-split PCFGs), that is itself
derived from a large natural language corpus, but also provides us complete
control over the generative process. We describe and release both grammar and
corpus, and test for the naturalness of our generated data. This approach
allows us to define closed-form expressions to efficiently compute exact lower
bounds on obtainable perplexity using both causal and masked language
modelling. Our results show striking differences between neural language
modelling architectures and training objectives in how closely they allow
approximating the lower bound on perplexity. Our approach also allows us to
directly compare learned representations to symbolic rules in the underlying
source. We experiment with various techniques for interpreting model behaviour
and learning dynamics. With access to the underlying true source, our results
show striking differences and outcomes in learning dynamics between different
classes of words. | cs.CL | Transparency at the Source: Evaluating and Interpreting Language Models With Access to the True Distribution |
2023-10-23T11:48:23Z | http://arxiv.org/pdf/2310.14829v1 | http://arxiv.org/abs/2310.14829v1 | Samuel Ackerman, George Kour, Eitan Farchi | 2023-10-23T11:48:23Z | cs.CL, stat.AP | A corpus of vector-embedded text documents has some empirical distribution.
Given two corpora, we want to calculate a single metric of distance (e.g.,
Mauve, Frechet Inception) between them. We describe an abstract quality, called
`distributionality', of such metrics. A non-distributional metric tends to use
very local measurements, or uses global measurements in a way that does not
fully reflect the distributions' true distance. For example, if individual
pairwise nearest-neighbor distances are low, it may judge the two corpora to
have low distance, even if their two distributions are in fact far from each
other. A more distributional metric will, in contrast, better capture the
distributions' overall distance. We quantify this quality by constructing a
Known-Similarity Corpora set from two paraphrase corpora and calculating the
distance between paired corpora from it. The distances' trend shape as set
element separation increases should quantify the distributionality of the
metric. We propose that Average Hausdorff Distance and energy distance between
corpora are representative examples of non-distributional and distributional
distance metrics, to which other metrics can be compared, to evaluate how
distributional they are. | cs.CL | Characterizing how 'distributional' NLP corpora distance metrics are |
2023-10-23T11:40:05Z | http://arxiv.org/pdf/2310.14820v1 | http://arxiv.org/abs/2310.14820v1 | Xunjian Yin, Baizhou Huang, Xiaojun Wan | 2023-10-23T11:40:05Z | cs.CL | With the rapid development of NLP, large-scale language models (LLMs) excel
in various tasks across multiple domains now. However, existing benchmarks may
not adequately measure these models' capabilities, especially when faced with
new knowledge. In this paper, we address the lack of benchmarks to evaluate
LLMs' ability to handle new knowledge, an important and challenging aspect in
the rapidly evolving world. We propose an approach called KnowGen that
generates new knowledge by altering existing entity attributes and
relationships, resulting in artificial entities that are distinct from
real-world entities. With KnowGen, we introduce a benchmark named ALCUNA to
assess LLMs' abilities in knowledge understanding, differentiation, and
association. We benchmark several LLMs, reveals that their performance in face
of new knowledge is not satisfactory, particularly in reasoning between new and
internal knowledge. We also explore the impact of entity similarity on the
model's understanding of entity knowledge and the influence of contextual
entities. We appeal to the need for caution when using LLMs in new scenarios or
with new knowledge, and hope that our benchmarks can help drive the development
of LLMs in face of new knowledge. | cs.CL | ALCUNA: Large Language Models Meet New Knowledge |
2023-10-23T11:40:04Z | http://arxiv.org/pdf/2310.14819v1 | http://arxiv.org/abs/2310.14819v1 | Sabri Boughorbel, Majd Hawasly | 2023-10-23T11:40:04Z | cs.CL | While significant progress has been made in benchmarking Large Language
Models (LLMs) across various tasks, there is a lack of comprehensive evaluation
of their abilities in responding to multi-turn instructions in less-commonly
tested languages like Arabic. Our paper offers a detailed examination of the
proficiency of open LLMs in such scenarios in Arabic. Utilizing a customized
Arabic translation of the MT-Bench benchmark suite, we employ GPT-4 as a
uniform evaluator for both English and Arabic queries to assess and compare the
performance of the LLMs on various open-ended tasks. Our findings reveal
variations in model responses on different task categories, e.g., logic vs.
literacy, when instructed in English or Arabic. We find that fine-tuned base
models using multilingual and multi-turn datasets could be competitive to
models trained from scratch on multilingual data. Finally, we hypothesize that
an ensemble of small, open LLMs could perform competitively to proprietary LLMs
on the benchmark. | cs.CL | Analyzing Multilingual Competency of LLMs in Multi-Turn Instruction Following: A Case Study of Arabic |
2023-10-23T11:33:41Z | http://arxiv.org/pdf/2310.15205v2 | http://arxiv.org/abs/2310.15205v2 | Wei Chen, Qiushi Wang, Zefei Long, Xianyin Zhang, Zhongtian Lu, Bingxuan Li, Siyuan Wang, Jiarong Xu, Xiang Bai, Xuanjing Huang, Zhongyu Wei | 2023-10-25T05:56:13Z | cs.CL | We propose Multiple Experts Fine-tuning Framework to build a financial large
language model (LLM), DISC-FinLLM. Our methodology improves general LLMs by
endowing them with multi-turn question answering abilities, domain text
processing capabilities, mathematical computation skills, and
retrieval-enhanced generation capabilities. We build a financial
instruction-tuning dataset named DISC-FIN-SFT, including instruction samples of
four categories (consulting, NLP tasks, computing and retrieval-augmented
generation). Evaluations conducted on multiple benchmarks demonstrate that our
model performs better than baseline models in various financial scenarios.
Further resources can be found at https://github.com/FudanDISC/DISC-FinLLM. | cs.CL | DISC-FinLLM: A Chinese Financial Large Language Model based on Multiple Experts Fine-tuning |
2023-10-23T11:00:27Z | http://arxiv.org/pdf/2310.14806v1 | http://arxiv.org/abs/2310.14806v1 | Sara Papi, Peidong Wang, Junkun Chen, Jian Xue, Naoyuki Kanda, Jinyu Li, Yashesh Gaur | 2023-10-23T11:00:27Z | cs.CL, cs.SD, eess.AS | The growing need for instant spoken language transcription and translation is
driven by increased global communication and cross-lingual interactions. This
has made offering translations in multiple languages essential for user
applications. Traditional approaches to automatic speech recognition (ASR) and
speech translation (ST) have often relied on separate systems, leading to
inefficiencies in computational resources, and increased synchronization
complexity in real time. In this paper, we propose a streaming
Transformer-Transducer (T-T) model able to jointly produce many-to-one and
one-to-many transcription and translation using a single decoder. We introduce
a novel method for joint token-level serialized output training based on
timestamp information to effectively produce ASR and ST outputs in the
streaming setting. Experiments on {it,es,de}->en prove the effectiveness of our
approach, enabling the generation of one-to-many joint outputs with a single
decoder for the first time. | cs.CL | Leveraging Timestamp Information for Serialized Joint Streaming Recognition and Translation |
2023-10-23T11:00:19Z | http://arxiv.org/pdf/2310.14805v2 | http://arxiv.org/abs/2310.14805v2 | Danis Alukaev, Semen Kiselev, Ilya Pershin, Bulat Ibragimov, Vladimir Ivanov, Alexey Kornaev, Ivan Titov | 2023-12-17T09:40:52Z | cs.CL | Concept Bottleneck Models (CBMs) assume that training examples (e.g., x-ray
images) are annotated with high-level concepts (e.g., types of abnormalities),
and perform classification by first predicting the concepts, followed by
predicting the label relying on these concepts. The main difficulty in using
CBMs comes from having to choose concepts that are predictive of the label and
then having to label training examples with these concepts. In our approach, we
adopt a more moderate assumption and instead use text descriptions (e.g.,
radiology reports), accompanying the images in training, to guide the induction
of concepts. Our cross-modal approach treats concepts as discrete latent
variables and promotes concepts that (1) are predictive of the label, and (2)
can be predicted reliably from both the image and text. Through experiments
conducted on datasets ranging from synthetic datasets (e.g., synthetic images
with generated descriptions) to realistic medical imaging datasets, we
demonstrate that cross-modal learning encourages the induction of interpretable
concepts while also facilitating disentanglement. Our results also suggest that
this guidance leads to increased robustness by suppressing the reliance on
shortcut features. | cs.CL | Cross-Modal Conceptualization in Bottleneck Models |
2023-10-23T10:59:21Z | http://arxiv.org/pdf/2310.14804v1 | http://arxiv.org/abs/2310.14804v1 | Young-Jun Lee, Jonghwan Hyeon, Ho-Jin Choi | 2023-10-23T10:59:21Z | cs.CV, cs.AI, cs.CL | This paper explores the image-sharing capability of Large Language Models
(LLMs), such as InstructGPT, ChatGPT, and GPT-4, in a zero-shot setting,
without the help of visual foundation models. Inspired by the two-stage process
of image-sharing in human dialogues, we propose a two-stage framework that
allows LLMs to predict potential image-sharing turns and generate related image
descriptions using our effective restriction-based prompt template. With
extensive experiments, we unlock the \textit{image-sharing} capability of LLMs
in zero-shot prompting, with GPT-4 achieving the best performance.
Additionally, we uncover the emergent \textit{image-sharing} ability in
zero-shot prompting, demonstrating the effectiveness of restriction-based
prompts in both stages of our framework. Based on this framework, we augment
the PhotoChat dataset with images generated by Stable Diffusion at predicted
turns, namely PhotoChat++. To our knowledge, this is the first study to assess
the image-sharing ability of LLMs in a zero-shot setting without visual
foundation models. The source code and the dataset will be released after
publication. | cs.CV | Large Language Models can Share Images, Too! |
2023-10-23T10:56:03Z | http://arxiv.org/pdf/2310.14799v1 | http://arxiv.org/abs/2310.14799v1 | Libo Qin, Qiguang Chen, Fuxuan Wei, Shijue Huang, Wanxiang Che | 2023-10-23T10:56:03Z | cs.CL, cs.AI | Chain-of-thought (CoT) is capable of eliciting models to explicitly generate
reasoning paths, thus promoting reasoning accuracy and attracting increasing
attention. Specifically, zero-shot CoT achieves remarkable improvements in a
wide range of reasoning tasks by simply instructing the LLM with the prompt
"Let's think step by step!". Despite the success of zero-shot CoT, the existing
zero-shot prompting techniques remain limited to a single language, making it
challenging to generalize to other languages and hindering global development.
In this work, we introduce cross-lingual prompting (CLP), aiming to improve
zero-shot CoT reasoning across languages. Specifically, CLP consists of two
main components: (1) cross-lingual alignment prompting and (2) task-specific
solver prompting. The cross-lingual alignment prompting is responsible for
aligning representations across different languages, whereas the task-specific
solver prompting is used to generate the final chain of thoughts and results
for the reasoning task. In addition, we further introduce cross-lingual
self-consistent prompting (CLSP) to ensemble different reasoning paths across
languages. Our experimental evaluations on several benchmarks demonstrate that
CLP and CLSP significantly outperform the existing prompting methods and
achieve state-of-the-art performance. We hope this work will inspire further
breakthroughs in cross-lingual CoT. | cs.CL | Cross-lingual Prompting: Improving Zero-shot Chain-of-Thought Reasoning across Languages |
2023-10-23T10:53:25Z | http://arxiv.org/pdf/2310.14793v1 | http://arxiv.org/abs/2310.14793v1 | Amit Gajbhiye, Zied Bouraoui, Na Li, Usashi Chatterjee, Luis Espinosa Anke, Steven Schockaert | 2023-10-23T10:53:25Z | cs.CL, cs.AI, cs.LG | Concepts play a central role in many applications. This includes settings
where concepts have to be modelled in the absence of sentence context. Previous
work has therefore focused on distilling decontextualised concept embeddings
from language models. But concepts can be modelled from different perspectives,
whereas concept embeddings typically mostly capture taxonomic structure. To
address this issue, we propose a strategy for identifying what different
concepts, from a potentially large concept vocabulary, have in common with
others. We then represent concepts in terms of the properties they share with
the other concepts. To demonstrate the practical usefulness of this way of
modelling concepts, we consider the task of ultra-fine entity typing, which is
a challenging multi-label classification problem. We show that by augmenting
the label set with shared properties, we can improve the performance of the
state-of-the-art models for this task. | cs.CL | What do Deck Chairs and Sun Hats Have in Common? Uncovering Shared Properties in Large Concept Vocabularies |
2023-10-23T10:26:14Z | http://arxiv.org/pdf/2310.14777v1 | http://arxiv.org/abs/2310.14777v1 | Pola Schwöbel, Jacek Golebiowski, Michele Donini, Cédric Archambeau, Danish Pruthi | 2023-10-23T10:26:14Z | cs.CL, cs.LG | Large language models (LLMs) encode vast amounts of world knowledge. However,
since these models are trained on large swaths of internet data, they are at
risk of inordinately capturing information about dominant groups. This
imbalance can propagate into generated language. In this work, we study and
operationalise a form of geographical erasure, wherein language models
underpredict certain countries. We demonstrate consistent instances of erasure
across a range of LLMs. We discover that erasure strongly correlates with low
frequencies of country mentions in the training corpus. Lastly, we mitigate
erasure by finetuning using a custom objective. | cs.CL | Geographical Erasure in Language Generation |
2023-10-23T10:15:13Z | http://arxiv.org/pdf/2310.14771v1 | http://arxiv.org/abs/2310.14771v1 | Blerta Veseli, Simon Razniewski, Jan-Christoph Kalo, Gerhard Weikum | 2023-10-23T10:15:13Z | cs.CL, cs.AI | Structured knowledge bases (KBs) are an asset for search engines and other
applications, but are inevitably incomplete. Language models (LMs) have been
proposed for unsupervised knowledge base completion (KBC), yet, their ability
to do this at scale and with high accuracy remains an open question. Prior
experimental studies mostly fall short because they only evaluate on popular
subjects, or sample already existing facts from KBs. In this work, we perform a
careful evaluation of GPT's potential to complete the largest public KB:
Wikidata. We find that, despite their size and capabilities, models like GPT-3,
ChatGPT and GPT-4 do not achieve fully convincing results on this task.
Nonetheless, they provide solid improvements over earlier approaches with
smaller LMs. In particular, we show that, with proper thresholding, GPT-3
enables to extend Wikidata by 27M facts at 90% precision. | cs.CL | Evaluating the Knowledge Base Completion Potential of GPT |
2023-10-23T09:48:25Z | http://arxiv.org/pdf/2310.14757v1 | http://arxiv.org/abs/2310.14757v1 | Dimosthenis Antypas, Asahi Ushio, Francesco Barbieri, Leonardo Neves, Kiamehr Rezaee, Luis Espinosa-Anke, Jiaxin Pei, Jose Camacho-Collados | 2023-10-23T09:48:25Z | cs.CL | Despite its relevance, the maturity of NLP for social media pales in
comparison with general-purpose models, metrics and benchmarks. This fragmented
landscape makes it hard for the community to know, for instance, given a task,
which is the best performing model and how it compares with others. To
alleviate this issue, we introduce a unified benchmark for NLP evaluation in
social media, SuperTweetEval, which includes a heterogeneous set of tasks and
datasets combined, adapted and constructed from scratch. We benchmarked the
performance of a wide range of models on SuperTweetEval and our results suggest
that, despite the recent advances in language modelling, social media remains
challenging. | cs.CL | SuperTweetEval: A Challenging, Unified and Heterogeneous Benchmark for Social Media NLP Research |
2023-10-23T09:32:53Z | http://arxiv.org/pdf/2310.14747v3 | http://arxiv.org/abs/2310.14747v3 | Hongzhan Chen, Siyue Wu, Xiaojun Quan, Rui Wang, Ming Yan, Ji Zhang | 2023-12-20T06:50:20Z | cs.CL | Large language models (LLMs) have showcased remarkable capabilities in
complex reasoning through chain of thought (CoT) prompting. Recently, there has
been a growing interest in transferring these reasoning abilities from LLMs to
smaller models. However, achieving both the diversity and consistency in
rationales presents a challenge. In this paper, we focus on enhancing these two
aspects and propose Multi-CoT Consistent Knowledge Distillation (MCC-KD) to
efficiently distill the reasoning capabilities. In MCC-KD, we generate multiple
rationales for each question and enforce consistency among the corresponding
predictions by minimizing the bidirectional KL-divergence between the answer
distributions. We investigate the effectiveness of MCC-KD with different model
architectures (LLaMA/FlanT5) and various model scales (3B/7B/11B/13B) on both
mathematical reasoning and commonsense reasoning benchmarks. The empirical
results not only confirm MCC-KD's superior performance on in-distribution
datasets but also highlight its robust generalization ability on
out-of-distribution datasets. | cs.CL | MCC-KD: Multi-CoT Consistent Knowledge Distillation |
2023-10-23T09:15:18Z | http://arxiv.org/pdf/2310.14735v4 | http://arxiv.org/abs/2310.14735v4 | Banghao Chen, Zhaofeng Zhang, Nicolas Langrené, Shengxin Zhu | 2024-06-18T16:21:12Z | cs.CL, cs.AI, I.2.7 | This paper delves into the pivotal role of prompt engineering in unleashing
the capabilities of Large Language Models (LLMs). Prompt engineering is the
process of structuring input text for LLMs and is a technique integral to
optimizing the efficacy of LLMs. This survey elucidates foundational principles
of prompt engineering, such as role-prompting, one-shot, and few-shot
prompting, as well as more advanced methodologies such as the chain-of-thought
and tree-of-thoughts prompting. The paper sheds light on how external
assistance in the form of plugins can assist in this task, and reduce machine
hallucination by retrieving external knowledge. We subsequently delineate
prospective directions in prompt engineering research, emphasizing the need for
a deeper understanding of structures and the role of agents in Artificial
Intelligence-Generated Content (AIGC) tools. We discuss how to assess the
efficacy of prompt methods from different perspectives and using different
methods. Finally, we gather information about the application of prompt
engineering in such fields as education and programming, showing its
transformative potential. This comprehensive survey aims to serve as a friendly
guide for anyone venturing through the big world of LLMs and prompt
engineering. | cs.CL | Unleashing the potential of prompt engineering in Large Language Models: a comprehensive review |
2023-10-23T09:07:27Z | http://arxiv.org/pdf/2310.14732v1 | http://arxiv.org/abs/2310.14732v1 | Maren Pielka, Svetlana Schmidt, Rafet Sifa | 2023-10-23T09:07:27Z | cs.CL, cs.AI | We introduce a novel data generation method for contradiction detection,
which leverages the generative power of large language models as well as
linguistic rules. Our vision is to provide a condensed corpus of prototypical
contradictions, allowing for in-depth linguistic analysis as well as efficient
language model fine-tuning. To this end, we instruct the generative models to
create contradicting statements with respect to descriptions of specific
contradiction types. In addition, the model is also instructed to come up with
completely new contradiction typologies. As an auxiliary approach, we use
linguistic rules to construct simple contradictions such as those arising from
negation, antonymy and numeric mismatch. We find that our methods yield
promising results in terms of coherence and variety of the data. Further
studies, as well as manual refinement are necessary to make use of this data in
a machine learning setup. | cs.CL | Generating Prototypes for Contradiction Detection Using Large Language Models and Linguistic Rules |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.