-
A Vietnamese Dataset for Text Segmentation and Multiple Choices Reading Comprehension
Authors:
Toan Nguyen Hai,
Ha Nguyen Viet,
Truong Quan Xuan,
Duc Do Minh
Abstract:
Vietnamese, the 20th most spoken language with over 102 million native speakers, lacks robust resources for key natural language processing tasks such as text segmentation and machine reading comprehension (MRC). To address this gap, we present VSMRC, the Vietnamese Text Segmentation and Multiple-Choice Reading Comprehension Dataset. Sourced from Vietnamese Wikipedia, our dataset includes 15,942 d…
▽ More
Vietnamese, the 20th most spoken language with over 102 million native speakers, lacks robust resources for key natural language processing tasks such as text segmentation and machine reading comprehension (MRC). To address this gap, we present VSMRC, the Vietnamese Text Segmentation and Multiple-Choice Reading Comprehension Dataset. Sourced from Vietnamese Wikipedia, our dataset includes 15,942 documents for text segmentation and 16,347 synthetic multiple-choice question-answer pairs generated with human quality assurance, ensuring a reliable and diverse resource. Experiments show that mBERT consistently outperforms monolingual models on both tasks, achieving an accuracy of 88.01% on MRC test set and an F1 score of 63.15\% on text segmentation test set. Our analysis reveals that multilingual models excel in NLP tasks for Vietnamese, suggesting potential applications to other under-resourced languages. VSMRC is available at HuggingFace
△ Less
Submitted 18 June, 2025;
originally announced June 2025.
-
GreenMind: A Next-Generation Vietnamese Large Language Model for Structured and Logical Reasoning
Authors:
Luu Quy Tung,
Hoang Quoc Viet,
Vo Trong Thu
Abstract:
Chain-of-Thought (CoT) is a robust approach for tackling LLM tasks that require intermediate reasoning steps prior to generating a final answer. In this paper, we present GreenMind-Medium-14B-R1, the Vietnamese reasoning model inspired by the finetuning strategy based on Group Relative Policy Optimization. We also leverage a high-quality Vietnamese synthesized reasoning dataset and design two rewa…
▽ More
Chain-of-Thought (CoT) is a robust approach for tackling LLM tasks that require intermediate reasoning steps prior to generating a final answer. In this paper, we present GreenMind-Medium-14B-R1, the Vietnamese reasoning model inspired by the finetuning strategy based on Group Relative Policy Optimization. We also leverage a high-quality Vietnamese synthesized reasoning dataset and design two reward functions to tackle the main limitations of this technique: (i) language mixing, where we explicitly detect the presence of biased language characters during the process of sampling tokens, and (ii) we leverage Sentence Transformer-based models to ensure that the generated reasoning content maintains factual correctness and does not distort the final output. Experimental results on the Vietnamese dataset from the VLSP 2023 Challenge demonstrate that our model outperforms prior works and enhances linguistic consistency in its responses. Furthermore, we extend our evaluation to SeaExam-a multilingual multiple-choice dataset, showing the effectiveness of our reasoning method compared to few-shot prompting techniques.
△ Less
Submitted 23 April, 2025;
originally announced April 2025.
-
Characterization of external cross-talk from silicon photomultipliers in a liquid xenon detector
Authors:
D Gallacher,
A. de St. Croix,
S. Bron,
B. M. Rebeiro,
T. McElroy,
S. Al Kharusi,
T. Brunner,
C. Chambers,
B. Chana,
Z. Charlesworth,
E. Egan,
M. Francesconi,
L. Galli,
P. Giampa,
D. Goeldi,
S. Lavoie,
J. Lefebvre,
X. Li,
C. Malbrunot,
P. Margetak,
N. Massacret,
S. C. Nowicki,
H. Rasiwala,
K. Raymond,
F. Retière
, et al. (6 additional authors not shown)
Abstract:
The Light-only Liquid Xenon experiment (LoLX) employs a small-scale detector equipped with 96 Hamamatsu VUV4 silicon photomultipliers (SiPMs) submerged in 5 kg of liquid xenon (LXe) to perform characterization measurements of light production, transport and detection in xenon. In this work, we perform a novel measurement of the "external cross-talk" (ExCT) of SiPMs, where photons produced in the a…
▽ More
The Light-only Liquid Xenon experiment (LoLX) employs a small-scale detector equipped with 96 Hamamatsu VUV4 silicon photomultipliers (SiPMs) submerged in 5 kg of liquid xenon (LXe) to perform characterization measurements of light production, transport and detection in xenon. In this work, we perform a novel measurement of the "external cross-talk" (ExCT) of SiPMs, where photons produced in the avalanche process escape the device and produce correlated signals on other SiPMs. SiPMs are the photodetector technology of choice for next generation rare-event search experiments; understanding the sources and effects of correlated noise in SiPMs is critical for producing accurate estimates of detector performance and sensitivity projections. We measure the probability to observe ExCT through timing correlation of detected photons in low-light conditions within LoLX. Measurements of SiPM ExCT are highly detector dependent; thus the ExCT process is simulated and modelled using the Geant4 framework. Using the simulation, we determine the average transport and detection efficiency for ExCT photons within LoLX, a necessary input to extract the expected ExCT probability from the data. For an applied overvoltage of 4 V and 5 V, we measure a mean number of photons emitted into the LXe per avalanche of $0.5^{+0.3}_{-0.2}$ and $0.6^{+0.3}_{-0.2}$, respectively. Using an optical model to describe photon transmission through the SiPM surface, this corresponds to an estimated photon yield inside the bulk silicon of $20^{+11}_{-9}$ and $25^{+12}_{-9}$ photons per avalanche. The relative increase in intensity of SiPM ExCT emission between 4 V and 5 V is consistent with expectation for the linear increase of gain with respect to overvoltage.
△ Less
Submitted 21 February, 2025;
originally announced February 2025.
-
Enhancing Webshell Detection With Deep Learning-Powered Methods
Authors:
Ha L. Viet,
On V. Phung,
Hoa N. Nguyen
Abstract:
Webshell attacks are becoming more common, requiring robust detection mechanisms to protect web applications. The dissertation clearly states two research directions: scanning web application source code and analyzing HTTP traffic to detect webshells. First, the dissertation proposes ASAF, an advanced DL-Powered Source-Code Scanning Framework that uses signature-based methods and deep learning alg…
▽ More
Webshell attacks are becoming more common, requiring robust detection mechanisms to protect web applications. The dissertation clearly states two research directions: scanning web application source code and analyzing HTTP traffic to detect webshells. First, the dissertation proposes ASAF, an advanced DL-Powered Source-Code Scanning Framework that uses signature-based methods and deep learning algorithms to detect known and unknown webshells. We designed the framework to enable programming language-specific detection models. The dissertation used PHP for interpreted language and ASP.NET for compiled language to build a complete ASAF-based model for experimentation and comparison with other research results to prove its efficacy.
Second, the dissertation introduces a deep neural network that detects webshells using real-time HTTP traffic analysis of web applications. The study proposes an algorithm to improve the deep learning model's loss function to address data imbalance. We tested and compared the model to other studies on the CSE-CIC-IDS2018 dataset to prove its efficacy. We integrated the model with NetIDPS to improve webshell identification. Automatically blacklist attack source IPs and block URIs querying webshells on the web server to prevent these attacks.
△ Less
Submitted 6 December, 2024;
originally announced December 2024.
-
Controllable Expensive Multi-objective Learning with Warm-starting Bayesian Optimization
Authors:
Quang-Huy Nguyen,
Long P. Hoang,
Hoang V. Viet,
Dung D. Le
Abstract:
Pareto Set Learning (PSL) is a promising approach for approximating the entire Pareto front in multi-objective optimization (MOO) problems. However, existing derivative-free PSL methods are often unstable and inefficient, especially for expensive black-box MOO problems where objective function evaluations are costly. In this work, we propose to address the instability and inefficiency of existing…
▽ More
Pareto Set Learning (PSL) is a promising approach for approximating the entire Pareto front in multi-objective optimization (MOO) problems. However, existing derivative-free PSL methods are often unstable and inefficient, especially for expensive black-box MOO problems where objective function evaluations are costly. In this work, we propose to address the instability and inefficiency of existing PSL methods with a novel controllable PSL method, called Co-PSL. Particularly, Co-PSL consists of two stages: (1) warm-starting Bayesian optimization to obtain quality Gaussian Processes priors and (2) controllable Pareto set learning to accurately acquire a parametric mapping from preferences to the corresponding Pareto solutions. The former is to help stabilize the PSL process and reduce the number of expensive function evaluations. The latter is to support real-time trade-off control between conflicting objectives. Performances across synthesis and real-world MOO problems showcase the effectiveness of our Co-PSL for expensive multi-objective optimization tasks.
△ Less
Submitted 9 February, 2024; v1 submitted 26 November, 2023;
originally announced November 2023.
-
Simulation Study of Photon-to-Digital Converter (PDC) Timing Specifications for LoLX Experiment
Authors:
Nguyen V. H. Viet,
Alaa Al Masri,
Masaharu Nomachi,
Marc-Andre Tétrault,
Soud Al Kharusi,
Thomas Brunner,
Christopher Chambers,
Bindiya Chana,
Austin de St. Croix,
Eamon Egan,
Marco Francesconi,
David Gallacher,
Luca Galli,
Pietro Giampa,
Damian Goeldi,
Jessee Lefebvre,
Chloe Malbrunot,
Peter Margetak,
Juliette Martin,
Thomas McElroy,
Mayur Patel,
Bernadette Rebeiro,
Fabrice Retiere,
El Mehdi Rtimi,
Lisa Rudolph
, et al. (2 additional authors not shown)
Abstract:
The Light only Liquid Xenon (LoLX) experiment is a prototype detector aimed to study liquid xenon (LXe) light properties and various photodetection technologies. LoLX is also aimed to quantify LXe's time resolution as a potential scintillator for 10~ps time-of-flight (TOF) PET. Another key goal of LoLX is to perform a time-based separation of Cerenkov and scintillation photons for new background r…
▽ More
The Light only Liquid Xenon (LoLX) experiment is a prototype detector aimed to study liquid xenon (LXe) light properties and various photodetection technologies. LoLX is also aimed to quantify LXe's time resolution as a potential scintillator for 10~ps time-of-flight (TOF) PET. Another key goal of LoLX is to perform a time-based separation of Cerenkov and scintillation photons for new background rejection methods in LXe experiments. To achieve this separation, LoLX is set to be equipped with photon-to-digital converters (PDCs), a photosensor type that provides a timestamp for each observed photon. To guide the PDC design, we explore requirements for time-based Cerenkov separation. We use a PDC simulator, whose input is the light information from the Geant4-based LoLX simulation model, and evaluate the separation quality against time-to-digital converter (TDC) parameters. Simulation results with TDC parameters offer possible configurations supporting a good separation. Compared with the current filter-based approach, simulations show Cerenkov separation level increases from 54% to 71% when using PDC and time-based separation. With the current photon time profile of LoLX simulation, the results also show 71% separation is achievable with just 4 TDCs per PDC. These simulation results will lead to a specification guide for the PDC as well as expected results to compare against future PDC-based experimental measurements. In the longer term, the overall LoLX results will assist large LXe-based experiments and motivate the assembly of a LXe-based TOF-PET demonstrator system.
△ Less
Submitted 27 February, 2025; v1 submitted 28 October, 2023;
originally announced October 2023.
-
The R-IFSs and their attractors
Authors:
Hung Nguyen Viet,
Duy Mai The,
Thanh Vu Thi Hong
Abstract:
This paper introduces a new class of iterated function systems (IFSs) called R-IFSs, which include both rotation/reflection maps and contraction maps. The study of R-IFSs is motivated by the recent research direction on enriching IFSs by adding other types of mappings. The paper investigates the existence and properties of the semi-attractor and compact invariant sets of R-IFSs, as well as the cla…
▽ More
This paper introduces a new class of iterated function systems (IFSs) called R-IFSs, which include both rotation/reflection maps and contraction maps. The study of R-IFSs is motivated by the recent research direction on enriching IFSs by adding other types of mappings. The paper investigates the existence and properties of the semi-attractor and compact invariant sets of R-IFSs, as well as the class of minimal invariant sets of R-IFSs. The paper also provides a familiar setting that is an invariant set of R-IFS but not an invariant set of any IFS.
△ Less
Submitted 5 May, 2023;
originally announced May 2023.
-
Interplay between surface and volume instabilities in heavy-ion collisions examined within mean-field extensions
Authors:
P. Napolitani,
H. Dinh Viet,
M. Colonna
Abstract:
In the transition from nuclear matter to finite nuclei, complex finite-size effects which characterise open systems arise, in relation with either the nuclear surface or the bulk. In addition, the non-equilibrium character of the process, typical of violent heavy-ion collisions (from Fermi energy to the intermediate-energy domain) adds up as well. The resulting dynamics is the combination of surfa…
▽ More
In the transition from nuclear matter to finite nuclei, complex finite-size effects which characterise open systems arise, in relation with either the nuclear surface or the bulk. In addition, the non-equilibrium character of the process, typical of violent heavy-ion collisions (from Fermi energy to the intermediate-energy domain) adds up as well. The resulting dynamics is the combination of surface and volume unstable modes which trigger large-amplitude fluctuations. A rich variety of fragmentation patterns may emerge, ranging from collimated streams of nuclear clusters to the split of a stretched nuclear complex into few large fragments. They imply different conditions of density and surface tension, and result in different chronologies. Such phenomenology has been observed in experiments, but it is often difficult to recognise and disentangle the underlying types of instabilities. To draw some example, two extremely deformed nuclear systems, produced below and above Fermi energy, are chosen and followed microscopically all along their evolution within the Boltzmann-Langevin One-Body approach.
△ Less
Submitted 25 March, 2022;
originally announced March 2022.
-
Collective and dissipative effects in a common microscopic dynamical description
Authors:
Hung Dinh Viet,
Paolo Napolitani
Abstract:
Depending on the energy regime, the dynamics of heavy-ion collisions reveals a variety of different mechanisms which are attributed to the combination of collective and dissipative effects. Semi-classical approaches have been successful in describing chaotic regimes at Fermi-energies but they gradually lose precision when extending to collective behaviour and in general when low-energy features be…
▽ More
Depending on the energy regime, the dynamics of heavy-ion collisions reveals a variety of different mechanisms which are attributed to the combination of collective and dissipative effects. Semi-classical approaches have been successful in describing chaotic regimes at Fermi-energies but they gradually lose precision when extending to collective behaviour and in general when low-energy features become more determinant in the dynamics. To improve on this description, we propose a theoretical approach starting from the TDHF scheme. A quantum representation with a moving basis function has been worked out with a double aim. Firstly, achieving a simplified solution to handle the evolution in time. Secondly, introducing beyond-mean-field extensions and stochastic contributions. Applications to nuclear collisions at incident energies around low to Fermi energy are presented.
△ Less
Submitted 25 March, 2022;
originally announced March 2022.
-
ViNMT: Neural Machine Translation Toolkit
Authors:
Nguyen Hoang Quan,
Nguyen Thanh Dat,
Nguyen Hoang Minh Cong,
Nguyen Van Vinh,
Ngo Thi Vinh,
Nguyen Phuong Thai,
Tran Hong Viet
Abstract:
We present an open-source toolkit for neural machine translation (NMT). The new toolkit is mainly based on vaulted Transformer (Vaswani et al., 2017) along with many other improvements detailed below, in order to create a self-contained, simple to use, consistent and comprehensive framework for Machine Translation tasks of various domains. It is tooled to support both bilingual and multilingual tr…
▽ More
We present an open-source toolkit for neural machine translation (NMT). The new toolkit is mainly based on vaulted Transformer (Vaswani et al., 2017) along with many other improvements detailed below, in order to create a self-contained, simple to use, consistent and comprehensive framework for Machine Translation tasks of various domains. It is tooled to support both bilingual and multilingual translation tasks, starting from building the model from respective corpora, to inferring new predictions or packaging the model to serving-capable JIT format.
△ Less
Submitted 8 March, 2022; v1 submitted 30 December, 2021;
originally announced December 2021.
-
Simultaneous face detection and 360 degree headpose estimation
Authors:
Hoang Nguyen Viet,
Linh Nguyen Viet,
Tuan Nguyen Dinh,
Duc Tran Minh,
Long Tran Quoc
Abstract:
With many practical applications in human life, including manufacturing surveillance cameras, analyzing and processing customer behavior, many researchers are noticing face detection and head pose estimation on digital images. A large number of proposed deep learning models have state-of-the-art accuracy such as YOLO, SSD, MTCNN, solving the problem of face detection or HopeNet, FSA-Net, RankPose…
▽ More
With many practical applications in human life, including manufacturing surveillance cameras, analyzing and processing customer behavior, many researchers are noticing face detection and head pose estimation on digital images. A large number of proposed deep learning models have state-of-the-art accuracy such as YOLO, SSD, MTCNN, solving the problem of face detection or HopeNet, FSA-Net, RankPose model used for head pose estimation problem. According to many state-of-the-art methods, the pipeline of this task consists of two parts, from face detection to head pose estimation. These two steps are completely independent and do not share information. This makes the model clear in setup but does not leverage most of the featured resources extracted in each model. In this paper, we proposed the Multitask-Net model with the motivation to leverage the features extracted from the face detection model, sharing them with the head pose estimation branch to improve accuracy. Also, with the variety of data, the Euler angle domain representing the face is large, our model can predict with results in the 360 Euler angle domain. Applying the multitask learning method, the Multitask-Net model can simultaneously predict the position and direction of the human head. To increase the ability to predict the head direction of the model, we change there presentation of the human face from the Euler angle to vectors of the Rotation matrix.
△ Less
Submitted 22 November, 2021;
originally announced November 2021.
-
UET-Headpose: A sensor-based top-view head pose dataset
Authors:
Linh Nguyen Viet,
Tuan Nguyen Dinh,
Hoang Nguyen Viet,
Duc Tran Minh,
Long Tran Quoc
Abstract:
Head pose estimation is a challenging task that aims to solve problems related to predicting three dimensions vector, that serves for many applications in human-robot interaction or customer behavior. Previous researches have proposed some precise methods for collecting head pose data. But those methods require either expensive devices like depth cameras or complex laboratory environment setup. In…
▽ More
Head pose estimation is a challenging task that aims to solve problems related to predicting three dimensions vector, that serves for many applications in human-robot interaction or customer behavior. Previous researches have proposed some precise methods for collecting head pose data. But those methods require either expensive devices like depth cameras or complex laboratory environment setup. In this research, we introduce a new approach with efficient cost and easy setup to collecting head pose images, namely UET-Headpose dataset, with top-view head pose data. This method uses an absolute orientation sensor instead of Depth cameras to be set up quickly and small cost but still ensure good results. Through experiments, our dataset has been shown the difference between its distribution and available dataset like CMU Panoptic Dataset \cite{CMU}. Besides using the UET-Headpose dataset and other head pose datasets, we also introduce the full-range model called FSANet-Wide, which significantly outperforms head pose estimation results by the UET-Headpose dataset, especially on top-view images. Also, this model is very lightweight and takes small size images.
△ Less
Submitted 12 November, 2021;
originally announced November 2021.
-
Pulse Shape Discrimination of CsI(Tl) with a Photomultiplier Tube and MPPCs
Authors:
Nguyen V. H. Viet,
M. Nomachi,
K. Takahisa,
T. Shima,
B. T. Khai,
R. Takaishi,
K. Miyamoto
Abstract:
In this study, we evaluate and compare the pulse shape discrimination (PSD) performance of multipixel photon counters (MPPCs, also known as silicon photomultiphers - SiPMs) with that of a typical photomultiplier tube (PMT) when testing using CsI(Tl) scintillators. We use the charge comparison method, whereby we discriminate different types of particles by the ratio of charges integrated within two…
▽ More
In this study, we evaluate and compare the pulse shape discrimination (PSD) performance of multipixel photon counters (MPPCs, also known as silicon photomultiphers - SiPMs) with that of a typical photomultiplier tube (PMT) when testing using CsI(Tl) scintillators. We use the charge comparison method, whereby we discriminate different types of particles by the ratio of charges integrated within two time-gates (the delayed part and the entire digitized waveform). For a satisfactory PSD performance, a setup should generate many photoelectrons (p.e.) and collect their charges efficiently. The PMT setup generates more p.e. than the MPPC setup does. With the same digitizer and the same long time-gate (the entire digitized waveform), the PMT setup is also better in charge collection. Therefore, the PMT setup demonstrates better PSD performance. We subsequently test the MPPC setup using a new data acquisition (DAQ) system. Using this new DAQ, the long time-gate is extended by nearly four times the length when using the previous digitizer. With this longer time-gate, we collect more p.e. at the tail part of the pulse and almost all the charges of the total collected p.e. Thus, the PSD performance of the MPPC setup is improved significantly. This study also provides an estimation of the short time-gate (the delayed part of the digitized waveform) that can give a satisfactory PSD performance without an extensive analysis to optimize this gate.
△ Less
Submitted 2 October, 2020;
originally announced October 2020.
-
Influence of nanotube length and density on the plasmonic terahertz response of single-walled carbon nanotubes
Authors:
Peter Karlsen,
Mikhail V. Shuba,
Chris Beckerleg,
Dzmitry I. Yuko,
Polina P. Kuzhir,
Sergey A. Maksimenko,
Vitaly Ksenevich,
Ho Viet,
Albert G. Nasibulin,
Reshef Tenne,
Euan Hendry
Abstract:
We measure the conductivity spectra of thin films comprising bundled single-walled carbon nanotubes (CNTs) of different average lengths in the frequency range 0.3-1000 THz and temperature interval 10-530 K. The observed temperature-induced changes in the terahertz conductivity spectra are shown to depend strongly on the average CNT length, with a conductivity around 1 THz that increases/decreases…
▽ More
We measure the conductivity spectra of thin films comprising bundled single-walled carbon nanotubes (CNTs) of different average lengths in the frequency range 0.3-1000 THz and temperature interval 10-530 K. The observed temperature-induced changes in the terahertz conductivity spectra are shown to depend strongly on the average CNT length, with a conductivity around 1 THz that increases/decreases as the temperature increases for short/long tubes. This behaviour originates from the temperature dependence of the electron scattering rate, which we obtain from Drude fits of the measured conductivity in the range 0.3-2 THz for 10 $μ$m length CNTs. This increasing scattering rate with temperature results in a subsequent broadening of the observed THz conductivity peak at higher temperatures and a shift to lower frequencies for increasing CNT length. Finally, we show that the change in conductivity with temperature depends not only on tube length, but also varies with tube density. We record the effective conductivities of composite films comprising mixtures of WS$_2$ nanotubes and CNTs vs CNT density for frequencies in the range 0.3-1 THz, finding that the conductivity increases/decreases for low/high density films as the temperature increases. This effect arises due to the density dependence of the effective length of conducting pathways in the composite films, which again leads to a shift and temperature dependent broadening of the THz conductivity peak.
△ Less
Submitted 21 October, 2017;
originally announced October 2017.
-
Universality of the nodal length of bivariate random trigonometric polynomials
Authors:
Jürgen Angst,
Guillaume Poly,
Hung Pham Viet
Abstract:
We consider random trigonometric polynomials of the form \[ f_n(x,y)=\sum_{1\le k,l \le n} a_{k,l} \cos(kx) \cos(ly), \] where the entries $(a_{k,l})_{k,l\ge 1}$ are i.i.d. random variables that are centered with unit variance. We investigate the length $\ell_K(f_n)$ of the nodal set $Z_K(f_n)$ of the zeros of $f_n$ that belong to a compact set $K \subset \mathbb R^2$. We first establish a local u…
▽ More
We consider random trigonometric polynomials of the form \[ f_n(x,y)=\sum_{1\le k,l \le n} a_{k,l} \cos(kx) \cos(ly), \] where the entries $(a_{k,l})_{k,l\ge 1}$ are i.i.d. random variables that are centered with unit variance. We investigate the length $\ell_K(f_n)$ of the nodal set $Z_K(f_n)$ of the zeros of $f_n$ that belong to a compact set $K \subset \mathbb R^2$. We first establish a local universality result, namely we prove that, as $n$ goes to infinity, the sequence of random variables $n\, \ell_{K/n}(f_n)$ converges in distribution to a universal limit which does not depend on the particular law of the entries. We then show that at a macroscopic scale, the expectation of $\ell_{[0,π]^2}(f_n)/n$ also converges to an universal limit. Our approach provides two main byproducts: (i) a general result regarding the continuity of the volume of the nodal sets with respect to $C^1$-convergence which refines previous findings of Rusakov et al., Iksanov et al. and Azaïs et al., and (ii) a new strategy for proving small ball estimates in random trigonometric models, providing in turn uniform local controls of the nodal volumes.
△ Less
Submitted 17 October, 2016;
originally announced October 2016.
-
Approximation of plurifinely plurisubharmonic functions
Authors:
Nguyen Van Trao,
Hoang Viet,
Nguyen Xuan Hong
Abstract:
In this paper, we study the approximation of negative plurifinely plurisubharmonic function defined on a plurifinely domain by an increasing sequence of plurisubharmonic functions defined in Euclidean domains.
In this paper, we study the approximation of negative plurifinely plurisubharmonic function defined on a plurifinely domain by an increasing sequence of plurisubharmonic functions defined in Euclidean domains.
△ Less
Submitted 29 May, 2016; v1 submitted 11 May, 2016;
originally announced May 2016.
-
Local property of maximal plurifinely plurisubharmonic functions
Authors:
Nguyen Xuan Hong,
Hoang Viet
Abstract:
In this paper, we prove that a continuous $\mathcal F$-plurisubharmonic functions defined in an $\mathcal F$-open set in $\mathbb C^n$ is $\mathcal F$-maximal if and only if it is $\mathcal F$-locally $\mathcal F$-maximal.
In this paper, we prove that a continuous $\mathcal F$-plurisubharmonic functions defined in an $\mathcal F$-open set in $\mathbb C^n$ is $\mathcal F$-maximal if and only if it is $\mathcal F$-locally $\mathcal F$-maximal.
△ Less
Submitted 12 October, 2016; v1 submitted 5 April, 2016;
originally announced April 2016.