-
UFO: Unified Fact Obtaining for Commonsense Question Answering
Authors:
Zhifeng Li,
Yifan Fan,
Bowei Zou,
Yu Hong
Abstract:
Leveraging external knowledge to enhance the reasoning ability is crucial for commonsense question answering. However, the existing knowledge bases heavily rely on manual annotation which unavoidably causes deficiency in coverage of world-wide commonsense knowledge. Accordingly, the knowledge bases fail to be flexible enough to support the reasoning over diverse questions. Recently, large-scale la…
▽ More
Leveraging external knowledge to enhance the reasoning ability is crucial for commonsense question answering. However, the existing knowledge bases heavily rely on manual annotation which unavoidably causes deficiency in coverage of world-wide commonsense knowledge. Accordingly, the knowledge bases fail to be flexible enough to support the reasoning over diverse questions. Recently, large-scale language models (LLMs) have dramatically improved the intelligence in capturing and leveraging knowledge, which opens up a new way to address the issue of eliciting knowledge from language models. We propose a Unified Facts Obtaining (UFO) approach. UFO turns LLMs into knowledge sources and produces relevant facts (knowledge statements) for the given question. We first develop a unified prompt consisting of demonstrations that cover different aspects of commonsense and different question styles. On this basis, we instruct the LLMs to generate question-related supporting facts for various commonsense questions via prompting. After facts generation, we apply a dense retrieval-based fact selection strategy to choose the best-matched fact. This kind of facts will be fed into the answer inference model along with the question. Notably, due to the design of unified prompts, UFO can support reasoning in various commonsense aspects (including general commonsense, scientific commonsense, and social commonsense). Extensive experiments on CommonsenseQA 2.0, OpenBookQA, QASC, and Social IQA benchmarks show that UFO significantly improves the performance of the inference model and outperforms manually constructed knowledge sources.
△ Less
Submitted 25 May, 2023;
originally announced May 2023.
-
Salt-rejecting continuous passive solar thermal desalination via convective flow and thin-film condensation
Authors:
Patrick I. Babb,
S. Farzad Ahmadi,
Forrest Brent,
Ruby Gans,
Mabel Aceves Lopez,
Jiuxu Song,
Qixian Wang,
Brandon Zou,
Xiangying Zuo,
Amanda Strom,
Jaya Nolt,
Tyler Susko,
Kirk Fields,
Yangying Zhu
Abstract:
Passive solar desalination is an emerging low-cost technology for fresh water production. State of the art desalinators typically evaporate water using wicking structures to achieve high solar-to-vapor efficiency by minimizing heat loss. However, wicking structures cannot reject salt continuously which limits the operating duration of the desalinators to several hours before the devices are turned…
▽ More
Passive solar desalination is an emerging low-cost technology for fresh water production. State of the art desalinators typically evaporate water using wicking structures to achieve high solar-to-vapor efficiency by minimizing heat loss. However, wicking structures cannot reject salt continuously which limits the operating duration of the desalinators to several hours before the devices are turned off to reject salt. While significant research has focused on developing efficient evaporators to achieve high solar-to-vapor efficiency, inefficient condensers have become the bottleneck for the overall solar-to-water efficiency. To overcome these challenges, we designed a passive inverted single stage solar membrane desalinator that achieves continuous desalination and salt rejection. By flowing salt water on a radiative absorbing, porous, hydrophobic evaporator membrane using gravity, salt continuously diffuses away from the membrane while allowing heated water vapor to transport to and condense on a cooler microporous membrane below. Our design utilizes thin-film condensation on a microporous membrane which offers ample three-phase contact region to enhance condensation phase change heat transfer. By condensing within the microporous membrane, we reduce the gap distance between the condenser and evaporator membranes, which reduces the vapor transport resistance. We experimentally demonstrated a record-high continuous desalination and salt rejection test duration of 7 days under one-sun. Despite an increased convection heat loss necessary for salt rejection on the evaporator, our desalinator still achieved a water-collection rate of 0.487 $kg$ $m^{-2}h^{-1}$, which corresponds to a 32.2% solar-to-water efficiency. This work signifies an improvement in the robustness of current state of the art desalinators and presents a new architecture to further optimize passive solar desalinators.
△ Less
Submitted 16 May, 2023;
originally announced May 2023.
-
Coreference-aware Double-channel Attention Network for Multi-party Dialogue Reading Comprehension
Authors:
Yanling Li,
Bowei Zou,
Yifan Fan,
Mengxing Dong,
Yu Hong
Abstract:
We tackle Multi-party Dialogue Reading Comprehension (abbr., MDRC). MDRC stands for an extractive reading comprehension task grounded on a batch of dialogues among multiple interlocutors. It is challenging due to the requirement of understanding cross-utterance contexts and relationships in a multi-turn multi-party conversation. Previous studies have made great efforts on the utterance profiling o…
▽ More
We tackle Multi-party Dialogue Reading Comprehension (abbr., MDRC). MDRC stands for an extractive reading comprehension task grounded on a batch of dialogues among multiple interlocutors. It is challenging due to the requirement of understanding cross-utterance contexts and relationships in a multi-turn multi-party conversation. Previous studies have made great efforts on the utterance profiling of a single interlocutor and graph-based interaction modeling. The corresponding solutions contribute to the answer-oriented reasoning on a series of well-organized and thread-aware conversational contexts. However, the current MDRC models still suffer from two bottlenecks. On the one hand, a pronoun like "it" most probably produces multi-skip reasoning throughout the utterances of different interlocutors. On the other hand, an MDRC encoder is potentially puzzled by fuzzy features, i.e., the mixture of inner linguistic features in utterances and external interactive features among utterances. To overcome the bottlenecks, we propose a coreference-aware attention modeling method to strengthen the reasoning ability. In addition, we construct a two-channel encoding network. It separately encodes utterance profiles and interactive relationships, so as to relieve the confusion among heterogeneous features. We experiment on the benchmark corpora Molweni and FriendsQA. Experimental results demonstrate that our approach yields substantial improvements on both corpora, compared to the fine-tuned BERT and ELECTRA baselines. The maximum performance gain is about 2.5\% F1-score. Besides, our MDRC models outperform the state-of-the-art in most cases.
△ Less
Submitted 22 May, 2023; v1 submitted 15 May, 2023;
originally announced May 2023.
-
KEPR: Knowledge Enhancement and Plausibility Ranking for Generative Commonsense Question Answering
Authors:
Zhifeng Li,
Bowei Zou,
Yifan Fan,
Yu Hong
Abstract:
Generative commonsense question answering (GenCQA) is a task of automatically generating a list of answers given a question. The answer list is required to cover all reasonable answers. This presents the considerable challenges of producing diverse answers and ranking them properly. Incorporating a variety of closely-related background knowledge into the encoding of questions enables the generatio…
▽ More
Generative commonsense question answering (GenCQA) is a task of automatically generating a list of answers given a question. The answer list is required to cover all reasonable answers. This presents the considerable challenges of producing diverse answers and ranking them properly. Incorporating a variety of closely-related background knowledge into the encoding of questions enables the generation of different answers. Meanwhile, learning to distinguish positive answers from negative ones potentially enhances the probabilistic estimation of plausibility, and accordingly, the plausibility-based ranking. Therefore, we propose a Knowledge Enhancement and Plausibility Ranking (KEPR) approach grounded on the Generate-Then-Rank pipeline architecture. Specifically, we expand questions in terms of Wiktionary commonsense knowledge of keywords, and reformulate them with normalized patterns. Dense passage retrieval is utilized for capturing relevant knowledge, and different PLM-based (BART, GPT2 and T5) networks are used for generating answers. On the other hand, we develop an ELECTRA-based answer ranking model, where logistic regression is conducted during training, with the aim of approximating different levels of plausibility in a polar classification scenario. Extensive experiments on the benchmark ProtoQA show that KEPR obtains substantial improvements, compared to the strong baselines. Within the experimental models, the T5-based GenCQA with KEPR obtains the best performance, which is up to 60.91% at the primary canonical metric Inc@3. It outperforms the existing GenCQA models on the current leaderboard of ProtoQA.
△ Less
Submitted 15 May, 2023;
originally announced May 2023.
-
Search for $\barΛ$-$Λ$ oscillations in the decay $J/ψ\to p K^- \barΛ+c.c.$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai,
X. Cai
, et al. (437 additional authors not shown)
Abstract:
We report the first search for $\barΛ$--$Λ$ oscillations in the decay $J/ψ\to p K^- \barΛ + c.c.$ by analyzing $1.31\times10^9$ $J/ψ$ events accumulated with the BESIII detector at the BEPCII collider. The $J/ψ$ events are produced using $e^+e^-$ collisions at a center of mass energy $\sqrt{s}= 3.097$~GeV. No evidence for hyperon oscillations is observed. The upper limit for the oscillation rate o…
▽ More
We report the first search for $\barΛ$--$Λ$ oscillations in the decay $J/ψ\to p K^- \barΛ + c.c.$ by analyzing $1.31\times10^9$ $J/ψ$ events accumulated with the BESIII detector at the BEPCII collider. The $J/ψ$ events are produced using $e^+e^-$ collisions at a center of mass energy $\sqrt{s}= 3.097$~GeV. No evidence for hyperon oscillations is observed. The upper limit for the oscillation rate of $\barΛ$ to $Λ$ hyperons is determined to be $\mathcal{P}(Λ)=\frac{\mathcal{B}(J/ψ\to pK^-Λ+c.c.)}{\mathcal{B}(J/ψ\to pK^-\barΛ+c.c.)}<4.4\times10^{-6}$ corresponding to an oscillation parameter $δm_{Λ\barΛ}$ of less than $3.8\times10^{-18}$~GeV at the 90\% confidence level.
△ Less
Submitted 31 August, 2023; v1 submitted 8 May, 2023;
originally announced May 2023.
-
Modeling What-to-ask and How-to-ask for Answer-unaware Conversational Question Generation
Authors:
Xuan Long Do,
Bowei Zou,
Shafiq Joty,
Anh Tai Tran,
Liangming Pan,
Nancy F. Chen,
Ai Ti Aw
Abstract:
Conversational Question Generation (CQG) is a critical task for machines to assist humans in fulfilling their information needs through conversations. The task is generally cast into two different settings: answer-aware and answer-unaware. While the former facilitates the models by exposing the expected answer, the latter is more realistic and receiving growing attentions recently. What-to-ask and…
▽ More
Conversational Question Generation (CQG) is a critical task for machines to assist humans in fulfilling their information needs through conversations. The task is generally cast into two different settings: answer-aware and answer-unaware. While the former facilitates the models by exposing the expected answer, the latter is more realistic and receiving growing attentions recently. What-to-ask and how-to-ask are the two main challenges in the answer-unaware setting. To address the first challenge, existing methods mainly select sequential sentences in context as the rationales. We argue that the conversation generated using such naive heuristics may not be natural enough as in reality, the interlocutors often talk about the relevant contents that are not necessarily sequential in context. Additionally, previous methods decide the type of question to be generated (boolean/span-based) implicitly. Modeling the question type explicitly is crucial as the answer, which hints the models to generate a boolean or span-based question, is unavailable. To this end, we present SG-CQG, a two-stage CQG framework. For the what-to-ask stage, a sentence is selected as the rationale from a semantic graph that we construct, and extract the answer span from it. For the how-to-ask stage, a classifier determines the target answer type of the question via two explicit control signals before generating and filtering. In addition, we propose Conv-Distinct, a novel evaluation metric for CQG, to evaluate the diversity of the generated conversation from a context. Compared with the existing answer-unaware CQG models, the proposed SG-CQG achieves state-of-the-art performance.
△ Less
Submitted 4 May, 2023;
originally announced May 2023.
-
Optimal moral-hazard-free reinsurance under extended distortion premium principles
Authors:
Zhuo Jin,
Zuo Quan Xu,
Bin Zou
Abstract:
We study an optimal reinsurance problem under a diffusion risk model for an insurer who aims to minimize the probability of lifetime ruin. To rule out moral hazard issues, we only consider moral-hazard-free reinsurance contracts by imposing the incentive compatibility constraint on indemnity functions. The reinsurance premium is calculated under an extended distortion premium principle, in which t…
▽ More
We study an optimal reinsurance problem under a diffusion risk model for an insurer who aims to minimize the probability of lifetime ruin. To rule out moral hazard issues, we only consider moral-hazard-free reinsurance contracts by imposing the incentive compatibility constraint on indemnity functions. The reinsurance premium is calculated under an extended distortion premium principle, in which the distortion function is not necessarily concave. We first show that an optimal reinsurance contract always exists and then derive two sufficient and necessary conditions to characterize it. Due to the presence of the incentive compatibility constraint and the nonconcavity of the distortion, the optimal contract is obtained as a solution to a double obstacle problem. At last, we apply the general result to study three examples and obtain the optimal contract in (semi)closed form.
△ Less
Submitted 18 April, 2023;
originally announced April 2023.
-
Improving Neural Radiance Fields with Depth-aware Optimization for Novel View Synthesis
Authors:
Shu Chen,
Junyao Li,
Yang Zhang,
Beiji Zou
Abstract:
With dense inputs, Neural Radiance Fields (NeRF) is able to render photo-realistic novel views under static conditions. Although the synthesis quality is excellent, existing NeRF-based methods fail to obtain moderate three-dimensional (3D) structures. The novel view synthesis quality drops dramatically given sparse input due to the implicitly reconstructed inaccurate 3D-scene structure. We propose…
▽ More
With dense inputs, Neural Radiance Fields (NeRF) is able to render photo-realistic novel views under static conditions. Although the synthesis quality is excellent, existing NeRF-based methods fail to obtain moderate three-dimensional (3D) structures. The novel view synthesis quality drops dramatically given sparse input due to the implicitly reconstructed inaccurate 3D-scene structure. We propose SfMNeRF, a method to better synthesize novel views as well as reconstruct the 3D-scene geometry. SfMNeRF leverages the knowledge from the self-supervised depth estimation methods to constrain the 3D-scene geometry during view synthesis training. Specifically, SfMNeRF employs the epipolar, photometric consistency, depth smoothness, and position-of-matches constraints to explicitly reconstruct the 3D-scene structure. Through these explicit constraints and the implicit constraint from NeRF, our method improves the view synthesis as well as the 3D-scene geometry performance of NeRF at the same time. In addition, SfMNeRF synthesizes novel sub-pixels in which the ground truth is obtained by image interpolation. This strategy enables SfMNeRF to include more samples to improve generalization performance. Experiments on two public datasets demonstrate that SfMNeRF surpasses state-of-the-art approaches. Code is available at https://github.com/XTU-PR-LAB/SfMNeRF
△ Less
Submitted 19 February, 2024; v1 submitted 11 April, 2023;
originally announced April 2023.
-
Controllable nonlinear propagation of partially incoherent Airy beams
Authors:
Kaijian Chen,
Peiyu Zhang,
Nana Liu,
Liu Tan,
Peilong Hong,
Bingsuo Zou,
Jingjun Xu,
Yi Liang
Abstract:
The self-accelerating beams such as the Airy beam show great potentials in many applications including optical manipulation, imaging and communication. However, their superior features during linear propagation could be easily corrupted by optical nonlinearity or spatial incoherence individually. Here we investigate how the interaction of spatial incoherence and nonlinear propagation affect the be…
▽ More
The self-accelerating beams such as the Airy beam show great potentials in many applications including optical manipulation, imaging and communication. However, their superior features during linear propagation could be easily corrupted by optical nonlinearity or spatial incoherence individually. Here we investigate how the interaction of spatial incoherence and nonlinear propagation affect the beam quality of Airy beam, and find that the two destroying factors can in fact balance each other. Our results show that the influence of coherence and nonlinearity on the propagation of partially incoherent Airy beams (PIABs) can be formulated as two exponential functions that have factors of opposite signs. With appropriate spatial coherence length, the PIABs not only resist the corruption of beam profile caused by self-focusing nonlinearity, but also exhibits less anomalous diffraction caused by the self-defocusing nonlinearity. Our work provides deep insight into how to maintain the beam quality of self-accelerating Airy beams by exploiting the interaction between partially incoherence and optical nonlinearity. Our results may bring about new possibilities for optimizing partially incoherent structured field and developing related applications such as optical communication, incoherent imaging and optical manipulations.
△ Less
Submitted 26 June, 2023; v1 submitted 5 April, 2023;
originally announced April 2023.
-
STCF Conceptual Design Report: Volume 1 -- Physics & Detector
Authors:
M. Achasov,
X. C. Ai,
R. Aliberti,
L. P. An,
Q. An,
X. Z. Bai,
Y. Bai,
O. Bakina,
A. Barnyakov,
V. Blinov,
V. Bobrovnikov,
D. Bodrov,
A. Bogomyagkov,
A. Bondar,
I. Boyko,
Z. H. Bu,
F. M. Cai,
H. Cai,
J. J. Cao,
Q. H. Cao,
Z. Cao,
Q. Chang,
K. T. Chao,
D. Y. Chen,
H. Chen
, et al. (413 additional authors not shown)
Abstract:
The Super $τ$-Charm facility (STCF) is an electron-positron collider proposed by the Chinese particle physics community. It is designed to operate in a center-of-mass energy range from 2 to 7 GeV with a peak luminosity of $0.5\times 10^{35}{\rm cm}^{-2}{\rm s}^{-1}$ or higher. The STCF will produce a data sample about a factor of 100 larger than that by the present $τ$-Charm factory -- the BEPCII,…
▽ More
The Super $τ$-Charm facility (STCF) is an electron-positron collider proposed by the Chinese particle physics community. It is designed to operate in a center-of-mass energy range from 2 to 7 GeV with a peak luminosity of $0.5\times 10^{35}{\rm cm}^{-2}{\rm s}^{-1}$ or higher. The STCF will produce a data sample about a factor of 100 larger than that by the present $τ$-Charm factory -- the BEPCII, providing a unique platform for exploring the asymmetry of matter-antimatter (charge-parity violation), in-depth studies of the internal structure of hadrons and the nature of non-perturbative strong interactions, as well as searching for exotic hadrons and physics beyond the Standard Model. The STCF project in China is under development with an extensive R\&D program. This document presents the physics opportunities at the STCF, describes conceptual designs of the STCF detector system, and discusses future plans for detector R\&D and physics case studies.
△ Less
Submitted 5 October, 2023; v1 submitted 28 March, 2023;
originally announced March 2023.
-
Molecular states in $D_s^{(*)+}Ξ_c^{(',*)}$ systems
Authors:
Nijiati Yalikun,
Xiang-Kun Dong,
Bing-Song Zou
Abstract:
The possible hadronic molecules in $D_s^{(*)+}Ξ_c^{(',*)}$ systems with $J^P=1/2^-,3/2^-$ and $5/2^-$ are investigated with interactions described by light meson exchanges. By varying the cutoff in a phenomenologically reasonable range of $1\sim2.5$ GeV, we find ten near-threshold (bound or virtual) states in the single-channel case. After introducing the coupled-channel dynamics of $D_s^{+}Ξ_c$-…
▽ More
The possible hadronic molecules in $D_s^{(*)+}Ξ_c^{(',*)}$ systems with $J^P=1/2^-,3/2^-$ and $5/2^-$ are investigated with interactions described by light meson exchanges. By varying the cutoff in a phenomenologically reasonable range of $1\sim2.5$ GeV, we find ten near-threshold (bound or virtual) states in the single-channel case. After introducing the coupled-channel dynamics of $D_s^{+}Ξ_c$-$D_s^{+}Ξ_c^{'}$-$D_s^{*+}Ξ_c$-$D_s^{+}Ξ_c^{*}$-$D_s^{*+}Ξ_c^{'}$-$D_s^{*+}Ξ_c^{*}$ systems, these states, except those below the lowest channels in each $J^{P}$ sector, move into the complex energy plane and become resonances in the mass range of $4.43\sim4.76$ GeV. Their spin-parities and nearby thresholds are $1/2^-(D_s^{+}Ξ_c)$, $1/2^-(D_s^{+}Ξ_c^{'})$, $1/2^-(D_s^{*+}Ξ_c)$,$1/2^-(D_s^{*+}Ξ_c^{'})$, $1/2^-(D_s^{*+}Ξ_c^{*})$ , $3/2^-(D_s^{*+}Ξ_c)$, $3/2^-(D_s^{+}Ξ_c)$, $3/2^-(D_s^{*+}Ξ_c^{'})$, $3/2^-(D_s^{*+}Ξ_c^{*})$, and $5/2^-(D_s^{*+}Ξ_c^{*})$. The impacts of the $δ(r)$-term in the one-boson-exchange model on these states are presented. Setting $Λ=1.5$ GeV as an illustrative value, it is found that $1/2^-(D_s^{+}Ξ_c)$ is a stable bound state (becoming unstable if turning on the coupling to lower channels), $1/2^-(D_s^{*+}Ξ_c)$ and $3/2^-(D_s^{*+}Ξ_c)$ are physical resonances in both cases of including or excluding the $δ(r)$-term, while the other seven states are physical resonances or ``virtual-state-like" poles near thresholds, depending on including the $δ(r)$-term or not. In addition, the partial decay widths of the physical resonances are provided. These double-charm hidden-strangeness pentaquark states, as the partners of experimentally observed $P_c$ and $P_{cs}$ states, can be searched for in the $D^{(*)}Λ_c$ final states in future.
△ Less
Submitted 4 September, 2023; v1 submitted 6 March, 2023;
originally announced March 2023.
-
Effects of $N(2080){3/2}^-$ and $N(2270)3/2^-$ molecules on $K^\ast Σ$ photoproduction
Authors:
Di Ben,
Ai-Chao Wang,
Fei Huang,
Bing-Song Zou
Abstract:
In the present work, we re-analyze the available data for $γp\to K^{\ast +}Σ^0$ and $γp \to K^{\ast 0}Σ^+$ by considering the contributions from the $N(2080){3/2}^-$ and $N(2270)3/2^-$ molecules instead of any nucleon resonances in the $s$ channel, where the $N(2080)3/2^-$ was proposed to be a $K^\ast Σ$ molecule as the strange partner of the $P_c^+(4457)$ hadronic molecular state, and the…
▽ More
In the present work, we re-analyze the available data for $γp\to K^{\ast +}Σ^0$ and $γp \to K^{\ast 0}Σ^+$ by considering the contributions from the $N(2080){3/2}^-$ and $N(2270)3/2^-$ molecules instead of any nucleon resonances in the $s$ channel, where the $N(2080)3/2^-$ was proposed to be a $K^\ast Σ$ molecule as the strange partner of the $P_c^+(4457)$ hadronic molecular state, and the $N(2270)3/2^-$ was assumed to be a $K^*Σ^*$ molecule as the strange partner of the $\bar{D}^\ast Σ^\ast_c$ bound states that are predicated as members in the same heavy-quark spin symmetry multiplet as the $P_c$ states. It turns out that all the available cross-section data can be well reproduced, indicating that the molecular structures of the possible $N(2080){3/2}^-$ and $N(2270)3/2^-$ states are compatible with the available data for $K^\astΣ$ photoproduction reactions. Further analysis shows that for both $γp\to K^{\ast +}Σ^0$ and $γp \to K^{\ast 0}Σ^+$ reactions, the $N(2080){3/2}^-$ exchange provides dominant contributions to the cross-sections in the near-threshold energy region, and significant contributions from the $N(2270)3/2^-$ exchange to the cross-sections in the higher energy region are also found. Predictions of the beam asymmetry $Σ$, target asymmetry $T$, and recoil baryon asymmetry $P$ are presented and compared with those from our previous work. Measurements of the data on these observables are called on to further constrain the reaction mechanisms of $K^\astΣ$ photoproduction reactions and to verify the molecular scenario of the $N(2080){3/2}^-$ and $N(2270)3/2^-$ states.
△ Less
Submitted 10 November, 2023; v1 submitted 27 February, 2023;
originally announced February 2023.
-
Zero-Shot Cross-Lingual Summarization via Large Language Models
Authors:
Jiaan Wang,
Yunlong Liang,
Fandong Meng,
Beiqi Zou,
Zhixu Li,
Jianfeng Qu,
Jie Zhou
Abstract:
Given a document in a source language, cross-lingual summarization (CLS) aims to generate a summary in a different target language. Recently, the emergence of Large Language Models (LLMs), such as GPT-3.5, ChatGPT and GPT-4, has attracted wide attention from the computational linguistics community. However, it is not yet known the performance of LLMs on CLS. In this report, we empirically use vari…
▽ More
Given a document in a source language, cross-lingual summarization (CLS) aims to generate a summary in a different target language. Recently, the emergence of Large Language Models (LLMs), such as GPT-3.5, ChatGPT and GPT-4, has attracted wide attention from the computational linguistics community. However, it is not yet known the performance of LLMs on CLS. In this report, we empirically use various prompts to guide LLMs to perform zero-shot CLS from different paradigms (i.e., end-to-end and pipeline), and provide a preliminary evaluation on the generated summaries. We find that ChatGPT and GPT-4 originally prefer to produce lengthy summaries with detailed information. These two LLMs can further balance informativeness and conciseness with the help of an interactive prompt, significantly improving their CLS performance. Experimental results on three widely-used CLS datasets show that GPT-4 achieves state-of-the-art zero-shot CLS performance, and performs competitively compared with the fine-tuned mBART-50. Moreover, we also find some multi-lingual and bilingual LLMs (i.e., BLOOMZ, ChatGLM-6B, Vicuna-13B and ChatYuan) have limited zero-shot CLS ability. Due to the composite nature of CLS, which requires models to perform summarization and translation simultaneously, accomplishing this task in a zero-shot manner is even a challenge for LLMs. Therefore, we sincerely hope and recommend future LLM research could use CLS as a testbed.
△ Less
Submitted 24 October, 2023; v1 submitted 27 February, 2023;
originally announced February 2023.
-
Active Learning in Brain Tumor Segmentation with Uncertainty Sampling, Annotation Redundancy Restriction, and Data Initialization
Authors:
Daniel D Kim,
Rajat S Chandra,
Jian Peng,
Jing Wu,
Xue Feng,
Michael Atalay,
Chetan Bettegowda,
Craig Jones,
Haris Sair,
Wei-hua Liao,
Chengzhang Zhu,
Beiji Zou,
Li Yang,
Anahita Fathi Kazerooni,
Ali Nabavizadeh,
Harrison X Bai,
Zhicheng Jiao
Abstract:
Deep learning models have demonstrated great potential in medical 3D imaging, but their development is limited by the expensive, large volume of annotated data required. Active learning (AL) addresses this by training a model on a subset of the most informative data samples without compromising performance. We compared different AL strategies and propose a framework that minimizes the amount of da…
▽ More
Deep learning models have demonstrated great potential in medical 3D imaging, but their development is limited by the expensive, large volume of annotated data required. Active learning (AL) addresses this by training a model on a subset of the most informative data samples without compromising performance. We compared different AL strategies and propose a framework that minimizes the amount of data needed for state-of-the-art performance. 638 multi-institutional brain tumor MRI images were used to train a 3D U-net model and compare AL strategies. We investigated uncertainty sampling, annotation redundancy restriction, and initial dataset selection techniques. Uncertainty estimation techniques including Bayesian estimation with dropout, bootstrapping, and margins sampling were compared to random query. Strategies to avoid annotation redundancy by removing similar images within the to-be-annotated subset were considered as well. We determined the minimum amount of data necessary to achieve similar performance to the model trained on the full dataset (α = 0.1). A variance-based selection strategy using radiomics to identify the initial training dataset is also proposed. Bayesian approximation with dropout at training and testing showed similar results to that of the full data model with less than 20% of the training data (p=0.293) compared to random query achieving similar performance at 56.5% of the training data (p=0.814). Annotation redundancy restriction techniques achieved state-of-the-art performance at approximately 40%-50% of the training data. Radiomics dataset initialization had higher Dice with initial dataset sizes of 20 and 80 images, but improvements were not significant. In conclusion, we investigated various AL strategies with dropout uncertainty estimation achieving state-of-the-art performance with the least annotated data.
△ Less
Submitted 4 February, 2023;
originally announced February 2023.
-
Tuning the Interlayer Microstructure and Residual Stress of Buffer-Free Direct Bonding GaN/Si Heterostructures
Authors:
Yan Zhou,
Shi Zhou,
Shun Wan,
Bo Zou,
Yuxia Feng,
Rui Mei,
Heng Wu,
Pingheng Tan,
Naoteru Shigekawa,
Jianbo Liang,
Martin Kuball
Abstract:
The direct integration of GaN with Si can boost great potential for low-cost, large-scale, and high-power device applications. However, it is still challengeable to directly grow GaN on Si without using thick strain relief buffer layers due to their large lattice and thermal-expansion-coefficient mismatches. In this work, a GaN/Si heterointerface without any buffer layer is successfully fabricated…
▽ More
The direct integration of GaN with Si can boost great potential for low-cost, large-scale, and high-power device applications. However, it is still challengeable to directly grow GaN on Si without using thick strain relief buffer layers due to their large lattice and thermal-expansion-coefficient mismatches. In this work, a GaN/Si heterointerface without any buffer layer is successfully fabricated at room temperature via surface activated bonding (SAB). The residual stress states and interfacial microstructures of GaN/Si heterostructures were systematically investigated through micro-Raman spectroscopy and transmission electron microscopy. Compared to the large compressive stress that existed in GaN layers grown-on-Si by MOCVD, a significantly relaxed and uniform small tensile stress was observed in GaN layers bonded-to-Si by SAB; this is mainly ascribed to the amorphous layer formed at the bonding interface. In addition, the interfacial microstructure and stress states of bonded GaN/Si heterointerfaces was found can be significantly tuned by appropriate thermal annealing. This work moves an important step forward directly integrating GaN to the present Si CMOS technology with high quality thin interfaces, and brings great promises for wafer-scale low-cost fabrication of GaN electronics.
△ Less
Submitted 2 February, 2023;
originally announced February 2023.
-
Helicity amplitude analysis of $χ_{cJ} \rightarrow φφ$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
Y. Bai,
O. Bakina,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann
, et al. (552 additional authors not shown)
Abstract:
Using (447.9 $\pm$ 2.3) million $ψ$(3686) events collected with the BESIII detector, the decays of $χ_{cJ} \rightarrow φφ$ ($J$=0, 1, 2) have been studied via the decay $ψ(3686)\rightarrowγχ_{cJ}$. The branching fractions of the decays $χ_{cJ} \rightarrow φφ$ ($J$=0, 1, 2) are determined to be $(8.48\pm0.26\pm0.27)\times10^{-4}$, $(4.36\pm0.13\pm0.18)\times10^{-4}$, and…
▽ More
Using (447.9 $\pm$ 2.3) million $ψ$(3686) events collected with the BESIII detector, the decays of $χ_{cJ} \rightarrow φφ$ ($J$=0, 1, 2) have been studied via the decay $ψ(3686)\rightarrowγχ_{cJ}$. The branching fractions of the decays $χ_{cJ} \rightarrow φφ$ ($J$=0, 1, 2) are determined to be $(8.48\pm0.26\pm0.27)\times10^{-4}$, $(4.36\pm0.13\pm0.18)\times10^{-4}$, and $(13.36\pm0.29\pm0.49)\times10^{-4}$, respectively, which are the most precise measurements to date. From a helicity amplitude analysis of the process $ψ(3686) \rightarrow γχ_{cJ}, χ_{cJ}\rightarrow φφ, φ\rightarrow K^{+}K^{-}$, the polarization parameters of the $χ_{cJ} \rightarrow φφ$ decays are determined for the first time.
△ Less
Submitted 8 March, 2023; v1 submitted 26 January, 2023;
originally announced January 2023.
-
On the $η_1(1855)$, $π_1(1400)$ and $π_1(1600)$ as dynamically generated states and their SU(3) partners
Authors:
Mao-Jun Yan,
Jorgivan M. Dias,
Adolfo Guevara,
Feng-Kun Guo,
Bing-Song Zou
Abstract:
In this work, we interpret the newly observed $η_1(1855)$ resonance with exotic $J^{PC}=1^{-+}$ quantum numbers in the $I=0$ sector, reported by the BESIII Collaboration, as a dynamically generated state from the interaction between the lightest pseudoscalar mesons and axial-vector mesons. The interaction is derived from the lowest order chiral Lagrangian from which the Weinberg-Tomozawa term is o…
▽ More
In this work, we interpret the newly observed $η_1(1855)$ resonance with exotic $J^{PC}=1^{-+}$ quantum numbers in the $I=0$ sector, reported by the BESIII Collaboration, as a dynamically generated state from the interaction between the lightest pseudoscalar mesons and axial-vector mesons. The interaction is derived from the lowest order chiral Lagrangian from which the Weinberg-Tomozawa term is obtained, describing the transition amplitudes among the relevant channels, which are then unitarized using the Bethe-Salpeter equation, according to the chiral unitary approach. We evaluate the $η_1(1855)$ decays into the $ηη^{\prime}$ and $K\bar{K}^*π$ channels and find that the latter has a larger branching fraction. We also investigate its SU(3) partners, and according to our findings, the $π_1(1400)$ and $π_1(1600)$ structures may correspond to dynamically generated states, with the former one coupled mostly to the $b_1π$ component and the latter one coupled to the $K_1(1270)\bar{K}$ channel. In particular, our result for the ratio $Γ(π_1(1600)\to f_1(1285)π)/ Γ(π_1(1600)\to η^{\prime}π)$ is consistent with the measured value, which supports our interpretation for the higher $π_1$ state. We also report two poles with a mass about 1.7~GeV in the $I=1/2$ sector, which may be responsible for the $K^*(1680)$. We suggest searching for two additional $η_1$ exotic mesons with masses around 1.4 and 1.7~GeV. In particular, the predicted $η_1(1700)$ is expected to have a width around 0.1~GeV and can decay easily into $K\bar Kππ$.
△ Less
Submitted 23 February, 2023; v1 submitted 11 January, 2023;
originally announced January 2023.
-
Covariant orbital-spin scheme for any spin based on irreducible tensor
Authors:
Hao-Jie Jing,
Di Ben,
Shu-Ming Wu,
Jia-Jun Wu,
Bing-Song Zou
Abstract:
In hadron spectrum physics, the partial wave analysis is a primary method used to extract properties of hadronic resonances. The covariant orbital-spin coupling scheme holds unique advantages over other partial wave methods due to its Lorentz covariant form and determined orbital-spin quantum numbers. This paper presents a general form of the covariant orbital-spin coupling scheme based on the irr…
▽ More
In hadron spectrum physics, the partial wave analysis is a primary method used to extract properties of hadronic resonances. The covariant orbital-spin coupling scheme holds unique advantages over other partial wave methods due to its Lorentz covariant form and determined orbital-spin quantum numbers. This paper presents a general form of the covariant orbital-spin coupling scheme based on the irreducible tensor of the homogeneous proper Lorentz group and its little groups. A systematic procedure for constructing partial wave amplitude in a Lorentz covariant way is provided, which can be applied to both massive and massless particles. Specific examples are also included.
△ Less
Submitted 17 October, 2023; v1 submitted 4 January, 2023;
originally announced January 2023.
-
Measurement of branching fraction of $D^{*+}_s\to D^+_s π^0$ relative to $D^{*+}_s\to D^+_s γ$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (553 additional authors not shown)
Abstract:
Based on 7.33 fb$^{-1}$ of $e^+e^-$ collision data taken at center-of-mass energies between 4.128 and 4.226 GeV with the BESIII detector, we measure the branching fraction of $D^{*+}_s\to D^+_sπ^0$ relative to that of $D^{*+}_s\to D^+_sγ$ to be $(6.16\pm 0.43\pm 0.19)\%$. The first uncertainty is statistical and the second one is systematic. By using the world average value of the branching fracti…
▽ More
Based on 7.33 fb$^{-1}$ of $e^+e^-$ collision data taken at center-of-mass energies between 4.128 and 4.226 GeV with the BESIII detector, we measure the branching fraction of $D^{*+}_s\to D^+_sπ^0$ relative to that of $D^{*+}_s\to D^+_sγ$ to be $(6.16\pm 0.43\pm 0.19)\%$. The first uncertainty is statistical and the second one is systematic. By using the world average value of the branching fraction of $D^{*+}_s\to D^+_se^+e^-$, we determine the branching fractions of $D^{*+}_s\to D^+_sγ$ and $D^{*+}_s\to D^+_sπ^0$ to be $(93.57\pm0.44\pm0.19)\%$ and $(5.76\pm0.44\pm0.19)\%$, respectively.
△ Less
Submitted 3 January, 2023; v1 submitted 26 December, 2022;
originally announced December 2022.
-
A new look at the $P_{cs}$ states from a molecular perspective
Authors:
Albert Feijoo,
Wen-Fei Wang,
Chu-Wen Xiao,
Jia-Jun Wu,
Eulogio Oset,
Juan Nieves,
Bing-Song Zou
Abstract:
We have a look at the $P_{cs}$ states generated from the interaction of $\bar D^{(*)} Ξ^{(\prime*)}_c$ coupled channels. We consider the blocks of pseudoscalar-baryon $({\frac12}^+, {\frac32}^+)$ and vector-baryon $({\frac12}^+, {\frac32}^+)$, and find $10$ resonant states coupling mostly to $\bar D Ξ_c, \bar D^* Ξ_c,\bar D Ξ'_c, \bar D^* Ξ'_c,\bar D Ξ^*_c$ and $\bar D^* Ξ^*_c$. A novel aspect of…
▽ More
We have a look at the $P_{cs}$ states generated from the interaction of $\bar D^{(*)} Ξ^{(\prime*)}_c$ coupled channels. We consider the blocks of pseudoscalar-baryon $({\frac12}^+, {\frac32}^+)$ and vector-baryon $({\frac12}^+, {\frac32}^+)$, and find $10$ resonant states coupling mostly to $\bar D Ξ_c, \bar D^* Ξ_c,\bar D Ξ'_c, \bar D^* Ξ'_c,\bar D Ξ^*_c$ and $\bar D^* Ξ^*_c$. A novel aspect of the work is the realization that the $\bar D Ξ_c,\bar D_sΛ_c$ or $\bar D^* Ξ_c,\bar D^*_sΛ_c$ channels, with a strong transition potential, collaborate to produce a larger attraction than the corresponding states $\bar D Σ_c,\bar DΛ_c$ or $\bar D^* Σ_c,\bar D^*Λ_c$ appearing in the generation of the strangenessless $P_{c}$ states, since in the latter case the transition potential between those channels is zero. The extra attraction obtained in the $\bar D Ξ_c,\bar D^* Ξ_c$ pairs preclude the association of these channels to the $P_{cs}(4338)$ and $P_{cs}(4459)$ states respectively. Then we find a natural association of the $P_{cs}(4338)$ state coupling mostly to $\bar D^* Ξ_c$ while the $P_{cs}(4459)$ is associated to the state found that couples mostly to $\bar D Ξ'_c$. Four more states appear, like in other molecular pictures, and some of the states are degenerate in spin. Counting different spin states we find $10$ states, which we hope can be observed in the near future.
△ Less
Submitted 8 February, 2023; v1 submitted 23 December, 2022;
originally announced December 2022.
-
Biomedical image analysis competitions: The state of current participation practice
Authors:
Matthias Eisenmann,
Annika Reinke,
Vivienn Weru,
Minu Dietlinde Tizabi,
Fabian Isensee,
Tim J. Adler,
Patrick Godau,
Veronika Cheplygina,
Michal Kozubek,
Sharib Ali,
Anubha Gupta,
Jan Kybic,
Alison Noble,
Carlos Ortiz de Solórzano,
Samiksha Pachade,
Caroline Petitjean,
Daniel Sage,
Donglai Wei,
Elizabeth Wilden,
Deepak Alapatt,
Vincent Andrearczyk,
Ujjwal Baid,
Spyridon Bakas,
Niranjan Balu,
Sophia Bano
, et al. (331 additional authors not shown)
Abstract:
The number of international benchmarking competitions is steadily increasing in various fields of machine learning (ML) research and practice. So far, however, little is known about the common practice as well as bottlenecks faced by the community in tackling the research questions posed. To shed light on the status quo of algorithm development in the specific field of biomedical imaging analysis,…
▽ More
The number of international benchmarking competitions is steadily increasing in various fields of machine learning (ML) research and practice. So far, however, little is known about the common practice as well as bottlenecks faced by the community in tackling the research questions posed. To shed light on the status quo of algorithm development in the specific field of biomedical imaging analysis, we designed an international survey that was issued to all participants of challenges conducted in conjunction with the IEEE ISBI 2021 and MICCAI 2021 conferences (80 competitions in total). The survey covered participants' expertise and working environments, their chosen strategies, as well as algorithm characteristics. A median of 72% challenge participants took part in the survey. According to our results, knowledge exchange was the primary incentive (70%) for participation, while the reception of prize money played only a minor role (16%). While a median of 80 working hours was spent on method development, a large portion of participants stated that they did not have enough time for method development (32%). 25% perceived the infrastructure to be a bottleneck. Overall, 94% of all solutions were deep learning-based. Of these, 84% were based on standard architectures. 43% of the respondents reported that the data samples (e.g., images) were too large to be processed at once. This was most commonly addressed by patch-based training (69%), downsampling (37%), and solving 3D analysis tasks as a series of 2D tasks. K-fold cross-validation on the training set was performed by only 37% of the participants and only 50% of the participants performed ensembling based on multiple identical models (61%) or heterogeneous models (39%). 48% of the respondents applied postprocessing steps.
△ Less
Submitted 12 September, 2023; v1 submitted 16 December, 2022;
originally announced December 2022.
-
Search for the weak radiative decay $Λ_{c}^+\to Σ^+γ$ at BESIII
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
Y. Bai,
O. Bakina,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
A. Brueggemann
, et al. (552 additional authors not shown)
Abstract:
The Cabibbo-allowed weak radiative decay $Λ_{c}^+\to Σ^+γ$ has been searched for in a sample of $Λ_{c}^+\barΛ_{c}^-$ pairs produced in $e^+e^-$ annihilations, corresponding to an integrated luminosity of $4.5 \mathrm{fb}^{-1}$ collected with the BESIII detector at center-of-mass energies between 4.60 and 4.70 GeV. No excess of signal above background is observed, and we set an upper limit on the b…
▽ More
The Cabibbo-allowed weak radiative decay $Λ_{c}^+\to Σ^+γ$ has been searched for in a sample of $Λ_{c}^+\barΛ_{c}^-$ pairs produced in $e^+e^-$ annihilations, corresponding to an integrated luminosity of $4.5 \mathrm{fb}^{-1}$ collected with the BESIII detector at center-of-mass energies between 4.60 and 4.70 GeV. No excess of signal above background is observed, and we set an upper limit on the branching fraction of this decay to be ${\mathcal B}(Λ_{c}^+\to Σ^+γ)<4.4\times10^{-4}$ at a confidence level of 90\%, which is in agreement with Standard Model expectations.
△ Less
Submitted 15 December, 2022; v1 submitted 14 December, 2022;
originally announced December 2022.
-
Improved measurement of the absolute branching fraction of inclusive semileptonic $Λ_c^+$ decay
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (549 additional authors not shown)
Abstract:
Using $4.5 \mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data samples collected at center-of-mass energies ranging from 4.600 to 4.698 GeV with the BESIII detector at the BEPCII collider, we measured the absolute branching fraction for the inclusive semileptonic decay $Λ_c^+\rightarrow Xe^+ν_e$, where $X$ refers to any possible particle system. The branching fraction of the decay is determined to be…
▽ More
Using $4.5 \mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data samples collected at center-of-mass energies ranging from 4.600 to 4.698 GeV with the BESIII detector at the BEPCII collider, we measured the absolute branching fraction for the inclusive semileptonic decay $Λ_c^+\rightarrow Xe^+ν_e$, where $X$ refers to any possible particle system. The branching fraction of the decay is determined to be $\mathcal{B}({\it Λ}^+_c\rightarrow Xe^+ν_e)=(4.06\pm0.10_{\rm stat.}\pm0.09_{\rm syst.})\%$. Our result improves the precision of previous measurement of $\mathcal{B}({\it Λ}^+_c\rightarrow Xe^+ν_e)$ by more than threefold. Using the known $Λ_c^+$ lifetime and the charge-averaged semileptonic decay width of nonstrange charmed mesons, we measure the ratio of inclusive semileptonic decay widths $Γ(Λ_c^+\rightarrow X e^+ν_e)/\barΓ(D\rightarrow Xe^+ν_e)=1.28\pm0.05$, where statistical and systematic uncertainties are combined.
△ Less
Submitted 21 March, 2023; v1 submitted 7 December, 2022;
originally announced December 2022.
-
Study of $e^+e^-\rightarrowΩ^{-}\barΩ^{+}$ at center-of-mass energies from 3.49 to 3.67 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (552 additional authors not shown)
Abstract:
Using data samples of $e^+e^-$ collisions collected with the BESIII detector at eight center-of-mass energy points between 3.49 and 3.67 GeV, corresponding to an integrated luminosity of 670 pb$^{-1}$, we present the upper limits of Born cross sections and the effective form factor for the process $e^+e^-\rightarrowΩ^{-}\barΩ^{+}$. A fit to the cross sections using a pQCD-derived energy dependent…
▽ More
Using data samples of $e^+e^-$ collisions collected with the BESIII detector at eight center-of-mass energy points between 3.49 and 3.67 GeV, corresponding to an integrated luminosity of 670 pb$^{-1}$, we present the upper limits of Born cross sections and the effective form factor for the process $e^+e^-\rightarrowΩ^{-}\barΩ^{+}$. A fit to the cross sections using a pQCD-derived energy dependent function shows no significant threshold effect. The upper limit on the measured effective form factor is consistent with a theoretical prediction within the uncertainty of 1$σ$. These results provide new experimental information on the production mechanism of $Ω$.
△ Less
Submitted 8 March, 2023; v1 submitted 7 December, 2022;
originally announced December 2022.
-
Understanding the $0^{++}$ and $2^{++}$ charmonium(-like) states near 3.9 GeV
Authors:
Teng Ji,
Xiang-Kun Dong,
Miguel Albaladejo,
Meng-Lin Du,
Feng-Kun Guo,
Juan Nieves,
Bing-Song Zou
Abstract:
We propose that the $X(3915)$ observed in the $J/ψ\,ω$ channel is the same state as the $χ_{c2}(3930)$, and the $X(3960)$, observed in the $D_s^+D_s^-$ channel, is an $S$-wave $D_s^+ D_s^-$ hadronic molecule. In addition, the $J^{PC}=0^{++}$ {component in the $B^+\to D^+D^-K^+$} assigned to the $X(3915)$ in the current {\it Review of Particle Physics} has the same origin as the $X(3960)$, which ha…
▽ More
We propose that the $X(3915)$ observed in the $J/ψ\,ω$ channel is the same state as the $χ_{c2}(3930)$, and the $X(3960)$, observed in the $D_s^+D_s^-$ channel, is an $S$-wave $D_s^+ D_s^-$ hadronic molecule. In addition, the $J^{PC}=0^{++}$ {component in the $B^+\to D^+D^-K^+$} assigned to the $X(3915)$ in the current {\it Review of Particle Physics} has the same origin as the $X(3960)$, which has a mass around 3.94~GeV. To check the proposal, the available data in the $D\bar D$ and $D_s^+ D_s^-$ channels from both $ B$ decays and $γγ$ fusion reaction are analyzed considering both the $D\bar D$-$D_s\bar D_s$-$D^*\bar D^*$-$D_s^*\bar D_s^*$ coupled channels with $0^{++}$ and a $2^{++}$ state introduced additionally. It is found that all the data in different processes can be simultaneously well reproduced, and the coupled-channel dynamics produce four hidden-charm scalar molecular states with masses around 3.73, 3.94, 3.99 and 4.23~GeV, respectively. The results may deepen our understanding of the spectrum of charmonia as well as of the interactions between charmed hadrons.
△ Less
Submitted 13 March, 2023; v1 submitted 1 December, 2022;
originally announced December 2022.
-
Observation of $e^+e^- \to p p \bar{p} \bar{n} π^{-} + c.c.$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (545 additional authors not shown)
Abstract:
Using data taken at 29 center-of-mass energies between 4.16 and 4.70 GeV with the BESIII detector at the Beijing Electron Positron Collider corresponding to a total integrated luminosity of approximately 18.8 $\rm fb^{-1}$, the process $e^+e^- \to p p \bar{p} \bar{n} π^{-} + c.c.$ is observed for the first time with a statistical significance of $11.5σ$. The average Born cross sections in the ener…
▽ More
Using data taken at 29 center-of-mass energies between 4.16 and 4.70 GeV with the BESIII detector at the Beijing Electron Positron Collider corresponding to a total integrated luminosity of approximately 18.8 $\rm fb^{-1}$, the process $e^+e^- \to p p \bar{p} \bar{n} π^{-} + c.c.$ is observed for the first time with a statistical significance of $11.5σ$. The average Born cross sections in the energy ranges of (4.160, 4.380) GeV, (4.400, 4.600) GeV and (4.610, 4.700) GeV are measured to be $(21.5\pm5.7\pm1.2)$ fb, $(46.3\pm10.6\pm2.5)$ fb and $(59.0\pm9.4\pm3.2)$ fb, respectively, where the first uncertainties are statistical and the second are systematic. The line shapes of the $\bar{p}\bar{n}$ and $ppπ^-$ invariant mass spectra are consistent with phase space distributions, indicating that no hexaquark or di-baryon state is observed.
△ Less
Submitted 23 November, 2022;
originally announced November 2022.
-
Reversed Image Signal Processing and RAW Reconstruction. AIM 2022 Challenge Report
Authors:
Marcos V. Conde,
Radu Timofte,
Yibin Huang,
Jingyang Peng,
Chang Chen,
Cheng Li,
Eduardo Pérez-Pellitero,
Fenglong Song,
Furui Bai,
Shuai Liu,
Chaoyu Feng,
Xiaotao Wang,
Lei Lei,
Yu Zhu,
Chenghua Li,
Yingying Jiang,
Yong A,
Peisong Wang,
Cong Leng,
Jian Cheng,
Xiaoyu Liu,
Zhicun Yin,
Zhilu Zhang,
Junyi Li,
Ming Liu
, et al. (18 additional authors not shown)
Abstract:
Cameras capture sensor RAW images and transform them into pleasant RGB images, suitable for the human eyes, using their integrated Image Signal Processor (ISP). Numerous low-level vision tasks operate in the RAW domain (e.g. image denoising, white balance) due to its linear relationship with the scene irradiance, wide-range of information at 12bits, and sensor designs. Despite this, RAW image data…
▽ More
Cameras capture sensor RAW images and transform them into pleasant RGB images, suitable for the human eyes, using their integrated Image Signal Processor (ISP). Numerous low-level vision tasks operate in the RAW domain (e.g. image denoising, white balance) due to its linear relationship with the scene irradiance, wide-range of information at 12bits, and sensor designs. Despite this, RAW image datasets are scarce and more expensive to collect than the already large and public RGB datasets.
This paper introduces the AIM 2022 Challenge on Reversed Image Signal Processing and RAW Reconstruction. We aim to recover raw sensor images from the corresponding RGBs without metadata and, by doing this, "reverse" the ISP transformation. The proposed methods and benchmark establish the state-of-the-art for this low-level vision inverse problem, and generating realistic raw sensor readings can potentially benefit other tasks such as denoising and super-resolution.
△ Less
Submitted 20 October, 2022;
originally announced October 2022.
-
Structure-Aware NeRF without Posed Camera via Epipolar Constraint
Authors:
Shu Chen,
Yang Zhang,
Yaxin Xu,
Beiji Zou
Abstract:
The neural radiance field (NeRF) for realistic novel view synthesis requires camera poses to be pre-acquired by a structure-from-motion (SfM) approach. This two-stage strategy is not convenient to use and degrades the performance because the error in the pose extraction can propagate to the view synthesis. We integrate the pose extraction and view synthesis into a single end-to-end procedure so th…
▽ More
The neural radiance field (NeRF) for realistic novel view synthesis requires camera poses to be pre-acquired by a structure-from-motion (SfM) approach. This two-stage strategy is not convenient to use and degrades the performance because the error in the pose extraction can propagate to the view synthesis. We integrate the pose extraction and view synthesis into a single end-to-end procedure so they can benefit from each other. For training NeRF models, only RGB images are given, without pre-known camera poses. The camera poses are obtained by the epipolar constraint in which the identical feature in different views has the same world coordinates transformed from the local camera coordinates according to the extracted poses. The epipolar constraint is jointly optimized with pixel color constraint. The poses are represented by a CNN-based deep network, whose input is the related frames. This joint optimization enables NeRF to be aware of the scene's structure that has an improved generalization performance. Extensive experiments on a variety of scenes demonstrate the effectiveness of the proposed approach. Code is available at https://github.com/XTU-PR-LAB/SaNerf.
△ Less
Submitted 30 September, 2022;
originally announced October 2022.
-
Observation of the decay $ψ(3686) \to Σ^-\barΣ^+$ and measurement of its angular distribution
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (553 additional authors not shown)
Abstract:
Using $(448.1\pm2.9)\times10^6$ $ ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, the decay $ψ(3686)\toΣ^-\barΣ^+$ is observed for the first time with a branching fraction of $(2.82\pm0.04_{\rm stat.}\pm0.08_{\rm syst.})\times10^{-4}$, and the angular parameter $α_{ Σ^-}$ is measured to be $0.96\pm0.09_{\rm stat.} \pm 0.03_{\rm syst.}$.
Using $(448.1\pm2.9)\times10^6$ $ ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, the decay $ψ(3686)\toΣ^-\barΣ^+$ is observed for the first time with a branching fraction of $(2.82\pm0.04_{\rm stat.}\pm0.08_{\rm syst.})\times10^{-4}$, and the angular parameter $α_{ Σ^-}$ is measured to be $0.96\pm0.09_{\rm stat.} \pm 0.03_{\rm syst.}$.
△ Less
Submitted 10 November, 2022; v1 submitted 29 September, 2022;
originally announced September 2022.
-
Search for invisible decays of a dark photon using $e^+e^-$ annihilation data at BESIII
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (553 additional authors not shown)
Abstract:
We report a search for a dark photon using $14.9$~fb$^{-1}$ of $e^+e^-$ annihilation data taken at center-of-mass energies from 4.13 to 4.60~GeV with the BESIII detector operated at the BEPCII storage ring. The dark photon is assumed to be produced in the radiative annihilation process of $e^+e^-$ and to predominantly decay into light dark matter particles, which escape from the detector undetecte…
▽ More
We report a search for a dark photon using $14.9$~fb$^{-1}$ of $e^+e^-$ annihilation data taken at center-of-mass energies from 4.13 to 4.60~GeV with the BESIII detector operated at the BEPCII storage ring. The dark photon is assumed to be produced in the radiative annihilation process of $e^+e^-$ and to predominantly decay into light dark matter particles, which escape from the detector undetected. The mass range from 1.5 to 2.9~GeV is scanned for the dark photon candidate, and no significant signal is observed. The mass dependent upper limits at the 90$\%$ confidence level on the coupling strength parameter $ε$ for a dark photon coupling with an ordinary photon vary between $1.6\times 10^{-3}$ and $5.7\times10^{-3}$.
△ Less
Submitted 2 March, 2023; v1 submitted 28 September, 2022;
originally announced September 2022.
-
Measurement of the $e^+e^-\toπ^+π^-J/ψ$ cross section in the vicinity of 3.872 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (555 additional authors not shown)
Abstract:
We report a measurement of the cross section for the process $e^+e^-\toπ^+π^-J/ψ$ around the $X(3872)$ mass in search for the direct formation of $e^+e^-\to X(3872)$ through the two-photon fusion process. No enhancement of the cross section is observed at the $X(3872)$ peak and an upper limit on the product of electronic width and branching fraction of $X(3872)\toπ^+π^-J/ψ$ is determined to be…
▽ More
We report a measurement of the cross section for the process $e^+e^-\toπ^+π^-J/ψ$ around the $X(3872)$ mass in search for the direct formation of $e^+e^-\to X(3872)$ through the two-photon fusion process. No enhancement of the cross section is observed at the $X(3872)$ peak and an upper limit on the product of electronic width and branching fraction of $X(3872)\toπ^+π^-J/ψ$ is determined to be $Γ_{ee}\times\mathcal{B}(X(3872)\toπ^+π^-J/ψ)<7.5\times10^{-3}\,\text{eV}$ at $90\,\%$ confidence level under an assumption of total width of $1.19\pm0.21$ MeV. This is an improvement of a factor of about $17$ compared to the previous limit. Furthermore, using the latest result of $\mathcal{B}(X(3872)\toπ^+π^-J/ψ)$, an upper limit on the electronic width $Γ_{ee}$ of $X(3872)$ is obtained to be $<0.32\,\text{eV}$ at the $90\,\%$ confidence level.
△ Less
Submitted 24 September, 2022;
originally announced September 2022.
-
Study of $η(1405)/η(1475)$ in $J/ψ\toγK^{0}_{S} K^{0}_{S}π^{0}$ decay
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (553 additional authors not shown)
Abstract:
Using a sample of $(10.09\pm0.04)\times10^{9}$ $J/ψ$ decays collected with the BESIII detector, partial wave analyses of the decay $J/ψ\toγK^{0}_{S} K^{0}_{S}π^{0}$ are performed within the $K^{0}_{S}K^{0}_{S}π^{0}$ invariant mass region below $1.6\mathrm{\ Ge\kern -0.1em V}/c^2$. The covariant tensor amplitude method is used in both mass independent and mass dependent approaches. Both analysis ap…
▽ More
Using a sample of $(10.09\pm0.04)\times10^{9}$ $J/ψ$ decays collected with the BESIII detector, partial wave analyses of the decay $J/ψ\toγK^{0}_{S} K^{0}_{S}π^{0}$ are performed within the $K^{0}_{S}K^{0}_{S}π^{0}$ invariant mass region below $1.6\mathrm{\ Ge\kern -0.1em V}/c^2$. The covariant tensor amplitude method is used in both mass independent and mass dependent approaches. Both analysis approaches exhibit dominant pseudoscalar and axial vector components, and show good consistency for the other individual components. Furthermore, the mass dependent analysis reveals that the $K^{0}_{S}K^{0}_{S}π^{0}$ invariant mass spectrum for the pseudoscalar component can be well described with two isoscalar resonant states using relativistic Breit-Wigner model, ${\it i.e.}$, the $η(1405)$ with a mass of $1391.7\pm0.7_{-0.3}^{+11.3}\mathrm{\ Me\kern -0.1em V}/c^2$ and a width of $60.8\pm1.2_{-12.0}^{+5.5}\mathrm{\ Me\kern -0.1em V}$, and the $η(1475)$ with a mass of $1507.6\pm1.6_{-32.2}^{+15.5}\mathrm{\ Me\kern -0.1em V}/c^2$ and a width of $115.8\pm2.4_{-10.9}^{+14.8}\mathrm{\ Me\kern -0.1em V}$. The first and second uncertainties are statistical and systematic, respectively. Alternate models for the pseudoscalar component are also tested, but the description of the $K^{0}_{S}K^{0}_{S}π^{0}$ invariant mass spectrum deteriorates significantly.
△ Less
Submitted 6 March, 2023; v1 submitted 22 September, 2022;
originally announced September 2022.
-
CoHS-CQG: Context and History Selection for Conversational Question Generation
Authors:
Xuan Long Do,
Bowei Zou,
Liangming Pan,
Nancy F. Chen,
Shafiq Joty,
Ai Ti Aw
Abstract:
Conversational question generation (CQG) serves as a vital task for machines to assist humans, such as interactive reading comprehension, through conversations. Compared to traditional single-turn question generation (SQG), CQG is more challenging in the sense that the generated question is required not only to be meaningful, but also to align with the occurred conversation history. While previous…
▽ More
Conversational question generation (CQG) serves as a vital task for machines to assist humans, such as interactive reading comprehension, through conversations. Compared to traditional single-turn question generation (SQG), CQG is more challenging in the sense that the generated question is required not only to be meaningful, but also to align with the occurred conversation history. While previous studies mainly focus on how to model the flow and alignment of the conversation, there has been no thorough study to date on which parts of the context and history are necessary for the model. We argue that shortening the context and history is crucial as it can help the model to optimise more on the conversational alignment property. To this end, we propose CoHS-CQG, a two-stage CQG framework, which adopts a CoHS module to shorten the context and history of the input. In particular, CoHS selects contiguous sentences and history turns according to their relevance scores by a top-p strategy. Our model achieves state-of-the-art performances on CoQA in both the answer-aware and answer-unaware settings.
△ Less
Submitted 10 October, 2022; v1 submitted 14 September, 2022;
originally announced September 2022.
-
Search for baryon and lepton number violation decay $D^{\pm}\to n(\bar{n})e^{\pm}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (555 additional authors not shown)
Abstract:
Using a data set of electron-positron collisions corresponding to an integrated luminosity of ${\rm 2.93~fb^{-1}}$ taken with the BESIII detector at a center-of-mass energy of 3.773 GeV, a search for the baryon ($B$) and lepton ($L$) number violating decays $D^{\pm}\to n(\bar{n})e^{\pm}$ is performed. No signal is observed and the upper limits on the branching fractions at the $90\%$ confidence le…
▽ More
Using a data set of electron-positron collisions corresponding to an integrated luminosity of ${\rm 2.93~fb^{-1}}$ taken with the BESIII detector at a center-of-mass energy of 3.773 GeV, a search for the baryon ($B$) and lepton ($L$) number violating decays $D^{\pm}\to n(\bar{n})e^{\pm}$ is performed. No signal is observed and the upper limits on the branching fractions at the $90\%$ confidence level are set to be $1.43\times10^{-5}$ for the decays $D^{+(-)}\to \bar{n}(n)e^{+(-)}$ with $Δ|B-L|=0$, and $2.91\times10^{-5}$ for the decays $D^{+(-)}\to n(\bar{n})e^{+(-)}$ with $Δ|B-L|=2$ , where $Δ|B-L|$ denotes the change in the difference between baryon and lepton numbers.
△ Less
Submitted 28 November, 2022; v1 submitted 13 September, 2022;
originally announced September 2022.
-
Meta Objective Guided Disambiguation for Partial Label Learning
Authors:
Bo-Shi Zou,
Ming-Kun Xie,
Sheng-Jun Huang
Abstract:
Partial label learning (PLL) is a typical weakly supervised learning framework, where each training instance is associated with a candidate label set, among which only one label is valid. To solve PLL problems, typically methods try to perform disambiguation for candidate sets by either using prior knowledge, such as structure information of training data, or refining model outputs in a self-train…
▽ More
Partial label learning (PLL) is a typical weakly supervised learning framework, where each training instance is associated with a candidate label set, among which only one label is valid. To solve PLL problems, typically methods try to perform disambiguation for candidate sets by either using prior knowledge, such as structure information of training data, or refining model outputs in a self-training manner. Unfortunately, these methods often fail to obtain a favorable performance due to the lack of prior information or unreliable predictions in the early stage of model training. In this paper, we propose a novel framework for partial label learning with meta objective guided disambiguation (MoGD), which aims to recover the ground-truth label from candidate labels set by solving a meta objective on a small validation set. Specifically, to alleviate the negative impact of false positive labels, we re-weight each candidate label based on the meta loss on the validation set. Then, the classifier is trained by minimizing the weighted cross entropy loss. The proposed method can be easily implemented by using various deep networks with the ordinary SGD optimizer. Theoretically, we prove the convergence property of meta objective and derive the estimation error bounds of the proposed method. Extensive experiments on various benchmark datasets and real-world PLL datasets demonstrate that the proposed method can achieve competent performance when compared with the state-of-the-art methods.
△ Less
Submitted 22 December, 2023; v1 submitted 26 August, 2022;
originally announced August 2022.
-
Observation of the hindered electromagnetic Dalitz decay $ψ(3686) \to e^+ e^- η_c$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (552 additional authors not shown)
Abstract:
Using a data sample of $(448.1 \pm 2.9)\times10^6 ~ψ(3686)$ decays collected at an $e^+ e^-$ center-of-mass energy of $3.686~\rm{GeV}$ by the BESIII detector at BEPCII, we report an observation of the hindered electromagnetic Dalitz decay $ψ(3686) \to e^+ e^- η_c$ with a significance of $7.9σ$. The branching fraction is determined to be…
▽ More
Using a data sample of $(448.1 \pm 2.9)\times10^6 ~ψ(3686)$ decays collected at an $e^+ e^-$ center-of-mass energy of $3.686~\rm{GeV}$ by the BESIII detector at BEPCII, we report an observation of the hindered electromagnetic Dalitz decay $ψ(3686) \to e^+ e^- η_c$ with a significance of $7.9σ$. The branching fraction is determined to be $\mathcal{B} (ψ(3686) \to e^+ e^- η_c) = (3.77 \pm 0.40_{\rm stat.} \pm 0.18_{\rm syst.})\times 10^{-5}$, agreeing well with the prediction of the vector meson dominance model. This is the first measurement of the electromagnetic Dalitz transition between the $ψ(3686)$ and the $η_c$, which provides new insight into the electromagnetic properties of this decay, and offers new opportunities to measure the absolute branching fractions of $η_c$ decays.
△ Less
Submitted 26 October, 2023; v1 submitted 25 August, 2022;
originally announced August 2022.
-
Coupled Channel Effects for the Charmed-Strange Mesons
Authors:
Wei Hao,
Yu Lu,
Bing-Song Zou
Abstract:
We make a systematic calculation of the spectra and hadronic decays of the $D_s$ system in a coupled channel framework, where the unquenched effects are induced by the $^3P_0$ model. In the calculation, the wave functions are obtained by using a nonrelativistic potential model and are handled precisely with Gaussian Expansion Method. Even though the fitting mainly focuses on the spectrum, our mode…
▽ More
We make a systematic calculation of the spectra and hadronic decays of the $D_s$ system in a coupled channel framework, where the unquenched effects are induced by the $^3P_0$ model. In the calculation, the wave functions are obtained by using a nonrelativistic potential model and are handled precisely with Gaussian Expansion Method. Even though the fitting mainly focuses on the spectrum, our model agrees well with the experiments on both the spectra and the hadronic decays, suggesting that the coupled channel effect could result in a reasonable and coherent description of the $D_s$ mesons. Based on the calculation, we give a detailed analysis on various aspects of the excited states, especially $D_s(2317), D_s(2460), D_s(2536), D_s(2860), D_s(3040)$. We also predict that $D_s(2{}^3P_0)$ should be a $D^*K^*$ dominant molecule with mass $2894$~MeV, which is only $5$~MeV below the $D^*K^*$ threshold.
△ Less
Submitted 23 August, 2022;
originally announced August 2022.
-
Measurement of the $C\!P$-even fraction of $D^{0}\toπ^{+}π^{-}π^{+}π^{-}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (549 additional authors not shown)
Abstract:
A measurement of the $C\!P$-even fraction of the decay $D^{0}\toπ^{+}π^{-}π^{+}π^{-}$ is performed with a quantum-correlated $ψ(3770)\to D\bar{D}$ data sample collected by the BESIII experiment, corresponding to an integrated luminosity of 2.93 $\textrm{fb}^{-1}$. Using a combination of $C\!P$ eigenstates, $D \to π^+π^-π^0$ and $D \to K_{S,L}^0π^{+}π^{-}$ as tagging modes, the $C\!P$-even fraction…
▽ More
A measurement of the $C\!P$-even fraction of the decay $D^{0}\toπ^{+}π^{-}π^{+}π^{-}$ is performed with a quantum-correlated $ψ(3770)\to D\bar{D}$ data sample collected by the BESIII experiment, corresponding to an integrated luminosity of 2.93 $\textrm{fb}^{-1}$. Using a combination of $C\!P$ eigenstates, $D \to π^+π^-π^0$ and $D \to K_{S,L}^0π^{+}π^{-}$ as tagging modes, the $C\!P$-even fraction is measured to be $F_{+}^{4π} = 0.735 \pm 0.015 \pm 0.005$, where the first uncertainty is statistical and the second is systematic. This is the most precise determination of this quantity to date. It provides valuable model-independent input for the measurement of the CKM angle $γ$ with $B^\pm\to D K^\pm$ decays, and for time-dependent studies of $C\!P$ violation and mixing in the $D^{0}$-$\bar{D}^{0}$ system.
△ Less
Submitted 22 August, 2022;
originally announced August 2022.
-
CCAT-prime: The Optical Design for the Epoch of Reionization Spectrometer
Authors:
Zachary B. Huber,
Steve K. Choi,
Cody J. Duell,
Rodrigo G. Freundt,
Patricio A. Gallardo,
Ben Keller,
Yaqiong Li,
Lawrence T. Lin,
Michael D. Niemack,
Thomas Nikola,
Dominik A. Riechers,
Gordon Stacey,
Eve M. Vavagiakis,
Bugao Zou
Abstract:
The Epoch of Reionization Spectrometer (EoR-Spec) will be an instrument module for the Prime-Cam receiver on the CCAT-prime Collaboration's Fred Young Submillimeter Telescope (FYST), a 6-m primary mirror Crossed Dragone telescope. With its Fabry-Perot interferometer (FPI), EoR-Spec will step through frequencies between 210 and 420 GHz to perform line intensity mapping of the 158 $μ$m [CII] line in…
▽ More
The Epoch of Reionization Spectrometer (EoR-Spec) will be an instrument module for the Prime-Cam receiver on the CCAT-prime Collaboration's Fred Young Submillimeter Telescope (FYST), a 6-m primary mirror Crossed Dragone telescope. With its Fabry-Perot interferometer (FPI), EoR-Spec will step through frequencies between 210 and 420 GHz to perform line intensity mapping of the 158 $μ$m [CII] line in aggregates of star-forming galaxies between redshifts of 3.5 and 8 to trace the evolution of structure in the universe during the epoch of reionization. Here we present the optical design of the module including studies of the optical quality and other key parameters at the image surface. In order to achieve the required resolving power (R$\sim$100) with the FPI, it is important to have a highly collimated beam at the Lyot stop of the system; the optimization process to achieve this goal with four lenses instead of three as used in other Prime-Cam modules is outlined. As part of the optimization, we test the effect of replacing some of the aspheric lenses with biconic lenses in this Crossed Dragone design and find that the biconic lenses tend to improve the image quality across the focal plane of the module.
△ Less
Submitted 19 August, 2022;
originally announced August 2022.
-
Improved measurement of the strong-phase difference $δ_D^{Kπ}$ in quantum-correlated $D\bar{D}$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (555 additional authors not shown)
Abstract:
The decay $D\to K^-π^+$ is studied in a sample of quantum-correlated $D\bar{D}$ pairs, based on a data set corresponding to an integrated luminosity of 2.93\,fb$^{-1}$ collected at the $ψ(3770)$ resonance by the BESIII experiment. The asymmetry between $C\!P$-odd and $C\!P$-even eigenstate decays into $K^-π^+$ is determined to be ${\cal A}_{Kπ} = 0.132 \pm 0.011 \pm 0.007$, where the first uncerta…
▽ More
The decay $D\to K^-π^+$ is studied in a sample of quantum-correlated $D\bar{D}$ pairs, based on a data set corresponding to an integrated luminosity of 2.93\,fb$^{-1}$ collected at the $ψ(3770)$ resonance by the BESIII experiment. The asymmetry between $C\!P$-odd and $C\!P$-even eigenstate decays into $K^-π^+$ is determined to be ${\cal A}_{Kπ} = 0.132 \pm 0.011 \pm 0.007$, where the first uncertainty is statistical and the second is systematic. This measurement is an update of an earlier study exploiting additional tagging modes, including several decay modes involving a $K^0_L$ meson. The branching fractions of the $K^0_L$ modes are determined as input to the analysis in a manner that is independent of any strong phase uncertainty. Using the predominantly $C\!P$-even tag $D\to π^+π^-π^0$ and the ensemble of $C\!P$-odd eigenstate tags, the observable ${\cal A}_{Kπ}^{πππ^0}$ is measured to be $0.130 \pm 0.012 \pm 0.008$. The two asymmetries are sensitive to $r_D^{Kπ} \cos δ_D^{Kπ}$, where $r_D^{Kπ}$ and $δ_D^{Kπ}$ are the ratio of amplitudes and phase difference, respectively, between the doubly Cabibbo-suppressed and Cabibbo-favoured decays. In addition, events containing $D \to K^-π^+$ tagged by $D \to K^0_{S,L} π^+π^-$ are studied in bins of phase space of the three-body decays. This analysis has sensitivity to both $r_D^{Kπ} \cos δ_D^{Kπ}$ and $r_D^{Kπ} \sin δ_D^{Kπ}$. A fit to ${\cal A}_{Kπ}$, ${\cal A}_{Kπ}^{πππ^0}$ and the phase-space distribution of the $D \to K^0_{S,L} π^+π^-$ tags yields $δ_D^{Kπ}= \left( 187.6 {^{+8.9}_{-9.7}}{^{+5.4}_{-6.4}} \right)$ degrees, where external constraints are applied for $r_D^{Kπ}$ and other relevant parameters. This is the most precise measurement of $δ_D^{Kπ}$ in quantum-correlated $D\bar{D}$ decays.
△ Less
Submitted 23 September, 2022; v1 submitted 19 August, 2022;
originally announced August 2022.
-
Search for hyperon $ΔS=ΔQ$ violating decay $Ξ^{0}\toΣ^{-}e^{+}ν_{e}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (552 additional authors not shown)
Abstract:
Using a data sample of $(1.0087\pm0.0044)\times10^{10}$ $J/ψ$ decay events collected with the BESIII detector at the center-of-mass energy of $\sqrt{s}=3.097$ GeV, we present a search for the hyperon semileptonic decay $Ξ^{0}\toΣ^{-}e^{+}ν_{e}$ which violates the $ΔS=ΔQ$ rule. No significant signal is observed, and the upper limit on the branching fraction $\mathcal{B}(Ξ^{0}\toΣ^{-}e^{+}ν_{e})$ is…
▽ More
Using a data sample of $(1.0087\pm0.0044)\times10^{10}$ $J/ψ$ decay events collected with the BESIII detector at the center-of-mass energy of $\sqrt{s}=3.097$ GeV, we present a search for the hyperon semileptonic decay $Ξ^{0}\toΣ^{-}e^{+}ν_{e}$ which violates the $ΔS=ΔQ$ rule. No significant signal is observed, and the upper limit on the branching fraction $\mathcal{B}(Ξ^{0}\toΣ^{-}e^{+}ν_{e})$ is determined to be $1.6\times10^{-4}$ at the 90% confidence level. This result improves the previous upper limit result by about one order of magnitude.
△ Less
Submitted 27 January, 2023; v1 submitted 19 August, 2022;
originally announced August 2022.
-
CCAT-prime: Design of the Mod-Cam receiver and 280 GHz MKID instrument module
Authors:
Eve M. Vavagiakis,
Cody J. Duell,
Jason Austermann,
James Beall,
Tanay Bhandarkar,
Scott C. Chapman,
Steve K. Choi,
Gabriele Coppi,
Simon Dicker,
Mark Devlin,
Rodrigo G. Freundt,
Jiansong Gao,
Christopher Groppi,
Terry L. Herter,
Zachary B. Huber,
Johannes Hubmayr,
Doug Johnstone,
Ben Keller,
Anna M. Kofman,
Yaqiong Li,
Philip Mauskopf,
Jeff McMahon,
Jenna Moore,
Colin C. Murphy,
Michael D. Niemack
, et al. (11 additional authors not shown)
Abstract:
Mod-Cam is a first light and commissioning instrument for the CCAT-prime project's six-meter aperture Fred Young Submillimeter Telescope (FYST), currently under construction at 5600 m on Cerro Chajnantor in Chile's Atacama Desert. Prime-Cam, a first-generation science instrument for FYST, will deliver over ten times greater mapping speed than current and near-term facilities for unprecedented 280-…
▽ More
Mod-Cam is a first light and commissioning instrument for the CCAT-prime project's six-meter aperture Fred Young Submillimeter Telescope (FYST), currently under construction at 5600 m on Cerro Chajnantor in Chile's Atacama Desert. Prime-Cam, a first-generation science instrument for FYST, will deliver over ten times greater mapping speed than current and near-term facilities for unprecedented 280-850 GHz broadband and spectroscopic measurements with microwave kinetic inductance detectors (MKIDs). CCAT-prime will address a suite of science goals, from Big Bang cosmology to star formation and galaxy evolution over cosmic time. Mod-Cam deployment on FYST with a 280 GHz instrument module containing MKID arrays is planned for early science observations in 2024. Mod-Cam will be used to test instrument modules for Prime-Cam, which can house up to seven instrument modules. We discuss the design and status of the 0.9 m diameter, 1.8 m long Mod-Cam receiver and 40 cm diameter 280 GHz instrument module, with cold stages at 40 K, 4 K, 1 K, and 100 mK. We also describe the instrument module's cryogenic readout designs to enable the readout of more than 10,000 MKIDs across 18 networks.
△ Less
Submitted 10 August, 2022;
originally announced August 2022.
-
Search for a massless dark photon in $Λ^{+}_{c}\to p γ^{\prime}$ decay
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (556 additional authors not shown)
Abstract:
A search for a massless dark photon $γ^{\prime}$ is conducted using 4.5 $\mathrm{fb}^{-1}$ of $e^+e^-$ collision data collected at center-of-mass energies between 4.600 and 4.699 $\mathrm{GeV}$ with the BESIII detector at BEPCII. No significant signal is observed, and the upper limit on the branching fraction $\mathcal{B}(Λ^{+}_{c}\to p γ^{\prime})$ is determined to be $8.0\times 10^{-5}$ at 90% c…
▽ More
A search for a massless dark photon $γ^{\prime}$ is conducted using 4.5 $\mathrm{fb}^{-1}$ of $e^+e^-$ collision data collected at center-of-mass energies between 4.600 and 4.699 $\mathrm{GeV}$ with the BESIII detector at BEPCII. No significant signal is observed, and the upper limit on the branching fraction $\mathcal{B}(Λ^{+}_{c}\to p γ^{\prime})$ is determined to be $8.0\times 10^{-5}$ at 90% confidence level.
△ Less
Submitted 23 November, 2022; v1 submitted 8 August, 2022;
originally announced August 2022.
-
Measurement of the Branching Fraction of the Singly Cabibbo-Suppressed Decay $Λ_{c}^{+}\toΛK^{+}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
S. S. Bao,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone
, et al. (551 additional authors not shown)
Abstract:
We report a branching fraction measurement of the singly Cabibbo-suppressed decay $Λ_{c}^{+}\toΛK^{+}$ using a data sample collected with the BESIII detector at the BEPCII storage ring. The data span center-of-mass energies from 4.599 to 4.950 GeV and correspond to an integrated luminosity of 6.44 fb$^{-1}$. The branching fraction of $Λ_{c}^{+}\toΛK^{+}$ relative to that of the Cabibbo-favored dec…
▽ More
We report a branching fraction measurement of the singly Cabibbo-suppressed decay $Λ_{c}^{+}\toΛK^{+}$ using a data sample collected with the BESIII detector at the BEPCII storage ring. The data span center-of-mass energies from 4.599 to 4.950 GeV and correspond to an integrated luminosity of 6.44 fb$^{-1}$. The branching fraction of $Λ_{c}^{+}\toΛK^{+}$ relative to that of the Cabibbo-favored decay $Λ_{c}^{+}\toΛπ^{+}$ is measured to be $\mathcal{R}=\frac{\mathcal{B}(Λ_{c}^{+}\toΛK^{+})}{\mathcal{B}(Λ_{c}^{+}\toΛπ^{+})}=(4.78\pm0.34\pm0.20)\%$. Combining with the world-average value of $\mathcal{B}(Λ_{c}^{+}\toΛπ^{+})$, we obtain $\mathcal{B}(Λ_c^+\toΛK^+)=(6.21\pm0.44\pm0.26\pm0.34)\times 10^{-4}$. Here the first uncertainties are statistical, the second systematic, and the third comes from the uncertainty of the $Λ_{c}^{+}\toΛπ^{+}$ branching fraction. This result, which is more precise than previous measurements, does not agree with theoretical predictions, and suggests that non-factorizable contributions have been under-estimated in current models.
△ Less
Submitted 15 December, 2022; v1 submitted 8 August, 2022;
originally announced August 2022.
-
Measurement of $e^{+}e^{-}\rightarrowπ^{+}π^{-}D^{+}D^{-}$ cross sections at center-of-mass energies from 4.190 to 4.946 GeV
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (549 additional authors not shown)
Abstract:
Using data samples collected with the BESIII detector operating at the BEPCII storage ring, we measure the cross sections of the $e^{+}e^{-}\rightarrowπ^{+}π^{-}D^{+}D^{-}$ process at center-of-mass energies from 4.190 to 4.946 GeV with a partial reconstruction method. Two resonance structures are seen and the resonance parameters are determined from a fit to the cross section line shape. The firs…
▽ More
Using data samples collected with the BESIII detector operating at the BEPCII storage ring, we measure the cross sections of the $e^{+}e^{-}\rightarrowπ^{+}π^{-}D^{+}D^{-}$ process at center-of-mass energies from 4.190 to 4.946 GeV with a partial reconstruction method. Two resonance structures are seen and the resonance parameters are determined from a fit to the cross section line shape. The first resonance we observe has a mass of (4373.1 $\pm$ 4.0 $\pm$ 2.2) MeV/$c^2$ and a width of (146.5 $\pm$ 7.4 $\pm$ 1.3) MeV, in agreement with those of the $Y(4390)$ state; the other resonance has a mass of (4706 $\pm$ 11 $\pm$ 4) MeV/$c^2$, a width of (45 $\pm$ 28 $\pm$ 9) MeV, and a statistical significance of $4.1$ standard deviations ($σ$). This is the first evidence for a vector state at this mass value. The spin-$3$ $D$-wave charmonium state $X(3842)$ is searched for through the $e^{+}e^{-}\rightarrowπ^{+}π^{-}X(3842)\rightarrowπ^{+}π^{-}D^{+}D^{-}$ process, and evidence with a significance of $4.2σ$ is found in the data samples with center-of-mass energies from 4.600 to 4.700 GeV.
△ Less
Submitted 29 July, 2022;
originally announced August 2022.
-
Measurement of the absolute branching fraction of the singly Cabibbo suppressed decay $Λ^{+}_{c}\to pη^{\prime}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (556 additional authors not shown)
Abstract:
The singly Cabibbo suppressed decay $Λ^{+}_{c}\to pη^{\prime}$ is measured using 4.5 $\mathrm{fb}^{-1}$ of $e^+e^-$ collision data collected at center-of-mass energies between 4.600 and 4.699 GeV with the BESIII detector at BEPCII. Evidence for $Λ^{+}_{c}\to pη^{\prime}$ with a statistical significance of $3.6σ$ is reported with a double-tag approach. The $Λ^{+}_{c}\to pη^{\prime}$ absolute branch…
▽ More
The singly Cabibbo suppressed decay $Λ^{+}_{c}\to pη^{\prime}$ is measured using 4.5 $\mathrm{fb}^{-1}$ of $e^+e^-$ collision data collected at center-of-mass energies between 4.600 and 4.699 GeV with the BESIII detector at BEPCII. Evidence for $Λ^{+}_{c}\to pη^{\prime}$ with a statistical significance of $3.6σ$ is reported with a double-tag approach. The $Λ^{+}_{c}\to pη^{\prime}$ absolute branching fraction is determined to be $(5.62^{+2.46}_{-2.04} \pm 0.26)\times 10^{-4}$, where the first and second uncertainties are statistical and systematic, respectively. Our result is consistent with the branching fraction obtained by the Belle collaboration within the uncertainty of $1σ$.
△ Less
Submitted 18 October, 2022; v1 submitted 28 July, 2022;
originally announced July 2022.
-
Measurement of $ψ(3686)\toΛ\barΛη$ and $ψ(3686)\toΛ\barΛπ^0$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (553 additional authors not shown)
Abstract:
Based on a sample of $448.1\times10^6\ ψ(3686)$ events collected with the BESIII detector, a study of $ψ(3686)\toΛ\barΛπ^0$ and $ψ(3686)\toΛ\barΛη$ is performed. Evidence of the isospin-violating decay $ψ(3686)\toΛ\barΛπ^0$ is found for the first time with a statistical significance of $3.7σ$, the branching fraction $\mathcal{B}(ψ(3686)\toΛ\barΛπ^0)$ is measured to be…
▽ More
Based on a sample of $448.1\times10^6\ ψ(3686)$ events collected with the BESIII detector, a study of $ψ(3686)\toΛ\barΛπ^0$ and $ψ(3686)\toΛ\barΛη$ is performed. Evidence of the isospin-violating decay $ψ(3686)\toΛ\barΛπ^0$ is found for the first time with a statistical significance of $3.7σ$, the branching fraction $\mathcal{B}(ψ(3686)\toΛ\barΛπ^0)$ is measured to be $(1.42\pm0.39\pm0.59)\times10^{-6}$, and its corresponding upper limit is determined to be $2.47\times10^{-6}$ at 90\% confidence level. A partial wave analysis of $ψ(3686)\toΛ\barΛη$ shows that the peak around $Λη$ invariant mass threshold favors a $Λ^*$ resonance with mass and width in agreement with the $Λ(1670)$. The branching fraction of the $ψ(3686)\toΛ\barΛη$ is measured to be $(2.34\pm0.18\pm0.52)\times10^{-5}$. The first uncertainties are statistical and the second are systematic.
△ Less
Submitted 27 October, 2022; v1 submitted 28 July, 2022;
originally announced July 2022.
-
Study of the Semileptonic Decay $Λ_c^+\rightarrow Λe^+ν_e$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (549 additional authors not shown)
Abstract:
The measurement of the Cabibbo-favored semileptonic decay $Λ_c^+\rightarrow Λe^+ν_e$ is reported using a $4.5~\mathrm{fb}^{-1}$ data sample of $e^+e^-$ annihilations collected at center-of-mass energies ranging from 4.600~GeV to 4.699~GeV with the BESIII detector at the BEPCII collider. The branching fraction of the decay is measured to be…
▽ More
The measurement of the Cabibbo-favored semileptonic decay $Λ_c^+\rightarrow Λe^+ν_e$ is reported using a $4.5~\mathrm{fb}^{-1}$ data sample of $e^+e^-$ annihilations collected at center-of-mass energies ranging from 4.600~GeV to 4.699~GeV with the BESIII detector at the BEPCII collider. The branching fraction of the decay is measured to be $\mathcal{B}(Λ_c^+\rightarrow Λe^+ν_e)=(3.56\pm0.11_{\rm stat.}\pm0.07_{\rm syst.})\%$, which is the most precise measurement to date. Furthermore, we perform an investigation of the internal dynamics in $Λ_c^+\rightarrow Λe^+ν_e$. We provide the first direct comparisons of the differential decay rate and form factors with those predicted from lattice quantum chromodynamics (LQCD) calculations. Combining the measured branching fraction with a $q^2$-integrated rate predicted by LQCD, we determine $|V_{cs}|=0.936\pm0.017_{\mathcal{B}}\pm0.024_{\rm LQCD}\pm0.007_{τ_{Λ_c}}$.
△ Less
Submitted 9 December, 2022; v1 submitted 28 July, 2022;
originally announced July 2022.
-
Study of $ψ(3686)\rightarrowΛ\barΛω$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (539 additional authors not shown)
Abstract:
Based on a data sample of $(448.1\pm2.9)\times10^6$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, the branching fraction of $ψ(3686)\rightarrowΛ\barΛω$ is measured to be $\rm (3.30\pm0.34(stat.)\pm0.29(syst.))\times10^{-5}$ for the first time. In addition, the $Λω$ (or $\barΛω$) invariant mass spectra is studied and the potential presence of excited $Λ$ states has bee…
▽ More
Based on a data sample of $(448.1\pm2.9)\times10^6$ $ψ(3686)$ events collected with the BESIII detector at the BEPCII collider, the branching fraction of $ψ(3686)\rightarrowΛ\barΛω$ is measured to be $\rm (3.30\pm0.34(stat.)\pm0.29(syst.))\times10^{-5}$ for the first time. In addition, the $Λω$ (or $\barΛω$) invariant mass spectra is studied and the potential presence of excited $Λ$ states has been investigated.
△ Less
Submitted 2 November, 2022; v1 submitted 24 July, 2022;
originally announced July 2022.
-
First Observation of the Semileptonic Decay $Λ_c^+\rightarrow pK^- e^+ν_e$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
M. Albrecht,
R. Aliberti,
A. Amoroso,
M. R. An,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
V. Batozskaya,
D. Becker,
K. Begzsuren,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (549 additional authors not shown)
Abstract:
Using $4.5~\mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data samples collected at the center-of-mass energies ranging from 4.600~GeV to 4.699~GeV with the BESIII detector at the BEPCII collider, a first study of the semileptonic decays $Λ_c^+\rightarrow pK^-e^+ν_e$, $Λ_c^+\rightarrow Λ(1520) e^+ν_e$ and $Λ_c^+\rightarrow Λ(1405) e^+ν_e$ is performed. The $Λ_c^+\rightarrow pK^-e^+ν_e$ decay is observ…
▽ More
Using $4.5~\mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data samples collected at the center-of-mass energies ranging from 4.600~GeV to 4.699~GeV with the BESIII detector at the BEPCII collider, a first study of the semileptonic decays $Λ_c^+\rightarrow pK^-e^+ν_e$, $Λ_c^+\rightarrow Λ(1520) e^+ν_e$ and $Λ_c^+\rightarrow Λ(1405) e^+ν_e$ is performed. The $Λ_c^+\rightarrow pK^-e^+ν_e$ decay is observed with a significance of $8.2σ$ and the branching fraction is measured to be $\mathcal{B}(Λ_c^+\rightarrow pK^- e^+ν_e)=(0.88\pm0.17_{\rm stat.}\pm0.07_{\rm syst.})\times 10^{-3}$. We also report evidence of $Λ_c^+\rightarrow Λ(1520)e^+ν_e$ and $Λ_c^+\rightarrow Λ(1405)e^+ν_e$ with significances of $3.3σ$ and $3.2σ$, respectively, and measure $\mathcal B(Λ^+_c\rightarrow Λ(1520)e^+ν_e)=(1.02\pm0.52_{\rm stat.}\pm0.11_{\rm syst.})\times10^{-3}$ and $\mathcal B(Λ^+_c\rightarrow Λ(1405)[\rightarrow pK^-]e^+ν_e)=(0.42\pm0.19_{\rm stat.}\pm0.04_{\rm syst.})\times10^{-3}$. Combining these with the inclusive semileptonic $Λ_c^+$ branching fraction measured by BESIII, the relative fraction is determined to be $[\mathcal{B}(Λ_c^+\rightarrow pK^-e^+ν_e)/\mathcal{B}(Λ_c^+\rightarrow X e^+ν_e)]=(2.1\pm0.4_{\rm stat.}\pm0.2_{\rm syst.})\%$, which provides a clear confirmation that semileptonic $Λ_c^+$ decays are not saturated by the $Λ\ell^+ν_{\ell}$ final state.
△ Less
Submitted 27 December, 2022; v1 submitted 23 July, 2022;
originally announced July 2022.