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-06-15T22:12:34Z | http://arxiv.org/pdf/2306.10073v1 | http://arxiv.org/abs/2306.10073v1 | Jaromir Savelka, Arav Agarwal, Marshall An, Chris Bogart, Majd Sakr | 2023-06-15T22:12:34Z | cs.CY, cs.AI, cs.CL, cs.SE | This paper studies recent developments in large language models' (LLM)
abilities to pass assessments in introductory and intermediate Python
programming courses at the postsecondary level. The emergence of ChatGPT
resulted in heated debates of its potential uses (e.g., exercise generation,
code explanation) as well as misuses in programming classes (e.g., cheating).
Recent studies show that while the technology performs surprisingly well on
diverse sets of assessment instruments employed in typical programming classes
the performance is usually not sufficient to pass the courses. The release of
GPT-4 largely emphasized notable improvements in the capabilities related to
handling assessments originally designed for human test-takers. This study is
the necessary analysis in the context of this ongoing transition towards mature
generative AI systems. Specifically, we report the performance of GPT-4,
comparing it to the previous generations of GPT models, on three Python courses
with assessments ranging from simple multiple-choice questions (no code
involved) to complex programming projects with code bases distributed into
multiple files (599 exercises overall). Additionally, we analyze the
assessments that were not handled well by GPT-4 to understand the current
limitations of the model, as well as its capabilities to leverage feedback
provided by an auto-grader. We found that the GPT models evolved from
completely failing the typical programming class' assessments (the original
GPT-3) to confidently passing the courses with no human involvement (GPT-4).
While we identified certain limitations in GPT-4's handling of MCQs and coding
exercises, the rate of improvement across the recent generations of GPT models
strongly suggests their potential to handle almost any type of assessment
widely used in higher education programming courses. These findings could be
leveraged by educators and institutions to adapt the design of programming
assessments as well as to fuel the necessary discussions into how programming
classes should be updated to reflect the recent technological developments.
This study provides evidence that programming instructors need to prepare for a
world in which there is an easy-to-use widely accessible technology that can be
utilized by learners to collect passing scores, with no effort whatsoever, on
what today counts as viable programming knowledge and skills assessments. | cs.CY | Thrilled by Your Progress! Large Language Models (GPT-4) No Longer Struggle to Pass Assessments in Higher Education Programming Courses |
2023-06-15T21:58:18Z | http://arxiv.org/pdf/2306.09525v2 | http://arxiv.org/abs/2306.09525v2 | Jaromir Savelka, Kevin D. Ashley, Morgan A. Gray, Hannes Westermann, Huihui Xu | 2023-06-22T11:30:13Z | cs.CL, cs.AI | Interpreting the meaning of legal open-textured terms is a key task of legal
professionals. An important source for this interpretation is how the term was
applied in previous court cases. In this paper, we evaluate the performance of
GPT-4 in generating factually accurate, clear and relevant explanations of
terms in legislation. We compare the performance of a baseline setup, where
GPT-4 is directly asked to explain a legal term, to an augmented approach,
where a legal information retrieval module is used to provide relevant context
to the model, in the form of sentences from case law. We found that the direct
application of GPT-4 yields explanations that appear to be of very high quality
on their surface. However, detailed analysis uncovered limitations in terms of
the factual accuracy of the explanations. Further, we found that the
augmentation leads to improved quality, and appears to eliminate the issue of
hallucination, where models invent incorrect statements. These findings open
the door to the building of systems that can autonomously retrieve relevant
sentences from case law and condense them into a useful explanation for legal
scholars, educators or practicing lawyers alike. | cs.CL | Explaining Legal Concepts with Augmented Large Language Models (GPT-4) |
2023-06-15T21:41:43Z | http://arxiv.org/pdf/2306.09519v1 | http://arxiv.org/abs/2306.09519v1 | Qiao Qiao, Yuepei Li, Kang Zhou, Qi Li | 2023-06-15T21:41:43Z | cs.CL, cs.AI, cs.LG | Few-shot knowledge graph completion (FKGC) task aims to predict unseen facts
of a relation with few-shot reference entity pairs. Current approaches randomly
select one negative sample for each reference entity pair to minimize a
margin-based ranking loss, which easily leads to a zero-loss problem if the
negative sample is far away from the positive sample and then out of the
margin. Moreover, the entity should have a different representation under a
different context. To tackle these issues, we propose a novel Relation-Aware
Network with Attention-Based Loss (RANA) framework. Specifically, to better
utilize the plentiful negative samples and alleviate the zero-loss issue, we
strategically select relevant negative samples and design an attention-based
loss function to further differentiate the importance of each negative sample.
The intuition is that negative samples more similar to positive samples will
contribute more to the model. Further, we design a dynamic relation-aware
entity encoder for learning a context-dependent entity representation.
Experiments demonstrate that RANA outperforms the state-of-the-art models on
two benchmark datasets. | cs.CL | Relation-Aware Network with Attention-Based Loss for Few-Shot Knowledge Graph Completion |
2023-06-15T20:59:37Z | http://arxiv.org/pdf/2306.09505v1 | http://arxiv.org/abs/2306.09505v1 | Marco Antonio Stranisci, Rossana Damiano, Enrico Mensa, Viviana Patti, Daniele Radicioni, Tommaso Caselli | 2023-06-15T20:59:37Z | cs.CL | Biographical event detection is a relevant task for the exploration and
comparison of the ways in which people's lives are told and represented. In
this sense, it may support several applications in digital humanities and in
works aimed at exploring bias about minoritized groups. Despite that, there are
no corpora and models specifically designed for this task. In this paper we
fill this gap by presenting a new corpus annotated for biographical event
detection. The corpus, which includes 20 Wikipedia biographies, was compared
with five existing corpora to train a model for the biographical event
detection task. The model was able to detect all mentions of the target-entity
in a biography with an F-score of 0.808 and the entity-related events with an
F-score of 0.859. Finally, the model was used for performing an analysis of
biases about women and non-Western people in Wikipedia biographies. | cs.CL | Wikibio: a Semantic Resource for the Intersectional Analysis of Biographical Events |
2023-06-15T20:19:08Z | http://arxiv.org/pdf/2306.10070v2 | http://arxiv.org/abs/2306.10070v2 | Shubo Tian, Qiao Jin, Lana Yeganova, Po-Ting Lai, Qingqing Zhu, Xiuying Chen, Yifan Yang, Qingyu Chen, Won Kim, Donald C. Comeau, Rezarta Islamaj, Aadit Kapoor, Xin Gao, Zhiyong Lu | 2023-10-17T03:29:04Z | cs.CY, cs.AI, cs.CL, q-bio.QM | ChatGPT has drawn considerable attention from both the general public and
domain experts with its remarkable text generation capabilities. This has
subsequently led to the emergence of diverse applications in the field of
biomedicine and health. In this work, we examine the diverse applications of
large language models (LLMs), such as ChatGPT, in biomedicine and health.
Specifically we explore the areas of biomedical information retrieval, question
answering, medical text summarization, information extraction, and medical
education, and investigate whether LLMs possess the transformative power to
revolutionize these tasks or whether the distinct complexities of biomedical
domain presents unique challenges. Following an extensive literature survey, we
find that significant advances have been made in the field of text generation
tasks, surpassing the previous state-of-the-art methods. For other
applications, the advances have been modest. Overall, LLMs have not yet
revolutionized biomedicine, but recent rapid progress indicates that such
methods hold great potential to provide valuable means for accelerating
discovery and improving health. We also find that the use of LLMs, like
ChatGPT, in the fields of biomedicine and health entails various risks and
challenges, including fabricated information in its generated responses, as
well as legal and privacy concerns associated with sensitive patient data. We
believe this survey can provide a comprehensive and timely overview to
biomedical researchers and healthcare practitioners on the opportunities and
challenges associated with using ChatGPT and other LLMs for transforming
biomedicine and health. | cs.CY | Opportunities and Challenges for ChatGPT and Large Language Models in Biomedicine and Health |
2023-06-15T20:11:23Z | http://arxiv.org/pdf/2306.09479v2 | http://arxiv.org/abs/2306.09479v2 | Ian R. McKenzie, Alexander Lyzhov, Michael Pieler, Alicia Parrish, Aaron Mueller, Ameya Prabhu, Euan McLean, Aaron Kirtland, Alexis Ross, Alisa Liu, Andrew Gritsevskiy, Daniel Wurgaft, Derik Kauffman, Gabriel Recchia, Jiacheng Liu, Joe Cavanagh, Max Weiss, Sicong Huang, The Floating Droid, Tom Tseng, Tomasz Korbak, Xudong Shen, Yuhui Zhang, Zhengping Zhou, Najoung Kim, Samuel R. Bowman, Ethan Perez | 2024-05-13T01:25:12Z | cs.CL, cs.AI, cs.CY | Work on scaling laws has found that large language models (LMs) show
predictable improvements to overall loss with increased scale (model size,
training data, and compute). Here, we present evidence for the claim that LMs
may show inverse scaling, or worse task performance with increased scale, e.g.,
due to flaws in the training objective and data. We present empirical evidence
of inverse scaling on 11 datasets collected by running a public contest, the
Inverse Scaling Prize, with a substantial prize pool. Through analysis of the
datasets, along with other examples found in the literature, we identify four
potential causes of inverse scaling: (i) preference to repeat memorized
sequences over following in-context instructions, (ii) imitation of undesirable
patterns in the training data, (iii) tasks containing an easy distractor task
which LMs could focus on, rather than the harder real task, and (iv) correct
but misleading few-shot demonstrations of the task. We release the winning
datasets at https://inversescaling.com/data to allow for further investigation
of inverse scaling. Our tasks have helped drive the discovery of U-shaped and
inverted-U scaling trends, where an initial trend reverses, suggesting that
scaling trends are less reliable at predicting the behavior of larger-scale
models than previously understood. Overall, our results suggest that there are
tasks for which increased model scale alone may not lead to progress, and that
more careful thought needs to go into the data and objectives for training
language models. | cs.CL | Inverse Scaling: When Bigger Isn't Better |
2023-06-15T18:49:50Z | http://arxiv.org/pdf/2306.09442v3 | http://arxiv.org/abs/2306.09442v3 | Stephen Casper, Jason Lin, Joe Kwon, Gatlen Culp, Dylan Hadfield-Menell | 2023-10-11T00:37:33Z | cs.CL, cs.AI, cs.LG | Deploying large language models (LMs) can pose hazards from harmful outputs
such as toxic or false text. Prior work has introduced automated tools that
elicit harmful outputs to identify these risks. While this is a valuable step
toward securing models, these approaches rely on a pre-existing way to
efficiently classify undesirable outputs. Using a pre-existing classifier does
not allow for red-teaming to be tailored to the target model. Furthermore, when
failures can be easily classified in advance, red-teaming has limited marginal
value because problems can be avoided by simply filtering training data and/or
model outputs. Here, we consider red-teaming "from scratch," in which the
adversary does not begin with a way to classify failures. Our framework
consists of three steps: 1) Exploring the model's range of behaviors in the
desired context; 2) Establishing a definition and measurement for undesired
behavior (e.g., a classifier trained to reflect human evaluations); and 3)
Exploiting the model's flaws using this measure to develop diverse adversarial
prompts. We use this approach to red-team GPT-3 to discover classes of inputs
that elicit false statements. In doing so, we construct the CommonClaim dataset
of 20,000 statements labeled by humans as common-knowledge-true, common
knowledge-false, or neither. We are making code and data available. | cs.CL | Explore, Establish, Exploit: Red Teaming Language Models from Scratch |
2023-06-15T17:59:47Z | http://arxiv.org/pdf/2306.09343v1 | http://arxiv.org/abs/2306.09343v1 | Rose E. Wang, Pawan Wirawarn, Noah Goodman, Dorottya Demszky | 2023-06-15T17:59:47Z | cs.CL, cs.AI | Lectures are a learning experience for both students and teachers. Students
learn from teachers about the subject material, while teachers learn from
students about how to refine their instruction. However, online student
feedback is unstructured and abundant, making it challenging for teachers to
learn and improve. We take a step towards tackling this challenge. First, we
contribute a dataset for studying this problem: SIGHT is a large dataset of 288
math lecture transcripts and 15,784 comments collected from the Massachusetts
Institute of Technology OpenCourseWare (MIT OCW) YouTube channel. Second, we
develop a rubric for categorizing feedback types using qualitative analysis.
Qualitative analysis methods are powerful in uncovering domain-specific
insights, however they are costly to apply to large data sources. To overcome
this challenge, we propose a set of best practices for using large language
models (LLMs) to cheaply classify the comments at scale. We observe a striking
correlation between the model's and humans' annotation: Categories with
consistent human annotations (>$0.9$ inter-rater reliability, IRR) also display
higher human-model agreement (>$0.7$), while categories with less consistent
human annotations ($0.7$-$0.8$ IRR) correspondingly demonstrate lower
human-model agreement ($0.3$-$0.5$). These techniques uncover useful student
feedback from thousands of comments, costing around $\$0.002$ per comment. We
conclude by discussing exciting future directions on using online student
feedback and improving automated annotation techniques for qualitative
research. | cs.CL | SIGHT: A Large Annotated Dataset on Student Insights Gathered from Higher Education Transcripts |
2023-06-15T17:59:32Z | http://arxiv.org/pdf/2306.09342v1 | http://arxiv.org/abs/2306.09342v1 | Tyler Zhu, Karttikeya Mangalam | 2023-06-15T17:59:32Z | cs.LG, cs.CL, cs.CV | The growing size of datasets and deep learning models has made faster and
memory-efficient training crucial. Reversible transformers have recently been
introduced as an exciting new method for extremely memory-efficient training,
but they come with an additional computation overhead of activation
re-computation in the backpropagation phase. We present PaReprop, a fast
Parallelized Reversible Backpropagation algorithm that parallelizes the
additional activation re-computation overhead in reversible training with the
gradient computation itself in backpropagation phase. We demonstrate the
effectiveness of the proposed PaReprop algorithm through extensive benchmarking
across model families (ViT, MViT, Swin and RoBERTa), data modalities (Vision &
NLP), model sizes (from small to giant), and training batch sizes. Our
empirical results show that PaReprop achieves up to 20% higher training
throughput than vanilla reversible training, largely mitigating the theoretical
overhead of 25% lower throughput from activation recomputation in reversible
training. Project page: https://tylerzhu.com/pareprop. | cs.LG | PaReprop: Fast Parallelized Reversible Backpropagation |
2023-06-15T17:59:31Z | http://arxiv.org/pdf/2306.09340v1 | http://arxiv.org/abs/2306.09340v1 | Björn Bebensee, Haejun Lee | 2023-06-15T17:59:31Z | cs.CL, cs.LG | In schema-guided dialogue state tracking models estimate the current state of
a conversation using natural language descriptions of the service schema for
generalization to unseen services. Prior generative approaches which decode
slot values sequentially do not generalize well to variations in schema, while
discriminative approaches separately encode history and schema and fail to
account for inter-slot and intent-slot dependencies. We introduce SPLAT, a
novel architecture which achieves better generalization and efficiency than
prior approaches by constraining outputs to a limited prediction space. At the
same time, our model allows for rich attention among descriptions and history
while keeping computation costs constrained by incorporating linear-time
attention. We demonstrate the effectiveness of our model on the Schema-Guided
Dialogue (SGD) and MultiWOZ datasets. Our approach significantly improves upon
existing models achieving 85.3 JGA on the SGD dataset. Further, we show
increased robustness on the SGD-X benchmark: our model outperforms the more
than 30$\times$ larger D3ST-XXL model by 5.0 points. | cs.CL | Span-Selective Linear Attention Transformers for Effective and Robust Schema-Guided Dialogue State Tracking |
2023-06-15T17:58:04Z | http://arxiv.org/pdf/2306.09328v1 | http://arxiv.org/abs/2306.09328v1 | Zijie J. Wang, Fred Hohman, Duen Horng Chau | 2023-06-15T17:58:04Z | cs.LG, cs.CL, cs.CV, cs.HC | Machine learning models often learn latent embedding representations that
capture the domain semantics of their training data. These embedding
representations are valuable for interpreting trained models, building new
models, and analyzing new datasets. However, interpreting and using embeddings
can be challenging due to their opaqueness, high dimensionality, and the large
size of modern datasets. To tackle these challenges, we present WizMap, an
interactive visualization tool to help researchers and practitioners easily
explore large embeddings. With a novel multi-resolution embedding summarization
method and a familiar map-like interaction design, WizMap enables users to
navigate and interpret embedding spaces with ease. Leveraging modern web
technologies such as WebGL and Web Workers, WizMap scales to millions of
embedding points directly in users' web browsers and computational notebooks
without the need for dedicated backend servers. WizMap is open-source and
available at the following public demo link: https://poloclub.github.io/wizmap. | cs.LG | WizMap: Scalable Interactive Visualization for Exploring Large Machine Learning Embeddings |
2023-06-15T17:47:41Z | http://arxiv.org/pdf/2306.09313v1 | http://arxiv.org/abs/2306.09313v1 | Rohit Paturi, Sundararajan Srinivasan, Xiang Li | 2023-06-15T17:47:41Z | eess.AS, cs.AI, cs.CL, cs.LG | Speaker diarization (SD) is typically used with an automatic speech
recognition (ASR) system to ascribe speaker labels to recognized words. The
conventional approach reconciles outputs from independently optimized ASR and
SD systems, where the SD system typically uses only acoustic information to
identify the speakers in the audio stream. This approach can lead to speaker
errors especially around speaker turns and regions of speaker overlap. In this
paper, we propose a novel second-pass speaker error correction system using
lexical information, leveraging the power of modern language models (LMs). Our
experiments across multiple telephony datasets show that our approach is both
effective and robust. Training and tuning only on the Fisher dataset, this
error correction approach leads to relative word-level diarization error rate
(WDER) reductions of 15-30% on three telephony datasets: RT03-CTS, Callhome
American English and held-out portions of Fisher. | eess.AS | Lexical Speaker Error Correction: Leveraging Language Models for Speaker Diarization Error Correction |
2023-06-15T17:47:31Z | http://arxiv.org/pdf/2306.09312v2 | http://arxiv.org/abs/2306.09312v2 | Fabian Paischer, Thomas Adler, Markus Hofmarcher, Sepp Hochreiter | 2023-10-27T10:34:20Z | cs.LG, cs.AI, cs.CL, stat.ML | Reinforcement learning agents deployed in the real world often have to cope
with partially observable environments. Therefore, most agents employ memory
mechanisms to approximate the state of the environment. Recently, there have
been impressive success stories in mastering partially observable environments,
mostly in the realm of computer games like Dota 2, StarCraft II, or MineCraft.
However, existing methods lack interpretability in the sense that it is not
comprehensible for humans what the agent stores in its memory. In this regard,
we propose a novel memory mechanism that represents past events in human
language. Our method uses CLIP to associate visual inputs with language tokens.
Then we feed these tokens to a pretrained language model that serves the agent
as memory and provides it with a coherent and human-readable representation of
the past. We train our memory mechanism on a set of partially observable
environments and find that it excels on tasks that require a memory component,
while mostly attaining performance on-par with strong baselines on tasks that
do not. On a challenging continuous recognition task, where memorizing the past
is crucial, our memory mechanism converges two orders of magnitude faster than
prior methods. Since our memory mechanism is human-readable, we can peek at an
agent's memory and check whether crucial pieces of information have been
stored. This significantly enhances troubleshooting and paves the way toward
more interpretable agents. | cs.LG | Semantic HELM: A Human-Readable Memory for Reinforcement Learning |
2023-06-15T17:42:48Z | http://arxiv.org/pdf/2306.09308v1 | http://arxiv.org/abs/2306.09308v1 | Myles Foley, Ambrish Rawat, Taesung Lee, Yufang Hou, Gabriele Picco, Giulio Zizzo | 2023-06-15T17:42:48Z | cs.CL, cs.AI, cs.CR | The wide applicability and adaptability of generative large language models
(LLMs) has enabled their rapid adoption. While the pre-trained models can
perform many tasks, such models are often fine-tuned to improve their
performance on various downstream applications. However, this leads to issues
over violation of model licenses, model theft, and copyright infringement.
Moreover, recent advances show that generative technology is capable of
producing harmful content which exacerbates the problems of accountability
within model supply chains. Thus, we need a method to investigate how a model
was trained or a piece of text was generated and what their pre-trained base
model was. In this paper we take the first step to address this open problem by
tracing back the origin of a given fine-tuned LLM to its corresponding
pre-trained base model. We consider different knowledge levels and attribution
strategies, and find that we can correctly trace back 8 out of the 10 fine
tuned models with our best method. | cs.CL | Matching Pairs: Attributing Fine-Tuned Models to their Pre-Trained Large Language Models |
2023-06-15T17:41:14Z | http://arxiv.org/pdf/2306.09307v1 | http://arxiv.org/abs/2306.09307v1 | Marie Mikulová, Milan Straka, Jan Štěpánek, Barbora Štěpánková, Jan Hajič | 2023-06-15T17:41:14Z | cs.CL | This paper presents an analysis of annotation using an automatic
pre-annotation for a mid-level annotation complexity task -- dependency syntax
annotation. It compares the annotation efforts made by annotators using a
pre-annotated version (with a high-accuracy parser) and those made by fully
manual annotation. The aim of the experiment is to judge the final annotation
quality when pre-annotation is used. In addition, it evaluates the effect of
automatic linguistically-based (rule-formulated) checks and another annotation
on the same data available to the annotators, and their influence on annotation
quality and efficiency. The experiment confirmed that the pre-annotation is an
efficient tool for faster manual syntactic annotation which increases the
consistency of the resulting annotation without reducing its quality. | cs.CL | Quality and Efficiency of Manual Annotation: Pre-annotation Bias |
2023-06-15T17:39:50Z | http://arxiv.org/pdf/2306.09306v2 | http://arxiv.org/abs/2306.09306v2 | Shankar Padmanabhan, Yasumasa Onoe, Michael J. Q. Zhang, Greg Durrett, Eunsol Choi | 2023-10-31T00:29:12Z | cs.CL | Modern language models have the capacity to store and use immense amounts of
knowledge about real-world entities, but it remains unclear how to update such
knowledge stored in model parameters. While prior methods for updating
knowledge in LMs successfully inject atomic facts, updated LMs fail to make
inferences based on injected facts. In this work, we demonstrate that a context
distillation-based approach can both impart knowledge about entities and
propagate that knowledge to enable broader inferences. Our approach consists of
two stages: transfer set generation and distillation on the transfer set. We
first generate a transfer set by prompting a language model to generate
continuations from the entity definition. Then, we update the model parameters
so that the distribution of the LM (the student) matches the distribution of
the LM conditioned on the definition (the teacher) on the transfer set. Our
experiments demonstrate that this approach is more effective at propagating
knowledge updates than fine-tuning and other gradient-based knowledge-editing
methods. Moreover, it does not compromise performance in other contexts, even
when injecting the definitions of up to 150 entities at once. | cs.CL | Propagating Knowledge Updates to LMs Through Distillation |
2023-06-15T17:27:20Z | http://arxiv.org/pdf/2306.09299v2 | http://arxiv.org/abs/2306.09299v2 | Swarnadeep Saha, Peter Hase, Mohit Bansal | 2023-11-14T05:24:06Z | cs.CL, cs.AI, cs.LG | A hallmark property of explainable AI models is the ability to teach other
agents, communicating knowledge of how to perform a task. While Large Language
Models perform complex reasoning by generating explanations for their
predictions, it is unclear whether they also make good teachers for weaker
agents. To address this, we consider a student-teacher framework between two
LLM agents and study if, when, and how the teacher should intervene with
natural language explanations to improve the student's performance. Since
communication is expensive, we define a budget such that the teacher only
communicates explanations for a fraction of the data, after which the student
should perform well on its own. We decompose the teaching problem along four
axes: (1) if teacher's test time intervention improve student predictions, (2)
when it is worth explaining a data point, (3) how the teacher should
personalize explanations to better teach the student, and (4) if teacher
explanations also improve students on future unexplained data. We first show
that teacher LLMs can indeed intervene on student reasoning to improve their
performance. Next, inspired by the Theory of Mind abilities of effective
teachers, we propose building two few-shot mental models of the student. The
first model defines an Intervention Function that simulates the utility of an
intervention, allowing the teacher to intervene when this utility is the
highest and improving student performance at lower budgets. The second model
enables the teacher to personalize explanations for a particular student and
outperform unpersonalized teachers. We also demonstrate that in multi-turn
interactions, teacher explanations generalize and learning from explained data
improves student performance on future unexplained data. Finally, we verify
that misaligned teachers can lower student performance to random chance by
intentionally misleading them. | cs.CL | Can Language Models Teach Weaker Agents? Teacher Explanations Improve Students via Personalization |
2023-06-15T17:20:46Z | http://arxiv.org/pdf/2306.09296v3 | http://arxiv.org/abs/2306.09296v3 | Jifan Yu, Xiaozhi Wang, Shangqing Tu, Shulin Cao, Daniel Zhang-Li, Xin Lv, Hao Peng, Zijun Yao, Xiaohan Zhang, Hanming Li, Chunyang Li, Zheyuan Zhang, Yushi Bai, Yantao Liu, Amy Xin, Nianyi Lin, Kaifeng Yun, Linlu Gong, Jianhui Chen, Zhili Wu, Yunjia Qi, Weikai Li, Yong Guan, Kaisheng Zeng, Ji Qi, Hailong Jin, Jinxin Liu, Yu Gu, Yuan Yao, Ning Ding, Lei Hou, Zhiyuan Liu, Bin Xu, Jie Tang, Juanzi Li | 2024-07-01T03:38:57Z | cs.CL | The unprecedented performance of large language models (LLMs) necessitates
improvements in evaluations. Rather than merely exploring the breadth of LLM
abilities, we believe meticulous and thoughtful designs are essential to
thorough, unbiased, and applicable evaluations. Given the importance of world
knowledge to LLMs, we construct a Knowledge-oriented LLM Assessment benchmark
(KoLA), in which we carefully design three crucial factors: (1) For
\textbf{ability modeling}, we mimic human cognition to form a four-level
taxonomy of knowledge-related abilities, covering $19$ tasks. (2) For
\textbf{data}, to ensure fair comparisons, we use both Wikipedia, a corpus
prevalently pre-trained by LLMs, along with continuously collected emerging
corpora, aiming to evaluate the capacity to handle unseen data and evolving
knowledge. (3) For \textbf{evaluation criteria}, we adopt a contrastive system,
including overall standard scores for better numerical comparability across
tasks and models and a unique self-contrast metric for automatically evaluating
knowledge-creating ability. We evaluate $28$ open-source and commercial LLMs
and obtain some intriguing findings. The KoLA dataset and open-participation
leaderboard are publicly released at https://kola.xlore.cn and will be
continuously updated to provide references for developing LLMs and
knowledge-related systems. | cs.CL | KoLA: Carefully Benchmarking World Knowledge of Large Language Models |
2023-06-15T17:15:52Z | http://arxiv.org/pdf/2306.09288v1 | http://arxiv.org/abs/2306.09288v1 | David Kubeša, Milan Straka | 2023-06-15T17:15:52Z | cs.CL | We present DaMuEL, a large Multilingual Dataset for Entity Linking containing
data in 53 languages. DaMuEL consists of two components: a knowledge base that
contains language-agnostic information about entities, including their claims
from Wikidata and named entity types (PER, ORG, LOC, EVENT, BRAND, WORK_OF_ART,
MANUFACTURED); and Wikipedia texts with entity mentions linked to the knowledge
base, along with language-specific text from Wikidata such as labels, aliases,
and descriptions, stored separately for each language. The Wikidata QID is used
as a persistent, language-agnostic identifier, enabling the combination of the
knowledge base with language-specific texts and information for each entity.
Wikipedia documents deliberately annotate only a single mention for every
entity present; we further automatically detect all mentions of named entities
linked from each document. The dataset contains 27.9M named entities in the
knowledge base and 12.3G tokens from Wikipedia texts. The dataset is published
under the CC BY-SA license at https://hdl.handle.net/11234/1-5047. | cs.CL | DaMuEL: A Large Multilingual Dataset for Entity Linking |
2023-06-15T16:19:15Z | http://arxiv.org/pdf/2306.09237v2 | http://arxiv.org/abs/2306.09237v2 | Vishvaksenan Rasiah, Ronja Stern, Veton Matoshi, Matthias Stürmer, Ilias Chalkidis, Daniel E. Ho, Joel Niklaus | 2023-09-01T18:00:57Z | cs.CL, cs.AI, cs.LG, 68T50, I.2 | Recent strides in Large Language Models (LLMs) have saturated many NLP
benchmarks (even professional domain-specific ones), emphasizing the need for
novel, more challenging novel ones to properly assess LLM capabilities. In this
paper, we introduce a novel NLP benchmark that poses challenges to current LLMs
across four key dimensions: processing long documents (up to 50K tokens),
utilizing domain specific knowledge (embodied in legal texts), multilingual
understanding (covering five languages), and multitasking (comprising legal
document to document Information Retrieval, Court View Generation, Leading
Decision Summarization, Citation Extraction, and eight challenging Text
Classification tasks). Our benchmark comprises diverse legal NLP datasets from
the Swiss legal system, allowing for a comprehensive study of the underlying
Non-English, inherently multilingual, federal legal system. Despite recent
advances, efficiently processing long documents for intense review/analysis
tasks remains an open challenge for language models. Also, comprehensive,
domain-specific benchmarks requiring high expertise to develop are rare, as are
multilingual benchmarks. This scarcity underscores our contribution's value,
considering most public models are trained predominantly on English corpora,
while other languages remain understudied, particularly for practical
domain-specific NLP tasks. Our benchmark allows for testing and advancing the
state-of-the-art LLMs. As part of our study, we evaluate several pre-trained
multilingual language models on our benchmark to establish strong baselines as
a point of reference. Despite the large size of our datasets (tens to hundreds
of thousands of examples), existing publicly available models struggle with
most tasks, even after in-domain pretraining. We publish all resources
(benchmark suite, pre-trained models, code) under a fully permissive open CC
BY-SA license. | cs.CL | SCALE: Scaling up the Complexity for Advanced Language Model Evaluation |
2023-06-15T16:01:30Z | http://arxiv.org/pdf/2306.09390v1 | http://arxiv.org/abs/2306.09390v1 | Hamideh Ghanadian, Isar Nejadgholi, Hussein Al Osman | 2023-06-15T16:01:30Z | cs.CL, cs.AI, cs.LG | This paper presents a novel framework for quantitatively evaluating the
interactive ChatGPT model in the context of suicidality assessment from social
media posts, utilizing the University of Maryland Reddit suicidality dataset.
We conduct a technical evaluation of ChatGPT's performance on this task using
Zero-Shot and Few-Shot experiments and compare its results with those of two
fine-tuned transformer-based models. Additionally, we investigate the impact of
different temperature parameters on ChatGPT's response generation and discuss
the optimal temperature based on the inconclusiveness rate of ChatGPT. Our
results indicate that while ChatGPT attains considerable accuracy in this task,
transformer-based models fine-tuned on human-annotated datasets exhibit
superior performance. Moreover, our analysis sheds light on how adjusting the
ChatGPT's hyperparameters can improve its ability to assist mental health
professionals in this critical task. | cs.CL | ChatGPT for Suicide Risk Assessment on Social Media: Quantitative Evaluation of Model Performance, Potentials and Limitations |
2023-06-15T15:49:51Z | http://arxiv.org/pdf/2306.09212v2 | http://arxiv.org/abs/2306.09212v2 | Haonan Li, Yixuan Zhang, Fajri Koto, Yifei Yang, Hai Zhao, Yeyun Gong, Nan Duan, Timothy Baldwin | 2024-01-17T19:09:57Z | cs.CL | As the capabilities of large language models (LLMs) continue to advance,
evaluating their performance becomes increasingly crucial and challenging. This
paper aims to bridge this gap by introducing CMMLU, a comprehensive Chinese
benchmark that covers various subjects, including natural science, social
sciences, engineering, and humanities. We conduct a thorough evaluation of 18
advanced multilingual- and Chinese-oriented LLMs, assessing their performance
across different subjects and settings. The results reveal that most existing
LLMs struggle to achieve an average accuracy of 50%, even when provided with
in-context examples and chain-of-thought prompts, whereas the random baseline
stands at 25%. This highlights significant room for improvement in LLMs.
Additionally, we conduct extensive experiments to identify factors impacting
the models' performance and propose directions for enhancing LLMs. CMMLU fills
the gap in evaluating the knowledge and reasoning capabilities of large
language models within the Chinese context. | cs.CL | CMMLU: Measuring massive multitask language understanding in Chinese |
2023-06-15T15:26:20Z | http://arxiv.org/pdf/2306.10067v2 | http://arxiv.org/abs/2306.10067v2 | Kevin G. Yager | 2023-08-24T20:24:13Z | cs.CL, cs.AI, I.2.7 | Large language models (LLMs) have emerged as powerful machine-learning
systems capable of handling a myriad of tasks. Tuned versions of these systems
have been turned into chatbots that can respond to user queries on a vast
diversity of topics, providing informative and creative replies. However, their
application to physical science research remains limited owing to their
incomplete knowledge in these areas, contrasted with the needs of rigor and
sourcing in science domains. Here, we demonstrate how existing methods and
software tools can be easily combined to yield a domain-specific chatbot. The
system ingests scientific documents in existing formats, and uses text
embedding lookup to provide the LLM with domain-specific contextual information
when composing its reply. We similarly demonstrate that existing image
embedding methods can be used for search and retrieval across publication
figures. These results confirm that LLMs are already suitable for use by
physical scientists in accelerating their research efforts. | cs.CL | Domain-specific ChatBots for Science using Embeddings |
2023-06-15T14:47:03Z | http://arxiv.org/pdf/2306.09170v3 | http://arxiv.org/abs/2306.09170v3 | Xuan-Quy Dao, Ngoc-Bich Le, Xuan-Dung Phan, Bac-Bien Ngo | 2023-07-10T11:22:20Z | cs.CL, cs.HC | This research article highlights the potential of AI-powered chatbots in
education and presents the results of using ChatGPT, a large language model, to
complete the Vietnamese National High School Graduation Examination (VNHSGE).
The study dataset included 30 essays in the literature test case and 1,700
multiple-choice questions designed for other subjects. The results showed that
ChatGPT was able to pass the examination with an average score of 6-7,
demonstrating the technology's potential to revolutionize the educational
landscape. The analysis of ChatGPT performance revealed its proficiency in a
range of subjects, including mathematics, English, physics, chemistry, biology,
history, geography, civic education, and literature, which suggests its
potential to provide effective support for learners. However, further research
is needed to assess ChatGPT performance on more complex exam questions and its
potential to support learners in different contexts. As technology continues to
evolve and improve, we can expect to see the use of AI tools like ChatGPT
become increasingly common in educational settings, ultimately enhancing the
educational experience for both students and educators. | cs.CL | Can ChatGPT pass the Vietnamese National High School Graduation Examination? |
2023-06-15T14:46:44Z | http://arxiv.org/pdf/2306.09169v1 | http://arxiv.org/abs/2306.09169v1 | Jan Göpfert, Jann M. Weinand, Patrick Kuckertz, Detlef Stolten | 2023-06-15T14:46:44Z | cs.CL, cs.AI, cs.CE | In recent years, large language models have achieved breakthroughs on a wide
range of benchmarks in natural language processing and continue to increase in
performance. Recently, the advances of large language models have raised
interest outside the natural language processing community and could have a
large impact on daily life. In this paper, we pose the question: How will large
language models and other foundation models shape the future product
development process? We provide the reader with an overview of the subject by
summarizing both recent advances in natural language processing and the use of
information technology in the engineering design process. We argue that
discourse should be regarded as the core of engineering design processes, and
therefore should be represented in a digital artifact. On this basis, we
describe how foundation models such as large language models could contribute
to the design discourse by automating parts thereof that involve creativity and
reasoning, and were previously reserved for humans. We describe how
simulations, experiments, topology optimizations, and other process steps can
be integrated into a machine-actionable, discourse-centric design process.
Finally, we outline the future research that will be necessary for the
implementation of the conceptualized framework. | cs.CL | Opportunities for Large Language Models and Discourse in Engineering Design |
2023-06-15T14:03:28Z | http://arxiv.org/pdf/2306.09144v1 | http://arxiv.org/abs/2306.09144v1 | Chiara Epifanio, Luca Forlizzi, Francesca Marzi, Filippo Mignosi, Giuseppe Placidi, Matteo Spezialetti | 2023-06-15T14:03:28Z | cs.CC, cs.CL, cs.DS | In this paper we consider the weighted $k$-Hamming and $k$-Edit distances,
that are natural generalizations of the classical Hamming and Edit distances.
As main results of this paper we prove that for any $k\geq 2$ the
DECIS-$k$-Hamming problem is $\mathbb{P}$-SPACE-complete and the DECIS-$k$-Edit
problem is NEXPTIME-complete. | cs.CC | On the $k$-Hamming and $k$-Edit Distances |
2023-06-15T13:19:08Z | http://arxiv.org/pdf/2306.09114v1 | http://arxiv.org/abs/2306.09114v1 | Bowen Xing, Ivor W. Tsang | 2023-06-15T13:19:08Z | cs.CL, cs.AI | Dual-task dialog language understanding aims to tackle two correlative dialog
language understanding tasks simultaneously via leveraging their inherent
correlations. In this paper, we put forward a new framework, whose core is
relational temporal graph reasoning.We propose a speaker-aware temporal graph
(SATG) and a dual-task relational temporal graph (DRTG) to facilitate
relational temporal modeling in dialog understanding and dual-task reasoning.
Besides, different from previous works that only achieve implicit
semantics-level interactions, we propose to model the explicit dependencies via
integrating prediction-level interactions. To implement our framework, we first
propose a novel model Dual-tAsk temporal Relational rEcurrent Reasoning network
(DARER), which first generates the context-, speaker- and temporal-sensitive
utterance representations through relational temporal modeling of SATG, then
conducts recurrent dual-task relational temporal graph reasoning on DRTG, in
which process the estimated label distributions act as key clues in
prediction-level interactions. And the relational temporal modeling in DARER is
achieved by relational convolutional networks (RGCNs). Then we further propose
Relational Temporal Transformer (ReTeFormer), which achieves fine-grained
relational temporal modeling via Relation- and Structure-aware Disentangled
Multi-head Attention. Accordingly, we propose DARER with ReTeFormer (DARER2),
which adopts two variants of ReTeFormer to achieve the relational temporal
modeling of SATG and DTRG, respectively. The extensive experiments on different
scenarios verify that our models outperform state-of-the-art models by a large
margin. Remarkably, on the dialog sentiment classification task in the Mastodon
dataset, DARER and DARER2 gain relative improvements of about 28% and 34% over
the previous best model in terms of F1. | cs.CL | Relational Temporal Graph Reasoning for Dual-task Dialogue Language Understanding |
2023-06-15T13:09:40Z | http://arxiv.org/pdf/2306.09108v1 | http://arxiv.org/abs/2306.09108v1 | Manex Agirrezabal | 2023-06-15T13:09:40Z | cs.CL | In this paper we present our method for tasks 2 and 3A at the CheckThat2023
shared task. We make use of a generic approach that has been used to tackle a
diverse set of tasks, inspired by authorship attribution and profiling. We
train a number of Machine Learning models and our results show that Gradient
Boosting performs the best for both tasks. Based on the official ranking
provided by the shared task organizers, our model shows an average performance
compared to other teams. | cs.CL | KUCST at CheckThat 2023: How good can we be with a generic model? |
2023-06-15T12:45:25Z | http://arxiv.org/pdf/2306.09093v1 | http://arxiv.org/abs/2306.09093v1 | Chenyang Lyu, Minghao Wu, Longyue Wang, Xinting Huang, Bingshuai Liu, Zefeng Du, Shuming Shi, Zhaopeng Tu | 2023-06-15T12:45:25Z | cs.CL, cs.AI, cs.CV | Although instruction-tuned large language models (LLMs) have exhibited
remarkable capabilities across various NLP tasks, their effectiveness on other
data modalities beyond text has not been fully studied. In this work, we
propose Macaw-LLM, a novel multi-modal LLM that seamlessly integrates visual,
audio, and textual information. Macaw-LLM consists of three main components: a
modality module for encoding multi-modal data, a cognitive module for
harnessing pretrained LLMs, and an alignment module for harmonizing diverse
representations. Our novel alignment module seamlessly bridges multi-modal
features to textual features, simplifying the adaptation process from the
modality modules to the cognitive module. In addition, we construct a
large-scale multi-modal instruction dataset in terms of multi-turn dialogue,
including 69K image instances and 50K video instances. We have made our data,
code and model publicly available, which we hope can pave the way for future
research in multi-modal LLMs and expand the capabilities of LLMs to handle
diverse data modalities and address complex real-world scenarios. | cs.CL | Macaw-LLM: Multi-Modal Language Modeling with Image, Audio, Video, and Text Integration |
2023-06-15T12:29:42Z | http://arxiv.org/pdf/2306.09085v1 | http://arxiv.org/abs/2306.09085v1 | Sihan Chen, Xingjian He, Handong Li, Xiaojie Jin, Jiashi Feng, Jing Liu | 2023-06-15T12:29:42Z | cs.CV, cs.AI, cs.CL, cs.LG, cs.MM | Due to the limited scale and quality of video-text training corpus, most
vision-language foundation models employ image-text datasets for pretraining
and primarily focus on modeling visually semantic representations while
disregarding temporal semantic representations and correlations. To address
this issue, we propose COSA, a COncatenated SAmple pretrained vision-language
foundation model. COSA jointly models visual contents and event-level temporal
cues using only image-text corpora. We achieve this by sequentially
concatenating multiple image-text pairs as inputs for pretraining. This
transformation effectively converts existing image-text corpora into a pseudo
long-form video-paragraph corpus, enabling richer scene transformations and
explicit event-description correspondence. Extensive experiments demonstrate
that COSA consistently improves performance across a broad range of downstream
tasks, including long-form/short-form video-text tasks and image-text tasks
such as retrieval, captioning, and question answering. Notably, COSA achieves
state-of-the-art results on various competitive benchmarks. Code and model are
released at https://github.com/TXH-mercury/COSA. | cs.CV | COSA: Concatenated Sample Pretrained Vision-Language Foundation Model |
2023-06-15T12:20:30Z | http://arxiv.org/pdf/2306.09079v1 | http://arxiv.org/abs/2306.09079v1 | Muhammad Shoaib Farooq, Shamyla Riaz, Atif Alvi | 2023-06-15T12:20:30Z | cs.IR, cs.CL | In the past few years, the Web of Things (WOT) became a beneficial
game-changing technology within the Agriculture domain as it introduces
innovative and promising solutions to the Internet of Things (IoT) agricultural
applications problems by providing its services. WOT provides the support for
integration, interoperability for heterogeneous devices, infrastructures,
platforms, and the emergence of various other technologies. The main aim of
this study is about understanding and providing a growing and existing research
content, issues, and directions for the future regarding WOT-based agriculture.
Therefore, a systematic literature review (SLR) of research articles is
presented by categorizing the selected studies published between 2010 and 2020
into the following categories: research type, approaches, and their application
domains. Apart from reviewing the state-of-the-art articles on WOT solutions
for the agriculture field, a taxonomy of WOT-base agriculture application
domains has also been presented in this study. A model has also presented to
show the picture of WOT based Smart Agriculture. Lastly, the findings of this
SLR and the research gaps in terms of open issues have been presented to
provide suggestions on possible future directions for the researchers for
future research. | cs.IR | Web of Things and Trends in Agriculture: A Systematic Literature Review |
2023-06-15T11:48:50Z | http://arxiv.org/pdf/2306.09066v1 | http://arxiv.org/abs/2306.09066v1 | Alicja Dobrzeniecka, Rafal Urbaniak | 2023-06-15T11:48:50Z | cs.CL, cs.HC, cs.LG, stat.AP, stat.ME | Multiple measures, such as WEAT or MAC, attempt to quantify the magnitude of
bias present in word embeddings in terms of a single-number metric. However,
such metrics and the related statistical significance calculations rely on
treating pre-averaged data as individual data points and employing
bootstrapping techniques with low sample sizes. We show that similar results
can be easily obtained using such methods even if the data are generated by a
null model lacking the intended bias. Consequently, we argue that this approach
generates false confidence. To address this issue, we propose a Bayesian
alternative: hierarchical Bayesian modeling, which enables a more
uncertainty-sensitive inspection of bias in word embeddings at different levels
of granularity. To showcase our method, we apply it to Religion, Gender, and
Race word lists from the original research, together with our control neutral
word lists. We deploy the method using Google, Glove, and Reddit embeddings.
Further, we utilize our approach to evaluate a debiasing technique applied to
Reddit word embedding. Our findings reveal a more complex landscape than
suggested by the proponents of single-number metrics. The datasets and source
code for the paper are publicly available. | cs.CL | A Bayesian approach to uncertainty in word embedding bias estimation |
2023-06-15T11:47:07Z | http://arxiv.org/pdf/2306.09064v1 | http://arxiv.org/abs/2306.09064v1 | Zihao Zhou, Maizhen Ning, Qiufeng Wang, Jie Yao, Wei Wang, Xiaowei Huang, Kaizhu Huang | 2023-06-15T11:47:07Z | cs.CL | Solving math word problem (MWP) with AI techniques has recently made great
progress with the success of deep neural networks (DNN), but it is far from
being solved. We argue that the ability of learning by analogy is essential for
an MWP solver to better understand same problems which may typically be
formulated in diverse ways. However most existing works exploit the shortcut
learning to train MWP solvers simply based on samples with a single question.
In lack of diverse questions, these methods merely learn shallow heuristics. In
this paper, we make a first attempt to solve MWPs by generating diverse yet
consistent questions/equations. Given a typical MWP including the scenario
description, question, and equation (i.e., answer), we first generate multiple
consistent equations via a group of heuristic rules. We then feed them to a
question generator together with the scenario to obtain the corresponding
diverse questions, forming a new MWP with a variety of questions and equations.
Finally we engage a data filter to remove those unreasonable MWPs, keeping the
high-quality augmented ones. To evaluate the ability of learning by analogy for
an MWP solver, we generate a new MWP dataset (called DiverseMath23K) with
diverse questions by extending the current benchmark Math23K. Extensive
experimental results demonstrate that our proposed method can generate
high-quality diverse questions with corresponding equations, further leading to
performance improvement on Diverse-Math23K. The code and dataset is available
at: https://github.com/zhouzihao501/DiverseMWP | cs.CL | Learning by Analogy: Diverse Questions Generation in Math Word Problem |
2023-06-15T11:13:54Z | http://arxiv.org/pdf/2306.09049v1 | http://arxiv.org/abs/2306.09049v1 | Zineddine Bettouche, Andreas Fischer | 2023-06-15T11:13:54Z | cs.CL, cs.DL, cs.IR, cs.LG | Modern performance on several natural language processing (NLP) tasks has
been enhanced thanks to the Transformer-based pre-trained language model BERT.
We employ this concept to investigate a local publication database. Research
papers are encoded and clustered to form a landscape view of the scientific
topics, in which research is active. Authors working on similar topics can be
identified by calculating the similarity between their papers. Based on this,
we define a similarity metric between authors. Additionally we introduce the
concept of self-similarity to indicate the topical variety of authors. | cs.CL | Mapping Researcher Activity based on Publication Data by means of Transformers |
2023-06-15T10:41:23Z | http://arxiv.org/pdf/2306.09030v2 | http://arxiv.org/abs/2306.09030v2 | Hengli Li, Song-Chun Zhu, Zilong Zheng | 2023-06-19T07:31:55Z | cs.CL | Pragmatic reasoning plays a pivotal role in deciphering implicit meanings
that frequently arise in real-life conversations and is essential for the
development of communicative social agents. In this paper, we introduce a novel
challenge, DiPlomat, aiming at benchmarking machines' capabilities on pragmatic
reasoning and situated conversational understanding. Compared with previous
works that treat different figurative expressions (e.g. metaphor, sarcasm) as
individual tasks, DiPlomat provides a cohesive framework towards general
pragmatic understanding. Our dataset is created through the utilization of
Amazon Mechanical Turk ( AMT ), resulting in a total of 4, 177 multi-turn
dialogues. In conjunction with the dataset, we propose two tasks, Pragmatic
Identification and Reasoning (PIR) and Conversational Question Answering (CQA).
Experimental results with state-of-the-art (SOTA) neural architectures reveal
several significant findings: 1) large language models ( LLMs) exhibit poor
performance in tackling this subjective domain; 2) comprehensive comprehension
of context emerges as a critical factor for establishing benign human-machine
interactions; 3) current models defect in the application of pragmatic
reasoning. As a result, we call on more attention to improve the ability of
context understanding, reasoning, and implied meaning modeling. | cs.CL | DiPlomat: A Dialogue Dataset for Situated Pragmatic Reasoning |
2023-06-15T09:49:12Z | http://arxiv.org/pdf/2306.08999v1 | http://arxiv.org/abs/2306.08999v1 | Eric Egli, Noah Mamié, Eyal Liron Dolev, Mathias Müller | 2023-06-15T09:49:12Z | cs.CL, cs.AI | In this study, we use recent stance detection methods to study the stance
(for, against or neutral) of statements in official information booklets for
voters. Our main goal is to answer the fundamental question: are topics to be
voted on presented in a neutral way?
To this end, we first train and compare several models for stance detection
on a large dataset about Swiss politics. We find that fine-tuning an M-BERT
model leads to the best accuracy. We then use our best model to analyze the
stance of utterances extracted from the Swiss federal voting booklet concerning
the Swiss popular votes of September 2022, which is the main goal of this
project.
We evaluated the models in both a multilingual as well as a monolingual
context for German, French, and Italian. Our analysis shows that some issues
are heavily favored while others are more balanced, and that the results are
largely consistent across languages.
Our findings have implications for the editorial process of future voting
booklets and the design of better automated systems for analyzing political
discourse. The data and code accompanying this paper are available at
https://github.com/ZurichNLP/voting-booklet-bias. | cs.CL | Voting Booklet Bias: Stance Detection in Swiss Federal Communication |
2023-06-15T09:48:14Z | http://arxiv.org/pdf/2306.08997v2 | http://arxiv.org/abs/2306.08997v2 | Sarah J. Zhang, Samuel Florin, Ariel N. Lee, Eamon Niknafs, Andrei Marginean, Annie Wang, Keith Tyser, Zad Chin, Yann Hicke, Nikhil Singh, Madeleine Udell, Yoon Kim, Tonio Buonassisi, Armando Solar-Lezama, Iddo Drori | 2023-06-24T12:39:06Z | cs.CL, cs.AI, cs.LG | We curate a comprehensive dataset of 4,550 questions and solutions from
problem sets, midterm exams, and final exams across all MIT Mathematics and
Electrical Engineering and Computer Science (EECS) courses required for
obtaining a degree. We evaluate the ability of large language models to fulfill
the graduation requirements for any MIT major in Mathematics and EECS. Our
results demonstrate that GPT-3.5 successfully solves a third of the entire MIT
curriculum, while GPT-4, with prompt engineering, achieves a perfect solve rate
on a test set excluding questions based on images. We fine-tune an open-source
large language model on this dataset. We employ GPT-4 to automatically grade
model responses, providing a detailed performance breakdown by course,
question, and answer type. By embedding questions in a low-dimensional space,
we explore the relationships between questions, topics, and classes and
discover which questions and classes are required for solving other questions
and classes through few-shot learning. Our analysis offers valuable insights
into course prerequisites and curriculum design, highlighting language models'
potential for learning and improving Mathematics and EECS education. | cs.CL | Exploring the MIT Mathematics and EECS Curriculum Using Large Language Models |
2023-06-15T08:47:42Z | http://arxiv.org/pdf/2306.08953v1 | http://arxiv.org/abs/2306.08953v1 | Jing Li, Yequan Wang, Shuai Zhang, Min Zhang | 2023-06-15T08:47:42Z | cs.CL | Recently, numerous efforts have continued to push up performance boundaries
of document-level relation extraction (DocRE) and have claimed significant
progress in DocRE. In this paper, we do not aim at proposing a novel model for
DocRE. Instead, we take a closer look at the field to see if these performance
gains are actually true. By taking a comprehensive literature review and a
thorough examination of popular DocRE datasets, we find that these performance
gains are achieved upon a strong or even untenable assumption in common: all
named entities are perfectly localized, normalized, and typed in advance. Next,
we construct four types of entity mention attacks to examine the robustness of
typical DocRE models by behavioral probing. We also have a close check on model
usability in a more realistic setting. Our findings reveal that most of current
DocRE models are vulnerable to entity mention attacks and difficult to be
deployed in real-world end-user NLP applications. Our study calls more
attentions for future research to stop simplifying problem setups, and to model
DocRE in the wild rather than in an unrealistic Utopian world. | cs.CL | Rethinking Document-Level Relation Extraction: A Reality Check |
2023-06-15T08:44:41Z | http://arxiv.org/pdf/2306.08952v2 | http://arxiv.org/abs/2306.08952v2 | Qingyu Tan, Hwee Tou Ng, Lidong Bing | 2023-06-27T05:39:25Z | cs.CL, cs.AI | Reasoning about time is of fundamental importance. Many facts are
time-dependent. For example, athletes change teams from time to time, and
different government officials are elected periodically. Previous
time-dependent question answering (QA) datasets tend to be biased in either
their coverage of time spans or question types. In this paper, we introduce a
comprehensive probing dataset \tempreason to evaluate the temporal reasoning
capability of large language models. Our dataset includes questions of three
temporal reasoning levels. In addition, we also propose a novel learning
framework to improve the temporal reasoning capability of large language
models, based on temporal span extraction and time-sensitive reinforcement
learning. We conducted experiments in closed book QA, open book QA, and
reasoning QA settings and demonstrated the effectiveness of our approach. Our
code and data are released on https://github.com/DAMO-NLP-SG/TempReason. | cs.CL | Towards Benchmarking and Improving the Temporal Reasoning Capability of Large Language Models |
2023-06-15T08:21:15Z | http://arxiv.org/pdf/2306.08937v3 | http://arxiv.org/abs/2306.08937v3 | Lijun Yu, Jin Miao, Xiaoyu Sun, Jiayi Chen, Alexander G. Hauptmann, Hanjun Dai, Wei Wei | 2023-10-26T16:23:15Z | cs.CL, cs.IR | Document understanding tasks, in particular, Visually-rich Document Entity
Retrieval (VDER), have gained significant attention in recent years thanks to
their broad applications in enterprise AI. However, publicly available data
have been scarce for these tasks due to strict privacy constraints and high
annotation costs. To make things worse, the non-overlapping entity spaces from
different datasets hinder the knowledge transfer between document types. In
this paper, we propose a method to collect massive-scale and weakly labeled
data from the web to benefit the training of VDER models. The collected
dataset, named DocumentNet, does not depend on specific document types or
entity sets, making it universally applicable to all VDER tasks. The current
DocumentNet consists of 30M documents spanning nearly 400 document types
organized in a four-level ontology. Experiments on a set of broadly adopted
VDER tasks show significant improvements when DocumentNet is incorporated into
the pre-training for both classic and few-shot learning settings. With the
recent emergence of large language models (LLMs), DocumentNet provides a large
data source to extend their multi-modal capabilities for VDER. | cs.CL | DocumentNet: Bridging the Data Gap in Document Pre-Training |
2023-06-15T07:53:14Z | http://arxiv.org/pdf/2306.08925v1 | http://arxiv.org/abs/2306.08925v1 | Xiaoyi Bao, Xiaotong Jiang, Zhongqing Wang, Yue Zhang, Guodong Zhou | 2023-06-15T07:53:14Z | cs.CL, cs.AI | Extracting sentiment elements using pre-trained generative models has
recently led to large improvements in aspect-based sentiment analysis
benchmarks. However, these models always need large-scale computing resources,
and they also ignore explicit modeling of structure between sentiment elements.
To address these challenges, we propose an opinion tree parsing model, aiming
to parse all the sentiment elements from an opinion tree, which is much faster,
and can explicitly reveal a more comprehensive and complete aspect-level
sentiment structure. In particular, we first introduce a novel context-free
opinion grammar to normalize the opinion tree structure. We then employ a
neural chart-based opinion tree parser to fully explore the correlations among
sentiment elements and parse them into an opinion tree structure. Extensive
experiments show the superiority of our proposed model and the capacity of the
opinion tree parser with the proposed context-free opinion grammar. More
importantly, the results also prove that our model is much faster than previous
models. | cs.CL | Opinion Tree Parsing for Aspect-based Sentiment Analysis |
2023-06-15T07:45:12Z | http://arxiv.org/pdf/2306.08920v1 | http://arxiv.org/abs/2306.08920v1 | Ziyang Ma, Zhisheng Zheng, Guanrou Yang, Yu Wang, Chao Zhang, Xie Chen | 2023-06-15T07:45:12Z | cs.CL, cs.SD, eess.AS | The excellent generalization ability of self-supervised learning (SSL) for
speech foundation models has garnered significant attention. HuBERT is a
successful example that utilizes offline clustering to convert speech features
into discrete units for a masked language modeling pretext task. However,
simply clustering features as targets by k-means does not fully inspire the
model's performance. In this work, we present an unsupervised method to improve
SSL targets. Two models are proposed, MonoBERT and PolyBERT, which leverage
context-independent and context-dependent phoneme-based units for pre-training.
Our models outperform other SSL models significantly on the LibriSpeech
benchmark without the need for iterative re-clustering and re-training.
Furthermore, our models equipped with context-dependent units even outperform
target-improvement models that use labeled data during pre-training. How we
progressively improve the unit discovery process is demonstrated through
experiments. | cs.CL | Pushing the Limits of Unsupervised Unit Discovery for SSL Speech Representation |
2023-06-15T07:23:44Z | http://arxiv.org/pdf/2306.08909v1 | http://arxiv.org/abs/2306.08909v1 | Qinhong Zhou, Zonghan Yang, Peng Li, Yang Liu | 2023-06-15T07:23:44Z | cs.CL | Conventional knowledge distillation (KD) methods require access to the
internal information of teachers, e.g., logits. However, such information may
not always be accessible for large pre-trained language models (PLMs). In this
work, we focus on decision-based KD for PLMs, where only teacher decisions
(i.e., top-1 labels) are accessible. Considering the information gap between
logits and decisions, we propose a novel method to estimate logits from the
decision distributions. Specifically, decision distributions can be both
derived as a function of logits theoretically and estimated with test-time data
augmentation empirically. By combining the theoretical and empirical
estimations of the decision distributions together, the estimation of logits
can be successfully reduced to a simple root-finding problem. Extensive
experiments show that our method significantly outperforms strong baselines on
both natural language understanding and machine reading comprehension datasets. | cs.CL | Bridging the Gap between Decision and Logits in Decision-based Knowledge Distillation for Pre-trained Language Models |
2023-06-15T07:20:14Z | http://arxiv.org/pdf/2306.08906v1 | http://arxiv.org/abs/2306.08906v1 | Dagmar Gromann, Manuel Lardelli, Katta Spiel, Sabrina Burtscher, Lukas Daniel Klausner, Arthur Mettinger, Igor Miladinovic, Sigrid Schefer-Wenzl, Daniela Duh, Katharina Bühn | 2023-06-15T07:20:14Z | cs.CL, cs.CY | Recent years have seen a strongly increased visibility of non-binary people
in public discourse. Accordingly, considerations of gender-fair language go
beyond a binary conception of male/female. However, language technology,
especially machine translation (MT), still suffers from binary gender bias.
Proposing a solution for gender-fair MT beyond the binary from a purely
technological perspective might fall short to accommodate different target user
groups and in the worst case might lead to misgendering. To address this
challenge, we propose a method and case study building on participatory action
research to include experiential experts, i.e., queer and non-binary people,
translators, and MT experts, in the MT design process. The case study focuses
on German, where central findings are the importance of context dependency to
avoid identity invalidation and a desire for customizable MT solutions. | cs.CL | Participatory Research as a Path to Community-Informed, Gender-Fair Machine Translation |
2023-06-15T07:02:00Z | http://arxiv.org/pdf/2306.08896v1 | http://arxiv.org/abs/2306.08896v1 | Mikhail Plekhanov, Nora Kassner, Kashyap Popat, Louis Martin, Simone Merello, Borislav Kozlovskii, Frédéric A. Dreyer, Nicola Cancedda | 2023-06-15T07:02:00Z | cs.CL | Entity Linking is one of the most common Natural Language Processing tasks in
practical applications, but so far efficient end-to-end solutions with
multilingual coverage have been lacking, leading to complex model stacks. To
fill this gap, we release and open source BELA, the first fully end-to-end
multilingual entity linking model that efficiently detects and links entities
in texts in any of 97 languages. We provide here a detailed description of the
model and report BELA's performance on four entity linking datasets covering
high- and low-resource languages. | cs.CL | Multilingual End to End Entity Linking |
2023-06-15T06:51:35Z | http://arxiv.org/pdf/2306.08892v1 | http://arxiv.org/abs/2306.08892v1 | Hongyuan Dong, Weinan Zhang, Wanxiang Che | 2023-06-15T06:51:35Z | cs.CL | Prompting methods have shown impressive performance in a variety of text
mining tasks and applications, especially few-shot ones. Despite the promising
prospects, the performance of prompting model largely depends on the design of
prompt template and verbalizer. In this work, we propose MetricPrompt, which
eases verbalizer design difficulty by reformulating few-shot text
classification task into text pair relevance estimation task. MetricPrompt
adopts prompting model as the relevance metric, further bridging the gap
between Pre-trained Language Model's (PLM) pre-training objective and text
classification task, making possible PLM's smooth adaption. Taking a training
sample and a query one simultaneously, MetricPrompt captures cross-sample
relevance information for accurate relevance estimation. We conduct experiments
on three widely used text classification datasets across four few-shot
settings. Results show that MetricPrompt outperforms manual verbalizer and
other automatic verbalizer design methods across all few-shot settings,
achieving new state-of-the-art (SOTA) performance. | cs.CL | MetricPrompt: Prompting Model as a Relevance Metric for Few-shot Text Classification |
2023-06-15T06:50:51Z | http://arxiv.org/pdf/2306.08891v1 | http://arxiv.org/abs/2306.08891v1 | Zihui Gu, Ju Fan, Nan Tang, Songyue Zhang, Yuxin Zhang, Zui Chen, Lei Cao, Guoliang Li, Sam Madden, Xiaoyong Du | 2023-06-15T06:50:51Z | cs.CL | Zero-shot NL2SQL is crucial in achieving natural language to SQL that is
adaptive to new environments (e.g., new databases, new linguistic phenomena or
SQL structures) with zero annotated NL2SQL samples from such environments.
Existing approaches either fine-tune pre-trained language models (PLMs) based
on annotated data or use prompts to guide fixed large language models (LLMs)
such as ChatGPT. PLMs can perform well in schema alignment but struggle to
achieve complex reasoning, while LLMs is superior in complex reasoning tasks
but cannot achieve precise schema alignment. In this paper, we propose a
ZeroNL2SQL framework that combines the complementary advantages of PLMs and
LLMs for supporting zero-shot NL2SQL. ZeroNL2SQL first uses PLMs to generate an
SQL sketch via schema alignment, then uses LLMs to fill the missing information
via complex reasoning. Moreover, in order to better align the generated SQL
queries with values in the given database instances, we design a predicate
calibration method to guide the LLM in completing the SQL sketches based on the
database instances and select the optimal SQL query via an execution-based
strategy. Comprehensive experiments show that ZeroNL2SQL can achieve the best
zero-shot NL2SQL performance on real-world benchmarks. Specifically, ZeroNL2SQL
outperforms the state-of-the-art PLM-based methods by 3.2% to 13% and exceeds
LLM-based methods by 10% to 20% on execution accuracy. | cs.CL | Interleaving Pre-Trained Language Models and Large Language Models for Zero-Shot NL2SQL Generation |
2023-06-15T06:46:52Z | http://arxiv.org/pdf/2307.11519v1 | http://arxiv.org/abs/2307.11519v1 | Fariha Tahosin Boishakhi, Ponkoj Chandra Shill, Md. Golam Rabiul Alam | 2023-06-15T06:46:52Z | cs.AI, cs.CL, cs.CV, cs.LG, cs.SD, eess.AS | With the continuous growth of internet users and media content, it is very
hard to track down hateful speech in audio and video. Converting video or audio
into text does not detect hate speech accurately as human sometimes uses
hateful words as humorous or pleasant in sense and also uses different voice
tones or show different action in the video. The state-ofthe-art hate speech
detection models were mostly developed on a single modality. In this research,
a combined approach of multimodal system has been proposed to detect hate
speech from video contents by extracting feature images, feature values
extracted from the audio, text and used machine learning and Natural language
processing. | cs.AI | Multi-modal Hate Speech Detection using Machine Learning |
2023-06-15T06:21:44Z | http://arxiv.org/pdf/2306.08877v3 | http://arxiv.org/abs/2306.08877v3 | Royi Rassin, Eran Hirsch, Daniel Glickman, Shauli Ravfogel, Yoav Goldberg, Gal Chechik | 2024-01-23T20:55:48Z | cs.CL, cs.CV | Text-conditioned image generation models often generate incorrect
associations between entities and their visual attributes. This reflects an
impaired mapping between linguistic binding of entities and modifiers in the
prompt and visual binding of the corresponding elements in the generated image.
As one notable example, a query like "a pink sunflower and a yellow flamingo"
may incorrectly produce an image of a yellow sunflower and a pink flamingo. To
remedy this issue, we propose SynGen, an approach which first syntactically
analyses the prompt to identify entities and their modifiers, and then uses a
novel loss function that encourages the cross-attention maps to agree with the
linguistic binding reflected by the syntax. Specifically, we encourage large
overlap between attention maps of entities and their modifiers, and small
overlap with other entities and modifier words. The loss is optimized during
inference, without retraining or fine-tuning the model. Human evaluation on
three datasets, including one new and challenging set, demonstrate significant
improvements of SynGen compared with current state of the art methods. This
work highlights how making use of sentence structure during inference can
efficiently and substantially improve the faithfulness of text-to-image
generation. | cs.CL | Linguistic Binding in Diffusion Models: Enhancing Attribute Correspondence through Attention Map Alignment |
2023-06-15T06:06:50Z | http://arxiv.org/pdf/2306.08872v1 | http://arxiv.org/abs/2306.08872v1 | Tathagata Raha, Mukund Choudhary, Abhinav Menon, Harshit Gupta, KV Aditya Srivatsa, Manish Gupta, Vasudeva Varma | 2023-06-15T06:06:50Z | cs.CL, cs.AI | Factual consistency is one of the most important requirements when editing
high quality documents. It is extremely important for automatic text generation
systems like summarization, question answering, dialog modeling, and language
modeling. Still, automated factual inconsistency detection is rather
under-studied. Existing work has focused on (a) finding fake news keeping a
knowledge base in context, or (b) detecting broad contradiction (as part of
natural language inference literature). However, there has been no work on
detecting and explaining types of factual inconsistencies in text, without any
knowledge base in context. In this paper, we leverage existing work in
linguistics to formally define five types of factual inconsistencies. Based on
this categorization, we contribute a novel dataset, FICLE (Factual
Inconsistency CLassification with Explanation), with ~8K samples where each
sample consists of two sentences (claim and context) annotated with type and
span of inconsistency. When the inconsistency relates to an entity type, it is
labeled as well at two levels (coarse and fine-grained). Further, we leverage
this dataset to train a pipeline of four neural models to predict inconsistency
type with explanations, given a (claim, context) sentence pair. Explanations
include inconsistent claim fact triple, inconsistent context span, inconsistent
claim component, coarse and fine-grained inconsistent entity types. The
proposed system first predicts inconsistent spans from claim and context; and
then uses them to predict inconsistency types and inconsistent entity types
(when inconsistency is due to entities). We experiment with multiple
Transformer-based natural language classification as well as generative models,
and find that DeBERTa performs the best. Our proposed methods provide a
weighted F1 of ~87% for inconsistency type classification across the five
classes. | cs.CL | Neural models for Factual Inconsistency Classification with Explanations |
2023-06-15T04:41:28Z | http://arxiv.org/pdf/2306.08852v2 | http://arxiv.org/abs/2306.08852v2 | Louis Owen, Biddwan Ahmed, Abhay Kumar | 2024-03-13T08:49:54Z | cs.CL | This paper introduces a novel method leveraging bi-encoder-based detectors
along with a comprehensive study comparing different out-of-distribution (OOD)
detection methods in NLP using different feature extractors. The feature
extraction stage employs popular methods such as Universal Sentence Encoder
(USE), BERT, MPNET, and GLOVE to extract informative representations from
textual data. The evaluation is conducted on several datasets, including
CLINC150, ROSTD-Coarse, SNIPS, and YELLOW. Performance is assessed using
metrics such as F1-Score, MCC, FPR@90, FPR@95, AUPR, an AUROC. The experimental
results demonstrate that the proposed bi-encoder-based detectors outperform
other methods, both those that require OOD labels in training and those that do
not, across all datasets, showing great potential for OOD detection in NLP. The
simplicity of the training process and the superior detection performance make
them applicable to real-world scenarios. The presented methods and benchmarking
metrics serve as a valuable resource for future research in OOD detection,
enabling further advancements in this field. The code and implementation
details can be found on our GitHub repository:
https://github.com/yellowmessenger/ood-detection. | cs.CL | BED: Bi-Encoder-Based Detectors for Out-of-Distribution Detection |
2023-06-15T04:23:25Z | http://arxiv.org/pdf/2306.08847v1 | http://arxiv.org/abs/2306.08847v1 | Nischal Ashok Kumar, Nigel Fernandez, Zichao Wang, Andrew Lan | 2023-06-15T04:23:25Z | cs.CL, cs.CY, cs.LG | Reading comprehension is a crucial skill in many aspects of education,
including language learning, cognitive development, and fostering early
literacy skills in children. Automated answer-aware reading comprehension
question generation has significant potential to scale up learner support in
educational activities. One key technical challenge in this setting is that
there can be multiple questions, sometimes very different from each other, with
the same answer; a trained question generation method may not necessarily know
which question human educators would prefer. To address this challenge, we
propose 1) a data augmentation method that enriches the training dataset with
diverse questions given the same context and answer and 2) an
overgenerate-and-rank method to select the best question from a pool of
candidates. We evaluate our method on the FairytaleQA dataset, showing a 5%
absolute improvement in ROUGE-L over the best existing method. We also
demonstrate the effectiveness of our method in generating harder, "implicit"
questions, where the answers are not contained in the context as text spans. | cs.CL | Improving Reading Comprehension Question Generation with Data Augmentation and Overgenerate-and-rank |
2023-06-15T02:52:50Z | http://arxiv.org/pdf/2306.14905v1 | http://arxiv.org/abs/2306.14905v1 | Teo Susnjak | 2023-06-15T02:52:50Z | cs.CL, cs.AI | With the proliferation of open-sourced Large Language Models (LLMs) and
efficient finetuning techniques, we are on the cusp of the emergence of
numerous domain-specific LLMs that have been finetuned for expertise across
specialized fields and applications for which the current general-purpose LLMs
are unsuitable. In academia, this technology has the potential to revolutionize
the way we conduct systematic literature reviews (SLRs), access knowledge and
generate new insights. This paper proposes an AI-enabled methodological
framework that combines the power of LLMs with the rigorous reporting
guidelines of the Preferred Reporting Items for Systematic Reviews and
Meta-Analyses (PRISMA). By finetuning LLMs on domain-specific academic papers
that have been selected as a result of a rigorous SLR process, the proposed
PRISMA-DFLLM (for Domain-specific Finetuned LLMs) reporting guidelines offer
the potential to achieve greater efficiency, reusability and scalability, while
also opening the potential for conducting incremental living systematic reviews
with the aid of LLMs. Additionally, the proposed approach for leveraging LLMs
for SLRs enables the dissemination of finetuned models, empowering researchers
to accelerate advancements and democratize cutting-edge research. This paper
presents the case for the feasibility of finetuned LLMs to support rigorous
SLRs and the technical requirements for realizing this. This work then proposes
the extended PRISMA-DFLLM checklist of reporting guidelines as well as the
advantages, challenges, and potential implications of implementing
PRISMA-DFLLM. Finally, a future research roadmap to develop this line of
AI-enabled SLRs is presented, paving the way for a new era of evidence
synthesis and knowledge discovery. | cs.CL | PRISMA-DFLLM: An Extension of PRISMA for Systematic Literature Reviews using Domain-specific Finetuned Large Language Models |
2023-06-15T02:22:28Z | http://arxiv.org/pdf/2306.08818v1 | http://arxiv.org/abs/2306.08818v1 | Jiefu Ou, Benno Krojer, Daniel Fried | 2023-06-15T02:22:28Z | cs.CL | We propose a simple yet effective and robust method for contrastive
captioning: generating discriminative captions that distinguish target images
from very similar alternative distractor images. Our approach is built on a
pragmatic inference procedure that formulates captioning as a reference game
between a speaker, which produces possible captions describing the target, and
a listener, which selects the target given the caption. Unlike previous methods
that derive both speaker and listener distributions from a single captioning
model, we leverage an off-the-shelf CLIP model to parameterize the listener.
Compared with captioner-only pragmatic models, our method benefits from rich
vision language alignment representations from CLIP when reasoning over
distractors. Like previous methods for discriminative captioning, our method
uses a hyperparameter to control the tradeoff between the informativity (how
likely captions are to allow a human listener to discriminate the target image)
and the fluency of the captions. However, we find that our method is
substantially more robust to the value of this hyperparameter than past
methods, which allows us to automatically optimize the captions for
informativity - outperforming past methods for discriminative captioning by 11%
to 15% accuracy in human evaluations | cs.CL | Pragmatic Inference with a CLIP Listener for Contrastive Captioning |
2023-06-15T02:19:34Z | http://arxiv.org/pdf/2306.08817v1 | http://arxiv.org/abs/2306.08817v1 | Kun Zhang, Le Wu, Guangyi Lv, Enhong Chen, Shulan Ruan, Jing Liu, Zhiqiang Zhang, Jun Zhou, Meng Wang | 2023-06-15T02:19:34Z | cs.CL, cs.IR | Text Classification is one of the fundamental tasks in natural language
processing, which requires an agent to determine the most appropriate category
for input sentences. Recently, deep neural networks have achieved impressive
performance in this area, especially Pre-trained Language Models (PLMs).
Usually, these methods concentrate on input sentences and corresponding
semantic embedding generation. However, for another essential component:
labels, most existing works either treat them as meaningless one-hot vectors or
use vanilla embedding methods to learn label representations along with model
training, underestimating the semantic information and guidance that these
labels reveal. To alleviate this problem and better exploit label information,
in this paper, we employ Self-Supervised Learning (SSL) in model learning
process and design a novel self-supervised Relation of Relation (R2)
classification task for label utilization from a one-hot manner perspective.
Then, we propose a novel Relation of Relation Learning Network (R2-Net) for
text classification, in which text classification and R2 classification are
treated as optimization targets. Meanwhile, triplet loss is employed to enhance
the analysis of differences and connections among labels. Moreover, considering
that one-hot usage is still short of exploiting label information, we
incorporate external knowledge from WordNet to obtain multi-aspect descriptions
for label semantic learning and extend R2-Net to a novel Description-Enhanced
Label Embedding network (DELE) from a label embedding perspective. ... | cs.CL | Description-Enhanced Label Embedding Contrastive Learning for Text Classification |
2023-06-15T01:18:02Z | http://arxiv.org/pdf/2306.08804v2 | http://arxiv.org/abs/2306.08804v2 | Paras Sheth, Tharindu Kumarage, Raha Moraffah, Aman Chadha, Huan Liu | 2023-10-08T21:44:47Z | cs.CL, cs.LG | Hate speech detection refers to the task of detecting hateful content that
aims at denigrating an individual or a group based on their religion, gender,
sexual orientation, or other characteristics. Due to the different policies of
the platforms, different groups of people express hate in different ways.
Furthermore, due to the lack of labeled data in some platforms it becomes
challenging to build hate speech detection models. To this end, we revisit if
we can learn a generalizable hate speech detection model for the cross platform
setting, where we train the model on the data from one (source) platform and
generalize the model across multiple (target) platforms. Existing
generalization models rely on linguistic cues or auxiliary information, making
them biased towards certain tags or certain kinds of words (e.g., abusive
words) on the source platform and thus not applicable to the target platforms.
Inspired by social and psychological theories, we endeavor to explore if there
exist inherent causal cues that can be leveraged to learn generalizable
representations for detecting hate speech across these distribution shifts. To
this end, we propose a causality-guided framework, PEACE, that identifies and
leverages two intrinsic causal cues omnipresent in hateful content: the overall
sentiment and the aggression in the text. We conduct extensive experiments
across multiple platforms (representing the distribution shift) showing if
causal cues can help cross-platform generalization. | cs.CL | PEACE: Cross-Platform Hate Speech Detection- A Causality-guided Framework |
2023-06-15T01:03:54Z | http://arxiv.org/pdf/2306.08798v1 | http://arxiv.org/abs/2306.08798v1 | Tianyu Song, Linh Thi Hoai Nguyen, Ton Viet Ta | 2023-06-15T01:03:54Z | cs.CL, stat.ML | This paper presents three innovative deep learning models for English accent
classification: Multi-DenseNet, PSA-DenseNet, and MPSE-DenseNet, that combine
multi-task learning and the PSA module attention mechanism with DenseNet. We
applied these models to data collected from six dialects of English across
native English speaking regions (Britain, the United States, Scotland) and
nonnative English speaking regions (China, Germany, India). Our experimental
results show a significant improvement in classification accuracy, particularly
with MPSA-DenseNet, which outperforms all other models, including DenseNet and
EPSA models previously used for accent identification. Our findings indicate
that MPSA-DenseNet is a highly promising model for accurately identifying
English accents. | cs.CL | MPSA-DenseNet: A novel deep learning model for English accent classification |
2023-06-14T21:41:52Z | http://arxiv.org/pdf/2306.08756v1 | http://arxiv.org/abs/2306.08756v1 | Saleh Soltan, Andy Rosenbaum, Tobias Falke, Qin Lu, Anna Rumshisky, Wael Hamza | 2023-06-14T21:41:52Z | cs.CL, cs.AI, cs.LG | Pre-trained encoder-only and sequence-to-sequence (seq2seq) models each have
advantages, however training both model types from scratch is computationally
expensive. We explore recipes to improve pre-training efficiency by
initializing one model from the other. (1) Extracting the encoder from a
seq2seq model, we show it under-performs a Masked Language Modeling (MLM)
encoder, particularly on sequence labeling tasks. Variations of masking during
seq2seq training, reducing the decoder size, and continuing with a small amount
of MLM training do not close the gap. (2) Conversely, using an encoder to
warm-start seq2seq training, we show that by unfreezing the encoder partway
through training, we can match task performance of a from-scratch seq2seq
model. Overall, this two-stage approach is an efficient recipe to obtain both a
multilingual encoder and a seq2seq model, matching the performance of training
each model from scratch while reducing the total compute cost by 27%. | cs.CL | Recipes for Sequential Pre-training of Multilingual Encoder and Seq2Seq Models |
2023-06-14T21:24:11Z | http://arxiv.org/pdf/2306.08753v3 | http://arxiv.org/abs/2306.08753v3 | Kunal Dhawan, Dima Rekesh, Boris Ginsburg | 2023-09-16T05:32:12Z | eess.AS, cs.CL, cs.SD | Code-Switching (CS) multilingual Automatic Speech Recognition (ASR) models
can transcribe speech containing two or more alternating languages during a
conversation. This paper proposes (1) a new method for creating code-switching
ASR datasets from purely monolingual data sources, and (2) a novel Concatenated
Tokenizer that enables ASR models to generate language ID for each emitted text
token while reusing existing monolingual tokenizers. The efficacy of these
approaches for building CS ASR models is demonstrated for two language pairs,
English-Hindi and English-Spanish, where we achieve new state-of-the-art
results on the Miami Bangor CS evaluation corpus. In addition to competitive
ASR performance, the proposed Concatenated Tokenizer models are highly
effective for spoken language identification, achieving 98%+ accuracy on the
out-of-distribution FLEURS dataset. | eess.AS | Unified model for code-switching speech recognition and language identification based on a concatenated tokenizer |
2023-06-14T21:17:31Z | http://arxiv.org/pdf/2306.08749v2 | http://arxiv.org/abs/2306.08749v2 | Qingqing Zhu, Tejas Sudharshan Mathai, Pritam Mukherjee, Yifan Peng, Ronald M. Summers, Zhiyong Lu | 2023-10-10T17:29:52Z | cs.CL, cs.LG | Despite the reduction in turn-around times in radiology reports with the use
of speech recognition software, persistent communication errors can
significantly impact the interpretation of the radiology report. Pre-filling a
radiology report holds promise in mitigating reporting errors, and despite
efforts in the literature to generate medical reports, there exists a lack of
approaches that exploit the longitudinal nature of patient visit records in the
MIMIC-CXR dataset. To address this gap, we propose to use longitudinal
multi-modal data, i.e., previous patient visit CXR, current visit CXR, and
previous visit report, to pre-fill the 'findings' section of a current patient
visit report. We first gathered the longitudinal visit information for 26,625
patients from the MIMIC-CXR dataset and created a new dataset called
Longitudinal-MIMIC. With this new dataset, a transformer-based model was
trained to capture the information from longitudinal patient visit records
containing multi-modal data (CXR images + reports) via a cross-attention-based
multi-modal fusion module and a hierarchical memory-driven decoder. In contrast
to previous work that only uses current visit data as input to train a model,
our work exploits the longitudinal information available to pre-fill the
'findings' section of radiology reports. Experiments show that our approach
outperforms several recent approaches. Code will be published at
https://github.com/CelestialShine/Longitudinal-Chest-X-Ray. | cs.CL | Utilizing Longitudinal Chest X-Rays and Reports to Pre-Fill Radiology Reports |
2023-06-14T19:00:12Z | http://arxiv.org/pdf/2306.08702v3 | http://arxiv.org/abs/2306.08702v3 | Eyal Liron Dolev | 2023-08-17T08:54:42Z | cs.CL | We test similarity-based word alignment models (SimAlign and awesome-align)
in combination with word embeddings from mBERT and XLM-R on parallel sentences
in German and Romansh. Since Romansh is an unseen language, we are dealing with
a zero-shot setting. Using embeddings from mBERT, both models reach an
alignment error rate of 0.22, which outperforms fast_align, a statistical
model, and is on par with similarity-based word alignment for seen languages.
We interpret these results as evidence that mBERT contains information that can
be meaningful and applicable to Romansh.
To evaluate performance, we also present a new trilingual corpus, which we
call the DERMIT (DE-RM-IT) corpus, containing press releases made by the Canton
of Grisons in German, Romansh and Italian in the past 25 years. The corpus
contains 4 547 parallel documents and approximately 100 000 sentence pairs in
each language combination. We additionally present a gold standard for
German-Romansh word alignment. The data is available at
https://github.com/eyldlv/DERMIT-Corpus. | cs.CL | Does mBERT understand Romansh? Evaluating word embeddings using word alignment |
2023-06-14T18:10:05Z | http://arxiv.org/pdf/2306.08685v1 | http://arxiv.org/abs/2306.08685v1 | Ziqiao Ma, Jiayi Pan, Joyce Chai | 2023-06-14T18:10:05Z | cs.CL, cs.AI, cs.CV | The ability to connect language units to their referents in the physical
world, referred to as grounding, is crucial to learning and understanding
grounded meanings of words. While humans demonstrate fast mapping in new word
learning, it remains unclear whether modern vision-language models can truly
represent language with their grounded meanings and how grounding may further
bootstrap new word learning. To this end, we introduce Grounded Open Vocabulary
Acquisition (GOVA) to examine grounding and bootstrapping in open-world
language learning. As an initial attempt, we propose object-oriented BERT
(OctoBERT), a novel visually-grounded language model by pre-training on
image-text pairs highlighting grounding as an objective. Through extensive
experiments and analysis, we demonstrate that OctoBERT is a more coherent and
fast grounded word learner, and that the grounding ability acquired during
pre-training helps the model to learn unseen words more rapidly and robustly.
Our code is available at https://github.com/sled-group/world-to-words | cs.CL | World-to-Words: Grounded Open Vocabulary Acquisition through Fast Mapping in Vision-Language Models |
2023-06-14T17:59:02Z | http://arxiv.org/pdf/2306.08667v1 | http://arxiv.org/abs/2306.08667v1 | Anuj Diwan, Eunsol Choi, David Harwath | 2023-06-14T17:59:02Z | cs.CL, cs.SD, eess.AS | We present the first unified study of the efficiency of self-attention-based
Transformer variants spanning text, speech and vision. We identify input length
thresholds (tipping points) at which efficient Transformer variants become more
efficient than vanilla models, using a variety of efficiency metrics (latency,
throughput, and memory). To conduct this analysis for speech, we introduce
L-HuBERT, a novel local-attention variant of a self-supervised speech model. We
observe that these thresholds are (a) much higher than typical dataset sequence
lengths and (b) dependent on the metric and modality, showing that choosing the
right model depends on modality, task type (long-form vs. typical context) and
resource constraints (time vs. memory). By visualising the breakdown of the
computational costs for transformer components, we also show that
non-self-attention components exhibit significant computational costs. We
release our profiling toolkit at
https://github.com/ajd12342/profiling-transformers . | cs.CL | When to Use Efficient Self Attention? Profiling Text, Speech and Image Transformer Variants |
2023-06-14T17:57:24Z | http://arxiv.org/pdf/2306.08666v2 | http://arxiv.org/abs/2306.08666v2 | Zhengliang Liu, Aoxiao Zhong, Yiwei Li, Longtao Yang, Chao Ju, Zihao Wu, Chong Ma, Peng Shu, Cheng Chen, Sekeun Kim, Haixing Dai, Lin Zhao, Lichao Sun, Dajiang Zhu, Jun Liu, Wei Liu, Dinggang Shen, Xiang Li, Quanzheng Li, Tianming Liu | 2024-03-19T17:01:03Z | cs.CL, cs.AI | We introduce Radiology-GPT, a large language model for radiology. Using an
instruction tuning approach on an extensive dataset of radiology domain
knowledge, Radiology-GPT demonstrates superior performance compared to general
language models such as StableLM, Dolly and LLaMA. It exhibits significant
versatility in radiological diagnosis, research, and communication. This work
serves as a catalyst for future developments in clinical NLP. The successful
implementation of Radiology-GPT is indicative of the potential of localizing
generative large language models, specifically tailored for distinctive medical
specialties, while ensuring adherence to privacy standards such as HIPAA. The
prospect of developing individualized, large-scale language models that cater
to specific needs of various hospitals presents a promising direction. The
fusion of conversational competence and domain-specific knowledge in these
models is set to foster future development in healthcare AI. A demo of
Radiology-GPT is available at
https://huggingface.co/spaces/allen-eric/radiology-gpt. | cs.CL | Radiology-GPT: A Large Language Model for Radiology |
2023-06-14T17:53:06Z | http://arxiv.org/pdf/2306.08658v2 | http://arxiv.org/abs/2306.08658v2 | Gregor Geigle, Radu Timofte, Goran Glavaš | 2024-06-12T09:33:29Z | cs.CL, cs.CV | Vision-and-language (VL) models with separate encoders for each modality
(e.g., CLIP) have become the go-to models for zero-shot image classification
and image-text retrieval. They are, however, mostly evaluated in English as
multilingual benchmarks are limited in availability. We introduce
Babel-ImageNet, a massively multilingual benchmark that offers (partial)
translations of ImageNet labels to 100 languages, built without machine
translation or manual annotation. We instead automatically obtain reliable
translations by linking them -- via shared WordNet synsets -- to BabelNet, a
massively multilingual lexico-semantic network. We evaluate 11 public
multilingual CLIP models on zero-shot image classification (ZS-IC) on our
benchmark, demonstrating a significant gap between English ImageNet performance
and that of high-resource languages (e.g., German or Chinese), and an even
bigger gap for low-resource languages (e.g., Sinhala or Lao). Crucially, we
show that the models' ZS-IC performance highly correlates with their
performance in image-text retrieval, validating the use of Babel-ImageNet to
evaluate multilingual models for the vast majority of languages without gold
image-text data. Finally, we show that the performance of multilingual CLIP can
be drastically improved for low-resource languages with parameter-efficient
language-specific training. We make our code and data publicly available:
\url{https://github.com/gregor-ge/Babel-ImageNet} | cs.CL | Babel-ImageNet: Massively Multilingual Evaluation of Vision-and-Language Representations |
2023-06-14T15:50:13Z | http://arxiv.org/pdf/2306.08588v1 | http://arxiv.org/abs/2306.08588v1 | Zheng Liang, Zheshu Song, Ziyang Ma, Chenpeng Du, Kai Yu, Xie Chen | 2023-06-14T15:50:13Z | cs.CL, cs.SD, eess.AS | Recently, end-to-end (E2E) automatic speech recognition (ASR) models have
made great strides and exhibit excellent performance in general speech
recognition. However, there remain several challenging scenarios that E2E
models are not competent in, such as code-switching and named entity
recognition (NER). Data augmentation is a common and effective practice for
these two scenarios. However, the current data augmentation methods mainly rely
on audio splicing and text-to-speech (TTS) models, which might result in
discontinuous, unrealistic, and less diversified speech. To mitigate these
potential issues, we propose a novel data augmentation method by applying the
text-based speech editing model. The augmented speech from speech editing
systems is more coherent and diversified, also more akin to real speech. The
experimental results on code-switching and NER tasks show that our proposed
method can significantly outperform the audio splicing and neural TTS based
data augmentation systems. | cs.CL | Improving Code-Switching and Named Entity Recognition in ASR with Speech Editing based Data Augmentation |
2023-06-14T15:43:25Z | http://arxiv.org/pdf/2306.10062v1 | http://arxiv.org/abs/2306.10062v1 | Ryan Burnell, Han Hao, Andrew R. A. Conway, Jose Hernandez Orallo | 2023-06-14T15:43:25Z | cs.CL, cs.AI, cs.LG | Building a theoretical understanding of the capabilities of large language
models (LLMs) is vital for our ability to predict and explain the behavior of
these systems. Here, we investigate the structure of LLM capabilities by
extracting latent capabilities from patterns of individual differences across a
varied population of LLMs. Using a combination of Bayesian and frequentist
factor analysis, we analyzed data from 29 different LLMs across 27 cognitive
tasks. We found evidence that LLM capabilities are not monolithic. Instead,
they are better explained by three well-delineated factors that represent
reasoning, comprehension and core language modeling. Moreover, we found that
these three factors can explain a high proportion of the variance in model
performance. These results reveal a consistent structure in the capabilities of
different LLMs and demonstrate the multifaceted nature of these capabilities.
We also found that the three abilities show different relationships to model
properties such as model size and instruction tuning. These patterns help
refine our understanding of scaling laws and indicate that changes to a model
that improve one ability might simultaneously impair others. Based on these
findings, we suggest that benchmarks could be streamlined by focusing on tasks
that tap into each broad model ability. | cs.CL | Revealing the structure of language model capabilities |
2023-06-14T15:42:06Z | http://arxiv.org/pdf/2306.08582v1 | http://arxiv.org/abs/2306.08582v1 | Yuka Ko, Ryo Fukuda, Yuta Nishikawa, Yasumasa Kano, Katsuhito Sudoh, Satoshi Nakamura | 2023-06-14T15:42:06Z | cs.CL, cs.SD, eess.AS | Simultaneous speech translation (SimulST) translates partial speech inputs
incrementally. Although the monotonic correspondence between input and output
is preferable for smaller latency, it is not the case for distant language
pairs such as English and Japanese. A prospective approach to this problem is
to mimic simultaneous interpretation (SI) using SI data to train a SimulST
model. However, the size of such SI data is limited, so the SI data should be
used together with ordinary bilingual data whose translations are given in
offline. In this paper, we propose an effective way to train a SimulST model
using mixed data of SI and offline. The proposed method trains a single model
using the mixed data with style tags that tell the model to generate SI- or
offline-style outputs. Experiment results show improvements of BLEURT in
different latency ranges, and our analyses revealed the proposed model
generates SI-style outputs more than the baseline. | cs.CL | Tagged End-to-End Simultaneous Speech Translation Training using Simultaneous Interpretation Data |
2023-06-14T15:24:31Z | http://arxiv.org/pdf/2306.08577v1 | http://arxiv.org/abs/2306.08577v1 | Muhammad Umar Farooq, Thomas Hain | 2023-06-14T15:24:31Z | cs.CL, cs.SD, eess.AS | Exploiting cross-lingual resources is an effective way to compensate for data
scarcity of low resource languages. Recently, a novel multilingual model fusion
technique has been proposed where a model is trained to learn cross-lingual
acoustic-phonetic similarities as a mapping function. However, handcrafted
lexicons have been used to train hybrid DNN-HMM ASR systems. To remove this
dependency, we extend the concept of learnable cross-lingual mappings for
end-to-end speech recognition. Furthermore, mapping models are employed to
transliterate the source languages to the target language without using
parallel data. Finally, the source audio and its transliteration is used for
data augmentation to retrain the target language ASR. The results show that any
source language ASR model can be used for a low-resource target language
recognition followed by proposed mapping model. Furthermore, data augmentation
results in a relative gain up to 5% over baseline monolingual model. | cs.CL | Learning Cross-lingual Mappings for Data Augmentation to Improve Low-Resource Speech Recognition |
2023-06-14T15:18:48Z | http://arxiv.org/pdf/2306.08568v1 | http://arxiv.org/abs/2306.08568v1 | Ziyang Luo, Can Xu, Pu Zhao, Qingfeng Sun, Xiubo Geng, Wenxiang Hu, Chongyang Tao, Jing Ma, Qingwei Lin, Daxin Jiang | 2023-06-14T15:18:48Z | cs.CL, cs.AI | Code Large Language Models (Code LLMs), such as StarCoder, have demonstrated
exceptional performance in code-related tasks. However, most existing models
are solely pre-trained on extensive raw code data without instruction
fine-tuning. In this paper, we introduce WizardCoder, which empowers Code LLMs
with complex instruction fine-tuning, by adapting the Evol-Instruct method to
the domain of code. Through comprehensive experiments on four prominent code
generation benchmarks, namely HumanEval, HumanEval+, MBPP, and DS-1000, we
unveil the exceptional capabilities of our model. It surpasses all other
open-source Code LLMs by a substantial margin. Moreover, our model even
outperforms the largest closed LLMs, Anthropic's Claude and Google's Bard, on
HumanEval and HumanEval+. Our code, model weights, and data are public at
https://github.com/nlpxucan/WizardLM | cs.CL | WizardCoder: Empowering Code Large Language Models with Evol-Instruct |
2023-06-14T14:44:03Z | http://arxiv.org/pdf/2306.08543v4 | http://arxiv.org/abs/2306.08543v4 | Yuxian Gu, Li Dong, Furu Wei, Minlie Huang | 2024-04-10T02:30:19Z | cs.CL, cs.AI | Knowledge Distillation (KD) is a promising technique for reducing the high
computational demand of large language models (LLMs). However, previous KD
methods are primarily applied to white-box classification models or training
small models to imitate black-box model APIs like ChatGPT. How to effectively
distill the knowledge of white-box LLMs into small models is still
under-explored, which becomes more important with the prosperity of open-source
LLMs. In this work, we propose a KD approach that distills LLMs into smaller
language models. We first replace the forward Kullback-Leibler divergence (KLD)
objective in the standard KD approaches with reverse KLD, which is more
suitable for KD on generative language models, to prevent the student model
from overestimating the low-probability regions of the teacher distribution.
Then, we derive an effective optimization approach to learn this objective. The
student models are named MiniLLM. Extensive experiments in the
instruction-following setting show that MiniLLM generates more precise
responses with higher overall quality, lower exposure bias, better calibration,
and higher long-text generation performance than the baselines. Our method is
scalable for different model families with 120M to 13B parameters. Our code,
data, and model checkpoints can be found in
https://github.com/microsoft/LMOps/tree/main/minillm. | cs.CL | MiniLLM: Knowledge Distillation of Large Language Models |
2023-06-14T14:21:55Z | http://arxiv.org/pdf/2306.08526v1 | http://arxiv.org/abs/2306.08526v1 | Erion Çano | 2023-06-14T14:21:55Z | cs.CL, cs.AI, cs.LG | Lack of available resources such as text corpora for low-resource languages
seriously hinders research on natural language processing and computational
linguistics. This paper presents AlbMoRe, a corpus of 800 sentiment annotated
movie reviews in Albanian. Each text is labeled as positive or negative and can
be used for sentiment analysis research. Preliminary results based on
traditional machine learning classifiers trained with the AlbMoRe samples are
also reported. They can serve as comparison baselines for future research
experiments. | cs.CL | AlbMoRe: A Corpus of Movie Reviews for Sentiment Analysis in Albanian |
2023-06-14T13:41:23Z | http://arxiv.org/pdf/2306.08505v1 | http://arxiv.org/abs/2306.08505v1 | Griffin Floto, Mohammad Mahdi Abdollah Pour, Parsa Farinneya, Zhenwei Tang, Ali Pesaranghader, Manasa Bharadwaj, Scott Sanner | 2023-06-14T13:41:23Z | cs.CL, cs.LG | Text detoxification is a conditional text generation task aiming to remove
offensive content from toxic text. It is highly useful for online forums and
social media, where offensive content is frequently encountered. Intuitively,
there are diverse ways to detoxify sentences while preserving their meanings,
and we can select from detoxified sentences before displaying text to users.
Conditional diffusion models are particularly suitable for this task given
their demonstrated higher generative diversity than existing conditional text
generation models based on language models. Nonetheless, text fluency declines
when they are trained with insufficient data, which is the case for this task.
In this work, we propose DiffuDetox, a mixed conditional and unconditional
diffusion model for text detoxification. The conditional model takes toxic text
as the condition and reduces its toxicity, yielding a diverse set of detoxified
sentences. The unconditional model is trained to recover the input text, which
allows the introduction of additional fluent text for training and thus ensures
text fluency. Extensive experimental results and in-depth analysis demonstrate
the effectiveness of our proposed DiffuDetox. | cs.CL | DiffuDetox: A Mixed Diffusion Model for Text Detoxification |
2023-06-14T13:36:24Z | http://arxiv.org/pdf/2306.08502v1 | http://arxiv.org/abs/2306.08502v1 | Alkis Koudounas, Moreno La Quatra, Lorenzo Vaiani, Luca Colomba, Giuseppe Attanasio, Eliana Pastor, Luca Cagliero, Elena Baralis | 2023-06-14T13:36:24Z | cs.CL, cs.SD, eess.AS | Recent large-scale Spoken Language Understanding datasets focus predominantly
on English and do not account for language-specific phenomena such as
particular phonemes or words in different lects. We introduce ITALIC, the first
large-scale speech dataset designed for intent classification in Italian. The
dataset comprises 16,521 crowdsourced audio samples recorded by 70 speakers
from various Italian regions and annotated with intent labels and additional
metadata. We explore the versatility of ITALIC by evaluating current
state-of-the-art speech and text models. Results on intent classification
suggest that increasing scale and running language adaptation yield better
speech models, monolingual text models outscore multilingual ones, and that
speech recognition on ITALIC is more challenging than on existing Italian
benchmarks. We release both the dataset and the annotation scheme to streamline
the development of new Italian SLU models and language-specific datasets. | cs.CL | ITALIC: An Italian Intent Classification Dataset |
2023-06-14T13:13:34Z | http://arxiv.org/pdf/2306.08492v1 | http://arxiv.org/abs/2306.08492v1 | Sahar Sadrizadeh, Clément Barbier, Ljiljana Dolamic, Pascal Frossard | 2023-06-14T13:13:34Z | cs.CL | In this paper, we propose an optimization-based adversarial attack against
Neural Machine Translation (NMT) models. First, we propose an optimization
problem to generate adversarial examples that are semantically similar to the
original sentences but destroy the translation generated by the target NMT
model. This optimization problem is discrete, and we propose a continuous
relaxation to solve it. With this relaxation, we find a probability
distribution for each token in the adversarial example, and then we can
generate multiple adversarial examples by sampling from these distributions.
Experimental results show that our attack significantly degrades the
translation quality of multiple NMT models while maintaining the semantic
similarity between the original and adversarial sentences. Furthermore, our
attack outperforms the baselines in terms of success rate, similarity
preservation, effect on translation quality, and token error rate. Finally, we
propose a black-box extension of our attack by sampling from an optimized
probability distribution for a reference model whose gradients are accessible. | cs.CL | A Relaxed Optimization Approach for Adversarial Attacks against Neural Machine Translation Models |
2023-06-14T12:24:55Z | http://arxiv.org/pdf/2306.10058v1 | http://arxiv.org/abs/2306.10058v1 | Ji Won Yoon, Sunghwan Ahn, Hyeonseung Lee, Minchan Kim, Seok Min Kim, Nam Soo Kim | 2023-06-14T12:24:55Z | cs.LG, cs.CL, eess.AS | We introduce EM-Network, a novel self-distillation approach that effectively
leverages target information for supervised sequence-to-sequence (seq2seq)
learning. In contrast to conventional methods, it is trained with oracle
guidance, which is derived from the target sequence. Since the oracle guidance
compactly represents the target-side context that can assist the sequence model
in solving the task, the EM-Network achieves a better prediction compared to
using only the source input. To allow the sequence model to inherit the
promising capability of the EM-Network, we propose a new self-distillation
strategy, where the original sequence model can benefit from the knowledge of
the EM-Network in a one-stage manner. We conduct comprehensive experiments on
two types of seq2seq models: connectionist temporal classification (CTC) for
speech recognition and attention-based encoder-decoder (AED) for machine
translation. Experimental results demonstrate that the EM-Network significantly
advances the current state-of-the-art approaches, improving over the best prior
work on speech recognition and establishing state-of-the-art performance on
WMT'14 and IWSLT'14. | cs.LG | EM-Network: Oracle Guided Self-distillation for Sequence Learning |
2023-06-14T11:57:31Z | http://arxiv.org/pdf/2306.08456v3 | http://arxiv.org/abs/2306.08456v3 | Zhiyuan Hu, Chumin Liu, Yue Feng, Anh Tuan Luu, Bryan Hooi | 2023-12-19T17:42:02Z | cs.CL | Controllable text generation is a challenging and meaningful field in natural
language generation (NLG). Especially, poetry generation is a typical one with
well-defined and strict conditions for text generation which is an ideal
playground for the assessment of current methodologies. While prior works
succeeded in controlling either semantic or metrical aspects of poetry
generation, simultaneously addressing both remains a challenge. In this paper,
we pioneer the use of the Diffusion model for generating sonnets and Chinese
SongCi poetry to tackle such challenges. In terms of semantics, our
PoetryDiffusion model, built upon the Diffusion model, generates entire
sentences or poetry by comprehensively considering the entirety of sentence
information. This approach enhances semantic expression, distinguishing it from
autoregressive and large language models (LLMs). For metrical control, the
separation feature of diffusion generation and its constraint control module
enable us to flexibly incorporate a novel metrical controller to manipulate and
evaluate metrics (format and rhythm). The denoising process in PoetryDiffusion
allows for gradual enhancement of semantics and flexible integration of the
metrical controller which can calculate and impose penalties on states that
stray significantly from the target control distribution. Experimental results
on two datasets demonstrate that our model outperforms existing models in
automatic evaluation of semantic, metrical, and overall performance as well as
human evaluation. | cs.CL | PoetryDiffusion: Towards Joint Semantic and Metrical Manipulation in Poetry Generation |
2023-06-14T11:08:38Z | http://arxiv.org/pdf/2306.08433v1 | http://arxiv.org/abs/2306.08433v1 | Vincent Segonne, Timothee Mickus | 2023-06-14T11:08:38Z | cs.CL | Definition Modeling, the task of generating definitions, was first proposed
as a means to evaluate the semantic quality of word embeddings-a coherent
lexical semantic representations of a word in context should contain all the
information necessary to generate its definition. The relative novelty of this
task entails that we do not know which factors are actually relied upon by a
Definition Modeling system. In this paper, we present evidence that the task
may not involve as much semantics as one might expect: we show how an earlier
model from the literature is both rather insensitive to semantic aspects such
as explicit polysemy, as well as reliant on formal similarities between
headwords and words occurring in its glosses, casting doubt on the validity of
the task as a means to evaluate embeddings. | cs.CL | "Definition Modeling: To model definitions." Generating Definitions With Little to No Semantics |
2023-06-14T09:56:32Z | http://arxiv.org/pdf/2306.08403v1 | http://arxiv.org/abs/2306.08403v1 | Oumaima El Khettari, Solen Quiniou, Samuel Chaffron | 2023-06-14T09:56:32Z | cs.CL | We present a manually annotated corpus, Species-Species Interaction, for
extracting meaningful binary relations between species, in biomedical texts, at
sentence level, with a focus on the gut microbiota. The corpus leverages
PubTator to annotate species in full-text articles after evaluating different
Named Entity Recognition species taggers. Our first results are promising for
extracting relations between species using BERT and its biomedical variants. | cs.CL | Building a Corpus for Biomedical Relation Extraction of Species Mentions |
2023-06-14T09:50:06Z | http://arxiv.org/pdf/2306.08401v1 | http://arxiv.org/abs/2306.08401v1 | Jingsheng Gao, Yixin Lian, Ziyi Zhou, Yuzhuo Fu, Baoyuan Wang | 2023-06-14T09:50:06Z | cs.CL | Open-domain dialogue systems have made promising progress in recent years.
While the state-of-the-art dialogue agents are built upon large-scale
text-based social media data and large pre-trained models, there is no
guarantee these agents could also perform well in fast-growing scenarios, such
as live streaming, due to the bounded transferability of pre-trained models and
biased distributions of public datasets from Reddit and Weibo, etc. To improve
the essential capability of responding and establish a benchmark in the live
open-domain scenario, we introduce the LiveChat dataset, composed of 1.33
million real-life Chinese dialogues with almost 3800 average sessions across
351 personas and fine-grained profiles for each persona. LiveChat is
automatically constructed by processing numerous live videos on the Internet
and naturally falls within the scope of multi-party conversations, where the
issues of Who says What to Whom should be considered. Therefore, we target two
critical tasks of response modeling and addressee recognition and propose
retrieval-based baselines grounded on advanced techniques. Experimental results
have validated the positive effects of leveraging persona profiles and larger
average sessions per persona. In addition, we also benchmark the
transferability of advanced generation-based models on LiveChat and pose some
future directions for current challenges. | cs.CL | LiveChat: A Large-Scale Personalized Dialogue Dataset Automatically Constructed from Live Streaming |
2023-06-14T09:48:48Z | http://arxiv.org/pdf/2306.08400v1 | http://arxiv.org/abs/2306.08400v1 | Evan Zheran Liu, Sahaana Suri, Tong Mu, Allan Zhou, Chelsea Finn | 2023-06-14T09:48:48Z | cs.CL, cs.AI, cs.LG | Whereas machine learning models typically learn language by directly training
on language tasks (e.g., next-word prediction), language emerges in human
children as a byproduct of solving non-language tasks (e.g., acquiring food).
Motivated by this observation, we ask: can embodied reinforcement learning (RL)
agents also indirectly learn language from non-language tasks? Learning to
associate language with its meaning requires a dynamic environment with varied
language. Therefore, we investigate this question in a multi-task environment
with language that varies across the different tasks. Specifically, we design
an office navigation environment, where the agent's goal is to find a
particular office, and office locations differ in different buildings (i.e.,
tasks). Each building includes a floor plan with a simple language description
of the goal office's location, which can be visually read as an RGB image when
visited. We find RL agents indeed are able to indirectly learn language. Agents
trained with current meta-RL algorithms successfully generalize to reading
floor plans with held-out layouts and language phrases, and quickly navigate to
the correct office, despite receiving no direct language supervision. | cs.CL | Simple Embodied Language Learning as a Byproduct of Meta-Reinforcement Learning |
2023-06-14T09:04:29Z | http://arxiv.org/pdf/2306.08374v1 | http://arxiv.org/abs/2306.08374v1 | Takanori Ashihara, Takafumi Moriya, Kohei Matsuura, Tomohiro Tanaka, Yusuke Ijima, Taichi Asami, Marc Delcroix, Yukinori Honma | 2023-06-14T09:04:29Z | cs.CL, cs.SD, eess.AS | Self-supervised learning (SSL) for speech representation has been
successfully applied in various downstream tasks, such as speech and speaker
recognition. More recently, speech SSL models have also been shown to be
beneficial in advancing spoken language understanding tasks, implying that the
SSL models have the potential to learn not only acoustic but also linguistic
information. In this paper, we aim to clarify if speech SSL techniques can well
capture linguistic knowledge. For this purpose, we introduce SpeechGLUE, a
speech version of the General Language Understanding Evaluation (GLUE)
benchmark. Since GLUE comprises a variety of natural language understanding
tasks, SpeechGLUE can elucidate the degree of linguistic ability of speech SSL
models. Experiments demonstrate that speech SSL models, although inferior to
text-based SSL models, perform better than baselines, suggesting that they can
acquire a certain amount of general linguistic knowledge from just unlabeled
speech data. | cs.CL | SpeechGLUE: How Well Can Self-Supervised Speech Models Capture Linguistic Knowledge? |
2023-06-14T09:04:14Z | http://arxiv.org/pdf/2306.08373v1 | http://arxiv.org/abs/2306.08373v1 | Baoxing Jiang, Shehui Liang, Peiyu Liu, Kaifang Dong, Hongye Li | 2023-06-14T09:04:14Z | cs.CL, cs.AI | Aspect sentiment triplet extraction (ASTE) is a crucial subtask of
aspect-based sentiment analysis (ABSA) that aims to comprehensively identify
sentiment triplets. Previous research has focused on enhancing ASTE through
innovative table-filling strategies. However, these approaches often overlook
the multi-perspective nature of language expressions, resulting in a loss of
valuable interaction information between aspects and opinions. To address this
limitation, we propose a framework that leverages both a basic encoder,
primarily based on BERT, and a particular encoder comprising a Bi-LSTM network
and graph convolutional network (GCN ). The basic encoder captures the
surface-level semantics of linguistic expressions, while the particular encoder
extracts deeper semantics, including syntactic and lexical information. By
modeling the dependency tree of comments and considering the part-of-speech and
positional information of words, we aim to capture semantics that are more
relevant to the underlying intentions of the sentences. An interaction strategy
combines the semantics learned by the two encoders, enabling the fusion of
multiple perspectives and facilitating a more comprehensive understanding of
aspect--opinion relationships. Experiments conducted on benchmark datasets
demonstrate the state-of-the-art performance of our proposed framework. | cs.CL | A semantically enhanced dual encoder for aspect sentiment triplet extraction |
2023-06-14T08:57:13Z | http://arxiv.org/pdf/2306.08368v1 | http://arxiv.org/abs/2306.08368v1 | Yuntao Li, Zhenpeng Su, Yutian Li, Hanchu Zhang, Sirui Wang, Wei Wu, Yan Zhang | 2023-06-14T08:57:13Z | cs.CL, cs.AI | Translating natural language queries into SQLs in a seq2seq manner has
attracted much attention recently. However, compared with
abstract-syntactic-tree-based SQL generation, seq2seq semantic parsers face
much more challenges, including poor quality on schematical information
prediction and poor semantic coherence between natural language queries and
SQLs. This paper analyses the above difficulties and proposes a
seq2seq-oriented decoding strategy called SR, which includes a new intermediate
representation SSQL and a reranking method with score re-estimator to solve the
above obstacles respectively. Experimental results demonstrate the
effectiveness of our proposed techniques and T5-SR-3b achieves new
state-of-the-art results on the Spider dataset. | cs.CL | T5-SR: A Unified Seq-to-Seq Decoding Strategy for Semantic Parsing |
2023-06-14T08:38:51Z | http://arxiv.org/pdf/2306.08350v1 | http://arxiv.org/abs/2306.08350v1 | Yanzhou Li, Shangqing Liu, Kangjie Chen, Xiaofei Xie, Tianwei Zhang, Yang Liu | 2023-06-14T08:38:51Z | cs.CR, cs.AI, cs.CL | Backdoor attacks for neural code models have gained considerable attention
due to the advancement of code intelligence. However, most existing works
insert triggers into task-specific data for code-related downstream tasks,
thereby limiting the scope of attacks. Moreover, the majority of attacks for
pre-trained models are designed for understanding tasks. In this paper, we
propose task-agnostic backdoor attacks for code pre-trained models. Our
backdoored model is pre-trained with two learning strategies (i.e., Poisoned
Seq2Seq learning and token representation learning) to support the multi-target
attack of downstream code understanding and generation tasks. During the
deployment phase, the implanted backdoors in the victim models can be activated
by the designed triggers to achieve the targeted attack. We evaluate our
approach on two code understanding tasks and three code generation tasks over
seven datasets. Extensive experiments demonstrate that our approach can
effectively and stealthily attack code-related downstream tasks. | cs.CR | Multi-target Backdoor Attacks for Code Pre-trained Models |
2023-06-14T08:01:23Z | http://arxiv.org/pdf/2306.08329v1 | http://arxiv.org/abs/2306.08329v1 | Weidong Ji, Shijie Zan, Guohui Zhou, Xu Wang | 2023-06-14T08:01:23Z | cs.SD, cs.CL, eess.AS | To address the issue of poor generalization ability in end-to-end speech
recognition models within deep learning, this study proposes a new
Conformer-based speech recognition model called "Conformer-R" that incorporates
the R-drop structure. This model combines the Conformer model, which has shown
promising results in speech recognition, with the R-drop structure. By doing
so, the model is able to effectively model both local and global speech
information while also reducing overfitting through the use of the R-drop
structure. This enhances the model's ability to generalize and improves overall
recognition efficiency. The model was first pre-trained on the Aishell1 and
Wenetspeech datasets for general domain adaptation, and subsequently fine-tuned
on computer-related audio data. Comparison tests with classic models such as
LAS and Wenet were performed on the same test set, demonstrating the
Conformer-R model's ability to effectively improve generalization. | cs.SD | Research on an improved Conformer end-to-end Speech Recognition Model with R-Drop Structure |
2023-06-14T07:34:27Z | http://arxiv.org/pdf/2306.08315v1 | http://arxiv.org/abs/2306.08315v1 | Weidong Ji, Yousheng Zhang, Guohui Zhou, Xu Wang | 2023-06-14T07:34:27Z | cs.CL, cs.AI | To enhance the generalization ability of the model and improve the
effectiveness of the transformer for named entity recognition tasks, the
XLNet-Transformer-R model is proposed in this paper. The XLNet pre-trained
model and the Transformer encoder with relative positional encodings are
combined to enhance the model's ability to process long text and learn
contextual information to improve robustness. To prevent overfitting, the
R-Drop structure is used to improve the generalization capability and enhance
the accuracy of the model in named entity recognition tasks. The model in this
paper performs ablation experiments on the MSRA dataset and comparison
experiments with other models on four datasets with excellent performance,
demonstrating the strategic effectiveness of the XLNet-Transformer-R model. | cs.CL | Research on Named Entity Recognition in Improved transformer with R-Drop structure |
2023-06-14T07:15:26Z | http://arxiv.org/pdf/2306.08302v3 | http://arxiv.org/abs/2306.08302v3 | Shirui Pan, Linhao Luo, Yufei Wang, Chen Chen, Jiapu Wang, Xindong Wu | 2024-01-25T00:48:34Z | cs.CL, cs.AI | Large language models (LLMs), such as ChatGPT and GPT4, are making new waves
in the field of natural language processing and artificial intelligence, due to
their emergent ability and generalizability. However, LLMs are black-box
models, which often fall short of capturing and accessing factual knowledge. In
contrast, Knowledge Graphs (KGs), Wikipedia and Huapu for example, are
structured knowledge models that explicitly store rich factual knowledge. KGs
can enhance LLMs by providing external knowledge for inference and
interpretability. Meanwhile, KGs are difficult to construct and evolving by
nature, which challenges the existing methods in KGs to generate new facts and
represent unseen knowledge. Therefore, it is complementary to unify LLMs and
KGs together and simultaneously leverage their advantages. In this article, we
present a forward-looking roadmap for the unification of LLMs and KGs. Our
roadmap consists of three general frameworks, namely, 1) KG-enhanced LLMs,
which incorporate KGs during the pre-training and inference phases of LLMs, or
for the purpose of enhancing understanding of the knowledge learned by LLMs; 2)
LLM-augmented KGs, that leverage LLMs for different KG tasks such as embedding,
completion, construction, graph-to-text generation, and question answering; and
3) Synergized LLMs + KGs, in which LLMs and KGs play equal roles and work in a
mutually beneficial way to enhance both LLMs and KGs for bidirectional
reasoning driven by both data and knowledge. We review and summarize existing
efforts within these three frameworks in our roadmap and pinpoint their future
research directions. | cs.CL | Unifying Large Language Models and Knowledge Graphs: A Roadmap |
2023-06-14T06:58:07Z | http://arxiv.org/pdf/2306.08290v1 | http://arxiv.org/abs/2306.08290v1 | Sanjana Sankar, Denis Beautemps, Frédéric Elisei, Olivier Perrotin, Thomas Hueber | 2023-06-14T06:58:07Z | cs.CL | Hard of hearing or profoundly deaf people make use of cued speech (CS) as a
communication tool to understand spoken language. By delivering cues that are
relevant to the phonetic information, CS offers a way to enhance lipreading. In
literature, there have been several studies on the dynamics between the hand
and the lips in the context of human production. This article proposes a way to
investigate how a neural network learns this relation for a single speaker
while performing a recognition task using attention mechanisms. Further, an
analysis of the learnt dynamics is utilized to establish the relationship
between the two modalities and extract automatic segments. For the purpose of
this study, a new dataset has been recorded for French CS. Along with the
release of this dataset, a benchmark will be reported for word-level
recognition, a novelty in the automatic recognition of French CS. | cs.CL | Investigating the dynamics of hand and lips in French Cued Speech using attention mechanisms and CTC-based decoding |
2023-06-14T06:00:18Z | http://arxiv.org/pdf/2306.10056v1 | http://arxiv.org/abs/2306.10056v1 | Changshang Xue, Xiande Zhong, Xiaoqing Liu | 2023-06-14T06:00:18Z | cs.CL, cs.IR, 68T50 (Primary) 03B65, 91F20(Secondary), I.7 | In recent years, a significant number of high-quality pretrained models have
emerged, greatly impacting Natural Language Understanding (NLU), Natural
Language Generation (NLG), and Text Representation tasks. Traditionally, these
models are pretrained on custom domain corpora and finetuned for specific
tasks, resulting in high costs related to GPU usage and labor. Unfortunately,
recent trends in language modeling have shifted towards enhancing performance
through scaling, further exacerbating the associated costs.
Introducing GUR: a pretraining framework that combines language modeling and
contrastive learning objectives in a single training step. We select similar
text pairs based on their Longest Common Substring (LCS) from raw unlabeled
documents and train the model using masked language modeling and unsupervised
contrastive learning. The resulting model, GUR, achieves impressive results
without any labeled training data, outperforming all other pretrained baselines
as a retriever at the recall benchmark in a zero-shot setting. Additionally,
GUR maintains its language modeling ability, as demonstrated in our ablation
experiment. Our code is available at \url{https://github.com/laohur/GUR}. | cs.CL | Generate to Understand for Representation |
2023-06-14T03:22:10Z | http://arxiv.org/pdf/2306.08221v1 | http://arxiv.org/abs/2306.08221v1 | Narutatsu Ri, Fei-Tzin Lee, Nakul Verma | 2023-06-14T03:22:10Z | cs.CL | While static word embedding models are known to represent linguistic
analogies as parallel lines in high-dimensional space, the underlying mechanism
as to why they result in such geometric structures remains obscure. We find
that an elementary contrastive-style method employed over distributional
information performs competitively with popular word embedding models on
analogy recovery tasks, while achieving dramatic speedups in training time.
Further, we demonstrate that a contrastive loss is sufficient to create these
parallel structures in word embeddings, and establish a precise relationship
between the co-occurrence statistics and the geometric structure of the
resulting word embeddings. | cs.CL | Contrastive Loss is All You Need to Recover Analogies as Parallel Lines |
2023-06-14T01:34:16Z | http://arxiv.org/pdf/2306.08193v2 | http://arxiv.org/abs/2306.08193v2 | Jacqueline Harding | 2023-10-08T01:49:38Z | cs.CL, cs.AI, cs.LG | Despite its centrality in the philosophy of cognitive science, there has been
little prior philosophical work engaging with the notion of representation in
contemporary NLP practice. This paper attempts to fill that lacuna: drawing on
ideas from cognitive science, I introduce a framework for evaluating the
representational claims made about components of neural NLP models, proposing
three criteria with which to evaluate whether a component of a model represents
a property and operationalising these criteria using probing classifiers, a
popular analysis technique in NLP (and deep learning more broadly).
The project of operationalising a philosophically-informed notion of
representation should be of interest to both philosophers of science and NLP
practitioners. It affords philosophers a novel testing-ground for claims about
the nature of representation, and helps NLPers organise the large literature on
probing experiments, suggesting novel avenues for empirical research. | cs.CL | Operationalising Representation in Natural Language Processing |
2023-06-14T01:16:49Z | http://arxiv.org/pdf/2306.08190v1 | http://arxiv.org/abs/2306.08190v1 | Mars Gokturk Buchholz | 2023-06-14T01:16:49Z | cs.CL, I.2.7 | The detection of political fake statements is crucial for maintaining
information integrity and preventing the spread of misinformation in society.
Historically, state-of-the-art machine learning models employed various methods
for detecting deceptive statements. These methods include the use of metadata
(W. Wang et al., 2018), n-grams analysis (Singh et al., 2021), and linguistic
(Wu et al., 2022) and stylometric (Islam et al., 2020) features. Recent
advancements in large language models, such as GPT-3 (Brown et al., 2020) have
achieved state-of-the-art performance on a wide range of tasks. In this study,
we conducted experiments with GPT-3 on the LIAR dataset (W. Wang et al., 2018)
and achieved higher accuracy than state-of-the-art models without using any
additional meta or linguistic features. Additionally, we experimented with
zero-shot learning using a carefully designed prompt and achieved near
state-of-the-art performance. An advantage of this approach is that the model
provided evidence for its decision, which adds transparency to the model's
decision-making and offers a chance for users to verify the validity of the
evidence provided. | cs.CL | Assessing the Effectiveness of GPT-3 in Detecting False Political Statements: A Case Study on the LIAR Dataset |
2023-06-14T01:16:37Z | http://arxiv.org/pdf/2306.08189v1 | http://arxiv.org/abs/2306.08189v1 | Thinh Hung Truong, Timothy Baldwin, Karin Verspoor, Trevor Cohn | 2023-06-14T01:16:37Z | cs.CL | Negation has been shown to be a major bottleneck for masked language models,
such as BERT. However, whether this finding still holds for larger-sized
auto-regressive language models (``LLMs'') has not been studied
comprehensively. With the ever-increasing volume of research and applications
of LLMs, we take a step back to evaluate the ability of current-generation LLMs
to handle negation, a fundamental linguistic phenomenon that is central to
language understanding. We evaluate different LLMs -- including the open-source
GPT-neo, GPT-3, and InstructGPT -- against a wide range of negation benchmarks.
Through systematic experimentation with varying model sizes and prompts, we
show that LLMs have several limitations including insensitivity to the presence
of negation, an inability to capture the lexical semantics of negation, and a
failure to reason under negation. | cs.CL | Language models are not naysayers: An analysis of language models on negation benchmarks |
2023-06-13T22:25:35Z | http://arxiv.org/pdf/2306.08162v1 | http://arxiv.org/abs/2306.08162v1 | Yuji Chai, John Gkountouras, Glenn G. Ko, David Brooks, Gu-Yeon Wei | 2023-06-13T22:25:35Z | cs.CL, cs.AI, cs.LG | We introduce a method that dramatically reduces fine-tuning VRAM requirements
and rectifies quantization errors in quantized Large Language Models. First, we
develop an extremely memory-efficient fine-tuning (EMEF) method for quantized
models using Low-Rank Adaptation (LoRA), and drawing upon it, we construct an
error-correcting algorithm designed to minimize errors induced by the
quantization process. Our method reduces the memory requirements by up to 5.6
times, which enables fine-tuning a 7 billion parameter Large Language Model
(LLM) on consumer laptops. At the same time, we propose a Low-Rank Error
Correction (LREC) method that exploits the added LoRA layers to ameliorate the
gap between the quantized model and its float point counterpart. Our error
correction framework leads to a fully functional INT2 quantized LLM with the
capacity to generate coherent English text. To the best of our knowledge, this
is the first INT2 Large Language Model that has been able to reach such a
performance. The overhead of our method is merely a 1.05 times increase in
model size, which translates to an effective precision of INT2.1. Also, our
method readily generalizes to other quantization standards, such as INT3, INT4,
and INT8, restoring their lost performance, which marks a significant milestone
in the field of model quantization. The strategies delineated in this paper
hold promising implications for the future development and optimization of
quantized models, marking a pivotal shift in the landscape of low-resource
machine learning computations. | cs.CL | INT2.1: Towards Fine-Tunable Quantized Large Language Models with Error Correction through Low-Rank Adaptation |
2023-06-13T22:19:53Z | http://arxiv.org/pdf/2306.08161v2 | http://arxiv.org/abs/2306.08161v2 | Arno Candel, Jon McKinney, Philipp Singer, Pascal Pfeiffer, Maximilian Jeblick, Prithvi Prabhu, Jeff Gambera, Mark Landry, Shivam Bansal, Ryan Chesler, Chun Ming Lee, Marcos V. Conde, Pasha Stetsenko, Olivier Grellier, SriSatish Ambati | 2023-06-16T17:48:22Z | cs.CL, cs.AI, cs.HC, cs.IR, cs.LG | Applications built on top of Large Language Models (LLMs) such as GPT-4
represent a revolution in AI due to their human-level capabilities in natural
language processing. However, they also pose many significant risks such as the
presence of biased, private, or harmful text, and the unauthorized inclusion of
copyrighted material.
We introduce h2oGPT, a suite of open-source code repositories for the
creation and use of LLMs based on Generative Pretrained Transformers (GPTs).
The goal of this project is to create the world's best truly open-source
alternative to closed-source approaches. In collaboration with and as part of
the incredible and unstoppable open-source community, we open-source several
fine-tuned h2oGPT models from 7 to 40 Billion parameters, ready for commercial
use under fully permissive Apache 2.0 licenses. Included in our release is
100\% private document search using natural language.
Open-source language models help boost AI development and make it more
accessible and trustworthy. They lower entry hurdles, allowing people and
groups to tailor these models to their needs. This openness increases
innovation, transparency, and fairness. An open-source strategy is needed to
share AI benefits fairly, and H2O.ai will continue to democratize AI and LLMs. | cs.CL | h2oGPT: Democratizing Large Language Models |
2023-06-13T22:07:54Z | http://arxiv.org/pdf/2306.08158v4 | http://arxiv.org/abs/2306.08158v4 | Vipul Gupta, Pranav Narayanan Venkit, Shomir Wilson, Rebecca J. Passonneau | 2024-03-01T17:40:27Z | cs.CL, cs.AI, cs.LG | This paper presents a comprehensive survey of work on sociodemographic bias
in language models (LMs). Sociodemographic biases embedded within language
models can have harmful effects when deployed in real-world settings. We
systematically organize the existing literature into three main areas: types of
bias, quantifying bias, and debiasing techniques. We also track the evolution
of investigations of LM bias over the past decade. We identify current trends,
limitations, and potential future directions in bias research. To guide future
research towards more effective and reliable solutions, we present a checklist
of open questions. We also recommend using interdisciplinary approaches to
combine works on LM bias with an understanding of the potential harms. | cs.CL | Sociodemographic Bias in Language Models: A Survey and Forward Path |
2023-06-13T20:54:12Z | http://arxiv.org/pdf/2306.08133v2 | http://arxiv.org/abs/2306.08133v2 | Tongzhou Chen, Cyril Allauzen, Yinghui Huang, Daniel Park, David Rybach, W. Ronny Huang, Rodrigo Cabrera, Kartik Audhkhasi, Bhuvana Ramabhadran, Pedro J. Moreno, Michael Riley | 2023-09-05T20:50:24Z | eess.AS, cs.CL | In this work, we study the impact of Large-scale Language Models (LLM) on
Automated Speech Recognition (ASR) of YouTube videos, which we use as a source
for long-form ASR. We demonstrate up to 8\% relative reduction in Word Error
Eate (WER) on US English (en-us) and code-switched Indian English (en-in)
long-form ASR test sets and a reduction of up to 30\% relative on Salient Term
Error Rate (STER) over a strong first-pass baseline that uses a maximum-entropy
based language model. Improved lattice processing that results in a lattice
with a proper (non-tree) digraph topology and carrying context from the 1-best
hypothesis of the previous segment(s) results in significant wins in rescoring
with LLMs. We also find that the gains in performance from the combination of
LLMs trained on vast quantities of available data (such as C4) and conventional
neural LMs is additive and significantly outperforms a strong first-pass
baseline with a maximum entropy LM.
Copyright 2023 IEEE. Personal use of this material is permitted. Permission
from IEEE must be obtained for all other uses, in any current or future media,
including reprinting/republishing this material for advertising or promotional
purposes, creating new collective works, for resale or redistribution to
servers or lists, or reuse of any copyrighted component of this work in other
works. | eess.AS | Large-scale Language Model Rescoring on Long-form Data |
2023-06-13T20:50:22Z | http://arxiv.org/pdf/2306.08129v3 | http://arxiv.org/abs/2306.08129v3 | Ziniu Hu, Ahmet Iscen, Chen Sun, Kai-Wei Chang, Yizhou Sun, David A Ross, Cordelia Schmid, Alireza Fathi | 2023-11-02T07:54:37Z | cs.CV, cs.AI, cs.CL | In this paper, we propose an autonomous information seeking visual question
answering framework, AVIS. Our method leverages a Large Language Model (LLM) to
dynamically strategize the utilization of external tools and to investigate
their outputs, thereby acquiring the indispensable knowledge needed to provide
answers to the posed questions. Responding to visual questions that necessitate
external knowledge, such as "What event is commemorated by the building
depicted in this image?", is a complex task. This task presents a combinatorial
search space that demands a sequence of actions, including invoking APIs,
analyzing their responses, and making informed decisions. We conduct a user
study to collect a variety of instances of human decision-making when faced
with this task. This data is then used to design a system comprised of three
components: an LLM-powered planner that dynamically determines which tool to
use next, an LLM-powered reasoner that analyzes and extracts key information
from the tool outputs, and a working memory component that retains the acquired
information throughout the process. The collected user behavior serves as a
guide for our system in two key ways. First, we create a transition graph by
analyzing the sequence of decisions made by users. This graph delineates
distinct states and confines the set of actions available at each state.
Second, we use examples of user decision-making to provide our LLM-powered
planner and reasoner with relevant contextual instances, enhancing their
capacity to make informed decisions. We show that AVIS achieves
state-of-the-art results on knowledge-intensive visual question answering
benchmarks such as Infoseek and OK-VQA. | cs.CV | AVIS: Autonomous Visual Information Seeking with Large Language Model Agent |
2023-06-13T20:47:29Z | http://arxiv.org/pdf/2306.08126v1 | http://arxiv.org/abs/2306.08126v1 | Xu Han, Bin Guo, Yoon Jung, Benjamin Yao, Yu Zhang, Xiaohu Liu, Chenlei Guo | 2023-06-13T20:47:29Z | cs.CL, cs.AI | Personalized dialogue agents (DAs) powered by large pre-trained language
models (PLMs) often rely on explicit persona descriptions to maintain
personality consistency. However, such descriptions may not always be available
or may pose privacy concerns. To tackle this bottleneck, we introduce
PersonaPKT, a lightweight transfer learning approach that can build
persona-consistent dialogue models without explicit persona descriptions. By
representing each persona as a continuous vector, PersonaPKT learns implicit
persona-specific features directly from a small number of dialogue samples
produced by the same persona, adding less than 0.1% trainable parameters for
each persona on top of the PLM backbone. Empirical results demonstrate that
PersonaPKT effectively builds personalized DAs with high storage efficiency,
outperforming various baselines in terms of persona consistency while
maintaining good response generation quality. In addition, it enhances privacy
protection by avoiding explicit persona descriptions. Overall, PersonaPKT is an
effective solution for creating personalized DAs that respect user privacy. | cs.CL | PersonaPKT: Building Personalized Dialogue Agents via Parameter-efficient Knowledge Transfer |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.