論文の概要: Automatic Intent-Slot Induction for Dialogue Systems
- arxiv url: http://arxiv.org/abs/2103.08886v1
- Date: Tue, 16 Mar 2021 07:21:31 GMT
- ステータス: 処理完了
- システム内更新日: 2021-03-17 13:38:49.172032
- Title: Automatic Intent-Slot Induction for Dialogue Systems
- Title(参考訳): 対話システムのためのインテントスロット自動誘導
- Authors: Zengfeng Zeng, Dan Ma, Haiqin Yang, Zhen Gou and Jianping Shen
- Abstract要約: 我々はem自動インテントスロット誘導の新しいタスクを提案し,新しいドメイン非依存ツールを提案する。
すなわち、ロールラベル、コンセプトマイニング、パターンマイニングを含む3段階の粗い手順を設計する。
RCAPは良好なSLUスキーマを生成でき、最先端の教師あり学習手法よりも優れていることを示す。
- 参考スコア(独自算出の注目度): 5.6195418981579435
- License: http://creativecommons.org/licenses/by-nc-sa/4.0/
- Abstract: Automatically and accurately identifying user intents and filling the
associated slots from their spoken language are critical to the success of
dialogue systems. Traditional methods require manually defining the
DOMAIN-INTENT-SLOT schema and asking many domain experts to annotate the
corresponding utterances, upon which neural models are trained. This procedure
brings the challenges of information sharing hindering, out-of-schema, or data
sparsity in open-domain dialogue systems. To tackle these challenges, we
explore a new task of {\em automatic intent-slot induction} and propose a novel
domain-independent tool. That is, we design a coarse-to-fine three-step
procedure including Role-labeling, Concept-mining, And Pattern-mining (RCAP):
(1) role-labeling: extracting keyphrases from users' utterances and classifying
them into a quadruple of coarsely-defined intent-roles via sequence labeling;
(2) concept-mining: clustering the extracted intent-role mentions and naming
them into abstract fine-grained concepts; (3) pattern-mining: applying the
Apriori algorithm to mine intent-role patterns and automatically inferring the
intent-slot using these coarse-grained intent-role labels and fine-grained
concepts. Empirical evaluations on both real-world in-domain and out-of-domain
datasets show that: (1) our RCAP can generate satisfactory SLU schema and
outperforms the state-of-the-art supervised learning method; (2) our RCAP can
be directly applied to out-of-domain datasets and gain at least 76\%
improvement of F1-score on intent detection and 41\% improvement of F1-score on
slot filling; (3) our RCAP exhibits its power in generic intent-slot
extractions with less manual effort, which opens pathways for schema induction
on new domains and unseen intent-slot discovery for generalizable dialogue
systems.
- Abstract(参考訳): 対話システムの成功には,ユーザの意図を自動的かつ正確に識別し,発話言語からのスロットを埋めることが不可欠である。
従来の手法では、DOMAIN-INTENT-SLOTスキーマを手動で定義し、多くのドメインエキスパートに対応する発話に注釈を付ける必要がある。
この手順は、オープンドメインの対話システムにおいて、情報共有の障害、スキーマ外、あるいはデータの分散という課題をもたらす。
これらの課題に対処するため,本研究では,自動インテントスロット誘導という新たな課題を探求し,ドメインに依存しない新しいツールを提案する。
That is, we design a coarse-to-fine three-step procedure including Role-labeling, Concept-mining, And Pattern-mining (RCAP): (1) role-labeling: extracting keyphrases from users' utterances and classifying them into a quadruple of coarsely-defined intent-roles via sequence labeling; (2) concept-mining: clustering the extracted intent-role mentions and naming them into abstract fine-grained concepts; (3) pattern-mining: applying the Apriori algorithm to mine intent-role patterns and automatically inferring the intent-slot using these coarse-grained intent-role labels and fine-grained concepts.
Empirical evaluations on both real-world in-domain and out-of-domain datasets show that: (1) our RCAP can generate satisfactory SLU schema and outperforms the state-of-the-art supervised learning method; (2) our RCAP can be directly applied to out-of-domain datasets and gain at least 76\% improvement of F1-score on intent detection and 41\% improvement of F1-score on slot filling; (3) our RCAP exhibits its power in generic intent-slot extractions with less manual effort, which opens pathways for schema induction on new domains and unseen intent-slot discovery for generalizable dialogue systems.
関連論文リスト
- EAGER: Two-Stream Generative Recommender with Behavior-Semantic Collaboration [63.112790050749695]
本稿では,行動情報と意味情報の両方をシームレスに統合する新しい生成推薦フレームワークであるEAGERを紹介する。
EAGERの有効性を4つの公開ベンチマークで検証し,既存手法と比較して優れた性能を示した。
論文 参考訳(メタデータ) (2024-06-20T06:21:56Z) - A BiRGAT Model for Multi-intent Spoken Language Understanding with
Hierarchical Semantic Frames [30.200413352223347]
まず、MIVSと呼ばれる現実的な車載対話システムから収集されるマルチインテントデータセットを提案する。
対象のセマンティックフレームは、3層階層構造で構成され、多目的ケースにおけるアライメントとアライメントの問題に対処する。
我々は,2つの関係グラフアテンションネットワークであるアイテムの階層構造を符号化するBiRGATモデルを考案した。
論文 参考訳(メタデータ) (2024-02-28T11:39:26Z) - Slot Induction via Pre-trained Language Model Probing and Multi-level
Contrastive Learning [62.839109775887025]
トークンレベルのスロットアノテーションの明示的な知識なしでスロット境界を誘導することを目的としたスロットインジェクション(SI)タスク。
PLMから抽出した教師なし意味知識を活用するために、教師なし事前学習言語モデル(PLM)探索とコントラスト学習機構を活用することを提案する。
提案手法は,2つのNLUベンチマークデータセット上でトークンレベルの教師付きモデルとのギャップを埋めることができ,SIタスクに有効であることが示されている。
論文 参考訳(メタデータ) (2023-08-09T05:08:57Z) - Zero-Shot Generalizable End-to-End Task-Oriented Dialog System using
Context Summarization and Domain Schema [2.7178968279054936]
タスク指向対話システムにおける最先端のアプローチは、条件付きシーケンス生成タスクとして問題を定式化する。
これは、新しいドメインまたはタスクごとにラベル付きトレーニングデータを必要とする。
本稿では,ZS-ToDという,Zero-Shotの汎用的なエンドツーエンドタスク指向ダイアログシステムについて紹介する。
論文 参考訳(メタデータ) (2023-03-28T18:56:31Z) - DORIC : Domain Robust Fine-Tuning for Open Intent Clustering through
Dependency Parsing [14.709084509818474]
DSTC11-Track2は、ゼロショット、クロスドメイン、インテントセットインジェクションのためのベンチマークを提供することを目的としている。
複数ドメインの対話データセットを利用して言語モデルを微調整し,Verb-Objectペアの抽出を提案する。
提案手法は精度スコアにおいて3位となり,ベースラインモデルよりも精度が向上し,相互情報(NMI)スコアが正常化した。
論文 参考訳(メタデータ) (2023-03-17T08:12:36Z) - Self-Paced Learning for Open-Set Domain Adaptation [50.620824701934]
従来のドメイン適応手法は、ソースとターゲットドメインのクラスが同一であると仮定する。
オープンセットドメイン適応(OSDA)は、この制限に対処する。
そこで,本研究では,共通クラスと未知クラスを識別するための自己評価学習に基づく新しいフレームワークを提案する。
論文 参考訳(メタデータ) (2023-03-10T14:11:09Z) - Hierarchical Modeling for Out-of-Scope Domain and Intent Classification [55.23920796595698]
本稿では,対話システムにおけるスコープ外意図分類に焦点をあてる。
ドメインとインテントを同時に分類する共同モデルに基づく階層型マルチタスク学習手法を提案する。
実験により、モデルが既存の手法よりも精度、スコープ外リコール、F1で優れていることが示された。
論文 参考訳(メタデータ) (2021-04-30T06:38:23Z) - PIN: A Novel Parallel Interactive Network for Spoken Language
Understanding [68.53121591998483]
既存の RNN ベースのアプローチでは、ID と SF のタスクは、それらの間の相関情報を利用するために、しばしば共同でモデル化される。
SNIPSとATISという2つのベンチマークデータセットによる実験は、我々のアプローチの有効性を実証している。
さらに,事前学習した言語モデルBERTが生成した発話の特徴埋め込みを用いて,提案手法はすべての比較手法の中で最先端の手法を実現する。
論文 参考訳(メタデータ) (2020-09-28T15:59:31Z) - AGIF: An Adaptive Graph-Interactive Framework for Joint Multiple Intent
Detection and Slot Filling [69.59096090788125]
本稿では,多目的検出とスロットフィリングを併用する適応グラフ対話フレームワーク(AGIF)を提案する。
スロットとインテントの強い相関関係をモデル化するために,インテント-スロットグラフ相互作用層を導入する。
このような相互作用層が各トークンに適応的に適用され、関連する意図情報を自動抽出する利点がある。
論文 参考訳(メタデータ) (2020-04-21T15:07:34Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。