TomasCCP commited on
Commit
ee53dfc
·
verified ·
1 Parent(s): b6e9749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -28,11 +28,16 @@ RelEx-PT is released under the Creative Commons Attribution-ShareAlike 4.0 Inter
28
  If you use RelEx-PT in your research, please cite:
29
 
30
  ```bibtex
31
- @inproceedings{pinto_etal:lrec2026,
32
- author = {Tom{\´a}s Pinto and Catarina Silva and Hugo {Gon{\c c}alo Oliveira}},
33
- booktitle = {Proceedings of 15th Language Resources and Evaluation Conference},
34
- pages = {Accepted},
35
- publisher = {ELRA},
36
- series = {LREC 2026},
37
- title = {{RelEx-PT}: {A} {P}ortuguese {S}entence-{L}evel {R}elation {E}xtraction {D}ataset},
38
- year = {2026}}
 
 
 
 
 
 
28
  If you use RelEx-PT in your research, please cite:
29
 
30
  ```bibtex
31
+ @inproceedings{pinto-etal-2026-relex,
32
+ title = {RelEx-PT: A Portuguese Sentence-Level Relation Extraction Dataset},
33
+ author = {Pinto, Tomás and Silva, Catarina and Oliveira, Hugo Goncalo},
34
+ booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
35
+ month = {May},
36
+ year = {2026},
37
+ pages = {7681--7691},
38
+ address = {Palma, Mallorca, Spain},
39
+ publisher = {European Language Resources Association (ELRA)},
40
+ editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
41
+ doi = {10.63317/473a5ncxrap4},
42
+ abstract = {We introduce RelEx-PT, a new sentence-level Relation Extraction dataset for Portuguese. Addressing the scarcity of high-quality, controlled resources for the language, RelEx-PT provides a balanced benchmark comprising 18 Wikidata-derived relation types across diverse domains. The dataset is built through a distant supervision pipeline that links Wikidata triples with Portuguese Wikipedia sentences and enhanced by a Natural Language Inference (NLI)-based filtering process, combining scalability with quality assurance. Additionally, we conduct baseline experiments to evaluate the dataset’s applicability across diverse extraction settings, including Relation Classification (RC), Relation Triple Extraction, and Open Information Extraction. These experiments leverage both prompting and fine-tuning strategies using Large Language Models. The results show that RelEx-PT effectively supports a range of extraction paradigms, yielding high performance in RC and competitive results in structured triple generation, while also highlighting key challenges in open-ended extraction.}
43
+ }