← Search

Shilin Zhou

9 accepted papers

2025

Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation

COLING 2025main

Inspired by early research on exploring naturally annotated data for Chinese Word Segmentation (CWS), and also by recent research on integration of speech and text processing, this work for the first time proposes to explicitly mine word boundaries from parallel speech-text data. We employ the Montr…

2025

Recording for Eyes, Not Echoing to Ears: Contextualized Spoken-to-Written Conversion of ASR Transcripts

AAAI 2025technical

Automatic Speech Recognition (ASR) transcripts exhibit recognition errors and various spoken language phenomena such as disfluencies, ungrammatical sentences, and incomplete sentences, hence suffering from poor readability. To improve readability, we propose a Contextualized Spoken-to-Written conver…

2024

Chinese Spoken Named Entity Recognition in Real-world Scenarios: Dataset and Approaches

ACL 2024findings

Spoken Named Entity Recognition (NER) aims to extract entities from speech. The extracted entities can help voice assistants better understand user’s questions and instructions. However, current Chinese Spoken NER datasets are laboratory-controlled data that are collected by reading existing texts i…

2024

CopyNE: Better Contextual ASR by Copying Named Entities

ACL 2024long

End-to-end automatic speech recognition (ASR) systems have made significant progress in general scenarios. However, it remains challenging to transcribe contextual named entities (NEs) in the contextual ASR scenario. Previous approaches have attempted to address this by utilizing the NE dictionary.…

2023

Learning Non-Local Spatial-Angular Correlation for Light Field Image Super-Resolution

ICCV 2023poster

Exploiting spatial-angular correlation is crucial to light field (LF) image super-resolution (SR), but is highly challenging due to its non-local property caused by the disparities among LF images. Although many deep neural networks (DNNs) have been developed for LF image SR and achieved continuousl…

Cited by 78PDFcodeScholar
2023

Mapping Degeneration Meets Label Evolution: Learning Infrared Small Target Detection With Single Point Supervision

CVPR 2023poster

Training a convolutional neural network (CNN) to detect infrared small targets in a fully supervised manner has gained remarkable research interests in recent years, but is highly labor expensive since a large number of per-pixel annotations are required. To handle this problem, in this paper, we ma…

2022

Fast and Accurate End-to-End Span-based Semantic Role Labeling as Word-based Graph Parsing

COLING 2022main

This paper proposes to cast end-to-end span-based SRL as a word-based graph parsing task. The major challenge is how to represent spans at the word level. Borrowing ideas from research on Chinese word segmentation and named entity recognition, we propose and compare four different schemata of graph…

2022

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures inside Arguments

COLING 2022main

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community. Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. Despite ubiquity, they share some intrinsic drawbacks of not considering internal argument structures, potentially hindering the model…