-
Reducing the Cost: Cross-Prompt Pre-Finetuning for Short Answer Scoring
Authors:
Hiroaki Funayama,
Yuya Asazuma,
Yuichiroh Matsubayashi,
Tomoya Mizumoto,
Kentaro Inui
Abstract:
Automated Short Answer Scoring (SAS) is the task of automatically scoring a given input to a prompt based on rubrics and reference answers. Although SAS is useful in real-world applications, both rubrics and reference answers differ between prompts, thus requiring a need to acquire new data and train a model for each new prompt. Such requirements are costly, especially for schools and online cours…
▽ More
Automated Short Answer Scoring (SAS) is the task of automatically scoring a given input to a prompt based on rubrics and reference answers. Although SAS is useful in real-world applications, both rubrics and reference answers differ between prompts, thus requiring a need to acquire new data and train a model for each new prompt. Such requirements are costly, especially for schools and online courses where resources are limited and only a few prompts are used. In this work, we attempt to reduce this cost through a two-phase approach: train a model on existing rubrics and answers with gold score signals and finetune it on a new prompt. Specifically, given that scoring rubrics and reference answers differ for each prompt, we utilize key phrases, or representative expressions that the answer should contain to increase scores, and train a SAS model to learn the relationship between key phrases and answers using already annotated prompts (i.e., cross-prompts). Our experimental results show that finetuning on existing cross-prompt data with key phrases significantly improves scoring accuracy, especially when the training data is limited. Finally, our extensive analysis shows that it is crucial to design the model so that it can learn the task's general property.
△ Less
Submitted 25 August, 2024;
originally announced August 2024.
-
Developing Interactive Tourism Planning: A Dialogue Robot System Powered by a Large Language Model
Authors:
Katsumasa Yoshikawa,
Takato Yamazaki,
Masaya Ohagi,
Tomoya Mizumoto,
Keiya Sato
Abstract:
In recent years, large language models (LLMs) have rapidly proliferated and have been utilized in various tasks, including research in dialogue systems. We aimed to construct a system that not only leverages the flexible conversational abilities of LLMs but also their advanced planning capabilities to reduce the speaking load on human interlocutors and efficiently plan trips. Furthermore, we propo…
▽ More
In recent years, large language models (LLMs) have rapidly proliferated and have been utilized in various tasks, including research in dialogue systems. We aimed to construct a system that not only leverages the flexible conversational abilities of LLMs but also their advanced planning capabilities to reduce the speaking load on human interlocutors and efficiently plan trips. Furthermore, we propose a method that divides the complex task of a travel agency into multiple subtasks, managing each as a separate phase to effectively accomplish the task. Our proposed system confirmed a certain level of success by achieving fourth place in the Dialogue Robot Competition 2023 preliminaries rounds. We report on the challenges identified through the competition.
△ Less
Submitted 21 December, 2023; v1 submitted 20 December, 2023;
originally announced December 2023.
-
Dialogue Systems Can Generate Appropriate Responses without the Use of Question Marks? -- Investigation of the Effects of Question Marks on Dialogue Systems
Authors:
Tomoya Mizumoto,
Takato Yamazaki,
Katsumasa Yoshikawa,
Masaya Ohagi,
Toshiki Kawamoto,
Toshinori Sato
Abstract:
When individuals engage in spoken discourse, various phenomena can be observed that differ from those that are apparent in text-based conversation. While written communication commonly uses a question mark to denote a query, in spoken discourse, queries are frequently indicated by a rising intonation at the end of a sentence. However, numerous speech recognition engines do not append a question ma…
▽ More
When individuals engage in spoken discourse, various phenomena can be observed that differ from those that are apparent in text-based conversation. While written communication commonly uses a question mark to denote a query, in spoken discourse, queries are frequently indicated by a rising intonation at the end of a sentence. However, numerous speech recognition engines do not append a question mark to recognized queries, presenting a challenge when creating a spoken dialogue system. Specifically, the absence of a question mark at the end of a sentence can impede the generation of appropriate responses to queries in spoken dialogue systems. Hence, we investigate the impact of question marks on dialogue systems, with the results showing that they have a significant impact. Moreover, we analyze specific examples in an effort to determine which types of utterances have the impact on dialogue systems.
△ Less
Submitted 7 August, 2023;
originally announced August 2023.
-
Tourist Guidance Robot Based on HyperCLOVA
Authors:
Takato Yamazaki,
Katsumasa Yoshikawa,
Toshiki Kawamoto,
Masaya Ohagi,
Tomoya Mizumoto,
Shuta Ichimura,
Yusuke Kida,
Toshinori Sato
Abstract:
This paper describes our system submitted to Dialogue Robot Competition 2022. Our proposed system is a combined model of rule-based and generation-based dialog systems. The system utilizes HyperCLOVA, a Japanese foundation model, not only to generate responses but also summarization, search information, etc. We also used our original speech recognition system, which was fine-tuned for this dialog…
▽ More
This paper describes our system submitted to Dialogue Robot Competition 2022. Our proposed system is a combined model of rule-based and generation-based dialog systems. The system utilizes HyperCLOVA, a Japanese foundation model, not only to generate responses but also summarization, search information, etc. We also used our original speech recognition system, which was fine-tuned for this dialog task. As a result, our system ranked second in the preliminary round and moved on to the finals.
△ Less
Submitted 19 October, 2022;
originally announced October 2022.
-
Balancing Cost and Quality: An Exploration of Human-in-the-loop Frameworks for Automated Short Answer Scoring
Authors:
Hiroaki Funayama,
Tasuku Sato,
Yuichiroh Matsubayashi,
Tomoya Mizumoto,
Jun Suzuki,
Kentaro Inui
Abstract:
Short answer scoring (SAS) is the task of grading short text written by a learner. In recent years, deep-learning-based approaches have substantially improved the performance of SAS models, but how to guarantee high-quality predictions still remains a critical issue when applying such models to the education field. Towards guaranteeing high-quality predictions, we present the first study of explor…
▽ More
Short answer scoring (SAS) is the task of grading short text written by a learner. In recent years, deep-learning-based approaches have substantially improved the performance of SAS models, but how to guarantee high-quality predictions still remains a critical issue when applying such models to the education field. Towards guaranteeing high-quality predictions, we present the first study of exploring the use of human-in-the-loop framework for minimizing the grading cost while guaranteeing the grading quality by allowing a SAS model to share the grading task with a human grader. Specifically, by introducing a confidence estimation method for indicating the reliability of the model predictions, one can guarantee the scoring quality by utilizing only predictions with high reliability for the scoring results and casting predictions with low reliability to human graders. In our experiments, we investigate the feasibility of the proposed framework using multiple confidence estimation methods and multiple SAS datasets. We find that our human-in-the-loop framework allows automatic scoring models and human graders to achieve the target scoring quality.
△ Less
Submitted 16 June, 2022;
originally announced June 2022.
-
Towards Automated Document Revision: Grammatical Error Correction, Fluency Edits, and Beyond
Authors:
Masato Mita,
Keisuke Sakaguchi,
Masato Hagiwara,
Tomoya Mizumoto,
Jun Suzuki,
Kentaro Inui
Abstract:
Natural language processing technology has rapidly improved automated grammatical error correction tasks, and the community begins to explore document-level revision as one of the next challenges. To go beyond sentence-level automated grammatical error correction to NLP-based document-level revision assistant, there are two major obstacles: (1) there are few public corpora with document-level revi…
▽ More
Natural language processing technology has rapidly improved automated grammatical error correction tasks, and the community begins to explore document-level revision as one of the next challenges. To go beyond sentence-level automated grammatical error correction to NLP-based document-level revision assistant, there are two major obstacles: (1) there are few public corpora with document-level revisions being annotated by professional editors, and (2) it is not feasible to elicit all possible references and evaluate the quality of revision with such references because there are infinite possibilities of revision. This paper tackles these challenges. First, we introduce a new document-revision corpus, TETRA, where professional editors revised academic papers sampled from the ACL anthology which contain few trivial grammatical errors that enable us to focus more on document- and paragraph-level edits such as coherence and consistency. Second, we explore reference-less and interpretable methods for meta-evaluation that can detect quality improvements by document revision. We show the uniqueness of TETRA compared with existing document revision corpora and demonstrate that a fine-tuned pre-trained language model can discriminate the quality of documents after revision even when the difference is subtle. This promising result will encourage the community to further explore automated document revision models and metrics in future.
△ Less
Submitted 23 May, 2022;
originally announced May 2022.
-
A low-power integrated magneto-optic modulator on silicon for cryogenic applications
Authors:
Paolo Pintus,
Leonardo Ranzani,
Sergio Pinna,
Duanni Huang,
Martin V. Gustafsson,
Fotini Karinou,
Giovanni Andrea Casula,
Yuya Shoji,
Yota Takamura,
Tetsuya Mizumoto,
Mohammad Soltani,
John E. Bowers
Abstract:
A fundamental challenge of the quantum revolution is to efficiently interface the quantum computing systems operating at cryogenic temperatures with room temperature electronics and media for high data-rate communication. Current approaches to control and readout of such cryogenic computing systems use electrical cables, which prevent scalability due to their large size, heat conduction, and limit…
▽ More
A fundamental challenge of the quantum revolution is to efficiently interface the quantum computing systems operating at cryogenic temperatures with room temperature electronics and media for high data-rate communication. Current approaches to control and readout of such cryogenic computing systems use electrical cables, which prevent scalability due to their large size, heat conduction, and limited bandwidth1. A more viable approach is to use optical fibers which allow high-capacity transmission and thermal isolation. A key component in implementing photonic datalinks is a cryogenic optical modulator for converting data from the electrical to the optical domain at high speed and with low power consumption, while operating at temperatures of 4 K or lower. Cryogenic modulators based on the electro-optic effect have been demonstrated in a variety of material platforms, however they are voltage driven components while superconducting circuits are current based, resulting in a large impedance mismatch. Here, we present the first demonstration of an integrated current-driven modulator based on the magneto-optic effect operating over a wide temperature range that extends down to less than 4 K. The modulator works at data rates up to 2 Gbps with energy consumption below 4 pJ/bit, and we show that this figure can be reduced to less than 40 fJ/bit with optimized design and fabrication. This modulator is a hybrid device, where a current-driven magneto-optically active crystal (cerium substituted yttrium iron garnet, or Ce:YIG) is bonded to a high-quality silicon microring resonator. Because of its potential for extremely low power consumption under cryogenic conditions, the class of magneto-optical modulators demonstrated here has the potential to enable efficient data links in large-scale systems for quantum information processing.
△ Less
Submitted 9 September, 2021;
originally announced September 2021.
-
An Empirical Study of Incorporating Pseudo Data into Grammatical Error Correction
Authors:
Shun Kiyono,
Jun Suzuki,
Masato Mita,
Tomoya Mizumoto,
Kentaro Inui
Abstract:
The incorporation of pseudo data in the training of grammatical error correction models has been one of the main factors in improving the performance of such models. However, consensus is lacking on experimental configurations, namely, choosing how the pseudo data should be generated or used. In this study, these choices are investigated through extensive experiments, and state-of-the-art performa…
▽ More
The incorporation of pseudo data in the training of grammatical error correction models has been one of the main factors in improving the performance of such models. However, consensus is lacking on experimental configurations, namely, choosing how the pseudo data should be generated or used. In this study, these choices are investigated through extensive experiments, and state-of-the-art performance is achieved on the CoNLL-2014 test set ($F_{0.5}=65.0$) and the official test set of the BEA-2019 shared task ($F_{0.5}=70.2$) without making any modifications to the model architecture.
△ Less
Submitted 1 September, 2019;
originally announced September 2019.
-
Cross-Corpora Evaluation and Analysis of Grammatical Error Correction Models --- Is Single-Corpus Evaluation Enough?
Authors:
Masato Mita,
Tomoya Mizumoto,
Masahiro Kaneko,
Ryo Nagata,
Kentaro Inui
Abstract:
This study explores the necessity of performing cross-corpora evaluation for grammatical error correction (GEC) models. GEC models have been previously evaluated based on a single commonly applied corpus: the CoNLL-2014 benchmark. However, the evaluation remains incomplete because the task difficulty varies depending on the test corpus and conditions such as the proficiency levels of the writers a…
▽ More
This study explores the necessity of performing cross-corpora evaluation for grammatical error correction (GEC) models. GEC models have been previously evaluated based on a single commonly applied corpus: the CoNLL-2014 benchmark. However, the evaluation remains incomplete because the task difficulty varies depending on the test corpus and conditions such as the proficiency levels of the writers and essay topics. To overcome this limitation, we evaluate the performance of several GEC models, including NMT-based (LSTM, CNN, and transformer) and an SMT-based model, against various learner corpora (CoNLL-2013, CoNLL-2014, FCE, JFLEG, ICNALE, and KJ). Evaluation results reveal that the models' rankings considerably vary depending on the corpus, indicating that single-corpus evaluation is insufficient for GEC models.
△ Less
Submitted 5 April, 2019;
originally announced April 2019.
-
Performance test of the MAIKo active target
Authors:
T. Furuno,
T. Kawabata,
H. J. Ong,
S. Adachi,
Y. Ayyad,
T. Baba,
Y. Fujikawa,
T. Hashimoto,
K. Inaba,
Y. Ishii,
S. Kabuki,
H. Kubo,
Y. Matsuda,
Y. Matsuoka,
T. Mizumoto,
T. Morimoto,
M. Murata,
T. Sawano,
T. Suzuki,
A. Takada,
J. Tanaka,
I. Tanihata,
T. Tanimori,
D. T. Tran,
M. Tsumura
, et al. (1 additional authors not shown)
Abstract:
A new active target named MAIKo (Mu-PIC based Active target for Inverse Kinematics$_{\circ}$) has been developed at Kyoto University and Research Center for Nuclear Physics (RCNP), Osaka University. MAIKo is suited for missing-mass spectroscopy of unstable nuclei at forward scattering angles in inverse kinematics. MAIKo consists of a time projection chamber (TPC), which incorporates a micro-pixel…
▽ More
A new active target named MAIKo (Mu-PIC based Active target for Inverse Kinematics$_{\circ}$) has been developed at Kyoto University and Research Center for Nuclear Physics (RCNP), Osaka University. MAIKo is suited for missing-mass spectroscopy of unstable nuclei at forward scattering angles in inverse kinematics. MAIKo consists of a time projection chamber (TPC), which incorporates a micro-pixel chamber ($μ$-PIC) as the electron multiplication and collection system. In MAIKo, the medium gas also plays the role of a reaction target, thus allowing detection of low-energy recoil particles with high position resolution. The MAIKo TPC was commissioned with He(93%)+iso-C$_{4}$H$_{10}$(7%) and He(93%)+CO$_{2}$(7%) mixture gasses at 430 hPa. The gas gain and the angular resolution of MAIKo were evaluated with an alpha source and a $^{4}$He beam at 56 MeV. The TPC was stably operated up to 1000-kcps beam intensity. A tracking algorithm using the Hough transform method has been developed to analyze scattering events. An angular resolution of 1.3$^{\circ}$ was achieved for scattered $^{4}$He particles.
△ Less
Submitted 6 September, 2018;
originally announced September 2018.
-
Imaging Polarimeter for a Sub-MeV Gamma-Ray All-Sky Survey using an Electron-Tracking Compton Camera
Authors:
Shotaro Komura,
Atsushi Takada,
Yoshitaka Mizumura,
Shohei Miyamoto,
Taito Takemura,
Tetsuro Kishimoto,
Hidetoshi Kubo,
Shunsuke Kurosawa,
Yoshihiro Matsuoka,
Kentaro Miuchi,
Tetsuya Mizumoto,
Yuma Nakamasu,
Kiseki Nakamura,
Makoto Oda,
Joseph D. Parker,
Tatsuya Sawano,
Shinya Sonoda,
Toru Tanimori,
Dai Tomono,
Kei Yoshikawa
Abstract:
X-ray and gamma-ray polarimetry is a promising tool to study the geometry and the magnetic configuration of various celestial objects, such as binary black holes or gamma-ray bursts (GRBs). However, statistically significant polarizations have been detected in few of the brightest objects. Even though future polarimeters using X-ray telescopes are expected to observe weak persistent sources, there…
▽ More
X-ray and gamma-ray polarimetry is a promising tool to study the geometry and the magnetic configuration of various celestial objects, such as binary black holes or gamma-ray bursts (GRBs). However, statistically significant polarizations have been detected in few of the brightest objects. Even though future polarimeters using X-ray telescopes are expected to observe weak persistent sources, there are no effective approaches to survey transient and serendipitous sources with a wide field of view (FoV). Here we present an electron-tracking Compton camera (ETCC) as a highly-sensitive gamma-ray imaging polarimeter. The ETCC provides powerful background rejection and a high modulation factor over a FoV of up to 2$π$ sr thanks to its excellent imaging based on a well-defined point spread function. Importantly, we demonstrated for the first time the stability of the modulation factor under realistic conditions of off-axis incidence and huge backgrounds using the SPring-8 polarized X-ray beam. The measured modulation factor of the ETCC was 0.65 $\pm$ 0.01 at 150 keV for an off-axis incidence with an oblique angle of 30$^\circ$ and was not degraded compared to the 0.58 $\pm$ 0.02 at 130 keV for on-axis incidence. These measured results are consistent with the simulation results. Consequently, we found that the satellite-ETCC proposed in Tanimori et al. (2015) would provide all-sky surveys of weak persistent sources of 13 mCrab with 10% polarization for a 10$^{7}$ s exposure and over 20 GRBs down to a $6\times10^{-6}$ erg cm$^{-2}$ fluence and 10% polarization during a one-year observation.
△ Less
Submitted 22 March, 2017;
originally announced March 2017.
-
First On-Site True Gamma-Ray Imaging-Spectroscopy of Contamination near Fukushima Plant
Authors:
Dai Tomono,
Tetsuya Mizumoto,
Atsushi Takada,
Shotaro Komura,
Yoshihiro Matsuoka,
Yoshitaka Mizumura,
Makoto Oda,
Toru Tanimori
Abstract:
We have developed an Electron Tracking Compton Camera (ETCC), which provides a well-defined Point Spread Function (PSF) by reconstructing a direction of each gamma as a point and realizes simultaneous measurement of brightness and spectrum of MeV gamma-rays for the first time. Here, we present the results of our on-site pilot gamma-imaging-spectroscopy with ETCC at three contaminated locations in…
▽ More
We have developed an Electron Tracking Compton Camera (ETCC), which provides a well-defined Point Spread Function (PSF) by reconstructing a direction of each gamma as a point and realizes simultaneous measurement of brightness and spectrum of MeV gamma-rays for the first time. Here, we present the results of our on-site pilot gamma-imaging-spectroscopy with ETCC at three contaminated locations in the vicinity of the Fukushima Daiichi Nuclear Power Plants in Japan in 2014. The obtained distribution of brightness (or emissivity) with remote-sensing observations is unambiguously converted into the dose distribution. We confirm that the dose distribution is consistent with the one taken by conventional mapping measurements with a dosimeter physically placed at each grid point. Furthermore, its imaging spectroscopy, boosted by Compton-edge-free spectra, reveals complex radioactive features in a quantitative manner around each individual target point in the background-dominated environment. Notably, we successfully identify a "micro hot spot" of residual caesium contamination even in an already decontaminated area. These results show that the ETCC performs exactly as the geometrical optics predicts, demonstrates its versatility in the field radiation measurement, and reveals potentials for application in many fields, including the nuclear industry, medical field, and astronomy.
△ Less
Submitted 5 February, 2017;
originally announced February 2017.
-
Establishment of Imaging Spectroscopy of Nuclear Gamma-Rays based on Geometrical Optics
Authors:
Toru Tanimori,
Yoshitaka Mizumura,
Atsushi Takada,
Shohei Miyamoto,
Taito Takemura,
Tetsuro Kishimoto,
Shotaro Komura,
Hidetoshi Kubo,
Shunsuke Kurosawa,
Yoshihiro Matsuoka,
Kentaro Miuchi,
Tetsuya Mizumoto,
Yuma Nakamasu,
Kiseki Nakamura,
Joseph D. Parker,
Tatsuya Sawano,
Shinya Sonoda,
Dai Tomono,
Kei Yoshikawa
Abstract:
Since the discovery of nuclear gamma-rays, its imaging has been limited to pseudo imaging, such as Compton Camera (CC) and coded mask. Pseudo imaging does not keep physical information (intensity, or brightness in Optics) along a ray, and thus is capable of no more than qualitative imaging of bright objects. To attain quantitative imaging, cameras that realize geometrical optics is essential, whic…
▽ More
Since the discovery of nuclear gamma-rays, its imaging has been limited to pseudo imaging, such as Compton Camera (CC) and coded mask. Pseudo imaging does not keep physical information (intensity, or brightness in Optics) along a ray, and thus is capable of no more than qualitative imaging of bright objects. To attain quantitative imaging, cameras that realize geometrical optics is essential, which would be, for nuclear MeV gammas, only possible via complete reconstruction of the Compton process. Recently we have revealed that "Electron Tracking Compton Camera" (ETCC) provides a well-defined Point Spread Function (PSF). The information of an incoming gamma is kept along a ray with the PSF and that is equivalent to geometrical optics. Here we present an imaging-spectroscopic measurement with the ETCC. Our results highlight the intrinsic difficulty with CCs in performing accurate imaging, and show that the ETCC surmounts this problem. The imaging capability also helps the ETCC suppress the noise level dramatically by ~3 orders of magnitude without a shielding structure. Furthermore, full reconstruction of Compton process with the ETCC provides spectra free of Compton edges. These results mark the first proper imaging of nuclear gammas based on the genuine geometrical optics.
△ Less
Submitted 5 February, 2017;
originally announced February 2017.
-
Readout technologies for directional WIMP Dark Matter detection
Authors:
J. B. R. Battat,
I. G. Irastorza,
A. Aleksandrov,
M. Ali Guler,
T. Asada,
E. Baracchini,
J. Billard,
G. Bosson,
O. Bourrion,
J. Bouvier,
A. Buonaura,
K. Burdge,
S. Cebrian,
P. Colas,
L. Consiglio,
T. Dafni,
N. D'Ambrosio,
C. Deaconu,
G. De Lellis,
T. Descombes,
A. Di Crescenzo,
N. Di Marco,
G. Druitt,
R. Eggleston,
E. Ferrer-Ribas
, et al. (68 additional authors not shown)
Abstract:
The measurement of the direction of WIMP-induced nuclear recoils is a compelling but technologically challenging strategy to provide an unambiguous signature of the detection of Galactic dark matter. Most directional detectors aim to reconstruct the dark-matter-induced nuclear recoil tracks, either in gas or solid targets. The main challenge with directional detection is the need for high spatial…
▽ More
The measurement of the direction of WIMP-induced nuclear recoils is a compelling but technologically challenging strategy to provide an unambiguous signature of the detection of Galactic dark matter. Most directional detectors aim to reconstruct the dark-matter-induced nuclear recoil tracks, either in gas or solid targets. The main challenge with directional detection is the need for high spatial resolution over large volumes, which puts strong requirements on the readout technologies. In this paper we review the various detector readout technologies used by directional detectors. In particular, we summarize the challenges, advantages and drawbacks of each approach, and discuss future prospects for these technologies.
△ Less
Submitted 6 October, 2016;
originally announced October 2016.
-
A performance study of an electron-tracking Compton camera with a compact system for environmental gamma-ray observation
Authors:
Tetsuya Mizumoto,
Dai Tomono,
Atsushi Takada,
Toru Tanimori,
Shotaro Komura,
Hidetoshi Kubo,
Yoshihiro Matsuoka,
Yoshitaka Mizumura,
Kiseki Nakamura,
Shogo Nakamura,
Makoto Oda,
Joseph D. Parker,
Tatsuya Sawano,
Naoto Bando,
Akira Nabetani
Abstract:
An electron-tracking Compton camera (ETCC) is a detector that can determine the arrival direction and energy of incident sub-MeV/MeV gamma-ray events on an event-by-event basis. It is a hybrid detector consisting of a gaseous time projection chamber (TPC), that is the Compton-scattering target and the tracker of recoil electrons, and a position-sensitive scintillation camera that absorbs of the sc…
▽ More
An electron-tracking Compton camera (ETCC) is a detector that can determine the arrival direction and energy of incident sub-MeV/MeV gamma-ray events on an event-by-event basis. It is a hybrid detector consisting of a gaseous time projection chamber (TPC), that is the Compton-scattering target and the tracker of recoil electrons, and a position-sensitive scintillation camera that absorbs of the scattered gamma rays, to measure gamma rays in the environment from contaminated soil. To measure of environmental gamma rays from soil contaminated with radioactive cesium (Cs), we developed a portable battery-powered ETCC system with a compact readout circuit and data-acquisition system for the SMILE-II experiment. We checked the gamma-ray imaging ability and ETCC performance in the laboratory by using several gamma-ray point sources. The performance test indicates that the field of view (FoV) of the detector is about 1$\;$sr and that the detection efficiency and angular resolution for 662$\;$keV gamma rays from the center of the FoV is $(9.31 \pm 0.95) \times 10^{^-5}$ and $5.9^{\circ} \pm 0.6^{\circ}$, respectively. Furthermore, the ETCC can detect 0.15$\;μ\rm{Sv/h}$ from a $^{137}$Cs gamma-ray source with a significance of 5$σ$ in 13 min in the laboratory. In this paper, we report the specifications of the ETCC and the results of the performance tests. Furthermore, we discuss its potential use for environmental gamma-ray measurements.
△ Less
Submitted 6 August, 2015;
originally announced August 2015.
-
New readout and data-acquisition system in an electron-tracking Compton camera for MeV gamma-ray astronomy (SMILE-II)
Authors:
Tetsuya Mizumoto,
Yoshihiro Matsuoka,
Yoshitaka Mizumura,
Toru Tanimori,
Hidetoshi Kubo,
Atsushi Takada,
Satoru Iwaki,
Tatsuya Sawano,
Kiseki Nakamura,
Shotaro Komura,
Shogo Nakamura,
Tetsuro Kishimoto,
Makoto Oda,
Shohei Miyamoto,
Taito Takemura,
Joseph D. Parker,
Dai Tomono,
Shinya Sonoda,
Kentaro Miuchi,
Shunsuke Kurosawa
Abstract:
For MeV gamma-ray astronomy, we have developed an electron-tracking Compton camera (ETCC) as a MeV gamma-ray telescope capable of rejecting the radiation background and attaining the high sensitivity of near 1 mCrab in space. Our ETCC comprises a gaseous time-projection chamber (TPC) with a micro pattern gas detector for tracking recoil electrons and a position-sensitive scintillation camera for d…
▽ More
For MeV gamma-ray astronomy, we have developed an electron-tracking Compton camera (ETCC) as a MeV gamma-ray telescope capable of rejecting the radiation background and attaining the high sensitivity of near 1 mCrab in space. Our ETCC comprises a gaseous time-projection chamber (TPC) with a micro pattern gas detector for tracking recoil electrons and a position-sensitive scintillation camera for detecting scattered gamma rays. After the success of a first balloon experiment in 2006 with a small ETCC (using a 10$\times$10$\times$15 cm$^3$ TPC) for measuring diffuse cosmic and atmospheric sub-MeV gamma rays (Sub-MeV gamma-ray Imaging Loaded-on-balloon Experiment I; SMILE-I), a (30 cm)$^{3}$ medium-sized ETCC was developed to measure MeV gamma-ray spectra from celestial sources, such as the Crab Nebula, with single-day balloon flights (SMILE-II). To achieve this goal, a 100-times-larger detection area compared with that of SMILE-I is required without changing the weight or power consumption of the detector system. In addition, the event rate is also expected to dramatically increase during observation. Here, we describe both the concept and the performance of the new data-acquisition system with this (30 cm)$^{3}$ ETCC to manage 100 times more data while satisfying the severe restrictions regarding the weight and power consumption imposed by a balloon-borne observation. In particular, to improve the detection efficiency of the fine tracks in the TPC from $\sim$10\% to $\sim$100\%, we introduce a new data-handling algorithm in the TPC. Therefore, for efficient management of such large amounts of data, we developed a data-acquisition system with parallel data flow.
△ Less
Submitted 29 August, 2015; v1 submitted 5 August, 2015;
originally announced August 2015.
-
An Electron-Tracking Compton Telescope for a Survey of the Deep Universe by MeV gamma-rays
Authors:
T. Tanimori,
H. Kubo,
A. Takada,
S. Iwaki,
S. Komura,
S. Kurosawa,
Y. Matsuoka,
K. Miuchi,
S. Miyamoto,
T. Mizumoto,
Y. Mizumura,
K. Nakamura,
S. Nakamura,
M. Oda,
J. D. Parker,
T. Sawano,
S. Sonoda,
T. Takemura,
D. Tomono,
K. Ueno
Abstract:
Photon imaging for MeV gammas has serious difficulties due to huge backgrounds and unclearness in images, which are originated from incompleteness in determining the physical parameters of Compton scattering in detection, e.g., lack of the directional information of the recoil electrons. The recent major mission/instrument in the MeV band, Compton Gamma Ray Observatory/COMPTEL, which was Compton C…
▽ More
Photon imaging for MeV gammas has serious difficulties due to huge backgrounds and unclearness in images, which are originated from incompleteness in determining the physical parameters of Compton scattering in detection, e.g., lack of the directional information of the recoil electrons. The recent major mission/instrument in the MeV band, Compton Gamma Ray Observatory/COMPTEL, which was Compton Camera (CC), detected mere $\sim30$ persistent sources. It is in stark contrast with $\sim$2000 sources in the GeV band. Here we report the performance of an Electron-Tracking Compton Camera (ETCC), and prove that it has a good potential to break through this stagnation in MeV gamma-ray astronomy. The ETCC provides all the parameters of Compton-scattering by measuring 3-D recoil electron tracks; then the Scatter Plane Deviation (SPD) lost in CCs is recovered. The energy loss rate (dE/dx), which CCs cannot measure, is also obtained, and is found to be indeed helpful to reduce the background under conditions similar to space. Accordingly the significance in gamma detection is improved severalfold. On the other hand, SPD is essential to determine the point-spread function (PSF) quantitatively. The SPD resolution is improved close to the theoretical limit for multiple scattering of recoil electrons. With such a well-determined PSF, we demonstrate for the first time that it is possible to provide reliable sensitivity in Compton imaging without utilizing an optimization algorithm. As such, this study highlights the fundamental weak-points of CCs. In contrast we demonstrate the possibility of ETCC reaching the sensitivity below $1\times10^{-12}$ erg cm$^{-2}$ s$^{-1}$ at 1 MeV.
△ Less
Submitted 4 August, 2015; v1 submitted 14 July, 2015;
originally announced July 2015.
-
Performance of a new electron-tracking Compton camera under intense radiations from a water target irradiated with a proton beam
Authors:
Yoshihiro Matsuoka,
T. Tanimori,
H. Kubo,
A. Takada,
J. D. Parker,
T. Mizumoto,
Y. Mizumura,
S. Iwaki,
T. Sawano,
S. Komura,
T. Kishimoto,
M. Oda,
T. Takemura,
S. Miyamoto,
S. Sonoda,
D. Tomono,
K. Miuchi,
S. Kabuki,
S. Kurosawa
Abstract:
We have developed an electron-tracking Compton camera (ETCC) for use in next-generation MeV gamma ray telescopes. An ETCC consists of a gaseous time projection chamber (TPC) and pixel scintillator arrays (PSAs). Since the TPC measures the three dimensional tracks of Compton-recoil electrons, the ETCC can completely reconstruct the incident gamma rays. Moreover, the ETCC demonstrates efficient back…
▽ More
We have developed an electron-tracking Compton camera (ETCC) for use in next-generation MeV gamma ray telescopes. An ETCC consists of a gaseous time projection chamber (TPC) and pixel scintillator arrays (PSAs). Since the TPC measures the three dimensional tracks of Compton-recoil electrons, the ETCC can completely reconstruct the incident gamma rays. Moreover, the ETCC demonstrates efficient background rejection power in Compton-kinematics tests, identifies particle from the energy deposit rate (dE/dX) registered in the TPC, and provides high quality imaging by completely reconstructing the Compton scattering process. We are planning the "Sub-MeV gamma ray Imaging Loaded-on-balloon Experiment" (SMILE) for our proposed all-sky survey satellite. Performance tests of a mid-sized 30 cm-cubic ETCC, constructed for observing the Crab nebula, are ongoing. However, observations at balloon altitudes or satellite orbits are obstructed by radiation background from the atmosphere and the detector itself. The background rejection power was checked using proton accelerator experiments conducted at the Research Center for Nuclear Physics, Osaka University. To create the intense radiation fields encountered in space, which comprise gamma rays, neutrons, protons, and other energetic entities, we irradiated a water target with a 140 MeV proton beam and placed a SMILE-II ETCC near the target. In this situation, the counting rate was five times than that expected at the balloon altitude. Nonetheless, the ETCC stably operated and identified particles sufficiently to obtain a clear gamma ray image of the checking source. Here, we report the performance of our detector and demonstrate its effective background rejection based in electron tracking experiments.
△ Less
Submitted 22 January, 2015; v1 submitted 12 December, 2014;
originally announced December 2014.
-
Search for Hidden photons with Sumico
Authors:
Yoshizumi Inoue,
Tetsuya Mizumoto,
Ryosuke Ohta,
Tomoki Horie,
Jun'ya Suzuki,
Makoto Minowa
Abstract:
We searched for solar hidden photons in the visible photon energy range using a hidden photon detector add-on attached to Sumico. It consists of a parabolic mirror of dia. 0.5m and f=1m installed in a vacuum chamber, and a low noise photomultiplier tube at the focal point. No evidence for the existence of hidden photons was found in the latest measurement giving a new limit on the photon-hidden ph…
▽ More
We searched for solar hidden photons in the visible photon energy range using a hidden photon detector add-on attached to Sumico. It consists of a parabolic mirror of dia. 0.5m and f=1m installed in a vacuum chamber, and a low noise photomultiplier tube at the focal point. No evidence for the existence of hidden photons was found in the latest measurement giving a new limit on the photon-hidden photon mixing parameter in the hidden photon mass range 0.001-1eV.
△ Less
Submitted 27 December, 2013;
originally announced December 2013.
-
Development of a 30 cm-cube Electron-Tracking Compton Camera for the SMILE-II Experiment
Authors:
Y. Mizumura,
T. Tanimori,
H. Kubo,
A. Takada,
J. D. Parker,
T. Mizumoto,
S. Sonoda,
D. Tomono,
T. Sawano,
K. Nakamura,
Y. Matsuoka,
S. Komura,
S. Nakamura,
M. Oda,
K. Miuchi,
S. Kabuki,
Y. Kishimoto,
S. Kurosawa,
S. Iwaki
Abstract:
To explore the sub-MeV/MeV gamma-ray window for astronomy, we have developed the Electron-Tracking Compton Camera (ETCC), and carried out the first performance test at room condition using several gamma-ray sources in the sub-MeV energy band. Using a simple track analysis for a quick first test of the performance, the gamma-ray imaging capability was demonstrated by clear images and 5.3 degrees of…
▽ More
To explore the sub-MeV/MeV gamma-ray window for astronomy, we have developed the Electron-Tracking Compton Camera (ETCC), and carried out the first performance test at room condition using several gamma-ray sources in the sub-MeV energy band. Using a simple track analysis for a quick first test of the performance, the gamma-ray imaging capability was demonstrated by clear images and 5.3 degrees of angular resolution measure (ARM) measured at 662 keV. As the greatest impact of this work, a gamma-ray detection efficiency on the order of $10^{-4}$ was achieved at the sub-MeV gamma-ray band, which is one order of magnitude higher than our previous experiment. This angular resolution and detection efficiency enables us to detect the Crab Nebula at the 5 sigma level with several hours observation at balloon altitude in middle latitude. Furthermore, good consistency of efficiencies between this performance test and simulation including only physical processes has a large importance; it means we achieve nearly 100% detection of Compton recoil electrons. Thus, our estimation of enhancements by upgrades of the detector is more dependable. We are planning to confirm the imaging capability of the ETCC by observation of celestial objects in the SMILE-II (Sub-MeV gamma ray Imaging Loaded-on-balloon Experiment II). The SMILE-II and following SMILE-III project will be an important key of sub-MeV/MeV gamma-ray astronomy.
△ Less
Submitted 7 February, 2014; v1 submitted 2 December, 2013;
originally announced December 2013.
-
Development of a Time-resolved Neutron Imaging Detector Based on the μPIC Micro-Pixel Chamber
Authors:
Joseph D Parker,
Masahide Harada,
Kaori Hattori,
Satoru Iwaki,
Shigeto Kabuki,
Yuji Kishimoto,
Hidetoshi Kubo,
Shunsuke Kurosawa,
Yoshihiro Matsuoka,
Kentaro Miuchi,
Tetsuya Mizumoto,
Hironobu Nishimura,
Takayuki Oku,
Tatsuya Sawano,
Takenao Shinohara,
Jun-ichi Suzuki,
Atsushi Takada,
Toru Tanimori,
Kazuki Ueno,
Masahiro Ikeno,
Manobu Tanaka,
Tomohisa Uchida
Abstract:
We have developed a prototype time-resolved neutron imaging detector employing a micro-pattern gaseous detector known as the micro-pixel chamber (μPIC) coupled with a field-programmable-gate-array-based data acquisition system. Our detector system combines 100μm-level spatial and sub-μs time resolutions with a low gamma sensitivity of less than 10^-12 and high data rates, making it well suited for…
▽ More
We have developed a prototype time-resolved neutron imaging detector employing a micro-pattern gaseous detector known as the micro-pixel chamber (μPIC) coupled with a field-programmable-gate-array-based data acquisition system. Our detector system combines 100μm-level spatial and sub-μs time resolutions with a low gamma sensitivity of less than 10^-12 and high data rates, making it well suited for applications in neutron radiography at high-intensity, pulsed neutron sources. In the present paper, we introduce the detector system and present several test measurements performed at NOBORU (BL10), J-PARC to demonstrate the capabilities of our prototype. We also discuss future improvements to the spatial resolution and rate performance.
△ Less
Submitted 20 May, 2013;
originally announced May 2013.
-
Spatial resolution of a μPIC-based neutron imaging detector
Authors:
Joseph D. Parker,
Masahide Harada,
Kaori Hattori,
Satoru Iwaki,
Shigeto Kabuki,
Yuji Kishimoto,
Hidetoshi Kubo,
Shunsuke Kurosawa,
Yoshihiro Matsuoka,
Kentaro Miuchi,
Tetsuya Mizumoto,
Hironobu Nishimura,
Takayuki Oku,
Tatsuya Sawano,
Takenao Shinohara,
Jun-ichi Suzuki,
Atsushi Takada,
Toru Tanimori,
Kazuki Ueno
Abstract:
We present a detailed study of the spatial resolution of our time-resolved neutron imaging detector utilizing a new neutron position reconstruction method that improves both spatial resolution and event reconstruction efficiency. Our prototype detector system, employing a micro-pattern gaseous detector known as the micro-pixel chamber (μPIC) coupled with a field-programmable-gate-array-based data…
▽ More
We present a detailed study of the spatial resolution of our time-resolved neutron imaging detector utilizing a new neutron position reconstruction method that improves both spatial resolution and event reconstruction efficiency. Our prototype detector system, employing a micro-pattern gaseous detector known as the micro-pixel chamber (μPIC) coupled with a field-programmable-gate-array-based data acquisition system, combines 100μm-level spatial and sub-μs time resolutions with excellent gamma rejection and high data rates, making it well suited for applications in neutron radiography at high-intensity, pulsed neutron sources. From data taken at the Materials and Life Science Experimental Facility within the Japan Proton Accelerator Research Complex (J-PARC), the spatial resolution was found to be approximately Gaussian with a sigma of 103.48 +/- 0.77 μm (after correcting for beam divergence). This is a significant improvement over that achievable with our previous reconstruction method (334 +/- 13 μm), and compares well with conventional neutron imaging detectors and with other high-rate detectors currently under development. Further, a detector simulation indicates that a spatial resolution of less than 60 μm may be possible with optimization of the gas characteristics and μPIC structure. We also present an example of imaging combined with neutron resonance absorption spectroscopy.
△ Less
Submitted 16 May, 2013;
originally announced May 2013.
-
Experimental search for solar hidden photons in the eV energy range using kinetic mixing with photons
Authors:
T. Mizumoto,
R. Ohta,
T. Horie,
J. Suzuki,
Y. Inoue,
M. Minowa
Abstract:
We have searched for solar hidden photons in the eV energy range using a dedicated hidden photon detector. The detector consisted of a parabolic mirror with a diameter of 500mm and a focal length of 1007mm installed in a vacuum chamber, and a photomultiplier tube at its focal point. The detector was attached to the Tokyo axion helioscope, Sumico which has a mechanism to track the sun. From the res…
▽ More
We have searched for solar hidden photons in the eV energy range using a dedicated hidden photon detector. The detector consisted of a parabolic mirror with a diameter of 500mm and a focal length of 1007mm installed in a vacuum chamber, and a photomultiplier tube at its focal point. The detector was attached to the Tokyo axion helioscope, Sumico which has a mechanism to track the sun. From the result of the measurement, we found no evidence for the existence of hidden photons and set a limit on the photon-hidden photon mixing parameter χdepending on the hidden photon mass m_{γ'}.
△ Less
Submitted 18 June, 2013; v1 submitted 5 February, 2013;
originally announced February 2013.
-
The Tokyo Axion Helioscope
Authors:
R. Ohta,
Y. Akimoto,
Y. Inoue,
M. Minowa,
T. Mizumoto,
S. Moriyama,
T. Namba,
Y. Takasu,
A. Yamamoto
Abstract:
The Tokyo Axion Helioscope experiment aims to detect axions which are produced in the solar core. The helioscope uses a strong magnetic field in order to convert axions into X-ray photons and has a mounting to follow the sun very accurately. The photons are detected by an X-ray detector which is made of 16 PIN-photodiodes. In addition, a gas container and a gas regulation system is adopted for rec…
▽ More
The Tokyo Axion Helioscope experiment aims to detect axions which are produced in the solar core. The helioscope uses a strong magnetic field in order to convert axions into X-ray photons and has a mounting to follow the sun very accurately. The photons are detected by an X-ray detector which is made of 16 PIN-photodiodes. In addition, a gas container and a gas regulation system is adopted for recovering the coherence between axions and photons in the conversion region giving sensitivity to axions with masses up to 2 eV. In this paper, we report on the technical detail of the Tokyo Axion Helioscope.
△ Less
Submitted 22 January, 2012;
originally announced January 2012.
-
NEWAGE
Authors:
Kentaro Miuchi,
Kiseki Nakamura,
Atsushi Takada,
Satoshi Iwaki,
Hidetoshi Kubo,
Tetsuya Mizumoto,
Hironobu Nishimura,
Joseph Parker,
Tatsuya Sawano,
Toru Tanimori,
Hiroyuki Sekiya,
Atsushi Takeda,
Takahiro Fusayasu,
Akira Sugiyama,
Manobu Tanaka
Abstract:
NEWAGE is a direction-sensitive dark matter search experiment with a gaseous time-projection chamber. We improved the direction-sensitive dark matter limits by our underground measurement. After the first underground run, we replaced the detector components with radio-pure materials. We also studied the possibilities of head-tail recognition of nuclear tracks in the surface laboratory. For the fut…
▽ More
NEWAGE is a direction-sensitive dark matter search experiment with a gaseous time-projection chamber. We improved the direction-sensitive dark matter limits by our underground measurement. After the first underground run, we replaced the detector components with radio-pure materials. We also studied the possibilities of head-tail recognition of nuclear tracks in the surface laboratory. For the future large volume detector, we are developing a pixel ASIC named QPIX. In this paper, these recent R&D activities are described.
△ Less
Submitted 15 September, 2011; v1 submitted 14 September, 2011;
originally announced September 2011.
-
Tokyo axion helioscope experiment
Authors:
Y. Inoue,
Y. Akimoto,
R. Ohta,
T. Mizumoto,
A. Yamamoto,
M. Minowa
Abstract:
A search for solar axions has been performed using an axion helioscope which is equipped with a 2.3m x 4T superconducting magnet, a gas container to hold dispersion-matching gas, PIN-photodiode X-ray detectors, and a telescope mount mechanism to track the sun. In the past measurements, axion mass up to 0.27eV have been scanned. It has been upgraded to handle dispersion-matching gas (He-4) of hig…
▽ More
A search for solar axions has been performed using an axion helioscope which is equipped with a 2.3m x 4T superconducting magnet, a gas container to hold dispersion-matching gas, PIN-photodiode X-ray detectors, and a telescope mount mechanism to track the sun. In the past measurements, axion mass up to 0.27eV have been scanned. It has been upgraded to handle dispersion-matching gas (He-4) of higher density to explore higher mass region. From December 2007 through April 2008, the axion mass region 0.84 < m < 1.00eV was newly explored, where the axions in the "photon-coupling vs. mass" parameter region of the preferred axion models were newly searched. From the absence of any evidence, a limit on axion-photon coupling constant was set to be g < 5.6-13.4e-10/GeV at 95% confidence level in the above mass region.
△ Less
Submitted 2 February, 2010;
originally announced February 2010.
-
Prospects of Search for Solar Axions with Mass over 1 eV and Hidden Sector Photons
Authors:
R. Ohta,
M. Minowa,
Y. Inoue,
Y. Akimoto,
T. Mizumoto,
A. Yamamoto
Abstract:
We present prospects of two experiments using the Tokyo Axion Helioscope. One is a search for solar axions. In the past measurements, axion mass from 0 to 0.27 eV and from 0.84 to 1.00 eV have been scanned and no positive evidence was seen. We are now actively preparing a new phase of the experiment aiming at axion mass over 1 eV. The other is a search for hidden sector photons from the Sun. We…
▽ More
We present prospects of two experiments using the Tokyo Axion Helioscope. One is a search for solar axions. In the past measurements, axion mass from 0 to 0.27 eV and from 0.84 to 1.00 eV have been scanned and no positive evidence was seen. We are now actively preparing a new phase of the experiment aiming at axion mass over 1 eV. The other is a search for hidden sector photons from the Sun. We have been designing and testing some additional equipments, which have to be installed on the helioscope to search for hidden photons with mass of over $10^{-3}$ eV.
△ Less
Submitted 4 November, 2009;
originally announced November 2009.
-
Tokyo Axion Helioscope
Authors:
M. Minowa,
Y. Inoue,
Y. Akimoto,
R. Ohta,
T. Mizumoto,
A. Yamamoto
Abstract:
A new search result of the Tokyo axion helioscope is presented. The axion helioscope consists of a dedicated cryogen-free 4T superconducting magnet with an effective length of 2.3 m and PIN photodiodes as x-ray detectors. Solar axions, if exist, would be converted into X-ray photons through the inverse Primakoff process in the magnetic field. Conversion is coherently enhanced even for massive ax…
▽ More
A new search result of the Tokyo axion helioscope is presented. The axion helioscope consists of a dedicated cryogen-free 4T superconducting magnet with an effective length of 2.3 m and PIN photodiodes as x-ray detectors. Solar axions, if exist, would be converted into X-ray photons through the inverse Primakoff process in the magnetic field. Conversion is coherently enhanced even for massive axions by filling the conversion region with helium gas. The present third phase measurement sets a new limit of g_{aγγ}<(5.6--13.4)\times10^{-10} GeV^{-1} for the axion mass of 0.84<m_a<1.0 eV at 95% confidence level.
△ Less
Submitted 3 September, 2008;
originally announced September 2008.
-
Search for solar axions with mass around 1 eV using coherent conversion of axions into photons
Authors:
Y. Inoue,
Y. Akimoto,
R. Ohta,
T. Mizumoto,
A. Yamamoto,
M. Minowa
Abstract:
A search for solar axions has been performed using an axion helioscope which is equipped with a 2.3m-long 4T superconducting magnet, a gas container to hold dispersion-matching gas, PIN-photodiode X-ray detectors, and a telescope mount mechanism to track the sun. A mass region around m_a = 1eV was newly explored.
From the absence of any evidence, analysis sets a limit on axion-photon coupling…
▽ More
A search for solar axions has been performed using an axion helioscope which is equipped with a 2.3m-long 4T superconducting magnet, a gas container to hold dispersion-matching gas, PIN-photodiode X-ray detectors, and a telescope mount mechanism to track the sun. A mass region around m_a = 1eV was newly explored.
From the absence of any evidence, analysis sets a limit on axion-photon coupling constant to be g < 5.6-13.4x10^{-10} GeV^{-1} for the axion mass of 0.84<m_a<1.00eV at 95% confidence level. It is the first result to search for the axion in the g-m_a parameter region of the preferred axion models with a magnetic helioscope.
△ Less
Submitted 26 August, 2008; v1 submitted 13 June, 2008;
originally announced June 2008.
-
Status report of the Tokyo axion helioscope experiment
Authors:
Y. Inoue,
M. Minowa,
Y. Akimoto,
R. Ota,
T. Mizumoto,
A. Yamamoto
Abstract:
We have searched for solar axions with a detector which consists of a 4T x 2.3m superconducting magnet, PIN-photodiode X-ray detectors, and an altazimuth mount to track the sun. The conversion region is filled with cold helium gas which modifies the axion mass at which coherent conversion occurs. In the past measurements, axion mass from 0 to 0.27eV have been scanned. Since no positive evidence…
▽ More
We have searched for solar axions with a detector which consists of a 4T x 2.3m superconducting magnet, PIN-photodiode X-ray detectors, and an altazimuth mount to track the sun. The conversion region is filled with cold helium gas which modifies the axion mass at which coherent conversion occurs. In the past measurements, axion mass from 0 to 0.27eV have been scanned. Since no positive evidence was seen, an upper limit to the axion-photon coupling constant was set to be g < 6-10E-10/GeV (95%CL) depending on the axion masses. We are now actively preparing for a new stage of the experiment aiming at one to a few eV solar axions. In this mass region, our detector might be able to check parameter regions which are preferable to the axion models.
△ Less
Submitted 9 June, 2008;
originally announced June 2008.