← Search

Jun Araki

6 accepted papers

2023

CoAug: Combining Augmentation of Labels and Labelling Rules

ACL 2023findings

Collecting labeled data for Named Entity Recognition (NER) tasks is challenging due to the high cost of manual annotations. Instead, researchers have proposed few-shot self-training and rule-augmentation techniques to minimize the reliance on large datasets. However, inductive biases and restricted…

2023

DelucionQA: Detecting Hallucinations in Domain-specific Question Answering

EMNLP 2023long findings

Hallucination is a well-known phenomenon in text generated by large language models (LLMs). The existence of hallucinatory responses is found in almost all application scenarios e.g., summarization, question-answering (QA) etc. For applications requiring high reliability (e.g., customer-facing assis…

Cited by 0SourceScholar
2022

Retrieval as Attention: End-to-end Learning of Retrieval and Reading within a Single Transformer

EMNLP 2022main

Systems for knowledge-intensive tasks such as open-domain question answering (QA) usually consist of two stages: efficient retrieval of relevant documents from a large corpus and detailed reading of the selected documents. This is usually done through two separate models, a retriever that encodes th…

2022

Understanding and Improving Zero-shot Multi-hop Reasoning in Generative Question Answering

COLING 2022main

Generative question answering (QA) models generate answers to questions either solely based on the parameters of the model (the closed-book setting) or additionally retrieving relevant evidence (the open-book setting). Generative QA models can answer some relatively complex questions, but the mechan…

2021

Explicitly Capturing Relations between Entity Mentions via Graph Neural Networks for Domain-specific Named Entity Recognition

ACL 2021short

Named entity recognition (NER) is well studied for the general domain, and recent systems have achieved human-level performance for identifying common entity types. However, the NER performance is still moderate for specialized domains that tend to feature complicated contexts and jargonistic entity…