117 research outputs found

    Optimal Planning for Deepwater Oilfield Development Under Uncertainties of Crude Oil Price and Reservoir

    Get PDF
    The development planning of deepwater oilfield directly influences production costs and benefits. However, the uncertainties of crude oil price and reservoir and the special production requirements make it difficult to optimize development planning of deepwater oilfield. Although there have been a number of scholars researching on this issue, previous models just focused on several special working conditions and few have considered energy supply of floating production storage and offloading (FPSO). In light of the normal deepwater production development cycles, in this paper, a multiscenario mixed integer linear programming (MS-MILP) method is proposed based on reservoir numerical simulation, considering the uncertainties of reservoir and crude oil price and the constraint of energy consumption of FPSO, to obtain the globally optimal development planning of deepwater oilfield. Finally, a real example is taken as the study objective. Compared with previous researches, the method proposed in this paper is testified to be practical and reliable

    Dark Matter Results From 54-Ton-Day Exposure of PandaX-II Experiment

    Full text link
    We report a new search of weakly interacting massive particles (WIMPs) using the combined low background data sets in 2016 and 2017 from the PandaX-II experiment in China. The latest data set contains a new exposure of 77.1 live day, with the background reduced to a level of 0.8×103\times10^{-3} evt/kg/day, improved by a factor of 2.5 in comparison to the previous run in 2016. No excess events were found above the expected background. With a total exposure of 5.4×104\times10^4 kg day, the most stringent upper limit on spin-independent WIMP-nucleon cross section was set for a WIMP with mass larger than 100 GeV/c2^2, with the lowest exclusion at 8.6×1047\times10^{-47} cm2^2 at 40 GeV/c2^2.Comment: Supplementary materials at https://pandax.sjtu.edu.cn/articles/2nd/supplemental.pdf version 2 as accepted by PR

    ANPL: Compiling Natural Programs with Interactive Decomposition

    Full text link
    The advents of Large Language Models (LLMs) have shown promise in augmenting programming using natural interactions. However, while LLMs are proficient in compiling common usage patterns into a programming language, e.g., Python, it remains a challenge how to edit and debug an LLM-generated program. We introduce ANPL, a programming system that allows users to decompose user-specific tasks. In an ANPL program, a user can directly manipulate sketch, which specifies the data flow of the generated program. The user annotates the modules, or hole with natural language descriptions offloading the expensive task of generating functionalities to the LLM. Given an ANPL program, the ANPL compiler generates a cohesive Python program that implements the functionalities in hole, while respecting the dataflows specified in sketch. We deploy ANPL on the Abstraction and Reasoning Corpus (ARC), a set of unique tasks that are challenging for state-of-the-art AI systems, showing it outperforms baseline programming systems that (a) without the ability to decompose tasks interactively and (b) without the guarantee that the modules can be correctly composed together. We obtain a dataset consisting of 300/400 ARC tasks that were successfully decomposed and grounded in Python, providing valuable insights into how humans decompose programmatic tasks. See the dataset at https://iprc-dip.github.io/DARC

    Adaptive management of applications across multiple clouds:the SeaClouds approach

    Get PDF
    How to deploy and manage, in an efficient and adaptive way, complex applications across multiple heterogeneous cloud platforms is one of the problems that have emerged with the cloud revolution. In this paper we present context, motivations and objectives of the EU research project SeaClouds, which aims at enabling a seamless adaptive multi-cloud management of complex applications by supporting the distribution, monitoring and migration of application modules over multiple heterogeneous cloud platforms. After positioning SeaClouds with respect to related cloud initiatives, we present the SeaClouds architecture and discuss some of its aspect, such as the use of the OASIS standard TOSCA and the compatibility with the OASIS CAMP initiative

    CodeV: Empowering LLMs for Verilog Generation through Multi-Level Summarization

    Full text link
    The increasing complexity and high costs associated with modern processor design have led to a surge in demand for processor design automation. Instruction-tuned large language models (LLMs) have demonstrated remarkable performance in automatically generating code for general-purpose programming languages like Python. However, these methods fail on hardware description languages (HDLs) like Verilog due to the scarcity of high-quality instruction tuning data, as even advanced LLMs like GPT-3.5 exhibit limited performance on Verilog generation. Regarding this issue, we observe that (1) Verilog code collected from the real world has higher quality than those generated by LLMs. (2) LLMs like GPT-3.5 excel in summarizing Verilog code rather than generating it. Based on these observations, this paper introduces CodeV, a series of open-source instruction-tuned Verilog generation LLMs. Instead of generating descriptions first and then getting the corresponding code from advanced LLMs, we prompt the LLM with Verilog code and let the LLM generate the corresponding natural language description by multi-level summarization. Experimental results show that CodeV relatively surpasses the previous open-source SOTA by 14.4% (BetterV in VerilogEval) and 11.3% (RTLCoder in RTLLM) respectively, and also relatively outperforms previous commercial SOTA GPT-4 by 22.1% in VerilogEval.Comment: 16 pages, 8 figures, conferenc

    Helicobacter pylori infection increases the risk of thyroid nodules in adults of Northwest China

    Get PDF
    BackgroundThyroid nodules (TNs) are very common in the adults of Northwest China. The role of Helicobacter pylori (H. pylori) infection in TNs is poorly investigated and even with controversial conclusions. Our study aimed at highlighting the relationship between H. pylori infection and the risk of TNs.Methods9,042 individuals were enrolled with thyroid ultrasonography and 14C-urea breath test (14C-UBT). Baseline characteristics and relevant covariates were obtained, including basic and laboratory indicators. After applying the exclusion criteria, 8,839 patients were included and divided into 2 groups: a cross-sectional study of single follow-up (n=8,711) and a retrospective cohort study of multiple follow-ups for 5 years (n=139).ResultsThe prevalence of H. pylori infection and TNs was 39.58% and 47.94% in the adults of Northwest China, respectively. The prevalence of TNs was significantly higher among H. pylori-positive individuals than those without infection (52.55% vs. 44.92%, p<0.01). The result of binary logistic regression revealed that the crude odds ratio (OR) was 1.624 (95% CI 1.242~2.123) in Model 1 without adjustment compared to H. pylori-negative group, and was also positive in Model 2, 3, and 4 (Model 2: OR=1.731, 95% CI 1.294~2.316; Model 3: OR=2.287, 95% CI 1.633~3.205; Model 4: OR=2.016, 95% CI 1.390~2.922) after the adjustment. The data of 5-year follow-up showed that the annual incidence of TNs was significantly higher in individuals with persistent H. pylori infection than non-infected counterparts (all p<0.05).ConclusionsH. pylori is an independent risk factor for TNs in the adults of Northwest China
    corecore