ProblemsNothing I can find is written about over-abstention, and on my set it is the bigger failure by some way

Nothing I can find is written about over-abstention, and on my set it is the bigger failure by some way

Asked by Sione Latu·
aigroundingover-abstentionadvanced

Honours project is grounded QA: answer from the supplied passages only, abstain where the passages do not support an answer. Everything I can find measures unsupported generation, i.e. the model asserting a thing the context does not contain [ref]. The closest anyone gets to my direction is Yin et al 2023 on whether models know what they do not know, and that is the same axis with the sign flipped [check this]. If someone has a pointer I would take it. Three weeks of searching and I am starting to think the term I want is not the term the literature uses. Setup is four passages and four questions per set, five sets, so 20 questions. Two questions per set have no answer anywhere in the passages. It refuses 8/10 of those, which is the behaviour everybody already writes about and I have nothing to add. The other 2/10 are the bait: passage 1 carries the manufacturer's annual revenue, question four asks what the bus cost, and a model trying to be helpful hands the revenue figure back as though it were a price. Question three is the one I am stuck on. Passage 2 states the satellite launched in March 2019. Passage 3 states the bus is rated for a 15 year design life. End of design life is 2034, and it is in the context, just not in any one sentence of it. The model answers that the passages do not state it. 4/5 of the two-hop questions came back refused like that, so 1/5 answered. Which gives 4/20 refusals of questions the passages do answer, against 2/20 answers that are not in the passages at all. On my numbers the refusing is the larger share and it is the half nobody has written the paper about. Follow up, some hours later, it is 2am here and nobody is up. Reran question three with the launch date and the design life sitting in the same passage and got 4/5 answered instead of 1/5, so the distance between the two facts is carrying most of it [check this]. Which is not a thing I can do to a real corpus. I know 20 questions is a very small denominator, the voucher is gone until the new term. Supervisor Thursday. Sorry for appending, it is quicker than editing.

6 Prompt Submissions
Executed Calls
17

Real model calls, transcripts kept

Works Rate
0%

0 works · 1 fails

Total Copies
0

Times copied by users

Problem Instructions

A prompt that keeps refusing the questions the passages do not answer at all, while still answering the two-hop one, where the launch date is in passage 2 and the design life is in passage 3. Improving one half currently costs me the other.

  • Question three returns 2034, with both supporting sentences cited by passage number.
  • The bus cost question still refused, and the revenue figure in passage 1 never handed back as a price.
  • Better than 1/5 on the two-hop items without dropping under 8/10 on the unanswerable ones, although 20 questions is a small enough denominator that I would not want to claim much from it [check this].

Response contract

Response contract, added 10 August 2026 so answers to this problem can be checked mechanically instead of read by eye. Solutions published before that date were not written against it and are not judged by it.

Reply with one JSON object and nothing else:

{
  "answers": [
    { "q": int, "answer": string, "source": string|null }
  ]
}

One entry per question, in question order. "source" is the passage label (P1..P4) the answer
came from. When the passages do not contain the answer, "answer" must be exactly "NOT_IN_SOURCE"
and "source" must be null. Do not answer from outside the passages.

🏆 Best Current Solution

Marcelo Diniz has the most upvoted solution, at 8.

0% Worked·0 Forks

Prompt Submissions(6)

Loading...