lizhuang144
commited on
Commit
•
2e01585
1
Parent(s):
2539cb0
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,25 @@
|
|
1 |
This is a flan-t5-based model pre-trained on VG scene graph parsing dataset first and then fine-tuned on FACTUAL scene graph parsing dataset.
|
2 |
-
See model details from 'https://github.com/zhuang-li/FACTUAL/tree/main '.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a flan-t5-based model pre-trained on VG scene graph parsing dataset first and then fine-tuned on FACTUAL scene graph parsing dataset.
|
2 |
+
See model details from 'https://github.com/zhuang-li/FACTUAL/tree/main '.
|
3 |
+
|
4 |
+
If you use the model, please cite:
|
5 |
+
|
6 |
+
```
|
7 |
+
@inproceedings{li-etal-2023-factual,
|
8 |
+
title = "{FACTUAL}: A Benchmark for Faithful and Consistent Textual Scene Graph Parsing",
|
9 |
+
author = "Li, Zhuang and
|
10 |
+
Chai, Yuyang and
|
11 |
+
Zhuo, Terry Yue and
|
12 |
+
Qu, Lizhen and
|
13 |
+
Haffari, Gholamreza and
|
14 |
+
Li, Fei and
|
15 |
+
Ji, Donghong and
|
16 |
+
Tran, Quan Hung",
|
17 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
|
18 |
+
month = jul,
|
19 |
+
year = "2023",
|
20 |
+
address = "Toronto, Canada",
|
21 |
+
publisher = "Association for Computational Linguistics",
|
22 |
+
url = "https://aclanthology.org/2023.findings-acl.398",
|
23 |
+
pages = "6377--6390",
|
24 |
+
}
|
25 |
+
```
|