Skip to main content

Showing 1–11 of 11 results for author: Naito, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.12402  [pdf, other

    cs.CL

    Flee the Flaw: Annotating the Underlying Logic of Fallacious Arguments Through Templates and Slot-filling

    Authors: Irfan Robbani, Paul Reisert, Naoya Inoue, Surawat Pothong, Camélia Guerraoui, Wenzhi Wang, Shoichi Naito, Jungmin Choi, Kentaro Inui

    Abstract: Prior research in computational argumentation has mainly focused on scoring the quality of arguments, with less attention on explicating logical errors. In this work, we introduce four sets of explainable templates for common informal logical fallacies designed to explicate a fallacy's implicit logic. Using our templates, we conduct an annotation study on top of 400 fallacious arguments taken from… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  2. arXiv:2307.15341  [pdf, other

    cs.CL

    Teach Me How to Improve My Argumentation Skills: A Survey on Feedback in Argumentation

    Authors: Camélia Guerraoui, Paul Reisert, Naoya Inoue, Farjana Sultana Mim, Shoichi Naito, Jungmin Choi, Irfan Robbani, Wenzhi Wang, Kentaro Inui

    Abstract: The use of argumentation in education has been shown to improve critical thinking skills for end-users such as students, and computational models for argumentation have been developed to assist in this process. Although these models are useful for evaluating the quality of an argument, they oftentimes cannot explain why a particular argument is considered poor or not, which makes it difficult to p… ▽ More

    Submitted 28 July, 2023; originally announced July 2023.

    Comments: 14 pages, 4 figures

  3. Anomaly Detection for Multivariate Time Series on Large-scale Fluid Handling Plant Using Two-stage Autoencoder

    Authors: Susumu Naito, Yasunori Taguchi, Kouta Nakata, Yuichi Kato

    Abstract: This paper focuses on anomaly detection for multivariate time series data in large-scale fluid handling plants with dynamic components, such as power generation, water treatment, and chemical plants, where signals from various physical phenomena are observed simultaneously. In these plants, the need for anomaly detection techniques is increasing in order to reduce the cost of operation and mainten… ▽ More

    Submitted 19 May, 2022; originally announced May 2022.

    Comments: The 2nd Workshop on Large-scale Industrial Time Series Analysis at the 21st IEEE International Conference on Data Mining (ICDM), 2021

    Journal ref: 2021 International Conference on Data Mining Workshops (ICDMW), 2021, pp. 542-551

  4. arXiv:2204.01512  [pdf, other

    cs.CL

    LPAttack: A Feasible Annotation Scheme for Capturing Logic Pattern of Attacks in Arguments

    Authors: Farjana Sultana Mim, Naoya Inoue, Shoichi Naito, Keshav Singh, Kentaro Inui

    Abstract: In argumentative discourse, persuasion is often achieved by refuting or attacking others arguments. Attacking is not always straightforward and often comprise complex rhetorical moves such that arguers might agree with a logic of an argument while attacking another logic. Moreover, arguer might neither deny nor agree with any logics of an argument, instead ignore them and attack the main stance of… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

    Comments: 14 pages, 8 figures

  5. arXiv:2201.06674  [pdf, other

    cs.CL

    TYPIC: A Corpus of Template-Based Diagnostic Comments on Argumentation

    Authors: Shoichi Naito, Shintaro Sawada, Chihiro Nakagawa, Naoya Inoue, Kenshi Yamaguchi, Iori Shimizu, Farjana Sultana Mim, Keshav Singh, Kentaro Inui

    Abstract: Providing feedback on the argumentation of the learner is essential for developing critical thinking skills, however, it requires a lot of time and effort. To mitigate the overload on teachers, we aim to automate a process of providing feedback, especially giving diagnostic comments which point out the weaknesses inherent in the argumentation. It is recommended to give specific diagnostic comments… ▽ More

    Submitted 21 June, 2022; v1 submitted 17 January, 2022; originally announced January 2022.

    Comments: LREC2022. The dataset is available at https://github.com/cl-tohoku/TYPIC

  6. arXiv:1908.02446  [pdf, other

    cs.MM cs.GR eess.IV

    A Robust Billboard-based Free-viewpoint Video Synthesizing Algorithm for Sports Scenes

    Authors: Jun Chen, Ryosuke Watanabe, Keisuke Nonaka, Tomoaki Konno, Hiroshi Sankoh, Sei Naito

    Abstract: We present a billboard-based free-viewpoint video synthesizing algorithm for sports scenes that can robustly reconstruct and render a high-fidelity billboard model for each object, including an occluded one, in each camera. Its contributions are (1) applicable to a challenging shooting condition where a high precision 3D model cannot be built because a small number of cameras featuring wide-baseli… ▽ More

    Submitted 30 August, 2019; v1 submitted 7 August, 2019; originally announced August 2019.

    Comments: 10 pages, 13 figures

  7. arXiv:1903.11785  [pdf, other

    cs.CV

    A Fast Free-viewpoint Video Synthesis Algorithm for Sports Scenes

    Authors: Jun Chen, Ryosuke Watanabe, Keisuke Nonaka, Tomoaki Konno, Hiroshi Sankoh, Sei Naito

    Abstract: In this paper, we report on a parallel freeviewpoint video synthesis algorithm that can efficiently reconstruct a high-quality 3D scene representation of sports scenes. The proposed method focuses on a scene that is captured by multiple synchronized cameras featuring wide-baselines. The following strategies are introduced to accelerate the production of a free-viewpoint video taking the improvemen… ▽ More

    Submitted 30 July, 2019; v1 submitted 28 March, 2019; originally announced March 2019.

    Comments: 7 pages, 11 figures

  8. arXiv:1712.09789  [pdf, ps, other

    cs.CV

    Efficient Parallel Connected Components Labeling with a Coarse-to-fine Strategy

    Authors: Jun Chen, Keisuke Nonaka, Ryosuke Watanabe, Hiroshi Sankoh, Houari Sabirin, Sei Naito

    Abstract: This paper proposes a new parallel approach to solve connected components on a 2D binary image implemented with CUDA. We employ the following strategies to accelerate neighborhood exploration after dividing an input image into independent blocks. In the local labeling stage, a coarse-labeling algorithm, including row-column connection and label-equivalence list unification, is applied first to sor… ▽ More

    Submitted 26 January, 2018; v1 submitted 28 December, 2017; originally announced December 2017.

  9. arXiv:1708.08180  [pdf, ps, other

    cs.CV

    An Optimized Union-Find Algorithm for Connected Components Labeling Using GPUs

    Authors: Jun Chen, Qiang Yao, Houari Sabirin, Keisuke Nonaka, Hiroshi Sankoh, Sei Naito

    Abstract: In this paper, we report an optimized union-find (UF) algorithm that can label the connected components on a 2D image efficiently by employing the GPU architecture. The proposed method contains three phases: UF-based local merge, boundary analysis, and link. The coarse labeling in local merge reduces the number atomic operations, while the boundary analysis only manages the pixels on the boundary… ▽ More

    Submitted 28 August, 2017; v1 submitted 27 August, 2017; originally announced August 2017.

  10. arXiv:cs/0209004  [pdf, ps, other

    cs.NI

    Analysis of Non-Gaussian Nature of Network Traffic and its Implication on Network Performance

    Authors: Tatsuya Mori, Ryoichi Kawahara, Shozo Naito

    Abstract: We analyzed the non-Gaussian nature of network traffic using some Internet traffic data. We found that (1) the non-Gaussian nature degrades network performance, (2) it is caused by `greedy flows' that exist with non-negligible probability, and (3) a large majority of `greedy flows' are TCP flows having relatively small hop counts, which correspond to small round-trip times. We conclude that in a… ▽ More

    Submitted 2 September, 2002; originally announced September 2002.

    Comments: 11 pages, 12 figures

    ACM Class: C.2.5

  11. arXiv:cs/0201004  [pdf, ps, other

    cs.NI

    Analysis of Non-Gaussian Nature of Network Traffic

    Authors: Tatsuya Mori, Ryoichi Kawahara, Shozo Naito

    Abstract: To study mechanisms that cause the non-Gaussian nature of network traffic, we analyzed IP flow statistics. For greedy flows in particular, we investigated the hop counts between source and destination nodes, and classified applications by the port number. We found that the main flows contributing to the non-Gaussian nature of network traffic were HTTP flows with relatively small hop counts compa… ▽ More

    Submitted 8 January, 2002; originally announced January 2002.

    Comments: 4 pages, 4 figures, IEICE General Conference 2002, Tokyo, Japan, March 2002

    ACM Class: C.2.5