A three-stage framework combines legal-domain pre-training, circle-loss fine-tuning, and similarity-aggregation re-ranking to improve Chinese legal question answering.
Few-Shot Question Answering by Pretraining Span Selection
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In several question answering benchmarks, pretrained models have reached human parity through fine-tuning on an order of 100,000 annotated questions and answers. We explore the more realistic few-shot setting, where only a few hundred training examples are available, and observe that standard models perform poorly, highlighting the discrepancy between current pretraining objectives and question answering. We propose a new pretraining scheme tailored for question answering: recurring span selection. Given a passage with multiple sets of recurring spans, we mask in each set all recurring spans but one, and ask the model to select the correct span in the passage for each masked span. Masked spans are replaced with a special token, viewed as a question representation, that is later used during fine-tuning to select the answer span. The resulting model obtains surprisingly good results on multiple benchmarks (e.g., 72.7 F1 on SQuAD with only 128 training examples), while maintaining competitive performance in the high-resource setting.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
support 1representative citing papers
citing papers explorer
-
Pre-training, Fine-tuning and Re-ranking: A Three-Stage Framework for Legal Question Answering
A three-stage framework combines legal-domain pre-training, circle-loss fine-tuning, and similarity-aggregation re-ranking to improve Chinese legal question answering.