Re19:读论文 Paragraph-level Rationale Extraction through Regularization: A case study on European Court

简介: Re19:读论文 Paragraph-level Rationale Extraction through Regularization: A case study on European Court

1. Background


  1. rationalization by construction方法论:直接用constraint来正则化模型,对模型决策基于正确rationales的情况给与reward,而非事后根据模型决策结果推理可解释性

the model is regularized to satisfy additional constraints that reward the model, if its decisions are based on concise rationales it selects, as opposed to inferring explanations from the model’s decisions in a post-hoc manner

  1. 可解释性的意义:right to explanation
  2. 执法过程:

image.png


2. 模型


2.1 Novelty

  1. previous work on word-level rationales for binary classification→paragraph-level rationales
  2. 第一个在端到端微调预训练Transformer模型中应用rationale extraction的工作
  3. 不需要人工标注的rationales


2.2 模型

constraint:以前就有的sparsity, continuity(实验证明无效), and comprehensiveness(需要根据multi-label范式进行修正),本文新提出的singularity(能提升效果,而且鲁棒)

baseline HIERBERT-HA:text encoder→rationale extraction→prediction

image.png


在视频中放的图是:

image.png


词级别的正则器

①分别编码每个段落:context-unaware paragraph representations

②用2层transformer编码contextualized paragraph embeddings

③全连接层(激活函数selu)

K→用于分类

Q→用于rationale extraction→每个段落分别过全连接层+sigmoid,得到soft attention

scores→binarize,得到hard attention scores

④得到hardmasked document representation(hard mask+max pooling)(不可微,所以有一个训练trick)

⑤全连接层+sigmoid

baseline HIERBERT-ALL:不mask事实

constraint:

①Sparsity:限制选择出的事实的数目

②Continuity:于本文模型无用,但还是实验了

③Comprehensiveness:留下的段落生成的结果比扔掉的要好多少,或者比较两种段落的余弦相似度

④Singularity:选出的mask比随机的要好

Rationales supervision:noisy rationale supervision

image.png

image.png


3. 实验


3.1 数据集

提出ECtHR数据集,英语案例文本,silver/gold rationales,事件有时间顺序,决策包括违背的法条和援引的先例


3.2 实验设置

超参数:

image.png

网格搜索,Adam,学习率2e-5

贪心调参

LEGAL-BERT-SMALL:

50 paragraphs of 256 words


3.3 实验结果

指标:

micro-F1

Faithfulness: sufficiency and comprehensiveness

Rationale quality: Objective / subjective (mean R-Precision (mRP) Precision@k)

image.png

image.png

image.png

image.png


4. 代码复现


等我服务器好了再说。

相关文章
|
5月前
|
机器学习/深度学习 算法
【文献学习】Channel Estimation Method Based on Transformer in High Dynamic Environment
一种基于CNN和Transformer的信道估计方法,用于在高度动态环境中跟踪信道变化特征,并通过实验结果展示了其相比传统方法的性能提升。
66 0
|
数据挖掘
【提示学习】Automatic Multi-Label Prompting: Simple and Interpretable Few-Shot Classification
文章提出了一种简单确高效地构建verbalization的方法:
|
机器学习/深度学习 移动开发 自然语言处理
DEPPN:Document-level Event Extraction via Parallel Prediction Networks 论文解读
当在整个文档中描述事件时,文档级事件抽取(DEE)是必不可少的。我们认为,句子级抽取器不适合DEE任务,其中事件论元总是分散在句子中
144 0
DEPPN:Document-level Event Extraction via Parallel Prediction Networks 论文解读
|
自然语言处理 算法
【论文精读】COLING 2022 - CLIO: Role-interactive Multi-event Head Attention Network for DEE
将网络上的大量非结构化文本转换为结构化事件知识是NLP的一个关键但尚未解决的目标,特别是在处理文档级文本时。
80 0
|
数据挖掘
MUSIED: A Benchmark for Event Detection from Multi-Source Heterogeneous Informal Texts 论文解读
事件检测(ED)从非结构化文本中识别和分类事件触发词,作为信息抽取的基本任务。尽管在过去几年中取得了显著进展
74 0
|
人工智能 自然语言处理 算法
【论文精读】AAAI 2022 - OneRel Joint Entity and Relation Extraction with One Module in One Step
联合实体和关系提取是自然语言处理和知识图构建中的一项重要任务。现有的方法通常将联合提取任务分解为几个基本模块或处理步骤,以使其易于执行
246 0
|
机器学习/深度学习 自然语言处理 数据挖掘
UnifiedEAE: A Multi-Format Transfer Learning Model for Event Argument Extraction via Variational论文解读
事件论元抽取(Event argument extraction, EAE)旨在从文本中抽取具有特定角色的论元,在自然语言处理中已被广泛研究。
102 0
|
机器学习/深度学习 算法 数据挖掘
【多标签文本分类】Improved Neural Network-based Multi-label Classification with Better Initialization ……
【多标签文本分类】Improved Neural Network-based Multi-label Classification with Better Initialization ……
142 0
【多标签文本分类】Improved Neural Network-based Multi-label Classification with Better Initialization ……
《Towards A Fault-Tolerant Speaker Verification System A Regularization Approach To Reduce The Condition Number》电子版地址
Towards A Fault-Tolerant Speaker Verification System: A Regularization Approach To Reduce The Condition Number
89 0
《Towards A Fault-Tolerant Speaker Verification System A Regularization Approach To Reduce The Condition Number》电子版地址
《Investigation of Transformer based Spelling Correction Model for CTC-based End-to-End Mandarin Speech Recognition》电子版地址
Investigation of Transformer based Spelling Correction Model for CTC-based End-to-End Mandarin Speech Recognition
102 0
《Investigation of Transformer based Spelling Correction Model for CTC-based End-to-End Mandarin Speech Recognition》电子版地址