paper-with-me

홈 › Papers

Simple and Effective Knowledge-Driven Query Expansion for QA-Based Product Attribute Extraction

2022-06-28 · ACL 2022 5 · Keiji Shinzato, Naoki Yoshinaga, Yandi Xia, Wei-Te Chen

A key challenge in attribute value extraction (AVE) from e-commerce sites is how to handle a large number of attributes for diverse products. Although this challenge is partially addressed by a question answering (QA) approach which finds a value in product data for a given query (attribute), it does not work effectively for rare and ambiguous queries. We thus propose simple knowledge-driven query expansion based on possible answers (values) of a query (attribute) for QA-based AVE. We retrieve values of a query (attribute) from the training data to expand the query. We train a model with two tricks, knowledge dropout and knowledge token mixing, which mimic the imperfection of the value knowledge in testing. Experimental results on our cleaned version of AliExpress dataset show that our method improves the performance of AVE (+6.08 macro F1), especially for rare and ambiguous attributes (+7.82 and +6.86 macro F1, respectively).

📄 PDF Abstract BibTeX arXiv:2206.14264

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeAttribute ExtractionAttribute Value ExtractionQuestion Answering

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Query2doc: Query Expansion with Large Language Models

2023-03-14 · Liang Wang, Nan Yang, Furu Wei

This paper introduces a simple yet effective query expansion approach, denoted as query2doc, to improve both sparse and dense retrieval systems. The proposed method first generates pseudo-documents by few-shot prompting …

MemorizationRetrieval

A novel model for query expansion using pseudo-relevant web knowledge

2019-08-27 · Hiteshwar Kumar Azad, Akshay Deepak

In the field of information retrieval, query expansion (QE) has long been used as a technique to deal with the fundamental issue of word mismatch between a user's query and the target information. In the context of the r…

Information RetrievalRetrieval

ADORE: Iterative Query Expansion with Retrieval-Grounded Relevance Feedback

2026-06-11 · Amin Bigdeli, Negar Arabzadeh, Radin Hamidi Rad, Sajad Ebrahimi 외 arxiv

LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the…

LLM-based Query Expansion Fails for Unfamiliar and Ambiguous Queries

2025-05-19 · Kenya Abe, Kunihiro Takeoka, Makoto P. Kato, Masafumi Oyamada

Query expansion (QE) enhances retrieval by incorporating relevant terms, with large language models (LLMs) offering an effective alternative to traditional rule-based and statistical methods. However, LLM-based QE suffer…

HallucinationRetrieval

A Linguistically Driven Framework for Query Expansion via Grammatical Constituent Highlighting and Role-Based Concept Weighting

2020-04-25 · Bhawani Selvaretnam, Mohammed Belkhatir

In this paper, we propose a linguistically-motivated query expansion framework that recognizes and en-codes significant query constituents that characterize query intent in order to improve retrieval performance. Concept…

DescriptiveRetrieval