首页 > 最新文献

Research Square (Research Square)最新文献

英文 中文
Semantic Relational Extraction via Learning Syntactic Structural Representation 基于句法结构表示学习的语义关系提取
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3593929/v1
Nguyen Éric, Tsuruoka Ari
Abstract Leveraging distant supervision for relation extraction has emerged as a robust method to harness large text corpora, widely adopted to unearth new relational facts from unstructured text. Prevailing neural approaches have made significant strides in relation extraction by representing sentences in compact, low-dimensional vectors. However, the incorporation of syntactic nuances when modeling entities remains underexplored. Our study introduces a novel method for crafting syntax-aware entity embeddings to boost neural relation extraction. We start by encoding entity contexts within dependency trees through tree-GRU to generate sentence-level entity embeddings. We then apply both intra-sentence and inter-sentence attention mechanisms to distill entity embeddings at the sentence set level, considering every occurrence of the pertinent entity pair. The culmination of our methodology is the fusion of sentence and entity embeddings for relation classification. Our experiments on a benchmark dataset indicate that our approach harnesses the full potential of informative instances, thereby setting new benchmarks for relation extraction performance.
利用远程监督进行关系提取已经成为一种利用大型文本语料库的强大方法,广泛用于从非结构化文本中发现新的关系事实。当前的神经方法通过在紧凑的低维向量中表示句子,在关系提取方面取得了重大进展。然而,在实体建模时结合语法的细微差别仍然没有得到充分的研究。我们的研究引入了一种新的方法来制作语法感知实体嵌入,以提高神经关系的提取。我们首先通过tree-GRU在依赖树中编码实体上下文,以生成句子级实体嵌入。然后,考虑到相关实体对的每一次出现,我们应用句子内和句子间的注意机制来提取句子集级别的实体嵌入。我们的方法的高潮是句子和实体嵌入的融合,用于关系分类。我们在基准数据集上的实验表明,我们的方法利用了信息实例的全部潜力,从而为关系提取性能设置了新的基准。
{"title":"Semantic Relational Extraction via Learning Syntactic Structural Representation","authors":"Nguyen Éric, Tsuruoka Ari","doi":"10.21203/rs.3.rs-3593929/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3593929/v1","url":null,"abstract":"Abstract Leveraging distant supervision for relation extraction has emerged as a robust method to harness large text corpora, widely adopted to unearth new relational facts from unstructured text. Prevailing neural approaches have made significant strides in relation extraction by representing sentences in compact, low-dimensional vectors. However, the incorporation of syntactic nuances when modeling entities remains underexplored. Our study introduces a novel method for crafting syntax-aware entity embeddings to boost neural relation extraction. We start by encoding entity contexts within dependency trees through tree-GRU to generate sentence-level entity embeddings. We then apply both intra-sentence and inter-sentence attention mechanisms to distill entity embeddings at the sentence set level, considering every occurrence of the pertinent entity pair. The culmination of our methodology is the fusion of sentence and entity embeddings for relation classification. Our experiments on a benchmark dataset indicate that our approach harnesses the full potential of informative instances, thereby setting new benchmarks for relation extraction performance.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"9 11","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136228770","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Cloud Container-Based Distributed Solving Approach to Superscale Colored Traveling Salesman Problems 一种基于云容器的超大规模有色旅行商问题分布式求解方法
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3603107/v1
Zhicheng Lin, Jun Li, Yongcui Li
Abstract The colored traveling salesman problem (CTSP) generalizes the well-known multiple traveling salesman problem (MTSP) by utilizing colors to describe the accessibility of cities to individual salesmen. Many serial algorithms have been developed to solve CTSP instances. This work presents a distributed solving method for CTSP for the first time. First, a cloud container-based distributed solving framework for CTSP is designed and implemented in a pipeline style. A superscale CTSP can be decomposed into many TSPs to solve in parallel to reduce computational complexity dramatically. Second, following the framework, we develop a distributed Delaunay-triangulation-based variable neighborhood search (DDVNS) algorithm. In DDVNS, a two-stage initialization is exploited to generate each TSP solution. Then, Delaunay-triangulation-based variable neighborhood search (DVNS) is applied to search for the local TSP optima within a neighborhood delicately. In addition, the solutions are improved further by reallocating the multicolor cities and repeating the search progress. Finally, the extensive experiments show that DDVNS outperforms the state-of-the-art serial algorithms regarding search efficiency and solution quality. Notably, We can achieve a satisfactory solution in a superscale case of 16 salesmen and 160000 cities within 15 minutes, which breaks the existing solving record of CTSPs.
彩色旅行商问题(CTSP)是对著名的多重旅行商问题(MTSP)的推广,利用颜色来描述城市对单个推销员的可达性。为了求解CTSP实例,已经开发了许多串行算法。本文首次提出了CTSP的分布式求解方法。首先,以管道方式设计并实现了基于云容器的CTSP分布式求解框架。超大尺度CTSP可以分解成多个tsp并行求解,大大降低了计算复杂度。其次,根据该框架,我们开发了一种基于分布式delaunay三角剖分的变量邻域搜索(DDVNS)算法。在DDVNS中,利用两阶段初始化来生成每个TSP解决方案。然后,采用基于delaunay三角剖分的变量邻域搜索(DVNS),在邻域内精细搜索局部TSP最优。此外,通过重新分配多色城市和重复搜索过程,进一步改进了解决方案。最后,大量的实验表明,DDVNS在搜索效率和解质量方面优于最先进的串行算法。值得注意的是,我们可以在15分钟内完成16个销售人员,16万个城市的超大规模案例的满意解决,打破了现有ctsp的解决记录。
{"title":"A Cloud Container-Based Distributed Solving Approach to Superscale Colored Traveling Salesman Problems","authors":"Zhicheng Lin, Jun Li, Yongcui Li","doi":"10.21203/rs.3.rs-3603107/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3603107/v1","url":null,"abstract":"Abstract The colored traveling salesman problem (CTSP) generalizes the well-known multiple traveling salesman problem (MTSP) by utilizing colors to describe the accessibility of cities to individual salesmen. Many serial algorithms have been developed to solve CTSP instances. This work presents a distributed solving method for CTSP for the first time. First, a cloud container-based distributed solving framework for CTSP is designed and implemented in a pipeline style. A superscale CTSP can be decomposed into many TSPs to solve in parallel to reduce computational complexity dramatically. Second, following the framework, we develop a distributed Delaunay-triangulation-based variable neighborhood search (DDVNS) algorithm. In DDVNS, a two-stage initialization is exploited to generate each TSP solution. Then, Delaunay-triangulation-based variable neighborhood search (DVNS) is applied to search for the local TSP optima within a neighborhood delicately. In addition, the solutions are improved further by reallocating the multicolor cities and repeating the search progress. Finally, the extensive experiments show that DDVNS outperforms the state-of-the-art serial algorithms regarding search efficiency and solution quality. Notably, We can achieve a satisfactory solution in a superscale case of 16 salesmen and 160000 cities within 15 minutes, which breaks the existing solving record of CTSPs.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229344","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Relaxed optimal control for the stochastic Landau-Lifshitz-Bloch equation with jump noise 具有跳跃噪声的随机Landau-Lifshitz-Bloch方程的松弛最优控制
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3596004/v1
Soham Gokhale
Abstract We study the stochastic Landau-Lifshitz-Bloch equation perturbed by pure jump noise. In order to understand and also control the fluctuations and jumps observed in the hysteresis loop, we add noise and an external control to the effective field. We consider the control operator as one that can depend, even nonlinearly on both the control and the associated solution process. We reformulate the problem as a relaxed control problem by using random Young measures and show that the relaxed problem admits an optimal control. The proof employs the Aldous condition for establishing tightness of laws and a modified version of the Skorohod Theorem for obtaining subconvergence of laws.
研究了纯跳变噪声扰动下的随机Landau-Lifshitz-Bloch方程。为了理解和控制在迟滞回路中观察到的波动和跳跃,我们在有效场中加入了噪声和外部控制。我们认为控制算子可以依赖于,甚至是非线性地依赖于控制和相关的解过程。我们利用随机杨测度将该问题重新表述为一个松弛控制问题,并证明了松弛问题允许一个最优控制。该证明采用了Aldous条件来建立定律的紧密性,并采用了Skorohod定理的修改版本来获得定律的次收敛性。
{"title":"Relaxed optimal control for the stochastic Landau-Lifshitz-Bloch equation with jump noise","authors":"Soham Gokhale","doi":"10.21203/rs.3.rs-3596004/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3596004/v1","url":null,"abstract":"Abstract We study the stochastic Landau-Lifshitz-Bloch equation perturbed by pure jump noise. In order to understand and also control the fluctuations and jumps observed in the hysteresis loop, we add noise and an external control to the effective field. We consider the control operator as one that can depend, even nonlinearly on both the control and the associated solution process. We reformulate the problem as a relaxed control problem by using random Young measures and show that the relaxed problem admits an optimal control. The proof employs the Aldous condition for establishing tightness of laws and a modified version of the Skorohod Theorem for obtaining subconvergence of laws.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"7 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229345","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Modeling of Amplified Spontaneous Emission Noise for Quantum Communication Applications 量子通信中放大自发发射噪声的建模
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3600836/v1
Eszter Udvary
Abstract There is an increasing need for quantum communication applications, including true random numbers and quantum key distribution. The Amplified Spontaneous Emission (ASE) is a quantum physics process, which can play a significant role in both cases. A physical model for detecting and acquiring the ASE noise is developed. The photon probability is calculated, and the relationship with system parameters is presented. Experimental results quantitatively validate the physical model; the simulation results all significantly fit the corresponding experimental data well.
摘要量子通信的应用需求越来越大,包括真随机数和量子密钥分发。放大自发辐射(ASE)是一种量子物理过程,在这两种情况下都可以发挥重要作用。建立了一种用于检测和获取ASE噪声的物理模型。计算了光子的概率,并给出了光子与系统参数的关系。实验结果定量验证了物理模型;仿真结果与实验数据吻合较好。
{"title":"Modeling of Amplified Spontaneous Emission Noise for Quantum Communication Applications","authors":"Eszter Udvary","doi":"10.21203/rs.3.rs-3600836/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3600836/v1","url":null,"abstract":"Abstract There is an increasing need for quantum communication applications, including true random numbers and quantum key distribution. The Amplified Spontaneous Emission (ASE) is a quantum physics process, which can play a significant role in both cases. A physical model for detecting and acquiring the ASE noise is developed. The photon probability is calculated, and the relationship with system parameters is presented. Experimental results quantitatively validate the physical model; the simulation results all significantly fit the corresponding experimental data well.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"1 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229520","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Vehicle Tracking System using Sensor Fusion with Signal Loss Compensation 基于传感器融合和信号损失补偿的车辆跟踪系统
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3011042/v3
Abstract The full text of this preprint has been withdrawn, as it was submitted in error. Therefore, the authors do not wish this work to be cited as a reference. Questions should be directed to the corresponding author.
由于提交错误,本预印本全文已被撤回。因此,作者不希望此工作被引用为参考文献。问题应直接向通讯作者提出。
{"title":"Vehicle Tracking System using Sensor Fusion with Signal Loss Compensation","authors":"","doi":"10.21203/rs.3.rs-3011042/v3","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3011042/v3","url":null,"abstract":"Abstract The full text of this preprint has been withdrawn, as it was submitted in error. Therefore, the authors do not wish this work to be cited as a reference. Questions should be directed to the corresponding author.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"8 8","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136228824","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Automotive Tracking System with Signal Lost Compensation 带有信号丢失补偿的汽车跟踪系统
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3005487/v2
Abstract The full text of this preprint has been withdrawn, as it was submitted in error. Therefore, the authors do not wish this work to be cited as a reference. Questions should be directed to the corresponding author.
由于提交错误,本预印本全文已被撤回。因此,作者不希望此工作被引用为参考文献。问题应直接向通讯作者提出。
{"title":"Automotive Tracking System with Signal Lost Compensation","authors":"","doi":"10.21203/rs.3.rs-3005487/v2","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3005487/v2","url":null,"abstract":"Abstract The full text of this preprint has been withdrawn, as it was submitted in error. Therefore, the authors do not wish this work to be cited as a reference. Questions should be directed to the corresponding author.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"8 7","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136228825","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bridging the Gap: Assessing the Integration of Artificial Intelligence in Healthcare for Improved Efficiency and Doctor Adaptability. 弥合差距:评估人工智能在医疗保健中的整合,以提高效率和医生的适应性。
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3592915/v1
Mohammad Alrabie
Abstract The premise behind implementing artificial intelligence in healthcare comes from the initiative that aims towards improving the healthcare standards, services, and accessibilities in a time and cost-efficient manner. The conceptual framework is based on the null hypothesis which states that there is no relationship between implementing artificial intelligence in healthcare and doctor’s redundancy. Having used the 2-tailed One-Sample T-Test to test that hypothesis on IBM SPSS, in order to successfully reject the hypothesis, and present an alternatively more accurate hypothesis that is more accurately representative. Additionally, DICE framework has also been presented in order to calculate the success/failure likelihoods of implementing artificial intelligence in healthcare. We conclude that artificial intelligence significantly impacts cost reduction in the long term, as well as only ever displacing behind-the-curve doctors who are unwilling to broaden their knowledge and develop their skills. Finally, we conclude that people’s resistance to change significantly affects the efficient and effective implementation of artificial intelligence in healthcare.
在医疗保健中实施人工智能背后的前提来自于旨在以时间和成本效益的方式改善医疗保健标准、服务和可访问性的倡议。概念框架基于零假设,即在医疗保健中实施人工智能与医生冗余之间没有关系。使用双尾单样本t检验来检验IBM SPSS上的假设,以便成功地拒绝假设,并提出一个更准确的假设,更准确地代表。此外,还提出了DICE框架,以计算在医疗保健中实施人工智能的成功/失败可能性。我们的结论是,从长远来看,人工智能对降低成本有重大影响,而且只会取代那些不愿扩大知识和发展技能的落后医生。最后,我们得出结论,人们对变革的抗拒显著影响了人工智能在医疗保健领域的高效实施。
{"title":"Bridging the Gap: Assessing the Integration of Artificial Intelligence in Healthcare for Improved Efficiency and Doctor Adaptability.","authors":"Mohammad Alrabie","doi":"10.21203/rs.3.rs-3592915/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3592915/v1","url":null,"abstract":"Abstract The premise behind implementing artificial intelligence in healthcare comes from the initiative that aims towards improving the healthcare standards, services, and accessibilities in a time and cost-efficient manner. The conceptual framework is based on the null hypothesis which states that there is no relationship between implementing artificial intelligence in healthcare and doctor’s redundancy. Having used the 2-tailed One-Sample T-Test to test that hypothesis on IBM SPSS, in order to successfully reject the hypothesis, and present an alternatively more accurate hypothesis that is more accurately representative. Additionally, DICE framework has also been presented in order to calculate the success/failure likelihoods of implementing artificial intelligence in healthcare. We conclude that artificial intelligence significantly impacts cost reduction in the long term, as well as only ever displacing behind-the-curve doctors who are unwilling to broaden their knowledge and develop their skills. Finally, we conclude that people’s resistance to change significantly affects the efficient and effective implementation of artificial intelligence in healthcare.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"2 9","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229207","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Sex-specific Expression of Estradiol Derivatives, Hydropersulfides and Ether Lipids Regulates Ferroptosis Sensitivity of Kidney Tubules 雌二醇衍生物、氢过硫化物和醚类脂质的性别特异性表达调节肾小管铁下垂敏感性
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3601108/v1
Andreas Linkermann, Alexia Belavgeni, Wulf Tonnus, Francesca Maremonti, Sider Penkov, Melodie Mallais, Christine Gaillet, Anne Brucker, Danny Schilling, Lisa Schlicker, Nina Himmerkus, Shubhangi Gavali, Marlena Schlecht, Karolin Flade, Jorunn Becker, Mirela Tmava, Anne Haag, Christian Hugo, Almut Schulze, Bernd Plietker, Jan Becker, Joel Weinberg, Svenja Lorenz, Bettina Proneth, Marcus Conrad, Raphaël Rodriguez, Stefan Bornstein, Tobias Dick, Derel Pratt, Maria Fedorova
Abstract Acute kidney tubular necrosis (ATN) mediates acute kidney injury (AKI) and nephron loss, the major risk factor for chronic kidney disease (CKD) progression and end-stage renal disease (ESRD) 1-3 . For decades, it has been known that female tissue is less sensitive to AKI 4,5 , but the underlying mechanisms have remained elusive. As a specific feature, ATN is characterized by dynamic cell death propagation along the tubular compartment, mediated by ferroptosis in male mice 6,7 . Herein we demonstrate that ferroptotic cell death propagation is abrogated in female kidney tubules. Ferroptosis sensitivity in females was decreased by estradiol and its derivatives, which function as radical-trapping antioxidants (RTAs). Female sex-specific tubular expression of ferroptosis suppressor protein 1 (FSP1, also AIFM2) functions to regenerate the estradiol derivatives from their oxidation products, thereby potentiating RTA capacity. In addition, females exhibited much higher levels of anti-ferroptotic hydropersulfides detected directly from the most sensitive tubular compartment. In contrast, male proximal tubules express alkylglycerone phosphate synthase (AGPS) and fatty acyl-CoA reductase 1 (FAR1), key enzymes required for the generation of ether lipids which sensitize to ferroptosis. In summary, we uncover three independent mechanisms that collectively explain higher ferroptosis sensitivity of male over female tubular tissue and may function as therapeutic targets.
急性肾小管坏死(ATN)介导急性肾损伤(AKI)和肾单位损失,是慢性肾脏疾病(CKD)进展和终末期肾脏疾病(ESRD)的主要危险因素1-3。几十年来,人们已经知道女性组织对AKI的敏感性较低4,5,但潜在的机制仍然难以捉摸。作为一个特定的特征,ATN的特征是在雄性小鼠中,由铁下垂介导的细胞沿小管室动态死亡繁殖6,7。在此,我们证明了在女性肾小管中,铁致细胞死亡繁殖是被废除的。雌二醇及其衍生物作为自由基捕获抗氧化剂(rta)可降低女性对铁下垂的敏感性。女性性别特异性小管表达的铁下沉抑制蛋白1 (FSP1,也称为AIFM2)具有从其氧化产物中再生雌二醇衍生物的功能,从而增强RTA能力。此外,从最敏感的管腔室直接检测到的抗铁性过硫化物水平,雌性的水平要高得多。相比之下,雄性近端小管表达烷基甘油磷酸合成酶(AGPS)和脂肪酰基辅酶a还原酶1 (FAR1),这是产生对铁死亡敏感的醚类脂质的关键酶。总之,我们发现了三个独立的机制,共同解释了男性比女性管状组织更高的铁下垂敏感性,并可能作为治疗靶点。
{"title":"Sex-specific Expression of Estradiol Derivatives, Hydropersulfides and Ether Lipids Regulates Ferroptosis Sensitivity of Kidney Tubules","authors":"Andreas Linkermann, Alexia Belavgeni, Wulf Tonnus, Francesca Maremonti, Sider Penkov, Melodie Mallais, Christine Gaillet, Anne Brucker, Danny Schilling, Lisa Schlicker, Nina Himmerkus, Shubhangi Gavali, Marlena Schlecht, Karolin Flade, Jorunn Becker, Mirela Tmava, Anne Haag, Christian Hugo, Almut Schulze, Bernd Plietker, Jan Becker, Joel Weinberg, Svenja Lorenz, Bettina Proneth, Marcus Conrad, Raphaël Rodriguez, Stefan Bornstein, Tobias Dick, Derel Pratt, Maria Fedorova","doi":"10.21203/rs.3.rs-3601108/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3601108/v1","url":null,"abstract":"Abstract Acute kidney tubular necrosis (ATN) mediates acute kidney injury (AKI) and nephron loss, the major risk factor for chronic kidney disease (CKD) progression and end-stage renal disease (ESRD) 1-3 . For decades, it has been known that female tissue is less sensitive to AKI 4,5 , but the underlying mechanisms have remained elusive. As a specific feature, ATN is characterized by dynamic cell death propagation along the tubular compartment, mediated by ferroptosis in male mice 6,7 . Herein we demonstrate that ferroptotic cell death propagation is abrogated in female kidney tubules. Ferroptosis sensitivity in females was decreased by estradiol and its derivatives, which function as radical-trapping antioxidants (RTAs). Female sex-specific tubular expression of ferroptosis suppressor protein 1 (FSP1, also AIFM2) functions to regenerate the estradiol derivatives from their oxidation products, thereby potentiating RTA capacity. In addition, females exhibited much higher levels of anti-ferroptotic hydropersulfides detected directly from the most sensitive tubular compartment. In contrast, male proximal tubules express alkylglycerone phosphate synthase (AGPS) and fatty acyl-CoA reductase 1 (FAR1), key enzymes required for the generation of ether lipids which sensitize to ferroptosis. In summary, we uncover three independent mechanisms that collectively explain higher ferroptosis sensitivity of male over female tubular tissue and may function as therapeutic targets.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"2 6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229210","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Advancing Named Entity Recognition with Syntax-Aware Attention Mechanisms 使用语法感知注意机制推进命名实体识别
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3593960/v1
Tomasz Jason, Muly Neumann, Ammar Adam
Abstract Named entity recognition (NER) stands as a pivotal task in natural language processing (NLP). Recent advancements have considerably enhanced its effectiveness. However, a gap remains in these systems' ability to fully leverage the recursive dynamics of linguistic structures. This study introduces a novel approach, intertwining the recognition of entities with a deeper understanding of linguistic syntax and tree-like structures. Utilizing a Tree-LSTM that operates under the guidance of dependency trees, we capture the intricate syntactic relationships between words. This process is further refined through the dual application of relative and global attention mechanisms. The relative attention zone is on critical words in the context of each evaluated word, whereas global attention identifies keywords throughout the entire sentence. By projecting these attention-modulated features into a tagging space, our model employs a conditional random field classifier to determine entity labels. We discover that our model adeptly highlights verbs that reveal the types of entities, influenced by their syntactic roles within sentences. Our model sets a new benchmark for performance on two prominent datasets, substantiating our approach.
命名实体识别(NER)是自然语言处理(NLP)中的一项关键任务。最近的进展大大提高了它的效力。然而,这些系统充分利用语言结构递归动态的能力仍然存在差距。本研究引入了一种新颖的方法,将实体识别与对语言语法和树状结构的更深入理解交织在一起。利用在依赖树的指导下运行的Tree-LSTM,我们捕获了单词之间复杂的句法关系。这一过程通过相对注意机制和全局注意机制的双重应用进一步完善。相对注意力区域是在每个评估词的上下文中的关键字,而全局注意力区域是在整个句子中识别关键字。通过将这些注意力调制的特征投射到标记空间中,我们的模型使用条件随机场分类器来确定实体标签。我们发现我们的模型巧妙地突出了揭示实体类型的动词,这些动词受句子中句法角色的影响。我们的模型为两个突出的数据集设置了新的性能基准,证实了我们的方法。
{"title":"Advancing Named Entity Recognition with Syntax-Aware Attention Mechanisms","authors":"Tomasz Jason, Muly Neumann, Ammar Adam","doi":"10.21203/rs.3.rs-3593960/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3593960/v1","url":null,"abstract":"Abstract Named entity recognition (NER) stands as a pivotal task in natural language processing (NLP). Recent advancements have considerably enhanced its effectiveness. However, a gap remains in these systems' ability to fully leverage the recursive dynamics of linguistic structures. This study introduces a novel approach, intertwining the recognition of entities with a deeper understanding of linguistic syntax and tree-like structures. Utilizing a Tree-LSTM that operates under the guidance of dependency trees, we capture the intricate syntactic relationships between words. This process is further refined through the dual application of relative and global attention mechanisms. The relative attention zone is on critical words in the context of each evaluated word, whereas global attention identifies keywords throughout the entire sentence. By projecting these attention-modulated features into a tagging space, our model employs a conditional random field classifier to determine entity labels. We discover that our model adeptly highlights verbs that reveal the types of entities, influenced by their syntactic roles within sentences. Our model sets a new benchmark for performance on two prominent datasets, substantiating our approach.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"7 7","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136229244","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Event Reduction in Localization of DES Supervisory Control DES监控局部化中的事件减少
Pub Date : 2023-11-15 DOI: 10.21203/rs.3.rs-3605595/v1
Vahid Saeidi, Ali A. Afzalian, Davood Gharavian
Abstract Supervisor localization procedure has been employed to construct local controllers corresponding to component agents in discrete-event systems. The proposed method in [11] is based on state reduction of a monolithic supervisor with respect to each set of controllable events corresponding to each component agent. A supervisor is localizable if state cardinality in each local controller is less than the number of states in the reduced supervisor, constructed by the proposed method in [10]. A supervisor is reducible if state cardinality of the constructed generator by the supervisor reduction procedure is less than the number of states of the original supervisor. In this paper, we define exclusive control consistency (ECC) property for a pair of states and prove that this property is a sufficient condition to guarantee reducing the event cardinality in each local controller comparing to the reduced supervisor. It is shown that reducibility and localizability properties are stronger than having ECC states in the original supervisor. The implementation of local controllers on industrial systems is facilitated by state reduction, whereas communication traffic between each pair of local controllers is reduced by event reduction.
摘要在离散事件系统中,采用监督者定位方法构造与组件智能体相对应的局部控制器。[11]中提出的方法是基于一个整体监督器相对于每个组件代理对应的每一组可控事件的状态约简。如果每个本地控制器中的状态基数小于由[10]中提出的方法构造的简化后的管理器中的状态数,则管理器是可本地化的。如果通过管理器约简过程构造的生成器的状态基数小于原始管理器的状态数,则管理器是可约的。本文定义了状态对的独占控制一致性(ECC)性质,并证明了该性质是保证每个局部控制器的事件基数比减少的监督器减少的充分条件。结果表明,该方法的可约性和可局部化性比原监督器中的ECC状态更强。状态简化简化了本地控制器在工业系统上的实现,而事件简化简化了每对本地控制器之间的通信流量。
{"title":"Event Reduction in Localization of DES Supervisory Control","authors":"Vahid Saeidi, Ali A. Afzalian, Davood Gharavian","doi":"10.21203/rs.3.rs-3605595/v1","DOIUrl":"https://doi.org/10.21203/rs.3.rs-3605595/v1","url":null,"abstract":"Abstract Supervisor localization procedure has been employed to construct local controllers corresponding to component agents in discrete-event systems. The proposed method in [11] is based on state reduction of a monolithic supervisor with respect to each set of controllable events corresponding to each component agent. A supervisor is localizable if state cardinality in each local controller is less than the number of states in the reduced supervisor, constructed by the proposed method in [10]. A supervisor is reducible if state cardinality of the constructed generator by the supervisor reduction procedure is less than the number of states of the original supervisor. In this paper, we define exclusive control consistency (ECC) property for a pair of states and prove that this property is a sufficient condition to guarantee reducing the event cardinality in each local controller comparing to the reduced supervisor. It is shown that reducibility and localizability properties are stronger than having ECC states in the original supervisor. The implementation of local controllers on industrial systems is facilitated by state reduction, whereas communication traffic between each pair of local controllers is reduced by event reduction.","PeriodicalId":500086,"journal":{"name":"Research Square (Research Square)","volume":"10 12","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136227758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Research Square (Research Square)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1