Linking mathematical symbols to their descriptions Forum

Go back to competition Back to thread list Post in this thread

> inconsistent annotation

in some cases, entity was annotated with "$" in its text , while some entities in other documents were not.
eg.
q_bio.qm-ann11.json
"1809.03961v2.Characteristic_completion_or_matching_timescales_An_analysis_of_temporary_boundaries_in_enzyme_kinetics/paragraph_39"
"entity": {
"T1": {
"eid": "T1",
"label": "SYMBOL",
"start": 52,
"end": 61,
"text": "$t_{c_2}$". <- with $
}

math.co-ann7.json
"1803.00122v4.Geometric_random_graphs_and_Rado_sets_of_continuous_functions/paragraph_72"
"entity": {
"T2": {
"eid": "T2",
"label": "SYMBOL",
"start": 117,
"end": 126,
"text": "d^I_{f,g}" <- without $
},

Posted by: wangfan @ Dec. 19, 2021, 7 a.m.

Thanks, good catch! We should indeed clean that.

Posted by: Franck @ Feb. 1, 2022, 5:51 a.m.
Post in this thread